-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (39 loc) · 1.41 KB
/
index.html
File metadata and controls
58 lines (39 loc) · 1.41 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
<!DOCTYPE html>
<html>
<head>
<title>webpage</title>
</head>
<body "background-color: lightblue;">
<font size="6" color="DODGERBLUE">HELLO,<br> a bit about my page</br></font>
<br>
</br>
<font size="8" color="DODGERBLUE">ABOUT ME!</font>
<br>
</br>
<i> Hello <h1>peeps</h1> welcome here, this is myself Oindrila Kar .I am from Rourkela .I
have completed my intermediate and matriculation from St. Joseph's Convent School, Rourkela.Currently i am pursuing my bachelor
of technology from Veer Surendra Sai University of Technology,Burla in the department of Mechanical Engineering. </i></h3>
<img src="images/image.jpg" width="200" height="200">
<br>
</br>
<font size="8" color="DODGERBLUE"> MY INTEREST!</font>
<br>
</br>
<h3><i> My aim is to beome a full stack web developer bcoz i want help you to generate long term customer relationship with customer.
I love to explore new things and i am always passionate about my work.</i></h3>
<br>
</br>
<font size="8" color ="DODGERBLUE">MY GALLERY!</font>
<br>
</br>
<img src="images/sky.jpg" width="300" height="300">
<img src="images/moon.jpg" width="300" height="300">
<img src="images/youtube.jpg" width="300" height="300">
<br>
</br>
<font size="8" color ="DODGERBLUE">CONTACT ME!</font>
<br>
</br>
<p>email- oindrila0405@gmail.com</p>
</body>
</html>