-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (44 loc) · 1.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TBD | Vaishali Pandiyen</title>
<link rel="stylesheet" href="static/css/master.css">
<link rel="stylesheet" href="static/css/resets.css">
</head>
<body id="welcome_body">
<div id="welcome_main">
<div id="w_light">
<img id="w_logo" src="img/logo1.png" alt="TBD Logo">
</div>
<div id="w_mid">
<p><span style="text-transform: uppercase;"> To Be Decided</span>, lies the verdict: <span
style="font-weight: 700;">
True or False</span>.</p>
<p style="color: #00000090;">This is not an endless social media feed, nor are there are any timers.</p>
<p>Can you <span style="font-weight: 700;">
< judge whether the clues add up > </span>to support/call out the “claim”?
</p>
</div>
<div id="w_dark">
<a href="public/article.html">
<button id="read">ABOUT
</button>
</a>
<a href="public/game.html">
<button id="play">Play</button>
</a>
</div>
</div>
<footer id="welcome_footer">
<div id="social">
<a href="https://www.linkedin.com/in/vaishali-pandiyen-1b46b8163/">LinkedIn</a>
<a href="mailto:vaishali.pandima@gmail.com">Email</a>
<a href="https://github.com/VaishaliPandiyen">GitHub</a>
</div>
<p id="vpmd">Vaishali Pandiyen's masters dissertation | MSc Computational and Data Journalism @ Cardiff
University 2022-23</p>
</footer>
</body>
</html>