-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
120 lines (102 loc) · 3.49 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html lang = "en">
<head>
<title>COVID and Media</title>
<meta charset = "utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href = "css/stylesheet.css">
</head>
<body>
<br>
<div class="main-header">COVID and Media</div><br>
<a href="pages/1.html">
<div class="background div-3">
<div class="container">
<span class="text-center"> <h1>Come let us see the daily COVID stats!!</h1></span>
<div class="row">
<div class="col col-sm-3">
<img src="assets/header_image.jpg" height="200px" width="200px"/>
</div>
<div class="col col-sm-9">
<h3>It became a common custom in Indian households to gather together infront of TV in late evenings to see the COVID numbers for the day. </h3>
</div>
</div>
</div>
</div>
</a>
<div class="white-space">
</div>
<a href="pages/2.html">
<div class="background div-1">
<div class="container">
<span class="text-center"> <h1>Netflix and Chill!</h1></span>
<div class="row">
<div class="col col-sm-3">
<img src="assets/header_image2.jpg" height="200px" width="200px"/>
</div>
<div class="col col-sm-9">
<h3>Popular streaming platforms like Netflix, Amazon Prime and Disney Hotstar became very popular during the pandemic</h3>
</div>
</div>
</div>
</div>
</a>
<div class="white-space">
</div>
<a href="pages/3.html">
<div class="background div-1">
<div class="container">
<span class="text-center"> <h1>Dance to Reels!</h1></span>
<div class="row">
<div class="col col-sm-3">
<img src="assets/header_image3.jpg" height="200px" width="200px"/>
</div>
<div class="col col-sm-9">
<h3>Instagram reels became a sensation thanks to people's boredom due to COVID.</h3>
</div>
</div>
</div>
</div>
</a>
<div class="white-space">
</div>
<a href="pages/5.html">
<div class="background div-1">
<div class="container">
<span class="text-center"> <h1>Online classes</h1></span>
<div class="row">
<div class="col col-sm-3">
<img src="assets/online_class_1.jpeg" height="200px" width="200px"/>
</div>
<div class="col col-sm-9">
<h3>Internet and other media was the only way of education since physical classrooms are not an option.</h3>
</div>
</div>
</div>
</div>
</a>
<div class="white-space">
</div>
<a href="pages/4.html">
<div class="background div-1">
<div class="container">
<span class="text-center"> <h1>*Insert qwerky meme templates*</h1></span>
<div class="row">
<div class="col col-sm-3">
<img src="assets/appuppan.png" height="200px" width="200px"/>
</div>
<div class="col col-sm-9">
<h3>Meme culture underwent a spurge during COVID times.</h3>
</div>
</div>
</div>
</div>
</a>
</body>
</html>