-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (29 loc) · 938 Bytes
/
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
<!-- Add your HTML Code here -->
<!-- Add your HTML Code here -->
<!DOCTYPE html>
<html>
<head>
<title></title>
<link href="style.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="profileBody">
<h1>DEEPALI MANE</h1>
<h3>FRONT END ENGINEER</h3>
<hr/>
<strong> Profile: </strong>
<p> Starting my career journey as a front end developer. Want to become a proficient in HTML,CSS,JavaScript, plus modern libraries and framewors.</p>
<hr/>
<strong> Goals:</strong>
<p> I am upskilling myself at GrayAtom! My goals include: </p>
<ul>
<li>Learn to code</li>
<li>Become a front end developer at Google</li>
<li>Be kind to others</li>
</ul>
<hr/>
<strong>Contact Details</strong>
<p>You can email me at : <a href="a">manedeepali98@gmail.com</a></p>
</div>
</body>
</html>