-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
54 lines (46 loc) · 1.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:400,800|Lobster+Two&display=swap"
rel="stylesheet"
/>
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" href="style.css" />
<title>Trainspiration</title>
</head>
<body>
<header>
</header>
<div class="wrapper">
<section class="intro">
<h1 class="intro-title">Good ${morning}!</h1>
<div class="intro-time">time</div>
<div class="intro-date">date</div>
</section>
<section class="intro-section">
<div>
<h3 class="intro-smallTitle">Trainspiration</h3>
<p class="intro-text">
London is one of the world's leading business centres with a public transport network to match. Business and travel, trains and inspiration; get a daily dose of wisdom live from trainspiration.
</p>
</div>
</section>
<section class="meme-section">
<div class="sentence"></div>
<img class="image" alt="Random generate meme picture"/>
</section>
</div>
</section>
<section class="tube-section">
<footer>
</footer>
<script src="logic.js"></script>
<script src="feature-intro.js"></script>
<script src="feature-tube.js"></script>
<script src="feature-meme.js"></script>
</body>
</html>