feat: remove redundant links paragraph and style links
This commit is contained in:
parent
0778bb89b8
commit
c5aabd64a1
2 changed files with 9 additions and 1 deletions
|
@ -10,7 +10,6 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>hi! im rafiq.</h1>
|
<h1>hi! im rafiq.</h1>
|
||||||
<p>i'm a developer and avid self hoster.</p>
|
<p>i'm a developer and avid self hoster.</p>
|
||||||
<p>here's my links:</p>
|
|
||||||
<a href="/blog">blog</a>
|
<a href="/blog">blog</a>
|
||||||
<a href="https://registry.jsonresume.org/rrvsh?theme=professional">cv</a>
|
<a href="https://registry.jsonresume.org/rrvsh?theme=professional">cv</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
|
@ -11,3 +11,12 @@ div.container {
|
||||||
-ms-transform: translate(-50%, -50%);
|
-ms-transform: translate(-50%, -50%);
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
}
|
}
|
||||||
|
a,
|
||||||
|
a:visited,
|
||||||
|
a:hover,
|
||||||
|
a:active {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
a.fa {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue