forked from harshitkawdia/RahulsutharR.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (42 loc) · 1.17 KB
/
index.html
File metadata and controls
43 lines (42 loc) · 1.17 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Roopin</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/jpg" href="github.jpg"/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
</head>
<body>
<div class="card middle">
<div class="top-section">
<img src="tiger.jpg" alt="rahul">
<div class="menuicon">
<span class="s1"></span>
<span class="s2"></span>
</div>
<div class="name">
Roopin <br>
<span>kothari</span>
</div>
</div>
<div class="info-section">
<h2>About
<div class="border"></div>
</h2>
<p>
Student | Python Developer | Cricket Enthusiast
</p>
<h2>contact
<div class="border"></div>
</h2>
<div class="s-m">
<a href="" class="fab fa-facebook-f"></a>
<a href="" class="fab fa-github"></a>
<a href="" class="fab fa-linkedin"></a>
<a href="" class="fab fa-whatsapp"></a>
</div>
</div>
</div>
</body>
</html>