-
Notifications
You must be signed in to change notification settings - Fork 0
/
intro.html
45 lines (40 loc) · 1.53 KB
/
intro.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="ssHOME.css">
<style>
.container {
position: relative;
text-align: center;
color: white;
}
.glow {
position: absolute;
top: 3%;
left: 2%;
font-weight: normal;
}
.img{
width: 45px;
height: 50px;
margin-left: 1%;
}
.header{
height: 50px;
background-color: black;
}
</style>
</head>
<body>
<header class="header">
<button id="hiu" class="signIn"><a href="signIn.html">Sign-In</a></button>
<button id="hiu" class="signIn"><a href="SignUp.html">Sign-Up</a></button>
<img class="img" src="icon.jpeg" >
</header>
<div class="container">
<img src="icon1.jpeg" style="width: 100%;">
<div class="glow"> <h2> Hello! Everyone. <break> I warmly welcome you all!! <br> We all want to learn, grow, experience and experiment, Just like that I have done this experiment of making a website where I am sharing all the material I learnt and how you can " Learn and Grow " from that. <br><br><h1> I am Neha Singh pursuing Btech in Computer Science With Specialisation In Development And Operations currently in 2nd year.</h1> <br><br>In my 1nd semester I learnt basic coding, then Github, linux Commands and then last semester I learnt HTML, CSS, a bit of javascript and started work on a website.<br>Now, In 4th semester I am implementing that website. </h2></div>
</div>
</body>
</html>