-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
article.html
104 lines (90 loc) · 3.41 KB
/
article.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Articles - Recent Scientific Achievements</title>
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="icon" type="image/png" href="img/icon2.png">
<link href="stylesheets/articles_page.css" rel="stylesheet">
<link href="stylesheets/style.css" rel="stylesheet">
</head>
<body style="background-color:#ffedbd">
<img id="bg" src="img/BGimg.png" alt="background">
<div class="menu">
<a href="index.html" id="hashtag">#ACONTAINEDCALAMITY</a>
<a href="article.html">Articles</a>
<a href="projects.html">Projects</a>
<a href="chatbot.html">Chat</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
</div>
<div id="news-box">
<img id="headline-img" src="img/justin-trudeau.jpg" height="400px">
<div id="news-shadow"></div>
</div>
<div id="headline">
<h3 id="main-news-text"><strong>A look at when and how Canada could
reopen after COVID-19 closures</strong></h3>
</div>
<div class="container-fluid">
<div style="top:50vw; left:7%; position:absolute; overflow-y:visible;">
<div class="row" style="overflow-y:visible; height:450px;">
<div class="col-6">
<div style="width:80%; height:350px; background:black; overflow-y:visible;"></div>
</div>
<div class="col-6">
<div style="width:80%; height:350px; background:black; overflow-y:visible;"></div>
</div>
</div>
<div class="row" style="overflow-y:visible; height:450px;">
<div class="col-12">
<div style="width:90%; height:350px; background:green; overflow-y:visible;"></div>
</div>
</div>
<div class="row" style="overflow-y:visible; height:450px;">
<div class="col-3">
<div style="width:25vw; height:350px; background:black; overflow-y:visible;"></div>
</div>
<div class="col-3">
<div style="width:25vw; height:350px; background:black; overflow-y:visible;"></div>
</div>
<div class="col-3">
<div style="width:25vw; height:350px; background:black; overflow-y:visible;"></div>
</div>
<div class="col-3">
<div style="width:13vw; height:350px; background:red; overflow-y:visible;"></div>
</div>
</div>
<div class="row" style="overflow-y:visible; height:360px;">
<div class="col-3">
<div style="width:25vw; height:350px; background:black; overflow-y:visible;"></div>
</div>
<div class="col-3">
<div style="width:25vw; height:350px; background:black; overflow-y:visible;"></div>
</div>
<div class="col-3">
<div style="width:25vw; height:350px; background:black; overflow-y:visible;"></div>
</div>
<div class="col-3">
<div style="width:13vw; height:350px; background:red; overflow-y:visible;"></div>
</div>
</div>
<div class="row" style="overflow-y:visible; height:50px;">
<div class="col-3">
<div style="width:25vw; height:50px; background:blue; overflow-y:visible;"></div>
</div>
</div>
</div>
<div class="row" style="overflow-y:hidden; height:8vh;position:absolute;top:350vh;">
<div style="width:100vw; background:black; overflow-y:hidden;"></div>
</div>
</div>
<!--
<span id="coming_soon">
<h1>Coming Soon</h1>
<br><h2>If you want to help visit </h2>
<a href="https://helpwithcovid.com/">helpwithcovid.com</a>
</span>
-->
</body>
</html>