-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 968 Bytes
/
index.html
File metadata and controls
23 lines (23 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script defer src="https://use.fontawesome.com/d1341f9b7a.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
<link rel="stylesheet" href="./css/main.css">
<title>Gurunath Bhat</title>
</head>
<body>
<div class="box">
<img src="../img/prop.jpg" alt="" class="box-img">
<h1>Gurunath Bhat</h1>
<h5>introvertkernel</h5>
<p id="about">Lover of nature's natural beauty!! </p>
<ul>
<li><a href="https://www.facebook.com/introvertkernel"><i class="fab fa-facebook-square" aria-hidden="true"></i></a></li>
<li><a href="https://twitter.com/introvertkernel"><i class="fab fa-twitter-square" aria-hidden="true"></i></a></li>
<li><a href="https://github.com/introvertkernel"><i class="fab fa-github-square" aria-hidden="true"></i></a></li>
</ul>
</div>
</body>
</html>