-
Notifications
You must be signed in to change notification settings - Fork 0
/
frenzee.html
76 lines (69 loc) · 3.6 KB
/
frenzee.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Conundroy</title>
<link rel="icon" href="img/r.png">
<meta name="description" content="A game dev portfolio">
<meta name="author" content="Conundroy">
<!-- <link rel="icon" href="/favicon.ico">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png"> -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- <div>Hi</div> -->
<!-- <div class="menu"> -->
<!-- <button type="button">Click Me!</button> -->
<!-- </div> -->
<div class="side-panel anchor-bottom">
<div class="menu">
<a class="button" href="index.html">
<div class="desktop"><b>About</b></div>
<div class="mobile"><svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="gray" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-home"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline></svg></div>
</a>
<a class="button" href="projects.html">
<div class="desktop"><b>Projects</b></div>
<div class="mobile"><svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="gray" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-folder"><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path></svg></div>
</a>
<a class="button" href="contact.html">
<div class="desktop"><b>Contact</b></div>
<div class="mobile"><svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="gray" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-at-sign"><circle cx="12" cy="12" r="4"></circle><path d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"></path></svg></div>
</a>
</div>
</div>
<div class="index anchor-bottom border-r-bottom">
<div class="main anchor-bottom border-about">
<div class="main-wrapper scrollbar">
<a href="#thumbnail"><img src="img/works/frenzee/thumb.png"></a>
<div class="main-padding scrollbar-offset" style="font-size:7vmax">
Frenzee
<div class="category">
Mobile game
<ul class="roles">
<li>Game Design</li>
<li>Programming
<ul><li>Godot Engine (GDScript 1.0)</li></ul>
</li>
</ul>
</div>
</div>
<div class="main-padding scrollbar-offset">
A little game I coded using Godot 3 for my first game dev job. Warning: pretty broken and just as bad spaghetti code.
</div>
<div class="main-padding scrollbar-offset">
Perhaps my very first commercial project, though this is more of an internship test than a proper commercial product. Very rough gameplay as I was gradually working on my game design then.
</div>
<div class="main-padding scrollbar-offset">
I felt this was a pretty important milestone to me to warrant itself a mention on the interweb. Until I replace it with the next big thing, enjoy my first, pretty terrible commercial game.
</div>
<div class="main-padding scrollbar-offset" style="display: flex;justify-content: center;">
<iframe src="games/frenzee/index.html" style="width:70vmin; height:80vh; border:none;"></iframe>
</div>
</div>
</div>
</div>
<a href="#" class="lightbox" id="thumbnail"><span style="background-image: url('img/works/frenzee/thumb.png')"></span></a>
</body>
</html>