-
Notifications
You must be signed in to change notification settings - Fork 0
/
resources.njk
330 lines (328 loc) · 29.4 KB
/
resources.njk
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
327
328
329
330
---
title: Resources Page | GeauxWeisbeck4.dev
description: A collection of all my resources
---
<div class="w-screen flex flex-col items-center justify-center bg-slate-900 h-auto">
<div class="flex pb-10 mt-14">
<div class="flex-1 max-w-5xl ml-20 mr-20 pt-4">
<h1 class="text-6xl font-bold mb-10 text-emerald-500">Resources</h1>
<h2 class="text-3xl font-bold mt-2 text-sky-300">Notes, Templates, Useful Blog Posts, and Tutorials</h2>
</div>
</div>
<div class="mx-auto container py-10 px-6">
<div class="grid sm:grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-6">
<div class="rounded">
<div class="w-full h-64 flex flex-col justify-between dark:bg-gray-800 bg-white dark:border-gray-700 rounded-lg border border-gray-400 mb-6 py-5 px-4">
<div>
<a href="https://geauxdigitalgarden.netlify.app" target="_blank">
<h4 class="text-gray-800 dark:text-gray-100 font-bold mb-3 hover:underline">Andrew's Digital Garden</h4>
<p class="text-gray-800 dark:text-gray-100 text-sm hover:underline">A cultivation of ideas, ramblings, notes, text blocks, Kanban boards - you get the idea. It's my own piece of the internet, my digital garden.</p>
</a>
</div>
<div>
<div class="flex items-center justify-between text-gray-800 dark:text-gray-100">
<p class="text-sm">December 12, 2022</p>
<button class="w-8 h-8 rounded-full bg-gray-800 dark:bg-gray-100 dark:text-gray-800 text-white flex items-center justify-center focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-black" onclick="https://geauxdigitalgarden.netlify.app" role="button">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-pencil" width="20" height="20" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"></path>
<path d="M4 20h4l10.5 -10.5a1.5 1.5 0 0 0 -4 -4l-10.5 10.5v4"></path>
<line x1="13.5" y1="6.5" x2="17.5" y2="10.5"></line>
</svg>
</button>
</div>
</div>
</div>
<div class="w-full h-64 flex flex-col justify-between bg-pink-300 rounded-lg border border-pink-300 mb-6 py-5 px-4">
<div>
<a href="https://geauxnotes.deno.dev"
<h4 class="text-gray-800 font-bold mb-3 hover:underline">Deno Notes</h4>
<p class="text-gray-800 text-sm hover:underline">Andrew's Deno notes on how to best use Deno and other important things you should know about the greatest TypeScript, JavaScript, and internet runtime ever made.</p>
</a>
</div>
<div>
<div class="flex items-center justify-between text-gray-800">
<p class="text-sm">December 12, 2022</p>
<button class="w-8 h-8 rounded-full bg-gray-800 text-white flex items-center justify-center focus:outline-none focus:ring-2 focus:ring-offset-2 ring-offset-pink-300 focus:ring-black"
onclick="https://geauxdigitalgarden.netlify.app" role="button">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-pencil" width="20" height="20" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"></path>
<path d="M4 20h4l10.5 -10.5a1.5 1.5 0 0 0 -4 -4l-10.5 10.5v4"></path>
<line x1="13.5" y1="6.5" x2="17.5" y2="10.5"></line>
</svg>
</button>
</div>
</div>
</div>
<div class="w-full h-64 flex flex-col justify-between items-start bg-blue-300 rounded-lg border border-blue-300 mb-6 py-5 px-4">
<div>
<a href="https://awtech.netlify.app">
<h4 class="text-gray-800 font-bold mb-3 hover:underline">Andrewweisbeck.tech</h4>
<p class="text-gray-800 text-sm hover:underline">My documentation for every project, website, and everything else you can find on the internet. Built with docusaurus.</p>
</a>
</div>
<div class="w-full flex flex-col items-start">
<div class="mb-3 border border-gray-800 rounded-full px-3 py-1 text-gray-800 text-xs flex items-center" aria-label="Due on" role="contentinfo">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-alarm" width="16" height="16" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"></path>
<circle cx="12" cy="13" r="7"></circle>
<polyline points="12 10 12 13 14 13"></polyline>
<line x1="7" y1="4" x2="4.25" y2="6"></line>
<line x1="17" y1="4" x2="19.75" y2="6"></line>
</svg>
<p class="ml-2">August 6, 2022 23:00</p>
</div>
<div class="flex items-center justify-between text-gray-800 w-full">
<p class="text-sm">March 28, 2020</p>
<button class="w-8 h-8 rounded-full bg-gray-800 text-white flex items-center justify-center focus:outline-none focus:ring-2 focus:ring-offset-2 ring-offset-blue-300 focus:ring-black" onclick="https://awtech.netlify.app" role="button">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-pencil" width="20" height="20" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"></path>
<path d="M4 20h4l10.5 -10.5a1.5 1.5 0 0 0 -4 -4l-10.5 10.5v4"></path>
<line x1="13.5" y1="6.5" x2="17.5" y2="10.5"></line>
</svg>
</button>
</div>
</div>
</div>
</div>
<div class="rounded">
<div class="w-full h-64 flex flex-col justify-between dark:bg-gray-800 bg-white dark:border-gray-700 rounded-lg border border-gray-400 mb-6 py-5 px-4">
<div>
<a href="#">
<h3 class="text-gray-800 dark:text-gray-100 leading-7 font-semibold w-11/12 hover:underline">Tutorial: How to use Next.js, TailwindCSS, and PostgreSQL</h3>
</a>
</div>
<div>
<div class="flex items-center justify-between text-gray-800">
<p class="dark:text-gray-100 text-sm">December 18, 2022</p>
<button class="w-8 h-8 rounded-full dark:bg-gray-100 dark:text-gray-800 bg-gray-800 text-white flex items-center justify-center focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-black" onclick="#" role="button">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-pencil" width="20" height="20" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"></path>
<path d="M4 20h4l10.5 -10.5a1.5 1.5 0 0 0 -4 -4l-10.5 10.5v4"></path>
<line x1="13.5" y1="6.5" x2="17.5" y2="10.5"></line>
</svg>
</button>
</div>
</div>
</div>
<div class="w-full h-64 flex flex-col justify-between dark:bg-gray-800 bg-white dark:border-gray-700 rounded-lg border border-gray-400 mb-6 py-5 px-4">
<div>
<a href="https://tealfeed.com/how-to-create-static-blog-lume">
<h3 class="text-gray-800 dark:text-gray-100 leading-7 font-semibold w-11/12 hover:underline">Tutorial: How to create a static blog website with Lume and Deno</h3>
</a>
</div>
<div>
<div class="mb-3 flex items-center">
<div class="border border-gray-300 dark:border-gray-700 rounded-full px-3 py-1 dark:text-gray-400 text-gray-600 text-xs flex items-center" onclick="#" role="contentinfo">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-alarm" width="16" height="16" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"></path>
<circle cx="12" cy="13" r="7"></circle>
<polyline points="12 10 12 13 14 13"></polyline>
<line x1="7" y1="4" x2="4.25" y2="6"></line>
<line x1="17" y1="4" x2="19.75" y2="6"></line>
</svg>
<p class="ml-2 dark:text-gray-400">7 Sept, 23:00</p>
</div>
<button class="p-1 bg-gray-800 dark:bg-gray-100 rounded-full ml-2 text-yellow-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-black" onclick="https://geauxdigitalgarden.netlify.app" role="button">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-star" width="16" height="16" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"></path>
<path d="M12 17.75l-6.172 3.245 1.179-6.873-4.993-4.867 6.9-1.002L12 2l3.086 6.253 6.9 1.002-4.993 4.867 1.179 6.873z"></path>
</svg>
</button>
</div>
<div class="flex items-center justify-between text-gray-800">
<p class="dark:text-gray-100 text-sm">December 12, 2022</p>
<button class="w-8 h-8 rounded-full dark:bg-gray-100 dark:text-gray-800 bg-gray-800 text-white flex items-center justify-center focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-black" onclick="https://geauxdigitalgarden.netlify.app" role="button">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-pencil" width="20" height="20" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"></path>
<path d="M4 20h4l10.5 -10.5a1.5 1.5 0 0 0 -4 -4l-10.5 10.5v4"></path>
<line x1="13.5" y1="6.5" x2="17.5" y2="10.5"></line>
</svg>
</button>
</div>
</div>
</div>
<div class="w-full h-64 flex flex-col justify-between dark:bg-gray-800 bg-white dark:border-gray-700 rounded-lg border border-gray-400 mb-6 py-5 px-4">
<div>
<a href="#">
<h3 class="text-gray-800 dark:text-gray-100 leading-7 font-semibold w-11/12 hover:underline">Tutorial: How to make a website with Deno and Fresh</h3>
</a>
</div>
<div>
<div class="mb-3 flex items-center flex-no-wrap">
<div class="w-6 h-6 bg-cover bg-center rounded-md">
<img src="https://tuk-cdn.s3.amazonaws.com/assets/components/avatars/a_4_0.png" alt="read by Alia" class="h-full w-full overflow-hidden object-cover rounded-full border-2 border-white dark:border-gray-700 shadow" />
</div>
<div class="w-6 h-6 bg-cover rounded-md -ml-2">
<img src="https://tuk-cdn.s3.amazonaws.com/assets/components/avatars/a_4_1.png" alt="read by jason" class="h-full w-full overflow-hidden object-cover rounded-full border-2 border-white dark:border-gray-700 shadow" />
</div>
<div class="w-6 h-6 bg-cover rounded-md bg-center -ml-2">
<img src="https://tuk-cdn.s3.amazonaws.com/assets/components/avatars/a_4_2.png" alt="read by Kane" class="h-full w-full overflow-hidden object-cover rounded-full border-2 border-white dark:border-gray-700 shadow" />
</div>
</div>
<div class="flex items-center justify-between text-gray-800">
<p class="dark:text-gray-100 text-sm">December 20, 2022</p>
<button class="w-8 h-8 rounded-full dark:bg-gray-100 dark:text-gray-800 bg-gray-800 text-white flex items-center justify-center focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-black" onclick="#" role="button">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-pencil" width="20" height="20" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"></path>
<path d="M4 20h4l10.5 -10.5a1.5 1.5 0 0 0 -4 -4l-10.5 10.5v4"></path>
<line x1="13.5" y1="6.5" x2="17.5" y2="10.5"></line>
</svg>
</button>
</div>
</div>
</div>
</div>
<div class="rounded">
<div class="w-full h-64 flex flex-col justify-between items-start dark:bg-gray-800 bg-white dark:border-gray-700 rounded-lg border border-gray-400 mb-6 py-5 px-4">
<div>
<a href="https://geauxjsnotes.netlify.app">
<h4 class="text-gray-800 dark:text-gray-100 font-bold mb-3 hover:underline">JavaScript Notes</h4>
<p class="text-gray-800 dark:text-gray-100 text-sm hover:underline">My notes, all about JavaScript - a work in progress.</p>
</a>
</div>
<div class="w-full flex flex-col items-start">
<div aria-label="time" role="contentinfo" class="mb-3 border border-gray-800 rounded-full px-3 py-1 text-gray-800 dark:text-gray-400 dark:border-gray-700 text-xs flex items-center">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-alarm" width="16" height="16" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"></path>
<circle cx="12" cy="13" r="7"></circle>
<polyline points="12 10 12 13 14 13"></polyline>
<line x1="7" y1="4" x2="4.25" y2="6"></line>
<line x1="17" y1="4" x2="19.75" y2="6"></line>
</svg>
<p class="ml-2">December 12, 2022 23:00</p>
</div>
<div class="flex items-center justify-between text-gray-800 dark:text-gray-100 w-full">
<p class="text-sm">March 28, 2020</p>
<button class="w-8 h-8 rounded-full bg-gray-800 dark:text-gray-800 dark:bg-gray-100 text-white flex items-center justify-center focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-black" onclick="https://geauxjsnotes.netlify.app" role="button">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-pencil" width="20" height="20" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"></path>
<path d="M4 20h4l10.5 -10.5a1.5 1.5 0 0 0 -4 -4l-10.5 10.5v4"></path>
<line x1="13.5" y1="6.5" x2="17.5" y2="10.5"></line>
</svg>
</button>
</div>
</div>
</div>
<div class="w-full h-64 flex flex-col justify-between bg-gray-300 dark:bg-gray-700 dark:border-gray-700 rounded-lg border border-gray-300 mb-6 py-5 px-4">
<div>
<a href="https://geauxpython.netlify.app">
<h4 class="text-gray-800 dark:text-gray-100 font-bold mb-3 hover:underline">Python Notes</h4>
<p class="text-gray-800 dark:text-gray-100 text-sm hover:underline">My notes, all about Python - a work in progress.</p>
</a>
</div>
<div>
<div class="flex items-center justify-between text-gray-800 dark:text-gray-100">
<p class="text-sm">December 14, 2022</p>
<button class="w-8 h-8 rounded-full bg-gray-800 text-white dark:bg-gray-100 dark:text-gray-800 flex items-center justify-center focus:outline-none focus:ring-2 focus:ring-offset-2 ring-offset-gray-300 focus:ring-black" onclick="https://geauxpython.netlify.app" role="button">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-pencil" width="20" height="20" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"></path>
<path d="M4 20h4l10.5 -10.5a1.5 1.5 0 0 0 -4 -4l-10.5 10.5v4"></path>
<line x1="13.5" y1="6.5" x2="17.5" y2="10.5"></line>
</svg>
</button>
</div>
</div>
</div>
<div class="w-full h-64 flex flex-col justify-between bg-yellow-400 rounded-lg border border-yellow-400 mb-6 py-5 px-4">
<div>
<a href="https://geauxstorytelling.netlify.app">
<h4 class="text-gray-800 font-bold mb-3 hover:underline">Geaux Storytelling</h4>
<p class="text-gray-800 text-sm hover:underline">My blog and website that is all about Storytelling. Completed during the Storytelling sprint from Section 4.</p>
</a>
</div>
<div>
<div class="flex items-center justify-between text-gray-800">
<p class="text-sm">July 28, 2022</p>
<button class="w-8 h-8 rounded-full bg-gray-800 text-white flex items-center justify-center focus:outline-none focus:ring-2 focus:ring-offset-2 ring-offset-yellow-400 focus:ring-black" onclick="https://geauxstorytelling.netlify.app" role="button">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-pencil" width="20" height="20" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"></path>
<path d="M4 20h4l10.5 -10.5a1.5 1.5 0 0 0 -4 -4l-10.5 10.5v4"></path>
<line x1="13.5" y1="6.5" x2="17.5" y2="10.5"></line>
</svg>
</button>
</div>
</div>
</div>
</div>
<div class="rounded">
<div class="w-full h-64 flex flex-col justify-between dark:bg-gray-800 bg-white dark:border-gray-700 rounded-lg border border-gray-400 mb-6 py-5 px-4">
<div>
<a href="https://geauxbrandstrategy.netlify.app">
<h3 class="text-gray-800 dark:text-gray-100 leading-7 font-semibold w-11/12 hover:underline">Geaux Brand Strategy Sprint Blog Website</h3>
<p class="text-gray-800 text-sm hover:underline">My blog and website that is all about Storytelling. Completed during the Storytelling sprint from Section 4.</p>
</a>
</div>
<div>
<div class="mb-3 flex items-center">
<button class="p-1 bg-gray-800 dark:bg-gray-100 rounded-full text-yellow-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-black" onclick="https://geauxbrandstrategy.netlify.app" role="button">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-star" width="16" height="16" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"></path>
<path d="M12 17.75l-6.172 3.245 1.179-6.873-4.993-4.867 6.9-1.002L12 2l3.086 6.253 6.9 1.002-4.993 4.867 1.179 6.873z"></path>
</svg>
</button>
</div>
<div class="flex items-center justify-between text-gray-800 dark:text-gray-100">
<p class="text-sm">September 14, 2022</p>
<button class="w-8 h-8 rounded-full bg-gray-800 text-white dark:bg-gray-100 dark:text-gray-800 flex items-center justify-center focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-black" onclick="https://section4.com" role="button">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-pencil" width="20" height="20" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"></path>
<path d="M4 20h4l10.5 -10.5a1.5 1.5 0 0 0 -4 -4l-10.5 10.5v4"></path>
<line x1="13.5" y1="6.5" x2="17.5" y2="10.5"></line>
</svg>
</button>
</div>
</div>
</div>
<div class="w-full h-64 flex flex-col justify-between dark:bg-gray-800 bg-white dark:border-gray-700 rounded-lg border border-gray-400 mb-6 py-5 px-4">
<div>
<a href="https://replit.com/@GeauxWeisbeck4">
<h3 class="text-gray-800 dark:text-gray-100 leading-7 font-semibold w-11/12 hover:underline">My Replit Collections</h3>
</a>
</div>
<div>
<div class="mb-3 flex items-center flex-no-wrap">
<div class="w-6 h-6 bg-cover bg-center rounded-md">
<img src="https://tuk-cdn.s3.amazonaws.com/assets/components/avatars/a_4_0.png" alt="read by Alia" class="h-full w-full overflow-hidden object-cover rounded-full border-2 border-white dark:border-gray-700 shadow" />
</div>
<div class="w-6 h-6 bg-cover rounded-md -ml-2">
<img src="https://tuk-cdn.s3.amazonaws.com/assets/components/avatars/a_4_1.png" alt="read by jason" class="h-full w-full overflow-hidden object-cover rounded-full border-2 border-white dark:border-gray-700 shadow" />
</div>
<div class="w-6 h-6 bg-cover rounded-md bg-center -ml-2">
<img src="https://tuk-cdn.s3.amazonaws.com/assets/components/avatars/a_4_2.png" alt="read by Kane" class="h-full w-full overflow-hidden object-cover rounded-full border-2 border-white dark:border-gray-700 shadow" />
</div>
</div>
<div class="flex items-center justify-between text-gray-800 dark:text-gray-100">
<p class="text-sm">March 28, 2020</p>
<button class="w-8 h-8 rounded-full bg-gray-800 text-white dark:bg-gray-100 dark:text-gray-800 flex items-center justify-center focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-black" onclick="https://replit.com/@GeauxWeisbeck4" role="button">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-pencil" width="20" height="20" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"></path>
<path d="M4 20h4l10.5 -10.5a1.5 1.5 0 0 0 -4 -4l-10.5 10.5v4"></path>
<line x1="13.5" y1="6.5" x2="17.5" y2="10.5"></line>
</svg>
</button>
</div>
</div>
</div>
<div class="w-full h-64 flex flex-col justify-between bg-red-300 rounded-lg border border-red-300 mb-6 py-5 px-4">
<div>
<a href="https://udemy.com">
<h3 class="text-gray-800 leading-7 font-semibold w-11/12 hover:underline">My First Course: Coming Soon!</h3>
</a>
</div>
<div>
<div class="flex items-center justify-between text-gray-800">
<p class="text-sm">January 1, 2023</p>
<button class="w-8 h-8 rounded-full bg-gray-800 text-white flex items-center justify-center focus:outline-none focus:ring-2 focus:ring-offset-2 ring-offset-red-300 focus:ring-black" onclick="https://udemy.com" role="button">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-pencil" width="20" height="20" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"></path>
<path d="M4 20h4l10.5 -10.5a1.5 1.5 0 0 0 -4 -4l-10.5 10.5v4"></path>
<line x1="13.5" y1="6.5" x2="17.5" y2="10.5"></line>
</svg>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>