-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (59 loc) · 2.14 KB
/
index.html
File metadata and controls
70 lines (59 loc) · 2.14 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<head>
<title>PortFolio</title>
<link rel="stylesheet" href="style.css">
<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=Young+Serif&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="section-one">
<h1 class="section-one__name"> Jenifer Nirmal Raj</h1>
<h2 class="section-one__role"> Web Developer</h2>
<a class="section-one__contact" href="contact.html">contact</a>
</div>
<div class="section-two">
<h2 class=""section-two__title> About me </h2>
<p class="section-two__desc">
I'm a web developer with a passion for creating dynamic and user-friendly websites. Skilled in HTML, CSS, and JavaScript, I focus on both front-end and back-end development. I thrive on collaboration, enjoy problem-solving, and am dedicated to delivering high-quality, responsive web applications that enhance user experience and meet client needs.
</p>
</div>
<div class="section-three">
<h3 class="section-three__title"> My Interests </h3>
<ul class="section-three__desc" style="list-style-type:disc;">
<li> Web development</li>
<li> Sports </li>
<li> Photography </li>
<li> Travel </li>
</p>
</ul>
</div>
<div class="section-four">
<h3 class="section-four__title"> My Projects </h3>
<ul style="list-style-type:disc;">
<li><h1 class="section-four__desc"> Amazon E-commerce Clone </h1></li>
</ul>
<p>
I Completed Amazon E-commerce clone with React Js(Frontend App)
</p>
</div>
<div class="section-five">
<ul style="list-style-type:disc;">
<li><h1 class="section-five__title"> Travel Website </h1></li>
</ul>
<p class="section-five__desc">
I Completed a travel website which is going to help many people to take a trip with them
</p>
</div>
<div class="section-six">
<p class="section-six__title"> Social Media:
<a href="https://www.instagram.com/"target="_blank">Instagram</a>,
<a href="https://www.facebook.com/"target="-blank">Facebook</a>
</p>
<p class="section-six__desc">©Jenifer Nirmal Raj </p>
</div>
</div>
</body>
</html>