-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
429 lines (314 loc) · 15.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
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
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
<!doctype html>
<html lang="en">
<head>
<title> HHoney Software by Harmony Honey Monroe</title>
<link rel="icon" href="content/art/icon.svg" sizes="any" type="image/svg+xml">
<meta property="og:image" content="content/logo/hhoney_software800.png">
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Avoid Caching -->
<meta http-equiv=“Pragma” content=”no-cache”>
<meta http-equiv=“Expires” content=”-1″>
<meta http-equiv=“CACHE-CONTROL” content=”NO-CACHE”>
<!-- CSS -->
<link rel="stylesheet" href="bootstrap-5.1.3-dist/css/bootstrap.min.css">
<style>
@import "../bootstrap-5.1.3-dist/node_modules/rfs/scss";
/* INDEX STYLE */
.pic{
width: clamp(25px, 23vw, 250px);
border-radius: 50%;
}
/* ART STYLE */
/* Container for each block in the Grid Container */
.divblock{
padding:100% 0 0 0;
position:relative;
}
/* Container for Media within divblock */
.contentblock{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border-radius:2.5%;
background-color: #777;
}
/* Column within Grid Container Row */
.col-lg{
padding: 1%;
}
/* NAV STYLE */
.navbar{
background-color: #fff;
padding: 0px 0;
margin: 0px 0px;
}
.navbar a{
color: #000;
}
.navbar a:hover{
color: red;
}
.navbar-brand{
font-size: clamp(1.5rem, 3.5vw, 3rem);
margin-left: 1vw;
}
.nav-link{
font-size: clamp(0.7rem, 1.5vw, 3rem);
text-align: center;
margin-right: 0.5vw;
}
.nlink{
display: contents;
}
.nimage{
margin-top: 0px;
max-width: 200%;
height: clamp(28px, 5.3vw, 80px);
}
.nimage:hover{
filter: invert();
}
/* INDEX STYLE */
body{
background-color: #333;
background-image: linear-gradient(#0062ff, #00eaff);
background-attachment: fixed;
}
a{
color: #fff;
text-decoration: solid;
}
a:hover{
color: #fff;
}
.desc{
color: #fff;
text-align: center;
font-size: min(2.7vw, 22pt);
}
.desc2{
color: #fff;
text-align: center;
font-size: min(3.5vw, 50pt);
}
.desc3{
color: #fff;
text-align: center;
font-size: min(2.5vw, 50pt);
}
.tainer{
max-width: 1080px;
}
.logo{
background-image: linear-gradient(#595959, #000);
background-clip: padding-box;
padding: 5%;
}
.itch{
background-image: linear-gradient(#fa5c5c, #e33);
}
.button{
border-style: solid;
border-width: min(1vw, 15px);
border-radius: min(4.2vw, 50px);
border-color: transparent;
}
.button:hover{
border-color: #fff;
}
.bell:active{
filter: invert();
}
.vid{
border-radius: min(4.2vw, 40px);
}
.foot{
color: #fff;
text-align: center;
font-size: clamp(0.5rem, 6vw, 4rem);
}
.foot-md{
font-size: clamp(0.38rem, 5.5vw, 4rem);
}
.foot-sm{
font-size: clamp(0.3rem, 5vw, 3rem);
}
.rota{
color: #fff;
text-align: center;
font-size: clamp(0.5rem, 4vw, 3rem);
}
.tinycrate{
color: #fff;
text-align: center;
font-size: clamp(0.5rem, 3.2vw, 2.5rem);
}
.title{
color: #fff;
text-align: center;
font-size: clamp(0.5rem, 12vw, 6rem);
}
</style>
</head>
<body>
<!-- NAVBAR -->
<nav class="navbar navbar-expand-md sticky-top">
<div class="container-fluid">
<a class="navbar-brand abs" href="#"> <img src="content/logo/hhoney_long.svg" alt="HHoney Software" class="nimage"> </a>
<button class="navbar-toggler ms-auto navbar-light bg-light" type="button" data-bs-toggle="collapse" data-bs-target="#cnav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="cnav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link bell" href="https://github.com/harmonyhoney" target="_blank"><i class="fab fa-github"></i><div class="nlink"> GitHub</div></a>
</li>
<li class="nav-item">
<a class="nav-link bell" href="https://discord.gg/qGKzEykNyA" target="_blank"><i class="fab fa-discord"></i><div class="nlink"> Discord</div></a>
</li>
<li class="nav-item">
<a class="nav-link bell" href="https://www.youtube.com/@hhoney7" target="_blank"><i class="fab fa-youtube"></i><div class="nlink"> YouTube</div></a>
</li>
<li class="nav-item">
<a class="nav-link bell" href="https://bsky.app/profile/hhoneysoftware.bsky.social" target="_blank"><i class="fab fa-bluesky"></i><div class="nlink"> Bluesky</div></a>
</li>
<li class="nav-item">
<a class="nav-link bell" href="https://hhoneysoftware.itch.io" target="_blank"><i class="fab fa-itch-io"></i><div class="nlink"> itch.io</div></a>
</li>
<li class="nav-item">
<a class="nav-link bell" href="https://store.steampowered.com/app/1993830/ROTA_Open_Source_Fork/" target="_blank"><i class="fab fa-steam"></i><div class="nlink"> Steam</div></a>
</li>
</ul>
</div>
</div>
</nav>
<main>
<!-- GAMES -->
<div class="tainer container">
<div class="row row-cols-1 gx-0 gy-0" style="margin: 10px 0 0 0;">
<div class="col mx-auto bell" style="padding: 1%"> <img src="content/logo/hhoney_slim.svg" class="img-fluid w-100"> </div>
<div class="title col mx-auto" style="margin: 0 0 20px 0"> <i class="fas fa-gamepad"></i> Games </div>
</div>
<div class="row row-cols-2 gx-5% gy-0" style="margin: 0 0 0 0">
<a href="https://hhoneysoftware.itch.io/rota" target="_blank" class="col mx-auto bell foot"> <img src="content/rota/itch.png" class="button img-fluid w-100"><br>ROTA</a>
<a href="https://hhoneysoftware.itch.io/tinycrate" target="_blank" class="col mx-auto bell foot"> <img src="content/tiny_crate/cover-4x.png" class="button img-fluid w-100"><br>TINY CRATE</a>
<a href="https://hhoneysoftware.itch.io/wrap-it-up" target="_blank" class="col mx-auto bell foot"> <img src="content/wrap/itch.png" class="button img-fluid w-100"><br>WRAP IT UP</a>
</div>
</div>
<!-- ABOUT and VIDEO -->
<div id="footy" class="tainer container">
<div class="tainer container">
<div class="row row-cols-1 gx-0 gy-0" style="margin: 50px 0px 0px 0px">
<div class="row row-cols-2 gx-0 gy-0 bell" style="margin: 0 0 20px 0;">
<div class="foot col mx-auto my-auto"> <a href="https://github.com/HarmonyHoney/" target="_blank" class="foot"> <img class="pic" src="content/logo/skating.jpg"> </a> </div>
<div class="foot col mx-auto my-auto text-start">Harmony Honey<br>Monroe</div>
</div>
<div class="foot col mx-auto"><i class="fa-solid fa-pencil"></i> Artist</div>
<div class="foot col mx-auto"><i class="fas fa-gamepad"></i> Game Developer <i class="fa-solid fa-hammer"></i></div>
<div class="foot col mx-auto">Baltimore, Maryland <i class="fas fa-flag-usa"></i> USA</div>
<a class="foot foot-sm col mx-auto button bell" href="mailto:[email protected]"><i class="fas fa-envelope"></i> [email protected] <i class="fa-solid fa-paper-plane"></i></a>
<a class="foot button col mx-auto bell" style="margin: 60px 0 30px 0;" href="https://www.youtube.com/@hhoney7" target="_none"> <i class="fa-solid fa-eye"></i> Watch on YouTube! <i class="fab fa-youtube "></i> </a>
<div class="col ratio ratio-16x9 gx-0 gy-0" style="margin: 0 0 0 0"> <iframe class="vid" src="https://www.youtube.com/embed/0zj5jGAFZB8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div>
</div>
</div>
<div class="row" style="margin: 20px 0 20px 0">
<a href="https://hhoneysoftware.itch.io/" target="_blank" class="foot col bell"> <i class="fas fa-gamepad"></i> Play more games! <i class="fas fa-hand-point-down"></i> </a>
</div>
<div class="row row-cols-2 gx-3% gy-0" style="margin: 0 0 0 0">
<a href="https://store.steampowered.com/app/1993830/ROTA_Open_Source_Fork/" class="col mx-auto bell" target="_blank"> <img src="content/logo/steam.svg" class="button logo img-fluid"> </a>
<a href="https://hhoneysoftware.itch.io/" class="col mx-auto bell" target="_blank"> <img src="content/logo/itch.svg" class="button logo itch img-fluid"> </a>
</div>
<div class="row" style="margin: 30px 0">
<a href="https://github.com/HarmonyHoney/" target="_blank" class="foot button col bell"> <i class="fas fa-code"></i> Open Source on GitHub <i class="fas fa-code-fork"></i> </a>
</div>
<div class="row" style="margin: 0px 0 0px 0">
<a href="https://discord.gg/qGKzEykNyA" target="_blank" class="foot button col bell"> <i class="fa-solid fa-comment-dots"></i> Join our Discord <i class="fab fa-discord"></i> </a>
</div>
</div>
<!-- ART -->
<div style="margin: 0 0 0px 0;"> <div class="container" > <div class="row">
<div class="title col-md" style="margin: 50px 0;"> <i class="fas fa-paintbrush"></i> Art <i class="fa-solid fa-palette"></i> </div>
<div class="w-100"></div>
<!-- dive -->
<div class="col-lg">
<div class="divblock"><iframe src="https://player.vimeo.com/video/583042079?loop=1&color=ffffff&title=0&byline=0&portrait=0" class="contentblock" style="background-color:#ffa04d;" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
</div>
<!-- ramp -->
<div class="col-lg">
<div class="divblock"><iframe src="https://player.vimeo.com/video/580178811?loop=1&color=ffffff&title=0&byline=0&portrait=0" class="contentblock" style="background-color:#008751;" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
</div>
<div class="w-100"></div>
<!-- pool -->
<div class="col-lg">
<div class="divblock"><iframe src="https://player.vimeo.com/video/580868018?loop=1&color=ffffff&title=0&byline=0&portrait=0" class="contentblock" style="background-color:#8B8AB2;" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
</div>
<!-- lakeside campsite -->
<div class="col-lg">
<div class="divblock"><iframe src="https://player.vimeo.com/video/315805989?loop=1&color=ffffff&title=0&byline=0&portrait=0" class="contentblock" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
</div>
<div class="w-100"></div>
<!-- biplane -->
<div class="col-lg">
<div class="divblock"><iframe src="https://player.vimeo.com/video/383337456?loop=1&color=ffffff&title=0&byline=0&portrait=0" class="contentblock" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
</div>
<!-- robo run -->
<div class="col-lg">
<div class="divblock"><iframe src="https://player.vimeo.com/video/316297086?loop=1&color=ffffff&title=0&byline=0&portrait=0" class="contentblock" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
</div>
<div class="w-100"></div>
<!-- lil planet -->
<div class="col-lg">
<div class="divblock"><iframe src="https://player.vimeo.com/video/315954603?loop=1&color=ffffff&title=0&byline=0&portrait=0" class="contentblock" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
</div>
<!-- ocean house -->
<div class="col-lg">
<div class="divblock"><iframe src="https://player.vimeo.com/video/315943826?loop=1&color=ffffff&title=0&byline=0&portrait=0" class="contentblock" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
</div>
<div class="w-100"></div>
<!-- run n gun guy -->
<div class="col-lg">
<div class="divblock"><img src="content/art/runngun.svg" class="contentblock"/></div>
</div>
<!-- hld fan art -->
<div class="col-lg">
<div class="divblock"><img src="content/art/hld-fanart-square.svg" class="contentblock"/></div>
</div>
<!-- CRT-->
<div class="col-lg">
<div class="divblock"><iframe src="https://player.vimeo.com/video/383344608?loop=1&color=ffffff&title=0&byline=0&portrait=0" class="contentblock" style="background-color:#1a1a1a;" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
</div>
</div> </div> <!-- End Inner Container --> </div>
<!-- LINKS -->
<div class="container" style="margin-top: 20px; margin-bottom: 80px;">
<div class="row row-cols-3">
<a href="https://github.com/HarmonyHoney/" target="_blank" class="foot foot-md button col bell"><i class="fab fa-github"></i><br>GitHub</a>
<a href="https://discord.gg/qGKzEykNyA" target="_blank" class="foot foot-md button col bell"><i class="fab fa-discord"></i><br>Discord</a>
<a href="https://www.youtube.com/@hhoney7" target="_blank" class="foot foot-md button col bell"><i class="fab fa-youtube"></i><br>YouTube</a>
<a href="https://bsky.app/profile/hhoneysoftware.bsky.social" target="_blank" class="foot foot-md button col bell"><i class="fab fa-bluesky"></i><br>Bluesky</a>
<a href="https://hhoneysoftware.itch.io" target="_blank" class="foot foot-md button col bell"><i class="fab fa-itch-io"></i><br>itch.io</a>
<a href="https://store.steampowered.com/app/1993830/ROTA_Open_Source_Fork/" target="_blank" class="foot foot-md button col bell"><i class="fab fa-steam"></i><br>Steam</a>
</div>
</div>
</main>
<!-- JS Include JQuery, Popper JS, Bootstrap, FontAwesome -->
<script type="text/javascript" src="js/jquery-3.6.3.min.js"></script>
<script type="text/javascript" src="js/popper-1.14.7.min.js"></script>
<script type="text/javascript" src="bootstrap-5.1.3-dist/js/bootstrap.min.js"></script>
<script type="text/javascript" src="https://kit.fontawesome.com/5fb31601b8.js" crossorigin="anonymous"></script>
<!-- MY SCRIPTS -->
<script>
function bell(){
var audio = new Audio("content/sfx/bell.ogg");
audio.play();
};
function set_bell(){
$(".bell").click(function() {bell();} );
};
</script>
<script>set_bell()</script>
</body>
</html>