-
Notifications
You must be signed in to change notification settings - Fork 0
/
tag.html
235 lines (196 loc) · 17.2 KB
/
tag.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
<!DOCTYPE html>
<html
lang="en"
class="scroll-smooth"
x-data="{ darkMode: localStorage.getItem('dark') === 'true'} "
x-init="$watch('darkMode', val => localStorage.setItem('dark', val))"
x-bind:class="{ 'dark': darkMode }"
>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<title>
Tag – Microo
</title>
<link
rel="shortcut icon"
href="assets/images/favicon.png"
type="image/x-icon"
/>
<link rel="stylesheet" href="assets/css/microo.css" />
</head>
<body class="dark:bg-blue-900">
<!-- ====== Navigation content Start -->
<header class="container mx-auto px-8 max-w-4xl text-blue-900 dark:text-blue-200">
<div class="py-6 lg:py-10 mx-auto md:flex-row">
<div class="flex flex-col flex-wrap items-center py-5 border-t border-b border-blue-200 dark:border-blue-700 md:flex-row">
<nav class="flex flex-wrap items-center text-base lg:w-2/5 md:ml-auto">
<a href="index.html" class="mr-5 font-semibold leading-6 text-blue-900 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-600">Home</a>
<a href="blog.html" class="mr-5 font-semibold leading-6 text-blue-900 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-600">Blog</a>
<a href="page.html" class="mr-5 font-semibold leading-6 text-blue-900 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-600">Page</a>
<a href="contact.html" class="mr-5 font-semibold leading-6 text-blue-900 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-600">Contact</a>
</nav>
<a href="#_" class="flex items-center order-first mb-4 font-medium text-blue-800 lg:order-none lg:w-1/5 title-font lg:items-center lg:justify-center md:mb-0">
<img src="assets/images/microo-logo.png" class="h-6">
</a>
<div class="inline-flex items-center ml-5 space-x-6 lg:w-2/5 lg:justify-end lg:ml-0">
<span class="inline-flex justify-center mt-4 space-x-5 md:ml-auto md:mt-0 md:justify-start">
<a href="#" class="text-blue-900 hover:text-blue-700 dark:text-blue-300 dark:hover:text-blue-200">
<span class="sr-only">Facebook</span>
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true"><path fill-rule="evenodd" d="M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12c0 4.991 3.657 9.128 8.438 9.878v-6.987h-2.54V12h2.54V9.797c0-2.506 1.492-3.89 3.777-3.89 1.094 0 2.238.195 2.238.195v2.46h-1.26c-1.243 0-1.63.771-1.63 1.562V12h2.773l-.443 2.89h-2.33v6.988C18.343 21.128 22 16.991 22 12z" clip-rule="evenodd"></path></svg>
</a>
<a href="https://twitter.com/firminodev" target="_blank" class="text-blue-900 hover:text-blue-700 dark:text-blue-300 dark:hover:text-blue-200">
<span class="sr-only">Twitter</span>
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true"><path d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0022 5.92a8.19 8.19 0 01-2.357.646 4.118 4.118 0 001.804-2.27 8.224 8.224 0 01-2.605.996 4.107 4.107 0 00-6.993 3.743 11.65 11.65 0 01-8.457-4.287 4.106 4.106 0 001.27 5.477A4.072 4.072 0 012.8 9.713v.052a4.105 4.105 0 003.292 4.022 4.095 4.095 0 01-1.853.07 4.108 4.108 0 003.834 2.85A8.233 8.233 0 012 18.407a11.616 11.616 0 006.29 1.84"></path></svg>
</a>
<a href="https://github.com/firminoweb" target="_blank" class="text-blue-900 hover:text-blue-700 dark:text-blue-300 dark:hover:text-blue-200">
<span class="sr-only">GitHub</span>
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true"><path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path></svg>
</a>
<button type="button" class="ml-2 bg-blue-50 dark:bg-blue-800 text-indigo-500 dark:text-blue-100 border border-blue-500 dark:border-blue-700 p-1 rounded-full" @click="darkMode = !darkMode">
<svg fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-4 h-4" x-show="darkMode">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 3v2.25m6.364.386l-1.591 1.591M21 12h-2.25m-.386 6.364l-1.591-1.591M12 18.75V21m-4.773-4.227l-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0z" />
</svg>
<svg fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-4 h-4" x-show="!darkMode">
<path stroke-linecap="round" stroke-linejoin="round" d="M21.752 15.002A9.718 9.718 0 0118 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 003 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 009.002-5.998z" />
</svg>
</button>
</span>
</div>
</div>
</div>
</header>
<!-- ====== Navigation content End -->
<section class="container mx-auto px-8 py-12 mb-12 max-w-4xl border-b border-blue-200 dark:border-blue-700">
<h2 class="text-4xl mb-4 font-extrabold text-blue-900 dark:text-blue-300 xl:text-5xl">
<svg fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-8 h-8 inline-block mt-[-6px]">
<path stroke-linecap="round" stroke-linejoin="round" d="M9.568 3H5.25A2.25 2.25 0 003 5.25v4.318c0 .597.237 1.17.659 1.591l9.581 9.581c.699.699 1.78.872 2.607.33a18.095 18.095 0 005.223-5.223c.542-.827.369-1.908-.33-2.607L11.16 3.66A2.25 2.25 0 009.568 3z" />
<path stroke-linecap="round" stroke-linejoin="round" d="M6 6h.008v.008H6V6z" />
</svg>
Tag
</h2>
<p class="mb-12 font-body text-xl font-light text-gray-600 dark:text-gray-100">
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Illo assumenda.
</p>
<div class="border-b border-blue-300 dark:border-blue-700 border-dotted pb-8 mb-8">
<a href="post.html" class="block text-xl lg:text-2xl font-semibold text-gray-500 dark:text-blue-400 hover:text-blue-600 dark:hover:text-blue-600 transition-colors">Quis hendrerit dolor magna eget est lorem ipsum dolor sit</a>
<div class="flex items-center pt-1">
<p class="text-md text-gray-400 dark:text-blue-500">
November 17, 2022
</p>
<span class="pl-2 text-lg font-semibold text-gray-400 dark:text-blue-500">·</span>
<p class="pl-2 text-md text-gray-400 dark:text-blue-500">
4 min read
</p>
</div>
</div>
<div class="border-b border-blue-300 dark:border-blue-700 border-dotted pb-8 mb-8">
<a href="post.html" class="block text-xl lg:text-2xl font-semibold text-gray-500 dark:text-blue-400 hover:text-blue-600 dark:hover:text-blue-600 transition-colors">Quis hendrerit dolor magna eget est lorem ipsum dolor sit</a>
<div class="flex items-center pt-1">
<p class="text-md text-gray-400 dark:text-blue-500">
November 17, 2022
</p>
<span class="pl-2 text-lg font-semibold text-gray-400 dark:text-blue-500">·</span>
<p class="pl-2 text-md text-gray-400 dark:text-blue-500">
4 min read
</p>
</div>
</div>
<div class="border-b border-blue-300 dark:border-blue-700 border-dotted pb-8 mb-8">
<a href="post.html" class="block text-xl lg:text-2xl font-semibold text-gray-500 dark:text-blue-400 hover:text-blue-600 dark:hover:text-blue-600 transition-colors">Quis hendrerit dolor magna eget est lorem ipsum dolor sit</a>
<div class="flex items-center pt-1">
<p class="text-md text-gray-400 dark:text-blue-500">
November 17, 2022
</p>
<span class="pl-2 text-lg font-semibold text-gray-400 dark:text-blue-500">·</span>
<p class="pl-2 text-md text-gray-400 dark:text-blue-500">
4 min read
</p>
</div>
</div>
<div class="border-b border-blue-300 dark:border-blue-700 border-dotted pb-8 mb-8">
<a href="post.html" class="block text-xl lg:text-2xl font-semibold text-gray-500 dark:text-blue-400 hover:text-blue-600 dark:hover:text-blue-600 transition-colors">Quis hendrerit dolor magna eget est lorem ipsum dolor sit</a>
<div class="flex items-center pt-1">
<p class="text-md text-gray-400 dark:text-blue-500">
November 17, 2022
</p>
<span class="pl-2 text-lg font-semibold text-gray-400 dark:text-blue-500">·</span>
<p class="pl-2 text-md text-gray-400 dark:text-blue-500">
4 min read
</p>
</div>
</div>
<div class="border-b border-blue-300 dark:border-blue-700 border-dotted pb-8 mb-8">
<a href="post.html" class="block text-xl lg:text-2xl font-semibold text-gray-500 dark:text-blue-400 hover:text-blue-600 dark:hover:text-blue-600 transition-colors">Quis hendrerit dolor magna eget est lorem ipsum dolor sit</a>
<div class="flex items-center pt-1">
<p class="text-md text-gray-400 dark:text-blue-500">
November 17, 2022
</p>
<span class="pl-2 text-lg font-semibold text-gray-400 dark:text-blue-500">·</span>
<p class="pl-2 text-md text-gray-400 dark:text-blue-500">
4 min read
</p>
</div>
</div>
<div class="border-b border-blue-300 dark:border-blue-700 border-dotted pb-8 mb-8">
<a href="post.html" class="block text-xl lg:text-2xl font-semibold text-gray-500 dark:text-blue-400 hover:text-blue-600 dark:hover:text-blue-600 transition-colors">Quis hendrerit dolor magna eget est lorem ipsum dolor sit</a>
<div class="flex items-center pt-1">
<p class="text-md text-gray-400 dark:text-blue-500">
November 17, 2022
</p>
<span class="pl-2 text-lg font-semibold text-gray-400 dark:text-blue-500">·</span>
<p class="pl-2 text-md text-gray-400 dark:text-blue-500">
4 min read
</p>
</div>
</div>
<div class="flex pt-8">
<a href="javascript:void(0)" class="cursor-pointer border-2 border-gray-500 dark:border-blue-400 text-gray-500 dark:text-blue-400 hover:opacity-75 px-3 py-1 font-body font-medium text-secondary">Previous</a>
<a href="javascript:void(0)" class="ml-3 cursor-pointer border-2 border-gray-500 dark:border-blue-400 text-gray-500 dark:text-blue-400 hover:opacity-75 px-3 py-1 font-body font-bold bg-gray-50 dark:bg-blue-800">1</a>
<a href="javascript:void(0)" class="ml-3 cursor-pointer border-2 border-gray-500 dark:border-blue-400 text-gray-500 dark:text-blue-400 hover:opacity-75 px-3 py-1 font-body font-bold">2</a>
<a href="javascript:void(0)" class="ml-3 cursor-pointer border-2 border-gray-500 dark:border-blue-400 text-gray-500 dark:text-blue-400 hover:opacity-75 px-3 py-1 font-body font-bold">3</a>
<a href="javascript:void(0)" class="ml-3 cursor-pointer border-2 border-gray-500 dark:border-blue-400 text-gray-500 dark:text-blue-400 hover:opacity-75 px-3 py-1 font-body font-bold">4</a>
<a href="javascript:void(0)" class="ml-3 cursor-pointer border-2 border-gray-500 dark:border-blue-400 text-gray-500 dark:text-blue-400 hover:opacity-75 px-3 py-1 font-body font-bold">5</a>
<a href="javascript:void(0)" class="ml-3 cursor-pointer border-2 border-gray-500 dark:border-blue-400 text-gray-500 dark:text-blue-400 hover:opacity-75 px-3 py-1 font-body font-bold">Next</a>
</div>
</section>
<section class="container mx-auto px-8 text-center pb-12 max-w-4xl border-b border-blue-200 dark:border-blue-700">
<div class="flex flex-col sm:items-center lg:items-start justify-between lg:flex-row">
<div class="relative mb-4 lg:mb-0">
<h2 class="text-3xl font-extrabold text-blue-900 dark:text-blue-300 xl:text-4xl">Subscribe to new posts</h2>
<p class="mt-2 text-md text-gray-300">Subscribe now to get notified about excluive posts.</p>
</div>
<div class="relative flex items-center max-w-md leading-6 text-center">
<input type="text" placeholder="Your e-mail" class="w-full py-4 pr-0 m-0 overflow-visible font-medium duration-300 border-2 border-blue-400 dark:border-blue-700 outline-none sm:py-5 sm:pr-48 cursor-text pl-7 focus:outline-none focus-within:border-blue-400 hover:border-blue-200 text-blue-700 dark:text-blue-300 dark:bg-blue-800 placeholder-blue-500" data-rounded="rounded-full">
<button class="absolute right-0 h-12 px-8 mr-2 md:mr-3 text-white bg-gradient-to-r from-indigo-600 to-blue-500 hover:from-indigo-500 hover:to-blue-400 focus:outline-none transition duration-150 ease-in-out font-semibold" data-rounded="rounded-full" data-primary="blue-700">Subscribe</button>
</div>
</div>
</section>
<footer class="container mx-auto px-8 max-w-4xl">
<div class="flex flex-col items-center py-8 mx-auto max-w-7xl sm:flex-row">
<a href="#_" class="text-xl font-black leading-none text-blue-900 dark:text-blue-300 select-none logo">Microo</a>
<p class="mt-4 text-sm text-blue-600 dark:text-blue-300 sm:ml-4 sm:pl-4 sm:border-l sm:border-gray-200 sm:mt-0">©2023 Tailwind CSS Blog Theme
</p>
<span class="inline-flex justify-center mt-4 space-x-5 sm:ml-auto sm:mt-0 sm:justify-start">
<a href="#" class="text-blue-900 hover:text-blue-700 dark:text-blue-300 dark:hover:text-blue-200">
<span class="sr-only">Facebook</span>
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true"><path fill-rule="evenodd" d="M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12c0 4.991 3.657 9.128 8.438 9.878v-6.987h-2.54V12h2.54V9.797c0-2.506 1.492-3.89 3.777-3.89 1.094 0 2.238.195 2.238.195v2.46h-1.26c-1.243 0-1.63.771-1.63 1.562V12h2.773l-.443 2.89h-2.33v6.988C18.343 21.128 22 16.991 22 12z" clip-rule="evenodd"></path></svg>
</a>
<a href="https://twitter.com/firminodev" target="_blank" class="text-blue-900 hover:text-blue-700 dark:text-blue-300 dark:hover:text-blue-200">
<span class="sr-only">Twitter</span>
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true"><path d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0022 5.92a8.19 8.19 0 01-2.357.646 4.118 4.118 0 001.804-2.27 8.224 8.224 0 01-2.605.996 4.107 4.107 0 00-6.993 3.743 11.65 11.65 0 01-8.457-4.287 4.106 4.106 0 001.27 5.477A4.072 4.072 0 012.8 9.713v.052a4.105 4.105 0 003.292 4.022 4.095 4.095 0 01-1.853.07 4.108 4.108 0 003.834 2.85A8.233 8.233 0 012 18.407a11.616 11.616 0 006.29 1.84"></path></svg>
</a>
<a href="https://github.com/firminoweb" target="_blank" class="text-blue-900 hover:text-blue-700 dark:text-blue-300 dark:hover:text-blue-200">
<span class="sr-only">GitHub</span>
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true"><path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path></svg>
</a>
</span>
</div>
</footer>
<!-- Javascript + AlpineJS Library -->
<script defer src="assets/js/microo.js"></script>
</body>
</html>