-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (64 loc) · 2.56 KB
/
index.html
File metadata and controls
73 lines (64 loc) · 2.56 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
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Its all about Amber">
<meta name="viewport" content= "width=device-width, initial-scale=1.0">
<meta name="keywords" content= "HTML, Amber, Projects, Blog" >
<meta name= "author" content= "Amber Garg">
<meta http-equiv="refresh" content="3000">
<link rel="stylesheet" href="style.css" >
<title>This is Amber</title>
</head>
<body>
<header>
<div class="logo container">
<img src="logo.svg" alt = "logo" width ="20%" height="20%"/>
</div>
<nav>
<ul class="nav-links">
<li><a class="nav-link" href="#">About</a></li>
<li><a class="nav-link" href="#">Videos</a></li>
<li><a class="nav-link" href="#">My Projects</a></li>
</ul>
</nav>
</header>
<main>
<section class="presentation">
<div class="introduction">
<div class="intro-text">
<H1>Welcome Folks!</H1>
<p>I am Amber. I like to code.</p>
</div>
<div class= "select">
<button class="select1">Follow Me</button>
<button class="select2">Share</button>
</div>
</div>
<div class="bird">
<img src="http://pngimg.com/uploads/birds/birds_PNG108.png" alt="image" />
</div>
</section>
<div class="leftdiv" ><H4>My School</H4>
<p>I study in LPS School, Sector 73, Mohali. It is among the
top institutes in my area. Teachers are very cooperative
and my fellow classmates are nice to me.</p>
</div>
<div class= "middlediv"><H4>My Projects</H4>
<p>I have done some projects regarding COVID-19 Data
Analysis. I am also interested in DIY Arduino and
Raspberrypi kits. I done several robots last week.
<a>Take a look</a>.
</p>
</div>
<div class="rightdiv"><H4>My Blog</H4>
<p>I write stuff about my hobbies regularly. I have been
writing since my childhood and now i have completed
approx. 160 articles about Gaming, Crafts, Politics,
Gadgets etc. Also follow me on <a href="www.facebook.com/RODIN">facebook</a>.
Peace✌.
</p></div>
<img src = "https://raw.githubusercontent.com/rodincode/coderprojects/master/assets/Pong.jpg" width="500" height="300" >This is my fav shoes. </img>
<iframe width="560" height="315" src="https://www.youtube.com/embed/y3RIHnK0_NE" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</main>
</body>
</html>