-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResume.html
43 lines (43 loc) · 2.19 KB
/
Resume.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<html>
<head>
<title>Resume</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=M+PLUS+Rounded+1c&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&family=Oxygen:wght@300;400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="resume.css">
</head>
<body>
<div class="A">
<div class="nav">
<ul>
<li><a href="#Contact.html">Contact</a></li>
<li><a href="Certificates.html">Certificates</a></li>
<li><a href="Details.html">About Me</a></li>
<li><a href="">Home</a></li>
<li class="ff">My Resume</li>
</ul>
</div>
<div class="content">
<div class="Bb">
<p id="Aa">WELCOME</p>
<p id="Aaa"><span id="Gg">THIS IS MUKESH.</span><br> I HOPE YOU WILL GET ALL ABOUT ME THROUGH THIS. HERE ARE MY UPDATES RECENTLY : </p>
</div>
<div id="Cc">
<p>I have completed the Networking Essentials provided by Cisco</p>
</div>
<div id="Dd">
<p>I have successfully achieved 100 active days in Leetcode</p>
</div>
<div id="Ee">
<p>I have completed Python Basics in HackerRank</p>
</div>
</div>
</div>
</body>
</html>