-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
189 lines (188 loc) · 6.93 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
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Gullible's Travels - Totally Real Travel</title>
<meta
name="description"
content="Welcome to Gullible's Travels, a totally real travel page for anyone with the will to believe and a desire for adventure."
/>
<meta
property="og:image"
itemprop="image"
content="assets/images/house_faroe_islands.jpg"
/>
<meta
property="og:description"
content="Welcome to Gullible's Travels, a totally real travel page for anyone with the will to believe and a desire for adventure."
/>
<meta property="og:title" content="Gullible's Travels - Home" />
<meta property="og:type" content="website" />
<meta
propert="og:url"
content="https://watcodedatcode.github.io/travelblog/"
/>
<link rel="shortcut icon" href="assets/images/favicon.png" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="stylesheet" href="styles/styles.css" />
</head>
<body class="text-dark-600 bg-light-200 font-mono w-full">
<div class="grid lg:grid-cols-5">
<div class="nav-container">
<a href="#" class="lg:fixed w-12 sm:w-20 lg:w-32 mx-4 my-2 lg:my-6">
<img src="assets/images/logo.png" alt="Gullible's Travels Logo" />
</a>
<nav class="lg:fixed lg:mt-64">
<ul class="lg:justify-end duration-400">
<svg
id="burger"
class="mt-6 sm:mt-12 active-nav cursor-pointer lg:hidden w-12"
xmlns="https://www.w3.org/2000/svg"
viewBox="0 0 20 20"
fill="currentColor"
>
<path
fill-rule="evenodd"
d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM9 15a1 1 0 011-1h6a1 1 0 110 2h-6a1 1 0 01-1-1z"
clip-rule="evenodd"
/>
</svg>
<a class="active-nav" href="#"><li class="nav-item">Home</li></a>
<a class="inactive-nav" href="blog.html"
><li class="nav-item">Blog</li></a
>
<a class="inactive-nav" href="about.html"
><li class="nav-item">About</li></a
>
</ul>
</nav>
</div>
<div class="lg:col-span-4">
<div class="hero-home mt-8 lg:mt-0 relative">
<div class="hero-text">
<h1>Gullible's Travels</h1>
<p class="text-xl lg:text-3xl font-bold text-light-200">
Welcome to adventure
</p>
</div>
<button
id="jump-to-content"
class="jump transition ease-out duration-100"
>
Explore
<svg
class="mx-auto h-12 w-auto"
xmlns="https://www.w3.org/2000/svg"
viewBox="0 0 20 20"
fill="currentColor"
>
<path
fill-rule="evenodd"
d="M15.707 4.293a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-5-5a1 1 0 011.414-1.414L10 8.586l4.293-4.293a1 1 0 011.414 0zm0 6a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-5-5a1 1 0 111.414-1.414L10 14.586l4.293-4.293a1 1 0 011.414 0z"
clip-rule="evenodd"
/>
</svg>
</button>
</div>
<main id="content" class="relative">
<a
href="blog.html"
class="flex flex-wrap lg:flex-no-wrap w-11/12 mx-auto mt-16 bg-white rounded hover:shadow-xl"
>
<div class="max-h-50 relative">
<img
class="h-full w-full object-cover rounded"
src="assets/images/sheep_on_cliff_faroe_islands.jpg"
alt=""
/>
</div>
<div class="mt-4 lg:ml-6 text-center font-serif ">
<div
class="text-2xl lg:text-4xl xl:text-5xl tracking-wide text-primary-600 font-bold"
>
Blog
</div>
<p class="text-lg xl:text-2xl mt-3 xl:mt-6 mx-5">
Live your <span class="text-dark-900 font-bold">story</span>,
create your <span class="text-dark-900 font-bold">own saga</span>,
and whatever other inspiring text you can think of that will
make you want to check out this blog.
</p>
<p class="font-bold text-lg xl:text-2xl my-3 xl:mt-6 mx-5">
Some more inspiring text for you to want to see more!
</p>
</div>
</a>
<a
href="about.html"
class="flex flex-wrap lg:flex-no-wrap w-11/12 mx-auto my-16 bg-white rounded hover:shadow-xl"
>
<div class="font-serif mt-4 lg:ml-6 text-center">
<div
class="text-2xl lg:text-4xl xl:text-6xl tracking-wide text-primary-600 font-bold"
>
About
</div>
<p class="text-lg xl:text-2xl mt-3 xl:mt-6 mx-5">
Gullible's Travels has a
<span class="text-dark-900 font-bold">legendarily</span>, small
history. But come and
<span class="text-dark-900 font-bold">surprise</span>, yourself
with the information anyway.
</p>
<p class="font-bold text-lg xl:text-2xl my-3 xl:mt-6 mx-5">
Basically, just click on this because I put some time in
creating it, eh?
</p>
</div>
<div class="max-h-50">
<img
class="h-full w-full object-cover rounded"
src="assets/images/torshavn_faroe_islands.jpg"
alt=""
/>
</div>
</a>
</main>
</div>
</div>
<footer class="h-auto py-8 bg-primary-500">
<div class="flex justify-center">
<a href="#"
><img
class="h-16 lg:h-24 mb-3"
src="assets/images/logo_footer.png"
alt="Gullible's Travels Logo"
/></a>
</div>
<div class="flex justify-center">
<!-- Add font awesome icons -->
<a
href="https://github.com/WatCodeDatCode"
target="_blank"
class="fa fa-facebook social-icons"
></a>
<a
href="https://github.com/WatCodeDatCode"
target="_blank"
class="fa fa-twitter social-icons"
></a>
<a
href="https://github.com/WatCodeDatCode"
target="_blank"
class="fa fa-instagram social-icons"
></a>
<a
href="https://github.com/WatCodeDatCode"
target="_blank"
class="fa fa-rss social-icons"
></a>
</div>
</footer>
<script src="scripts/home_script.js"></script>
</body>
</html>