-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (24 loc) · 937 Bytes
/
index.html
File metadata and controls
25 lines (24 loc) · 937 Bytes
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
<!DOCTYPE html>
<head>
<title>3d foldable Card Design</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.2.0/css/all.css"/></head>
<body>
<div class="card">
<div class="imgBox">
<img src="images/ROhit.jpg">
<img src="images/ROhit (2).jpg">
</div>
<div class="details">
<div class="content">
<h2>Rohit Kumawat<br><span>Full Stack Web Developer</span></h2>
<div class="social-icons">
<a href="#"><i class="fa-brands fa-facebook-f"></i></a>
<a href="#"><i class="fa-brands fa-linkedin"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</body>
</html>