-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (33 loc) · 1.02 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
<!--your HTML Code here -->
<!DOCTYPE html>
<html>
<head>
<title> My webpage</title>
<link href="style.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="profileBody">
<h1><marquee behavior="slide">Dipak S Roy</marquee></h1>
<h2><i> Frontend engineer,Greyatom</i></h2><br>
<hr /><br>
<p> <b>Profile</b><br><br>
I want to become a succesful Frontend engineer.
Also I want to become proficient in HTML,JAVASCRIPT and CSS plus modern liabraries and frame work.
Hardworking,Dedicated and Enthusiastic Individual.
</p>
<br>
<hr /><br>
<p><b> Goals</b><br><br>
I am upskilling myself at Greyatom.My Goals include:<br><br>
<ul>
<li>Learn to code</li>
<li>Become a Frontend engineer at any wellknown company</li>
<li>I want to contribute to My nation in any field</li>
</ul><br>
<hr /><br>
<p><b>Contact Details</b><br><br>
You can mail me at:<a href="[email protected]">[email protected]</a>
</p>
</div>
</body>
</html