-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (63 loc) · 2.12 KB
/
index.html
File metadata and controls
64 lines (63 loc) · 2.12 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
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portfolio Website</title>
</head>
<body>
<style class="imga">
body {
background-image: url("https://vectographics.in/wp-content/uploads/2020/08/Web-Development.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color: rgba(0, 38, 255, 0.582);
background-blend-mode: color;
}
</style>
<div class="navbar">
<a href="#info">Info</a>
<a href="#myworks">My Works</a>
<a href="#contactme">Contact me</a>
</div>
<img src="me.jpg" />
<h1 class="sona">Sona Elizebeth Shaji</h1>
<h2 class="title">Web Developer | Designer</h2>
<section class="info" id="info">
<div>
<h1 class="in">INFO</h1>
<p class="infol">
I'm a Second Year Computer Science Engineering Student from
St.Joseph's College of Engineering and Technology,Palai and Event
coordinator at Luova Foundation . I'm also a part of WomenTech Net,
IEEE, Google DSC SJCET.My interests are in coding and web designing.
</p>
</div>
</section>
<section class="myworks" id="myworks">
<div>
<h1 class="mw">My Works</h1>
<div class="ATM">
<a href="https://sonaelizebeth.github.io/Webweekend/"
>Academic TimeTable</a
>
</div>
</div>
</section>
<section class="contactme" id="contactme">
<div>
<h1 class="cm">Contact Me</h1>
<div class="link">
<a href="https://www.linkedin.com/in/sona-elizebeth-shaji-a89515190"
>linkedin</a
>
<a href="https://github.com/Sonaelizebeth">Github</a>
<a href="https://www.facebook.com/sona.elizebeth">Facebook</a>
<a href="mailto:elizebethelzon@gmail.com">Email</a>
</div>
</div>
</section>
</body>
</html>