-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (68 loc) · 2.14 KB
/
index.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Resume</title>
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="Photo.jpg" type="image/png" />
</head>
<body>
<div class="intro">
<header>
<h1>Devansh Mehra</h1>
<p>Front-end Developer</p>
<p>[email protected] | Phone: +91 7572031107</p>
<div class="social-link">
<a href="https://www.linkedin.com/in/devansh-mehra-576a451b2">
<img src="/Linkdin.webp" alt="linkedin-logo"
/></a>
<a href="https://github.com/Devansh9258">
<img src="/git-logo.png" alt="git-hub-logo" />
</a>
</div>
</header>
<section class="about-me">
<h2>About Me</h2>
<p>
Motivated and detail-oriented front-end developer with a strong
foundation in HTML, CSS, and JavaScript, combined with a passion for
creating responsive and visually appealing web applications.
</p>
</section>
<section class="qualification">
<h2>Qualification</h2>
<p>
<strong>Bachelor of Commerce </strong> - Indira Gandhi National Open
University
</p>
<p><strong>2024</strong></p>
</section>
<section class="skills">
<h2>Skills</h2>
<ul>
<li>HTML/CSS</li>
<li>JavaScript</li>
<li>React</li>
</ul>
</section>
<section class="certificate">
<h2>Certificate</h2>
<p><strong>Responsive Web Design</strong></p>
<a
href="https://freecodecamp.org/certification/fcc06912140-021f-4cb1-ad99-a4d8f0b899cd/responsive-web-design "
><img src="/certificate.png" alt="certificate"
/></a>
</section>
<footer>
<p>
© 2024 Devansh Mehra |
<a
href="mailto:[email protected]?body=Hello, I would like to get in touch with you."
>
</p>
</footer>
</div>
</body>
</html>