fancy h-card
This commit is contained in:
parent
86200e05ad
commit
7db68a9613
2 changed files with 24 additions and 8 deletions
16
home.css
16
home.css
|
@ -249,21 +249,29 @@ article img {
|
||||||
}
|
}
|
||||||
|
|
||||||
.bio {
|
.bio {
|
||||||
background-color: #ffffff;
|
background: linear-gradient(to bottom, #f9dee1, #f7d3d6, #fab1c1 );
|
||||||
border: 1pt solid #484848;
|
color: #484848;
|
||||||
|
border: 1pt solid #FC8EAC;
|
||||||
border-radius: 10pt;
|
border-radius: 10pt;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
padding: 5pt;
|
||||||
|
box-shadow: 5px 5px 5px #777676;
|
||||||
|
margin-bottom: 10pt;
|
||||||
|
font-size: 1rem;
|
||||||
|
min-height: 225px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bio img {
|
.bio img {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 5pt;
|
margin-top: auto;
|
||||||
border-radius: 5pt;
|
margin-right: 5pt;
|
||||||
|
border-radius: 8pt;
|
||||||
max-width: auto;
|
max-width: auto;
|
||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.updated {
|
.updated {
|
||||||
|
|
16
index.html
16
index.html
|
@ -31,8 +31,8 @@
|
||||||
<a href="projects/index.html">Projects</a>
|
<a href="projects/index.html">Projects</a>
|
||||||
<a href="books/index.html">Books</a>
|
<a href="books/index.html">Books</a>
|
||||||
<a href="follow/index.html">Follow</a>
|
<a href="follow/index.html">Follow</a>
|
||||||
<a href="https://photo.shannonkay.com">Photos</a>
|
<a href="https://photo.shannonkay.com" rel="me">Photos</a>
|
||||||
<a href="https://blog.shannonkay.me">Blog</a>
|
<a href="https://blog.shannonkay.me" rel="me">Blog</a>
|
||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
<section id="webrings">
|
<section id="webrings">
|
||||||
<p>
|
<p>
|
||||||
<a href="https://hotlinewebring.club/shannonkay/previous"><i class="fa-solid fa-arrow-left"></i></a> <a href="https://hotlinewebring.club">Hotline Webring</a> <a href="https://hotlinewebring.club/shannonkay/next"><i class="fa-solid fa-arrow-right"></i></a>
|
<a href="https://hotlinewebring.club/shannonkay/previous">←</a> <a href="https://hotlinewebring.club">Hotline Webring</a> <a href="https://hotlinewebring.club/shannonkay/next">→</a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://xn--sr8hvo.ws/%F0%9F%93%95%F0%9F%94%9F%F0%9F%99%85/previous">←</a>
|
<a href="https://xn--sr8hvo.ws/%F0%9F%93%95%F0%9F%94%9F%F0%9F%99%85/previous">←</a>
|
||||||
|
@ -90,7 +90,15 @@ I'm a Californian early millennial, mom of 3.
|
||||||
|
|
||||||
I love books, coffee, tech, and making things pink.
|
I love books, coffee, tech, and making things pink.
|
||||||
</p>
|
</p>
|
||||||
<p><abbr class="p-region" title="California">CA</abbr> <a rel="me" href="https://bookstodon.com/@shannonkay" class="u-url"><i class="fa-brands fa-mastodon"></i></a></p>
|
<p><a rel="me" href="https://blog.shannonkay.me" class="u-url">Blog</a></p>
|
||||||
|
<p><abbr class="p-region" title="California">CA</abbr>
|
||||||
|
<a rel="me" href="https://bookstodon.com/@shannonkay" class="u-url"><i class="fa-brands fa-mastodon"></i></a>
|
||||||
|
<a rel="me" href="https://instagram.com/shannonkay" class="u-url"><i class="fa-brands fa-instagram"></i></a>
|
||||||
|
<a rel="me" href="https://shannonkay.tumblr.com" class="u-url"><i class="fa-brands fa-tumblr"></i></a>
|
||||||
|
<a rel="me" rel="me" href="https://twitter.com/shannonkay" class="u-url"><i class="fa-brands fa-twitter"></i></a>
|
||||||
|
<a rel="me" href="https://www.reddit.com/user/shannonkaypink" class="u-url"><i class="fa-brands fa-reddit"></i></a>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
</span>
|
</span>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in a new issue