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">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>rrv.sh</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link
|
||||
|
@ -10,24 +11,19 @@
|
|||
/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>mohammad rafiq</h1>
|
||||
<div class="list">
|
||||
<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://registry.jsonresume.org/rrvsh?theme=professional"
|
||||
>cv</a
|
||||
>
|
||||
</li>
|
||||
</div>
|
||||
<br />
|
||||
<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://registry.jsonresume.org/rrvsh?theme=professional"
|
||||
>cv</a
|
||||
>
|
||||
</li>
|
||||
<footer>
|
||||
<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>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,19 +1,7 @@
|
|||
body {
|
||||
background-color: black;
|
||||
color: white;
|
||||
font-size: 24px;
|
||||
}
|
||||
div.container {
|
||||
margin: 0;
|
||||
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:visited,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue