-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (44 loc) · 1.52 KB
/
index.html
File metadata and controls
44 lines (44 loc) · 1.52 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
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dilip Kumar | Web Developer from India </title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css">
<link rel="stylesheet" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="app.js"></script>
</head>
<body>
<div class="card">
<div class="upside">
<div class="text">
<h2>Dilip Kumar</h2>
<p>Junior Web Developer</p>
</div>
<div class="add"><i class="fas fa-plus"></i></div>
</div>
<div class="bottom">
<div>
<p>Projects</p>
<p>5</p>
</div>
<div>
<p>Experience</p>
<p>2 Yrs</p>
</div>
<div>
<p>Certificates</p>
<p>7</p>
</div>
</div>
<div class="inside">
<p>Follow Me On</p>
<a href="https://www.facebook.com/dkmrya02"><i class="fab fa-facebook-f"></i></a>
<a href="https://github.com/ZSangLien"><i class="fab fa-github"></i></a>
<a href="https://codepen.io/dkmrya02"><i class="fab fa-codepen"></i></a>
<a href="https://www.linkedin.com/in/dkmrya02/"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</body>
</html>