Merge branch 'fontawesome-pro'

This commit is contained in:
amphineko 2020-03-21 20:56:35 +08:00
commit 8315cdd0af
No known key found for this signature in database
GPG Key ID: 4582E6587852EF42
5 changed files with 30 additions and 10 deletions

View File

@ -80,4 +80,13 @@ html {
.section.header { .section.header {
background: rgba(0, 0, 0, 0.75); background: rgba(0, 0, 0, 0.75);
} }
.intro .block .split {
padding: 0 0.5em;
}
.intro p {
border-left: none;
padding: 0.2em;
}
} }

View File

@ -116,7 +116,7 @@
<div class="split grid-50 mobile-grid-100"> <div class="split grid-50 mobile-grid-100">
<figure class="identities"> <figure class="identities">
<figcaption>open-source</figcaption> <figcaption><i class="fas fa-external-link-alt"></i>open-source</figcaption>
<ul> <ul>
<li> <li>
<a href="https://github.com/amphineko/"> <a href="https://github.com/amphineko/">
@ -129,7 +129,7 @@
</figure> </figure>
<figure class="identities"> <figure class="identities">
<figcaption>social network</figcaption> <figcaption><i class="fas fa-external-link-alt"></i>social network</figcaption>
<ul> <ul>
<li class="shutdown"> <li class="shutdown">
<a href="#"> <a href="#">
@ -189,7 +189,7 @@
<div class="split grid-50 mobile-grid-100"> <div class="split grid-50 mobile-grid-100">
<figure class="identities"> <figure class="identities">
<figcaption>profiles</figcaption> <figcaption><i class="fas fa-external-link-alt"></i>profiles</figcaption>
<ul> <ul>
<li> <li>
<a href="https://osu.ppy.sh/users/1344051"> <a href="https://osu.ppy.sh/users/1344051">

View File

@ -9,8 +9,15 @@ figure.identities:last-child {
figure.identities figcaption { figure.identities figcaption {
color: #777; color: #777;
line-height: 1.5em; line-height: 2em;
padding: 0 2.25em; padding: 0 0.25em;
}
figure.identities figcaption i {
font-size: 1.21em;
margin-right: 0.5ch; /* margin from mystery space after identity brand icons */
text-align: center;
width: 1.5em;
} }
figure.identities ul { figure.identities ul {

View File

@ -33,24 +33,28 @@
} }
.intro .label-group { .intro .label-group {
border-left: 0.25em solid #006080; border-left: 0.2em solid #4600806b;
margin-top: 2em; margin-top: 2em;
width: 100%; width: 100%;
} }
.intro .label-group .header.alt { .intro .label-group .header.alt {
color: #777; color: #777;
margin-left: 1em; font-size: 1em;
padding: 0 0.25em;
} }
.intro .label-group .header.alt .fa-tag { .intro .label-group .header.alt .fa-tag {
transform: rotate(-15deg); font-size: 1.21em;
margin-right: 0.5em; margin-right: 0.5ch;
text-align: center;
width: 1.5em;
} }
.intro .label-group .label { .intro .label-group .label {
background: transparent; background: transparent;
box-shadow: inset 0 -.25em .25em -.25em rgba(1, 105, 124, 0.5); box-shadow: inset 0 -.25em .25em -.25em rgba(1, 105, 124, 0.5);
margin: 0.25em 0.25em; margin: 0.25em 0.25em;
padding: 0 0.25em;
transition-duration: .5s; transition-duration: .5s;
} }

View File

@ -27,7 +27,7 @@
display: inline-block; display: inline-block;
line-height: 2.2em; line-height: 2.2em;
margin: 0.25em 0; margin: 0.25em 0;
padding: 0 0.6em; padding: 0 0.5em;
} }
.label-group a.label { .label-group a.label {