-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (22 loc) · 831 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<head>
<meta name="viewport" content="width=divice width">
<meta name="keywords" content="portfolio, ravi, raina">
<meta name="author" content="Ravi Raina">
<title>Ravi Raina</title>
<link rel="stylesheet" href="style.css">
</head>
<p>RaviRaina</p>
<section>
<div>developer, photgrapher, tech enthusiast</div>
<nav>
<ul class="menuItems">
<li><a href='https://raviraina.com' data-item='Home'>Home</a></li>
<li><a href='https://github.com/raviraina' data-item='Github'>Github</a></li>
<li><a href='https://www.linkedin.com/in/ravirainaca' data-item='LinkedIn'>LinkedIn</a></li>
<li><a href='mailto:[email protected]' data-item='Contact'>Contact</a></li>
</ul>
</nav>
</section>
<footer>
<div class="footer-copyright text-center">© Ravi Raina 2021 </div>
</footer>