-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
305 lines (268 loc) · 17.1 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
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
<!DOCTYPE html>
<html lang="en">
<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">
<title>Quokka Template Center</title>
<link rel="stylesheet" href="public/stylesheets/mainSite.css">
<!--JS Scripts-->
<script src="public/javascripts/bannerHeight.js"></script>
<script src="public/javascripts/createNameOfComponent.js"></script>
<!--CSS sheets-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<link rel='stylesheet' href='public/stylesheets/style.css' />
<link rel='stylesheet' href='public/stylesheets/spacers.css' />
<link rel='stylesheet' href='public/stylesheets/colors.css' />
<link rel='stylesheet' href='public/stylesheets/BTNs.css' />
<link rel='stylesheet' href='public/stylesheets/gradients.css' />
<link rel="icon" type="image/png" href="public/images/Logo/Devo.png" sizes="512x512">
</head>
<body>
<header>
<nav class="navbar fixed-top navbar-expand-lg navbar-light QuokkaCustom"
style="z-index: 1; margin-bottom: -100px;">
<div class="container">
<a href="/QuokkaTemplateCenter">
<img src="public/images/Logo/DevRel_mascot_white_Oracle.svg" width="100px" />
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#34E7CE" class="bi bi-list"
viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z" />
</svg>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent" style="margin-left: 30px;">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="/QuokkaTemplateCenter">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/QuokkaTemplateCenter/naming-convention.html">Naming
convention</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/QuokkaTemplateCenter/manual.html">OCM components</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/QuokkaTemplateCenter/seo.html">SEO best practices</a>
</li>
</ul>
<form class="d-flex" id="searchBar">
<input class="form-control me-2" type="search" placeholder="Components" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Search</button>
</form>
</div>
</div>
</nav>
</header>
<div id="backgroundIMGB1">
<div class="container spacer-2">
<h5 class="Green30" id="h3-Banner1">Find what you need</h5>
<h1 class="White" id="h1-Banner1">Quokka Template Center<br>New Convention</h1>
<p class="White" id="text-Banner1">Lorem ipsum dolor sit amet consectetur adipisicing elit. Soluta sit
beatae
magnam ut, culpa cupiditate non vitae voluptatum laudantium, obcaecati quo cum, perferendis aut odio
in
perspiciatis officiis! Minima, rerum.</p>
<div class="spacer-3"></div>
<div class="hideBTNS">
<a href="#componentPageIndex" class="BTN-1">See components</a>
<a href="#" class="BTN-2">Color palette</a>
</div>
</div>
</div>
<div class="gradient2" id="componentPageIndex" style="margin-top: -70px;">
<div class="container spacer-2-low alignCenter">
<h5 class="Green30" id="h3-Banner1">Discover</h5>
<h1 class="White" id="h1-Banner1">Our devo_<span class="gradient1">components</span></h1>
<div class="spacer-3"></div>
<div class="tripleColumn">
<!--SINGLE COMPONENT-->
<div class="White White10 cardContainer">
<div class="verticalCenter iconBackground">
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="currentColor"
class="bi bi-textarea" viewBox="0 0 16 16">
<defs>
<linearGradient id="mygradient" x1="80.86%" x2="19.14%" y1="0%" y2="100%">
<stop offset="0%" stop-color="#ffffff40" />
<stop offset="100%" stop-color="#877eff" />
</linearGradient>
</defs>
<path
d="M1.5 2.5A1.5 1.5 0 0 1 3 1h10a1.5 1.5 0 0 1 1.5 1.5v3.563a2 2 0 0 1 0 3.874V13.5A1.5 1.5 0 0 1 13 15H3a1.5 1.5 0 0 1-1.5-1.5V9.937a2 2 0 0 1 0-3.874V2.5zm1 3.563a2 2 0 0 1 0 3.874V13.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V9.937a2 2 0 0 1 0-3.874V2.5A.5.5 0 0 0 13 2H3a.5.5 0 0 0-.5.5v3.563zM2 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm12 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z" />
</svg>
</div>
<div class="alignLeft verticalCenter textCardContainer">
<h4>DEVO_Alert</h4>
<p id="text-GeneralCard"><strong>Contains: <br></strong>Global component, bottom component,
category
component.</p>
<div class="spacer-4"></div>
<div>
<a href="#" class="BTN-3">
See this component
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-arrow-right" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z" />
</svg>
</a>
</div>
</div>
</div>
<!--END SINGLE COMPONENT-->
<!--SINGLE COMPONENT-->
<div class="White White10 cardContainer">
<div class="verticalCenter iconBackground">
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="currentColor"
class="bi bi-textarea" viewBox="0 0 16 16">
<path
d="M1.5 2.5A1.5 1.5 0 0 1 3 1h10a1.5 1.5 0 0 1 1.5 1.5v3.563a2 2 0 0 1 0 3.874V13.5A1.5 1.5 0 0 1 13 15H3a1.5 1.5 0 0 1-1.5-1.5V9.937a2 2 0 0 1 0-3.874V2.5zm1 3.563a2 2 0 0 1 0 3.874V13.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V9.937a2 2 0 0 1 0-3.874V2.5A.5.5 0 0 0 13 2H3a.5.5 0 0 0-.5.5v3.563zM2 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm12 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z" />
</svg>
</div>
<div class="alignLeft verticalCenter textCardContainer">
<h4>DEVO_Blog</h4>
<p id="text-GeneralCard"><strong>Contains: <br></strong>Blog component, for devo articles.
Include
abstract, author, etc.</p>
<div class="spacer-4"></div>
<div>
<a href="#" class="BTN-3">
See this component
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-arrow-right" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z" />
</svg>
</a>
</div>
</div>
</div>
<!--END SINGLE COMPONENT-->
<!--SINGLE COMPONENT-->
<div class="White White10 cardContainer">
<div class="verticalCenter iconBackground">
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="currentColor"
class="bi bi-textarea" viewBox="0 0 16 16">
<path
d="M1.5 2.5A1.5 1.5 0 0 1 3 1h10a1.5 1.5 0 0 1 1.5 1.5v3.563a2 2 0 0 1 0 3.874V13.5A1.5 1.5 0 0 1 13 15H3a1.5 1.5 0 0 1-1.5-1.5V9.937a2 2 0 0 1 0-3.874V2.5zm1 3.563a2 2 0 0 1 0 3.874V13.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V9.937a2 2 0 0 1 0-3.874V2.5A.5.5 0 0 0 13 2H3a.5.5 0 0 0-.5.5v3.563zM2 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm12 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z" />
</svg>
</div>
<div class="alignLeft verticalCenter textCardContainer">
<h4>DEVO_Code</h4>
<p id="text-GeneralCard"><strong>Contains: <br></strong>Code component, for code previews.
Pyhton, JS and
JAVA.</p>
<div class="spacer-4"></div>
<div>
<a href="#" class="BTN-3">
See this component
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-arrow-right" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z" />
</svg>
</a>
</div>
</div>
</div>
<!--END SINGLE COMPONENT-->
<!--SINGLE COMPONENT-->
<div class="White White10 cardContainer">
<div class="verticalCenter iconBackground">
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="currentColor"
class="bi bi-textarea" viewBox="0 0 16 16">
<path
d="M1.5 2.5A1.5 1.5 0 0 1 3 1h10a1.5 1.5 0 0 1 1.5 1.5v3.563a2 2 0 0 1 0 3.874V13.5A1.5 1.5 0 0 1 13 15H3a1.5 1.5 0 0 1-1.5-1.5V9.937a2 2 0 0 1 0-3.874V2.5zm1 3.563a2 2 0 0 1 0 3.874V13.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V9.937a2 2 0 0 1 0-3.874V2.5A.5.5 0 0 0 13 2H3a.5.5 0 0 0-.5.5v3.563zM2 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm12 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z" />
</svg>
</div>
<div class="alignLeft verticalCenter textCardContainer">
<h4>DEVO_Content</h4>
<p id="text-GeneralCard"><strong>Contains: <br></strong> Custom Card component, Custom Modal
component.
</p>
<div class="spacer-4"></div>
<div>
<a href="#" class="BTN-3">
See this component
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-arrow-right" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z" />
</svg>
</a>
</div>
</div>
</div>
<!--END SINGLE COMPONENT-->
<!--SINGLE COMPONENT-->
<div class="White White10 cardContainer">
<div class="verticalCenter iconBackground">
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="currentColor"
class="bi bi-textarea" viewBox="0 0 16 16">
<path
d="M1.5 2.5A1.5 1.5 0 0 1 3 1h10a1.5 1.5 0 0 1 1.5 1.5v3.563a2 2 0 0 1 0 3.874V13.5A1.5 1.5 0 0 1 13 15H3a1.5 1.5 0 0 1-1.5-1.5V9.937a2 2 0 0 1 0-3.874V2.5zm1 3.563a2 2 0 0 1 0 3.874V13.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V9.937a2 2 0 0 1 0-3.874V2.5A.5.5 0 0 0 13 2H3a.5.5 0 0 0-.5.5v3.563zM2 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm12 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z" />
</svg>
</div>
<div class="alignLeft verticalCenter textCardContainer">
<h4>DEVO_Feature</h4>
<p id="text-GeneralCard"><strong>Contains: <br></strong> Custom Banner, Custom Feature,
Custom Hero
Component.</p>
<div class="spacer-4"></div>
<div>
<a href="/components/devo-feature" class="BTN-3">
See this component
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-arrow-right" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z" />
</svg>
</a>
</div>
</div>
</div>
<!--END SINGLE COMPONENT-->
<!--SINGLE COMPONENT-->
<div class="White White10 cardContainer">
<div class="verticalCenter iconBackground">
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="currentColor"
class="bi bi-textarea" viewBox="0 0 16 16">
<path
d="M1.5 2.5A1.5 1.5 0 0 1 3 1h10a1.5 1.5 0 0 1 1.5 1.5v3.563a2 2 0 0 1 0 3.874V13.5A1.5 1.5 0 0 1 13 15H3a1.5 1.5 0 0 1-1.5-1.5V9.937a2 2 0 0 1 0-3.874V2.5zm1 3.563a2 2 0 0 1 0 3.874V13.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V9.937a2 2 0 0 1 0-3.874V2.5A.5.5 0 0 0 13 2H3a.5.5 0 0 0-.5.5v3.563zM2 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm12 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z" />
</svg>
</div>
<div class="alignLeft verticalCenter textCardContainer">
<h4>DEVO_Link</h4>
<p id="text-GeneralCard"><strong>Contains: <br></strong>_self, _blank & trigger modal
windows. Custom CTA
and Link With Image.</p>
<div class="spacer-4"></div>
<div>
<a href="#" class="BTN-3">
See this component
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-arrow-right" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z" />
</svg>
</a>
</div>
</div>
</div>
<!--END SINGLE COMPONENT-->
</div>
<div class="spacer-5"></div>
<a href="/QuokkaTemplateCenter/manual.html" class="BTN-1">See all components</a>
</div>
</div>
</body>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa"
crossorigin="anonymous"></script>
</html>