-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
235 lines (211 loc) · 11.1 KB
/
Copy pathblog.html
File metadata and controls
235 lines (211 loc) · 11.1 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
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
<!--
Blog Posts Landing Page
Author: Josh Lollis
Date: December 3, 2024
CPSC 349 Portfolio Final Project
Landing page for development logs and blog posts with
categorized sections and preview cards
-->
<!-- blog.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Standard meta -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blog | Portfolio</title>
<!-- This style prevents flash of unstyled content (FOUC) -->
<style id="anti-fouc">html{visibility:hidden}</style>
<!-- Inject shared head links (fonts, Font Awesome, tokens, base, desktop/mobile) -->
<script src="/js/head.js"></script>
<!-- Page-specific CSS (if any) -->
<!-- <link rel="stylesheet" href="/css/some-page-only.css"> -->
</head>
<body>
<!-- Header injection point -->
<div id="header-placeholder"></div>
<main>
<div class="content-container">
<h1 class="funnel-display-header">Blog Posts</h1>
<!-- TODO: Decide if removing back button-->
<!-- <a href="javascript:history.back()"
class="back-button hover-transform-left">
<span>←</span>
<span>Back</span>
</a> -->
<!-- Quick Access Navigation -->
<nav class="toc-nav">
<a href="#antillery-logs"
class="toc-card hover-transform-left hover-accent-bg hover-white-text">
<span class="toc-title">Antillery</span>
</a>
<a href="#gal-logs"
class="toc-card hover-transform-left hover-accent-bg hover-white-text">
<span class="toc-title">Project GAL</span>
</a>
<!-- Placeholder for future blog categories -->
<!-- <a href="#technical" class="toc-card hover-transform-left">
<span class="toc-title">Technical Blogs</span>
</a> -->
</nav>
<!-- Antillery Development Logs -->
<section id="antillery-logs"
class="section-level-1">
<h2 class="funnel-display-header">Antillery Devlogs</h2>
<div class="image-grid">
<a href="/blog/antillery/ant-dev-2025-06-02.html"
class="project-item hover-transform-up">
<h3 class="blog-title">Antillery Devlog #8</h3>
<h5 class="blog-date">June 2, 2025</h5>
<h6 class="blog-preview">Who is Antillery For?</h6>
<div class="thumbnail-container">
<img alt="Antillery Devlog"
class="blog-thumbnail"
src="/assets/gifs/ant.gif">
</div>
</a>
<a href="/blog/antillery/ant-dev-2025-05-31.html"
class="project-item hover-transform-up">
<h3 class="blog-title">Antillery Devlog #7</h3>
<h5 class="blog-date">May 31, 2025</h5>
<h6 class="blog-preview">Introduction to
Antillery</h6>
<div class="thumbnail-container">
<img alt="Antillery Devlog"
class="blog-thumbnail"
src="/assets/gifs/ant.gif">
</div>
</a>
<a href="/blog/antillery/ant-dev-2025-05-28.html"
class="project-item hover-transform-up">
<h3 class="blog-title">Antillery Devlog #6</h3>
<h5 class="blog-date">May 28, 2025</h5>
<h6 class="blog-preview">Development Roadmap</h6>
<div class="thumbnail-container">
<img alt="Antillery Devlog"
class="blog-thumbnail"
src="/assets/gifs/ant.gif">
</div>
</a>
<a href="/blog/antillery/ant-dev-2025-05-27.html"
class="project-item hover-transform-up">
<h3 class="blog-title">Antillery Devlog #5</h3>
<h5 class="blog-date">May 27, 2025</h5>
<h6 class="blog-preview">Revised Game Flow</h6>
<div class="thumbnail-container">
<img alt="Antillery Devlog"
class="blog-thumbnail"
src="/assets/gifs/ant.gif">
</div>
</a>
<a href="/blog/antillery/ant-dev-2025-05-25.html"
class="project-item hover-transform-up">
<h3 class="blog-title">Antillery Devlog #4</h3>
<h5 class="blog-date">May 25, 2025</h5>
<h6 class="blog-preview">Game Flow State System</h6>
<div class="thumbnail-container">
<img alt="Antillery Devlog"
class="blog-thumbnail"
src="/assets/gifs/ant.gif">
</div>
</a>
<a href="/blog/antillery/ant-dev-2025-05-18.html"
class="project-item hover-transform-up">
<h3 class="blog-title">Antillery Devlog #3</h3>
<h5 class="blog-date">May 18, 2025</h5>
<h6 class="blog-preview">Unity Packages in
Consideration</h6>
<div class="thumbnail-container">
<img alt="Antillery Devlog"
class="blog-thumbnail"
src="/assets/gifs/ant.gif">
</div>
</a>
<a href="/blog/antillery/ant-dev-2025-05-17.html"
class="project-item hover-transform-up">
<h3 class="blog-title">Antillery Devlog #2</h3>
<h5 class="blog-date">May 17, 2025</h5>
<h6 class="blog-preview">Choosing a Unity
Version</h6>
<div class="thumbnail-container">
<img alt="Antillery Devlog"
class="blog-thumbnail"
src="/assets/images/ant.png">
</div>
</a>
<a href="/blog/antillery/ant-dev-2025-05-16.html"
class="project-item hover-transform-up">
<h3 class="blog-title">Antillery Devlog #1</h3>
<h5 class="blog-date">May 16, 2025</h5>
<h6 class="blog-preview">Antillery: A 2D turn-based
artillery game.</h6>
<div class="thumbnail-container">
<img alt="Antillery Devlog"
class="blog-thumbnail"
src="/assets/images/ant.png">
</div>
</a>
</div>
</section>
<!-- Project GAL Development Logs - should be reversed in the same way -->
<section id="gal-logs"
class="section-level-1">
<h2 class="funnel-display-header">Project GAL Devlogs</h2>
<div class="image-grid">
<a href="/blog/GAL-Dev-2023-10-01.html"
class="project-item hover-transform-up">
<h3 class="blog-title">GAL Devlog #3</h3>
<h5 class="blog-date">October 1, 2023</h5>
<h6 class="blog-preview">Gameplay mechanics demo and
development progress...</h6>
<div class="thumbnail-container">
<img alt="Gal Dev Log" class="blog-thumbnail"
src="/assets/gifs/gal-logo.gif">
</div>
</a>
<a href="/blog/GAL-Dev-2023-09-18.html"
class="project-item hover-transform-up">
<h3 class="blog-title">GAL Devlog #2</h3>
<h5 class="blog-date">September 18, 2023</h5>
<h6 class="blog-preview">Progress update and
challenge solutions...</h6>
<div class="thumbnail-container">
<img alt="Gal Dev Log" class="blog-thumbnail"
src="/assets/gifs/gal-logo.gif">
</div>
</a>
<a href="/blog/GAL-Dev-2023-09-11.html"
class="project-item hover-transform-up">
<h3 class="blog-title">GAL Devlog #1</h3>
<h5 class="blog-date">September 11, 2023</h5>
<h6 class="blog-preview">Initial development setup
and project planning...</h6>
<div class="thumbnail-container">
<img alt="Gal Dev Log" class="blog-thumbnail"
src="/assets/gifs/gal-logo.gif">
</div>
</a>
</div>
</section>
<!-- Template sections for future blog categories -->
<!--
<section id="technical" class="version-section">
<h2 class="funnel-display-header">Technical Blogs</h2>
<div class="image-grid">
[Future blog posts will go here]
</div>
</section>
<section class="version-section">
<h2 class="funnel-display-header">Personal Projects</h2>
<div class="image-grid">
[Future blog posts will go here]
</div>
</section>
-->
</div>
</main>
<!-- Footer injection point -->
<div id="footer-placeholder"></div>
<script src="/scripts.js"></script>
</body>
</html>