docs(README.md): add readme
This commit is contained in:
parent
fc958a32dc
commit
511c0ce5d5
3 changed files with 10 additions and 24 deletions
2
README.md
Normal file
2
README.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
This repository is hosted at https://git.rrv.sh/rrvsh/rrv.sh.
|
||||||
|
It's mirrored at https://github.com/rrvsh/rrv.sh.
|
|
@ -2,6 +2,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>rrv.sh</title>
|
<title>rrv.sh</title>
|
||||||
<link rel="stylesheet" href="style.css" />
|
<link rel="stylesheet" href="style.css" />
|
||||||
<link
|
<link
|
||||||
|
@ -10,24 +11,19 @@
|
||||||
/>
|
/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
|
||||||
<h1>mohammad rafiq</h1>
|
<h1>mohammad rafiq</h1>
|
||||||
<div class="list">
|
<li><a href="https://dev.to/bwfiq">blog</a> <- start here!</li>
|
||||||
<li><a href="https://dev.to/bwfiq">blog</a> <- start here!</li>
|
<li><a href="https://aenyrathia.wiki">wiki</a></li>
|
||||||
<li><a href="https://aenyrathia.wiki">wiki</a></li>
|
<li>
|
||||||
<li>
|
<a href="https://registry.jsonresume.org/rrvsh?theme=professional"
|
||||||
<a href="https://registry.jsonresume.org/rrvsh?theme=professional"
|
>cv</a
|
||||||
>cv</a
|
>
|
||||||
>
|
</li>
|
||||||
</li>
|
|
||||||
</div>
|
|
||||||
<br />
|
|
||||||
<footer>
|
<footer>
|
||||||
<a class="fa fa-github" href="https://github.com/rrvsh"></a>
|
<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-instagram" href="https://instagram.com/88rafiq"></a>
|
||||||
<a class="fa fa-linkedin" href="https://linkedin.com/in/rrvsh"></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>
|
<a class="fa fa-reddit" href="https://reddit.com/u/bwfiq"></a>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1,19 +1,7 @@
|
||||||
body {
|
body {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 24px;
|
|
||||||
}
|
|
||||||
div.container {
|
|
||||||
margin: 0;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: absolute;
|
|
||||||
top: 50%;
|
|
||||||
left: 50%;
|
|
||||||
-ms-transform: translate(-50%, -50%);
|
|
||||||
transform: translate(-50%, -50%);
|
|
||||||
}
|
|
||||||
div.list {
|
|
||||||
text-align: left;
|
|
||||||
}
|
}
|
||||||
a,
|
a,
|
||||||
a:visited,
|
a:visited,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue