Compare commits
No commits in common. "c5aabd64a1c4e2b699fb6bf257eefb21e31e8101" and "863f4b8a48702be19b0ae2a0c64225ac21209d79" have entirely different histories.
c5aabd64a1
...
863f4b8a48
2 changed files with 5 additions and 20 deletions
|
@ -3,23 +3,17 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>rrv.sh</title>
|
<title>rrv.sh</title>
|
||||||
<link rel="stylesheet" href="style.css">
|
<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">
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<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. 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://github.com/rrvsh">github</a>
|
||||||
<br>
|
<a href="https://instagram.com/88rafiq">ig</a>
|
||||||
<a href="https://aenyrathia.wiki">aenyrathia.wiki</a>
|
<a href="https://linkedin.com/in/rrvsh">linkedin</a>
|
||||||
<br>
|
<a href="https://reddit.com/u/bwfiq">reddit</a>
|
||||||
<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>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -11,12 +11,3 @@ 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