Compare commits
2 commits
863f4b8a48
...
c5aabd64a1
Author | SHA1 | Date | |
---|---|---|---|
c5aabd64a1 | |||
0778bb89b8 |
2 changed files with 20 additions and 5 deletions
|
@ -3,17 +3,23 @@
|
|||
<meta charset="utf-8">
|
||||
<title>rrv.sh</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>hi! im rafiq.</h1>
|
||||
<p>i'm a developer and avid self hoster. here's my links:</p>
|
||||
<p>i'm a developer and avid self hoster.</p>
|
||||
<a href="/blog">blog</a>
|
||||
<a href="https://github.com/rrvsh">github</a>
|
||||
<a href="https://instagram.com/88rafiq">ig</a>
|
||||
<a href="https://linkedin.com/in/rrvsh">linkedin</a>
|
||||
<a href="https://reddit.com/u/bwfiq">reddit</a>
|
||||
<a href="https://registry.jsonresume.org/rrvsh?theme=professional">cv</a>
|
||||
<br>
|
||||
<a href="https://aenyrathia.wiki">aenyrathia.wiki</a>
|
||||
<br>
|
||||
<br>
|
||||
<a class="fa fa-github" href="https://github.com/rrvsh"></a>
|
||||
<a class="fa fa-instagram" href="https://instagram.com/88rafiq"></a>
|
||||
<a class="fa fa-linkedin" href="https://linkedin.com/in/rrvsh"></a>
|
||||
<a class="fa fa-reddit" href="https://reddit.com/u/bwfiq"></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -11,3 +11,12 @@ div.container {
|
|||
-ms-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