-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutorials.html
More file actions
178 lines (175 loc) · 6.26 KB
/
tutorials.html
File metadata and controls
178 lines (175 loc) · 6.26 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="The CEOs of HTMX" />
<meta property="og:url" content="https://htmx.ceo" />
<meta property="og:title" content="HTMX CEOs" />
<meta property="og:type" content="website" />
<meta property="og:description" content="The CEOs of HTMX" />
<meta property="og:image" content="https://htmx.ceo/htmx.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:height" content="1200" />
<meta property="og:image:width" content="675" />
<meta
property="og:image:alt"
content="HTMX pickle, horse, buffalo at war"
/>
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:creator" content="HTMXCEO" />
<meta property="twitter:image" content="https://htmx.ceo/htmx.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://cdn.tailwindcss.com"></script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Kolker+Brush&display=swap"
rel="stylesheet"
/>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-Y11LZZLM23"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-Y11LZZLM23');
</script>
<script
async
src="https://platform.twitter.com/widgets.js"
charset="utf-8"
></script>
<title>HTMX CEOs | Tutorials</title>
<link rel="stylesheet" href="./styles.css" />
</head>
<body class="bg-slate-950 text-white mb-20">
<div id="navbar-placeholder"></div>
<main>
<nav class="fixed top-0 w-full z-20 bg-gray-900 px-4 py-4">
<div
class="flex flex-col lg:flex-row justify-center lg:justify-between items-center"
>
<a
href="index.html"
class="flex items-center justify-center mb-4 lg:mb-0"
>
<img
src="assets/flaming_htmx.gif"
class="h-8 mr-2"
alt="HTMX Logo"
/>
<p class="text-red-500 ceos">CEOs</p>
</a>
<div
class="flex flex-wrap lg:flex-nowrap space-x-2 lg:space-x-6 items-center"
>
<a class="text-sm text-white hover:text-gray-300" href="badge.html"
>Badge</a
>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
stroke="currentColor"
class="w-3 h-3 lg:w-4 lg:h-4 current-fill hidden lg:block"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M12 5v0m0 7v0m0 7v0m0-13a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z"
></path>
</svg>
<a
class="text-sm text-white hover:text-gray-300"
href="tutorials.html"
>Tutorials</a
>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
stroke="currentColor"
class="w-3 h-3 lg:w-4 lg:h-4 current-fill hidden lg:block"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M12 5v0m0 7v0m0 7v0m0-13a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z"
></path>
</svg>
<a
class="text-sm text-white hover:text-gray-300"
href="https://htmx.org"
target="_blank"
>HTMX</a
>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
stroke="currentColor"
class="w-3 h-3 lg:w-4 lg:h-4 current-fill hidden lg:block"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M12 5v0m0 7v0m0 7v0m0-13a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z"
></path>
</svg>
<a
class="text-sm text-white hover:text-gray-300"
href="https://www.amazon.com/Hypermedia-Systems-Carson-Gross/dp/B0C9S88QV6"
target="_blank"
>Book</a
>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
stroke="currentColor"
class="w-3 h-3 lg:w-4 lg:h-4 current-fill hidden lg:block"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M12 5v0m0 7v0m0 7v0m0-13a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z"
></path>
</svg>
<a
class="text-sm text-white hover:text-gray-300"
href="https://swag.htmx.org"
target="_blank"
>Shop</a
>
</div>
</div>
</nav>
<div
class="px-4 md:px-6 pt-40 md:pt-32 pb-20 flex flex-col justify-center items-center space-y-4"
>
<div id="tutorial-container"></div>
</div>
</main>
<footer class="text-center">
<p>You are visitor</p>
<div class="flex justify-center">
<img src="assets/visitor.gif" alt="Visitor Counter" />
</div>
<p>© 2023-??? Big Money HTMX</p>
</footer>
<script type="module" src="scripts/tutorial.script.js"></script>
</body>
</html>