feat: add cv, aenyrathia wiki links and font awesome icons
This commit is contained in:
parent
863f4b8a48
commit
0778bb89b8
1 changed files with 12 additions and 5 deletions
|
@ -3,17 +3,24 @@
|
||||||
<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. here's my links:</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://github.com/rrvsh">github</a>
|
<a href="https://registry.jsonresume.org/rrvsh?theme=professional">cv</a>
|
||||||
<a href="https://instagram.com/88rafiq">ig</a>
|
<br>
|
||||||
<a href="https://linkedin.com/in/rrvsh">linkedin</a>
|
<a href="https://aenyrathia.wiki">aenyrathia.wiki</a>
|
||||||
<a href="https://reddit.com/u/bwfiq">reddit</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>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue