Skip to content

Commit

Permalink
Cleanup about page
Browse files Browse the repository at this point in the history
  • Loading branch information
gamingrobot committed Oct 9, 2024
1 parent f49b5cf commit e1ffc8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
1 change: 0 additions & 1 deletion templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<div class="icons" aria-label=Links>
<a class="icon" href="mailto:[email protected]" target="_blank" rel=noopener title=Mail>{{ macros::svg_mail() }}</a>
<a class="icon" href="https://github.com/gamingrobot" target="_blank" rel="noopener me">{{ macros::svg_github() }}</a>
<a class="icon" href="https://www.linkedin.com/in/morgancreekmore" target="_blank" rel="noopener me">{{ macros::svg_linkedin() }}</a>
<a class="icon" href="https://fosstodon.org/@gamingrobot" target="_blank" rel="noopener me">{{ macros::svg_mastadon() }}</a>
</div>
</section>
Expand Down
13 changes: 8 additions & 5 deletions themes/doingstuff-zola/sass/doingstuff/_about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,26 @@
margin-top: 3rem;
text-align: center;
font-weight: 600;
max-width: 25rem;
margin-left: auto;
margin-right: auto;
}

.about h1 {
font-weight: 600;
}

.avatar {
width: 20rem;
width: 15rem;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-moz-border-radius: 50%;
max-width: 60%;
box-sizing: border-box;
display: block;
margin: auto;
border: 5px solid #fff;
height: auto
}

.icons {
Expand All @@ -42,6 +47,4 @@
.icon:hover {
color: $link-hover-color;
fill: $link-hover-color;
}


}

0 comments on commit e1ffc8d

Please sign in to comment.