-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (78 loc) · 3.35 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!-- smgoyal.github.io -->
<!DOCTYPE html>
<html>
<head>
<title>Summer Activities</title>
<meta name="description" content="Sachit Goyal's summer activities">
<meta name="keywords" content="summer, activities, ocean, scuba, diving">
<meta http-equiv="author" content="Sachit Goyal">
<meta name="description" content="Sachit Goyal's summer activities">
<link href="css/style.css" type="text/css" rel="stylesheet">
</head>
<body>
<div id="page">
<!-- Navigation bar with links to other pages -->
<div class="menu-holder">
<nav id="header-main-menu">
<ul class="main-menu ">
<li>
<a href="index.html"> Home </a>
</li>
<li>
<a href="schedule.html">Scuba Sites</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
<li>
<a href="scuba.html">Know Sharks</a>
</li>
</ul>
</nav>
</div>
<div>
<!-- Scuba diving video -->
<video autoplay muted loop>
<source src="img/scuba.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<!-- Text talking about my summer activities -->
<p class ="center-text">
My name is Sachit Goyal and I want to share my favorite summer activities. These include scuba-diving alongside coral reefs and deep caves, playing
cricket with my friends on a sweltering summer day and relaxing at the beach while sunbathing. I developed a passion for scuba diving four years back when I
first visited the Great Barrier Reef. Diving there made me realize the beauty hidden beneath the ocean. Since then, I have become a PADI Advanced Open-Water
Certified and explored dive sites at Sipadan, Malaysia and Lakshwadeep, India. Moving on, my love for the ocean transaltes to my love for the beach where I can
spend my day laying on my chair. Lastly, I have played cricket since I was 8 years old and I feel that is something which encapsulates my whole childhood.
During summer, I play cricket along with my friends early morning which not only energizes me but also makes me learn about teamwork and cooperation.
</p>
</div>
<br/> <br/> <br/> <br/>
<!-- Different images encapsulating my summer activities -->
<div class = "center-mid-1">
<h4 class="center-text">Summer Activities</h4>
<p class="center-text">
<img class ="img-1" src="img/1.jpg" alt="" title="" width=300 height=230 />
<img class ="img-2" src="img/2.jpg" alt="" title="" width=300 height=230 />
<img class ="img-3" id="norightpadding" src="img/3.jpg" alt="" title="" width=300 height=230 />
</p>
</div>
</div>
</body>
<!-- Footer with links to social media -->
<footer class="footer">
<div>
<p> © 2021 </p>
<div class="socialmedia">
<a href="#">
<span class="twitter"> <img class= "smlogo" src="img/f081.png" /></span>
</a>
<a href="#">
<span class="facebook"> <img class= "smlogo" src="img/f082.png"/></span>
</a>
<a href="#">
<span class="fa fa-pinterest-p"> <img class= "smlogo" src="img/f083.png"/> </span>
</a>
</div>
</div>
</footer>
</html>