-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (42 loc) · 1.65 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ACONTAINEDCALAMITY - Landing</title>
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="stylesheets/landing_page.css" rel="stylesheet">
<link href="stylesheets/style.css" rel="stylesheet">
<link rel="icon" type="image/png" href="img/icon2.png">
</head>
<body style="background-color:#ffedbd">
<img draggable=false id="Orange-Waves" src="img/color-waves.png" />
<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>
<!--
Navbar to be rebuilt in bootstrap
-->
<div id="landing-slogan">
<h1 id="title-slogan"><strong>Fighting COVID-19 with Positivity</strong></h1>
<h2><strong>We are promoting peace during this invisible war through <br>
hopeful yet realistic news articles.
</strong></h2>
</div>
<button id="read-more" onclick="window.location.href = 'article.html';">READ NOW</button>
<img draggable=false id="Family-with-PPE" src="img/family.png" />
<!--
<div style="top:50px;position:absolute;">
<script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'></script>
<script type='text/javascript'>
kofiwidget2.init('Support Me on Ko-fi', '#29abe0', 'C0C21MGCO');
kofiwidget2.draw();
</script>
</div>-->
<script src="javascripts/script.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
</body></html>