forked from tailwindtoolbox/Ghostwind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_v0.html
326 lines (282 loc) · 16.5 KB
/
index_v0.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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
<!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">
<title>Tailwind Starter Template - Ghostwind CSS : Tailwind Toolbox</title>
<meta name="author" content="name">
<meta name="description" content="description here">
<meta name="keywords" content="keywords,here">
<link href="https://cdn.jsdelivr.net/npm/tailwindcss/dist/tailwind.min.css" rel="stylesheet"> <!--Replace with your tailwind.css once created-->
<link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css" rel="stylesheet">
</head>
<body class="bg-grey-lighter font-sans leading-normal tracking-normal">
<!--Header-->
<div class="w-full m-0 p-0 bg-cover bg-bottom" style="background-image:url('cover.jpg'); height: 60vh; max-height:460px;">
<div class="container max-w-4xl mx-auto pt-16 md:pt-32 text-center break-normal">
<!--Title-->
<p class="text-white font-extrabold text-3xl md:text-5xl">
👻 Ghostwind CSS
</p>
<p class="text-xl md:text-2xl text-grey">Welcome to my Blog</p>
</div>
</div>
<!--Container-->
<div class="container px-4 md:px-0 max-w-2xl mx-auto -mt-32">
<div class="mx-0 sm:mx-6">
<!--Nav-->
<nav class="mt-0 w-full">
<div class="container mx-auto flex items-center">
<div class="flex w-1/2 pl-4 text-sm">
<ul class="list-reset flex justify-between flex-1 md:flex-none items-center">
<li class="mr-2">
<a class="inline-block py-2 px-2 text-white no-underline hover:underline" href="post.html">POST</a>
</li>
<li class="mr-2">
<a class="inline-block text-grey-dark no-underline hover:text-grey-lighter hover:underline py-2 px-2" href="#">LINK</a>
</li>
<li class="mr-2">
<a class="inline-block text-grey-dark no-underline hover:text-grey-lighter hover:underline py-2 px-2" href="#">LINK</a>
</li>
<li class="mr-2">
<a class="inline-block text-grey-dark no-underline hover:text-grey-lighter hover:underline py-2 px-2" href="#">LINK</a>
</li>
</ul>
</div>
<div class="flex w-1/2 justify-end content-center">
<a class="inline-block text-grey no-underline hover:text-white hover:text-underline text-center h-10 p-2 md:h-auto md:p-4 avatar" data-tippy-content="@twitter_handle" href="https://twitter.com/intent/tweet?url=#">
<svg class="fill-current h-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M30.063 7.313c-.813 1.125-1.75 2.125-2.875 2.938v.75c0 1.563-.188 3.125-.688 4.625a15.088 15.088 0 0 1-2.063 4.438c-.875 1.438-2 2.688-3.25 3.813a15.015 15.015 0 0 1-4.625 2.563c-1.813.688-3.75 1-5.75 1-3.25 0-6.188-.875-8.875-2.625.438.063.875.125 1.375.125 2.688 0 5.063-.875 7.188-2.5-1.25 0-2.375-.375-3.375-1.125s-1.688-1.688-2.063-2.875c.438.063.813.125 1.125.125.5 0 1-.063 1.5-.25-1.313-.25-2.438-.938-3.313-1.938a5.673 5.673 0 0 1-1.313-3.688v-.063c.813.438 1.688.688 2.625.688a5.228 5.228 0 0 1-1.875-2c-.5-.875-.688-1.813-.688-2.75 0-1.063.25-2.063.75-2.938 1.438 1.75 3.188 3.188 5.25 4.25s4.313 1.688 6.688 1.813a5.579 5.579 0 0 1 1.5-5.438c1.125-1.125 2.5-1.688 4.125-1.688s3.063.625 4.188 1.813a11.48 11.48 0 0 0 3.688-1.375c-.438 1.375-1.313 2.438-2.563 3.188 1.125-.125 2.188-.438 3.313-.875z"></path></svg>
</a>
<a class="inline-block text-grey no-underline hover:text-white hover:text-underline text-center h-10 p-2 md:h-auto md:p-4 avatar" data-tippy-content="#facebook_id" href="https://www.facebook.com/sharer/sharer.php?u=#">
<svg class="fill-current h-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M19 6h5V0h-5c-3.86 0-7 3.14-7 7v3H8v6h4v16h6V16h5l1-6h-6V7c0-.542.458-1 1-1z"></path></svg>
</a>
</div>
</div>
</nav>
<div class="bg-grey-lighter w-full text-xl md:text-2xl text-grey-darkest leading-normal rounded-t">
<!--Lead Card-->
<div class="flex h-full bg-white rounded overflow-hidden shadow-lg">
<a href="post.html" class="flex flex-wrap no-underline hover:no-underline">
<div class="w-full md:w-2/3 rounded-t">
<img src="https://source.unsplash.com/collection/494263/800x600" class="h-full w-full shadow">
</div>
<div class="w-full md:w-1/3 flex flex-col flex-grow flex-shrink">
<div class="flex-1 bg-white rounded-t rounded-b-none overflow-hidden shadow-lg">
<p class="w-full text-grey-dark text-xs md:text-sm pt-6 px-6">GETTING STARTED</p>
<div class="w-full font-bold text-xl text-black px-6">👋 Welcome fellow Tailwind CSS and Ghost fan</div>
<p class="text-grey-darkest font-serif text-base px-6 mb-5">
This starter template is an attempt to replicate the default Ghost theme "Casper" using Tailwind CSS and vanilla Javascript.
</p>
</div>
<div class="flex-none mt-auto bg-white rounded-b rounded-t-none overflow-hidden shadow-lg p-6">
<div class="flex items-center justify-between">
<img class="w-8 h-8 rounded-full mr-4 avatar" data-tippy-content="Author Name" src="http://i.pravatar.cc/300" alt="Avatar of Author">
<p class="text-grey-dark text-xs md:text-sm">1 MIN READ</p>
</div>
</div>
</div>
</a>
</div>
<!--/Lead Card-->
<!--Posts Container-->
<div class="flex flex-wrap justify-between pt-12 -mx-6">
<!--1/3 col -->
<div class="w-full md:w-1/3 p-6 flex flex-col flex-grow flex-shrink">
<div class="flex-1 bg-white rounded-t rounded-b-none overflow-hidden shadow-lg">
<a href="#" class="flex flex-wrap no-underline hover:no-underline">
<img src="https://source.unsplash.com/collection/225/800x600" class="h-64 w-full rounded-t pb-6">
<p class="w-full text-grey-dark text-xs md:text-sm px-6">GETTING STARTED</p>
<div class="w-full font-bold text-xl text-black px-6">Lorem ipsum dolor sit amet.</div>
<p class="text-grey-darkest font-serif text-base px-6 mb-5">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam at ipsum eu nunc commodo posuere et sit amet ligula.
</p>
</a>
</div>
<div class="flex-none mt-auto bg-white rounded-b rounded-t-none overflow-hidden shadow-lg p-6">
<div class="flex items-center justify-between">
<img class="w-8 h-8 rounded-full mr-4 avatar" data-tippy-content="Author Name" src="http://i.pravatar.cc/300" alt="Avatar of Author">
<p class="text-grey-dark text-xs md:text-sm">1 MIN READ</p>
</div>
</div>
</div>
<!--1/3 col -->
<div class="w-full md:w-1/3 p-6 flex flex-col flex-grow flex-shrink">
<div class="flex-1 bg-white rounded-t rounded-b-none overflow-hidden shadow-lg">
<a href="#" class="flex flex-wrap no-underline hover:no-underline">
<img src="https://source.unsplash.com/collection/3106804/800x600" class="h-64 w-full rounded-t pb-6">
<p class="w-full text-grey-dark text-xs md:text-sm px-6">GETTING STARTED</p>
<div class="w-full font-bold text-xl text-black px-6">Lorem ipsum dolor sit amet.</div>
<p class="text-grey-darkest font-serif text-base px-6 mb-5">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. ipsum dolor sit amet, consectetur adipiscing elit. Aliquam at ip Aliquam at ipsum eu nunc commodo posuere et sit amet ligula.
</p>
</a>
</div>
<div class="flex-none mt-auto bg-white rounded-b rounded-t-none overflow-hidden shadow-lg p-6">
<div class="flex items-center justify-between">
<img class="w-8 h-8 rounded-full mr-4 avatar" data-tippy-content="Author Name" src="http://i.pravatar.cc/300" alt="Avatar of Author">
<p class="text-grey-dark text-xs md:text-sm">1 MIN READ</p>
</div>
</div>
</div>
<!--1/3 col -->
<div class="w-full md:w-1/3 p-6 flex flex-col flex-grow flex-shrink">
<div class="flex-1 bg-white rounded-t rounded-b-none overflow-hidden shadow-lg">
<a href="#" class="flex flex-wrap no-underline hover:no-underline">
<img src="https://source.unsplash.com/collection/539527/800x600" class="h-64 w-full rounded-t pb-6">
<p class="w-full text-grey-dark text-xs md:text-sm px-6">GETTING STARTED</p>
<div class="w-full font-bold text-xl text-black px-6">Lorem ipsum dolor sit amet.</div>
<p class="text-grey-darkest font-serif text-base px-6 mb-5">
Lorem ipsum eu nunc commodo posuere et sit amet ligula.
</p>
</a>
</div>
<div class="flex-none mt-auto bg-white rounded-b rounded-t-none overflow-hidden shadow-lg p-6">
<div class="flex items-center justify-between">
<img class="w-8 h-8 rounded-full mr-4 avatar" data-tippy-content="Author Name" src="http://i.pravatar.cc/300" alt="Avatar of Author">
<p class="text-grey-dark text-xs md:text-sm">1 MIN READ</p>
</div>
</div>
</div>
<!--1/2 col -->
<div class="w-full md:w-1/2 p-6 flex flex-col flex-grow flex-shrink">
<div class="flex-1 bg-white rounded-t rounded-b-none overflow-hidden shadow-lg">
<a href="#" class="flex flex-wrap no-underline hover:no-underline">
<img src="https://source.unsplash.com/collection/3657445/800x600" class="h-full w-full rounded-t pb-6">
<p class="w-full text-grey-dark text-xs md:text-sm px-6">GETTING STARTED</p>
<div class="w-full font-bold text-xl text-black px-6">Lorem ipsum dolor sit amet.</div>
<p class="text-grey-darkest font-serif text-base px-6 mb-5">
Lorem ipsum eu nunc commodo posuere et sit amet ligula.
</p>
</a>
</div>
<div class="flex-none mt-auto bg-white rounded-b rounded-t-none overflow-hidden shadow-lg p-6">
<div class="flex items-center justify-between">
<img class="w-8 h-8 rounded-full mr-4 avatar" data-tippy-content="Author Name" src="http://i.pravatar.cc/300" alt="Avatar of Author">
<p class="text-grey-dark text-xs md:text-sm">1 MIN READ</p>
</div>
</div>
</div>
<!--1/2 col -->
<div class="w-full md:w-1/2 p-6 flex flex-col flex-grow flex-shrink">
<div class="flex-1 flex-row bg-white rounded-t rounded-b-none overflow-hidden shadow-lg">
<a href="#" class="flex flex-wrap no-underline hover:no-underline">
<img src="https://source.unsplash.com/collection/764827/800x600" class="h-full w-full rounded-t pb-6">
<p class="w-full text-grey-dark text-xs md:text-sm px-6">GETTING STARTED</p>
<div class="w-full font-bold text-xl text-black px-6">Lorem ipsum dolor sit amet.</div>
<p class="text-grey-darkest font-serif text-base px-6 mb-5">
Lorem ipsum eu nunc commodo posuere et sit amet ligula.
</p>
</a>
</div>
<div class="flex-none mt-auto bg-white rounded-b rounded-t-none overflow-hidden shadow-lg p-6">
<div class="flex items-center justify-between">
<img class="w-8 h-8 rounded-full mr-4 avatar" data-tippy-content="Author Name" src="http://i.pravatar.cc/300" alt="Avatar of Author">
<p class="text-grey-dark text-xs md:text-sm">1 MIN READ</p>
</div>
</div>
</div>
<!--2/3 col -->
<div class="w-full md:w-2/3 p-6 flex flex-col flex-grow flex-shrink">
<div class="flex-1 bg-white rounded-t rounded-b-none overflow-hidden shadow-lg">
<a href="#" class="flex flex-wrap no-underline hover:no-underline">
<img src="https://source.unsplash.com/collection/325867/800x600" class="h-full w-full rounded-t pb-6">
<p class="w-full text-grey-dark text-xs md:text-sm px-6">GETTING STARTED</p>
<div class="w-full font-bold text-xl text-black px-6">Lorem ipsum dolor sit amet.</div>
<p class="text-grey-darkest font-serif text-base px-6 mb-5">
Lorem ipsum eu nunc commodo posuere et sit amet ligula.
</p>
</a>
</div>
<div class="flex-none mt-auto bg-white rounded-b rounded-t-none overflow-hidden shadow-lg p-6">
<div class="flex items-center justify-between">
<img class="w-8 h-8 rounded-full mr-4 avatar" data-tippy-content="Author Name" src="http://i.pravatar.cc/300" alt="Avatar of Author">
<p class="text-grey-dark text-xs md:text-sm">1 MIN READ</p>
</div>
</div>
</div>
<!--1/3 col -->
<div class="w-full md:w-1/3 p-6 flex flex-col flex-grow flex-shrink">
<div class="flex-1 bg-white rounded-t rounded-b-none overflow-hidden shadow-lg">
<a href="#" class="flex flex-wrap no-underline hover:no-underline">
<img src="https://source.unsplash.com/collection/1118905/800x600" class="h-full w-full rounded-t pb-6">
<p class="w-full text-grey-dark text-xs md:text-sm px-6">GETTING STARTED</p>
<div class="w-full font-bold text-xl text-black px-6">Lorem ipsum dolor sit amet.</div>
<p class="text-grey-darkest font-serif text-base px-6 mb-5">
Lorem ipsum eu nunc commodo posuere et sit amet ligula.
</p>
</a>
</div>
<div class="flex-none mt-auto bg-white rounded-b rounded-t-none overflow-hidden shadow-lg p-6">
<div class="flex items-center justify-between">
<img class="w-8 h-8 rounded-full mr-4 avatar" data-tippy-content="Author Name" src="http://i.pravatar.cc/300" alt="Avatar of Author">
<p class="text-grey-dark text-xs md:text-sm">1 MIN READ</p>
</div>
</div>
</div>
</div>
<!--/ Post Content-->
</div>
<!--Subscribe-->
<div class="container font-sans bg-teal-lightest rounded mt-8 p-4 md:p-24 text-center">
<h2 class="break-normal text-2xl md:text-4xl">Subscribe to Ghostwind CSS</h2>
<h3 class="break-normal font-normal text-grey-dark text-base md:text-xl">Get the latest posts delivered right to your inbox</h3>
<div class="w-full text-center pt-4">
<form action="#">
<div class="max-w-sm mx-auto p-1 pr-0 flex flex-wrap items-center">
<input type="email" placeholder="[email protected]" class="flex-1 appearance-none rounded shadow p-3 text-grey-dark mr-2 focus:outline-none">
<button type="submit" class="flex-1 mt-4 md:mt-0 block md:inline-block appearance-none bg-teal text-white text-base font-semibold tracking-wide uppercase py-4 rounded shadow hover:bg-teal-light">Subscribe</button>
</div>
</form>
</div>
</div>
<!-- /Subscribe-->
<!--Author-->
<div class="flex w-full items-center font-sans p-8 md:p-24">
<img class="w-10 h-10 rounded-full mr-4" src="http://i.pravatar.cc/300" alt="Avatar of Author">
<div class="flex-1">
<p class="text-base font-bold text-base md:text-xl leading-none">Ghostwind CSS</p>
<p class="text-grey-dark text-xs md:text-base">Tailwind CSS version of Ghost's Casper theme by <a class="text-grey-darkest hover:text-teal no-underline border-b-2 border-teal" href="https://www.tailwindtoolbox.com">TailwindToolbox.com</a></p>
</div>
<div class="justify-end">
<button class="bg-transparent border border-grey hover:border-teal text-xs text-grey hover:text-teal font-bold py-2 px-4 rounded-full">Read More</button>
</div>
</div>
<!--/Author-->
</div>
</div>
<footer class="bg-black">
<div class="container max-w-2xl mx-auto flex items-center px-2 py-8">
<div class="w-full mx-auto flex flex-wrap items-center">
<div class="flex w-full md:w-1/2 justify-center md:justify-start text-white font-extrabold">
<a class="text-black no-underline hover:text-black hover:no-underline" href="#">
👻 <span class="text-base text-grey-lighter"> Ghostwind CSS</span>
</a>
</div>
<div class="flex w-full pt-2 content-center justify-between md:w-1/2 md:justify-end">
<ul class="list-reset flex justify-center flex-1 md:flex-none items-center">
<li>
<a class="inline-block py-2 px-3 text-white no-underline" href="#">Active</a>
</li>
<li>
<a class="inline-block text-grey-dark no-underline hover:text-grey-lighter hover:text-underline py-2 px-3" href="#">link</a>
</li>
<li>
<a class="inline-block text-grey-dark no-underline hover:text-grey-lighter hover:text-underline py-2 px-3" href="#">link</a>
</li>
<li>
<a class="inline-block text-grey-dark no-underline hover:text-grey-lighter hover:text-underline py-2 px-3" href="#">link</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<script src="https://unpkg.com/popper.js@1/dist/umd/popper.min.js"></script>
<script src="https://unpkg.com/tippy.js@4"></script>
<script>
//Init tooltips
tippy('.avatar')
</script>
</body>
</html>