-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (54 loc) · 2.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>portfolio website</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="header">
<div class="container">
<nav>
<h1 class="logo="> BORNALI</h1>
<ul>
<li><a href="#"> home</a></li>
<li><a href="#"> about</a></li>
<li><a href="#">services</a></li>
<li><a href="#">portfolio</a></li>
<li><a href="#">contact </a></li>
</ul>
</nav>
<div class="header-text">
<p>Web Developement enthusiastic</p>
<h1>Hi, I am <span> Bornali Devi</span></h1>
</div>
</div>
</div>
<!-- ____________About_____________-->
<div id="about">
<div class="container">
<div class="container">
<div class="row">
<div class="about-col-1">
<img src="images/myimg.png">
</div>
<div class=""about-col-2>
<h1 class="subtitle">About Me</h1>
<p>I am currently a first year student persuing B.Tech in Electrical Engineering at National Institute of technology ,silchar with a current cgpa of 8.45.
My SEBA+2 percentage is 89.6 from Morigaon,Assam.
</br>
i am a web Developement enthusiastic and my learning skills are -HTML, CSS,javaScript. i am also a part of Think India poster design team
,2028 with the basic knowledge of Canva. I would like to work, learn,experience and expand my skills. </p>
<div class="tab-titles">
<p class="tab-links">skills</p>
<p class="tab-links">Experience</p>
<p class="tab-links">Education</p>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>