-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (40 loc) · 2.47 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="contactKey" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<title> Welcome </title>
<link rel="stylesheet" href="css/styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Jaldi:wght@400;700&family=KoHo:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Patrick+Hand&family=Patrick+Hand+SC&family=Rambla:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
</head>
<body class="homePage">
<div class="pagetitle">
<div><h1 class="welcome patrick-hand-sc-regular"> Welcome aboard my train of thought</h1></div>
<div><h2 class="welcomeSub patrick-hand-regular">Which track will you travel?</h2></div>
</div>
<div class="container">
<div class="imgcard" id="art">
<a href="art.html"><img class="desktop" src="images/homepage/dreamingsky_title1.jpg" alt="Dreaming Sky - Original art"></a>
<a href="art.html"><img class="mobile" src="images/mobile/dreamingsky_title1_mobile.jpg" alt="Dreaming Sky - Original art"></a>
<a href="art.html"><img class="desktop altimage" src="images/homepage/dreamingsky_title2.jpg" alt="Dreaming Sky - Original art-Alternate"></a>
</div>
<h1 class="cross">X</h1>
<div class="imgcard" id="insp">
<a href="poetry.html"><img class="desktop" src="images/homepage/aiming-to-be-great_title1.png" alt="Aiming to be Great-Original Art"></a>
<a href="poetry.html"><img class="mobile" src="images/mobile/aiming-to-be-great_title1_mobile.jpg" alt="Aiming to be great - Original art"></a>
<a href="poetry.html"><img class="desktop altimage" src="images/homepage/aiming-to-be-great_title2.png" alt="Aiming to be Great-Original Art-Alternate"></a>
</div>
</div>
<div class="pagelinks">
<table class="addlinks">
<tr>
<td><a href="about.html">About</a></td>
<td><a href="contact.html">Contact</a></td>
</tr>
</table>
</div>
</body>
</html>