-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
265 lines (219 loc) · 10.5 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="description" content="Blog de tecnologia focado em engenharia de software">
<meta property="og:title" content="davigsilva"/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://davigsilva.com/"/>
<meta property="og:description" content="Blog de tecnologia focado em engenharia de software" />
<title>davigsilva</title>
<link rel="home" href="https://davigsilva.com">
<link rel="icon" href="/favicon.ico">
<link href="/blog/feed.atom" type="application/atom+xml" rel="alternate" title="davigsilva Atom Feed">
<!-- Insert analytics code here -->
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,300i,400,400i,700,700i,800,800i" rel="stylesheet">
<link rel="stylesheet" href="/assets/build/css/main.css?id=086b2697f150c306c0c1124b929ec315">
</head>
<body class="flex flex-col justify-between min-h-screen bg-gray-100 text-gray-800 leading-normal font-sans">
<header class="flex items-center shadow bg-white border-b h-24 py-4" role="banner">
<div class="container flex items-center max-w-8xl mx-auto px-4 lg:px-8">
<div class="flex items-center">
<a href="/" title="davigsilva home" class="inline-flex items-center">
<h1 class="bg-clip-text text-transparent bg-gradient-to-r from-sky-500 to-violet-500 text-lg md:text-2xl font-bold hover:text-indigo-600 my-0">
davigsilva
</h1>
</a>
</div>
<div id="vue-search" class="flex flex-1 justify-end items-center">
<search></search>
<nav class="hidden lg:flex items-center justify-end text-lg">
<a title="davigsilva Blog" href="/blog"
class="ml-6 text-gray-700 hover:text-indigo-600 ">
Blog
</a>
<a title="davigsilva About" href="/about"
class="ml-6 text-gray-700 hover:text-indigo-600 ">
Sobre mim
</a>
</nav>
<button class="flex justify-center items-center bg-indigo-500 border border-indigo-500 h-10 px-5 rounded-full lg:hidden focus:outline-none"
onclick="navMenu.toggle()"
>
<svg id="js-nav-menu-show" xmlns="http://www.w3.org/2000/svg"
class="fill-current text-white h-9 w-4" viewBox="0 0 32 32"
>
<path d="M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z"/>
</svg>
<svg id="js-nav-menu-hide" xmlns="http://www.w3.org/2000/svg"
class="hidden fill-current text-white h-9 w-4" viewBox="0 0 36 30"
>
<polygon points="32.8,4.4 28.6,0.2 18,10.8 7.4,0.2 3.2,4.4 13.8,15 3.2,25.6 7.4,29.8 18,19.2 28.6,29.8 32.8,25.6 22.2,15 "/>
</svg>
</button>
</div>
</div>
</header>
<nav id="js-nav-menu" class="w-auto px-2 pt-6 pb-2 bg-gray-200 shadow hidden lg:hidden">
<ul class="my-0">
<li class="pl-4">
<a
title="davigsilva Blog"
href="/blog"
class="block mt-0 mb-4 text-sm no-underline text-gray-800 hover:text-indigo-500"
>Blog</a>
</li>
<li class="pl-4">
<a
title="davigsilva About"
href="/about"
class="block mt-0 mb-4 text-sm no-underline text-gray-800 hover:text-indigo-500"
>Sobre mim</a>
</li>
</ul>
</nav>
<main role="main" class="flex-auto w-full container max-w-4xl mx-auto py-16 px-6">
<div class="w-full mb-6">
<p class="text-gray-700 font-medium my-2">
August 3, 2022
</p>
<h2 class="text-3xl mt-0">
<a href="https://davigsilva.com/blog/getting-started" title="Read Getting Started" class="text-gray-900 font-extrabold">
Getting Started
</a>
</h2>
<p class="mt-0 mb-4">This is a starter template for creating a beautiful, customizable blog with minimal effort. You’ll only have to change a few settings and you’re ready to go.</p>
<a href="https://davigsilva.com/blog/getting-started" title="Read - Getting Started" class="uppercase tracking-wide mb-4">
Read
</a>
</div>
<hr class="border-b my-6">
<div class="w-full mb-6">
<p class="text-gray-700 font-medium my-2">
August 1, 2022
</p>
<h2 class="text-3xl mt-0">
<a href="https://davigsilva.com/blog/customizing-your-site" title="Read Customizing Your Site" class="text-gray-900 font-extrabold">
Customizing Your Site
</a>
</h2>
<p class="mt-0 mb-4">This starter template comes pre-loaded with Tailwind CSS, a utility CSS framework that allows you to customize and build complex designs without touching a line of CSS.</p>
<a href="https://davigsilva.com/blog/customizing-your-site" title="Read - Customizing Your Site" class="uppercase tracking-wide mb-4">
Read
</a>
</div>
<div class="flex flex-col md:flex-row md:-mx-6">
<div class="w-full md:w-1/2 md:mx-6">
<div class="flex flex-col mb-4">
<p class="text-gray-700 font-medium my-2">
July 29, 2022
</p>
<h2 class="text-3xl mt-0">
<a
href="https://davigsilva.com/blog/fuse-search"
title="Read more - Fuse Search"
class="text-gray-900 font-extrabold"
>Fuse Search</a>
</h2>
<p class="mb-4 mt-0">To provide fast, local search of your blog, this starter template comes with a pre-built Vue.js component that uses Fuse.js. Fuse.js is a "lightweight fuzzy-search library with no dependencies." It...</p>
<a
href="https://davigsilva.com/blog/fuse-search"
title="Read more - Fuse Search"
class="uppercase font-semibold tracking-wide mb-2"
>Read</a>
</div>
</div>
<hr class="block md:hidden w-full border-b mt-2 mb-6">
<div class="w-full md:w-1/2 md:mx-6">
<div class="flex flex-col mb-4">
<p class="text-gray-700 font-medium my-2">
July 26, 2022
</p>
<h2 class="text-3xl mt-0">
<a
href="https://davigsilva.com/blog/mailchimp-newsletters"
title="Read more - Mailchimp Newsletters"
class="text-gray-900 font-extrabold"
>Mailchimp Newsletters</a>
</h2>
<p class="mb-4 mt-0">Mailchimp is a fantastic marketing platform, and takes the pain out of managing email lists and campaigns. The blog starter template comes with a beautiful pre-built newsletter form, that only needs...</p>
<a
href="https://davigsilva.com/blog/mailchimp-newsletters"
title="Read more - Mailchimp Newsletters"
class="uppercase font-semibold tracking-wide mb-2"
>Read</a>
</div>
</div>
</div>
<hr class="w-full border-b mt-2 mb-6">
<div class="flex flex-col md:flex-row md:-mx-6">
<div class="w-full md:w-1/2 md:mx-6">
<div class="flex flex-col mb-4">
<p class="text-gray-700 font-medium my-2">
July 24, 2022
</p>
<h2 class="text-3xl mt-0">
<a
href="https://davigsilva.com/blog/custom-404-page"
title="Read more - Custom 404 Pages"
class="text-gray-900 font-extrabold"
>Custom 404 Pages</a>
</h2>
<p class="mb-4 mt-0">This starter template includes a custom 404 Not Found error page, located at <code>/source/404.blade.php</code>. To preview the 404 page, you can visit <code>/404</code> in your browser....</p>
<a
href="https://davigsilva.com/blog/custom-404-page"
title="Read more - Custom 404 Pages"
class="uppercase font-semibold tracking-wide mb-2"
>Read</a>
</div>
</div>
<hr class="block md:hidden w-full border-b mt-2 mb-6">
<div class="w-full md:w-1/2 md:mx-6">
<div class="flex flex-col mb-4">
<p class="text-gray-700 font-medium my-2">
July 20, 2022
</p>
<h2 class="text-3xl mt-0">
<a
href="https://davigsilva.com/blog/my-first-blog-post"
title="Read more - My First Blog Post"
class="text-gray-900 font-extrabold"
>My First Blog Post</a>
</h2>
<p class="mb-4 mt-0">This is the start of your first blog post.</p>
<a
href="https://davigsilva.com/blog/my-first-blog-post"
title="Read more - My First Blog Post"
class="uppercase font-semibold tracking-wide mb-2"
>Read</a>
</div>
</div>
</div>
</main>
<footer class="bg-white text-center text-sm mt-12 py-4" role="contentinfo">
<ul class="flex flex-col md:flex-row justify-center list-none">
<li>
Built with <a href="http://jigsaw.tighten.co" title="Jigsaw by Tighten">Jigsaw</a>
and <a href="https://tailwindcss.com" title="Tailwind CSS, a utility-first CSS framework">Tailwind</a>.
</li>
<li>
Hosted on <a href="https://github.com">GitHub</a>
</li>
</ul>
</footer>
<script src="/assets/build/js/main.js?id=d7116c1832f1f0caf2f77e815b455524"></script>
<script>
const navMenu = {
toggle() {
const menu = document.getElementById('js-nav-menu');
menu.classList.toggle('hidden');
menu.classList.toggle('lg:block');
document.getElementById('js-nav-menu-hide').classList.toggle('hidden');
document.getElementById('js-nav-menu-show').classList.toggle('hidden');
},
}
</script>
</body>
</html>