-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (60 loc) · 2.53 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
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Personal Portfolio | MyPortfolio.com</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" media="screen and (max-width: 1170px)" href="css/phone.css">
<link href="https://fonts.googleapis.com/css?family=Baloo+Bhai|Bree+Serif&display=swap" rel="stylesheet">
</head>
<body>
<nav id="navbar">
<div id="logo">
<img src="logo.jfif" alt="MyPortfolio.com">
</div>
<ul>
<li class="item"><a href="#home">home</a></li>
<li class="item"><a href="#about-section">About</a></li>
</ul>
</nav>
<section id="home">
<h1 class="h-primary">Welcome to MyPortfolio</h1>
<p>Heyy!!I am Saakshi. </p>
<p>Get to know more about me here. </p>
</section>
<img src="happiness.jfif" alt="">
<section id="about">
<h1 class="h-primary center">About</h1>
<div id="about">
<div class="box">
<img src="olaf.jfif" alt="">
<h2 class="h-secondary center">Me</h2>
<p class="center">Hello!!My name is Saakshi Shekhar and I am from Jamshedpur.
</p>
</div>
<div class="box">
<img src="edu.jfif" alt="">
<h2 class="h-secondary center">My Education</h2>
<p class="center">I have done my schooling from Sacred Heart Convent School,Jamshedpur,Batch 2k21.I had
an amazing journey
of fourteen years there.With lots of memories and teaching from my school, I have entered into the
college.
Currently I am pursuing Btech in CSE Core from SRMIST,KTR.I am a first year student.I have a lot of
interest in
web development and I am still learning.
</p>
</div>
<div class="box">
<img src="goals.jfif" alt="">
<h2 class="h-secondary center">My Hobbies</h2>
<p class="center">I love listening to songs as well as singing.I also love dancing especially with my
mum.Painting was
also one of my hobbies but only till 9th grade.
</p>
</div>
</div>
</section>
</body>
</html>