-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
381 lines (318 loc) · 14.3 KB
/
index.html
File metadata and controls
381 lines (318 loc) · 14.3 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Portfolio" />
<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=Poppins:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/fa62c117c7.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="styles.css" />
<title>Fran Palacios</title>
</head>
<body class="light" id="top">
<header class="header center">
<h3>
<a href="https://igngr.github.io/" class="link"
>Portfolio.</a
>
</h3>
<nav class="nav center">
<ul class="nav__list center">
<li class="nav__list-item">
<a class="link link--nav" href="#projects">Projects</a>
</li>
<li class="nav__list-item">
<a class="link link--nav" href="#skills">Skills</a>
</li>
<li class="nav__list-item">
<a class="link link--nav" href="#contact">Contact</a>
</li>
</ul>
<button type="button" aria-label="toggle theme" class="btn btn--icon">
<i aria-hidden="true" id="btn-theme" class="fas fa-moon"></i>
</button>
<button
type="button"
aria-label="toggle navigation"
class="btn btn--icon nav__hamburger"
>
<i aria-hidden="true" class="fas fa-bars"></i>
</button>
</nav>
</header>
<main>
<!-- About -->
<div class="about center">
<h1>Hi, I am <span class="about__name">Fran</span></h1>
<h2 class="about__role">A Game Programmer.</h2>
<p class="about__desc">
I completed my Bachelor's studies in Computer Science back in 2019. During those years, I was able to study abroad for some time thanks to the Erasmus program, where I enrolled in a game design class that really spiked my interest regarding game development.
<br></br>
Here are some of the small projects I have worked on over time. Some of them are older than others.
From the most part I have worked using Unity (C#) and C++ (Raylib/OpenGL).
</p>
</div>
<!-- Projects -->
<section id="projects" class="section projects">
<h2 class="section__title">GameDev projects</h2>
<div class="projects__grid">
<div class="project">
<h3>OpenGL Renderer</h3>
<p class="project__description">
An OpenGL renderer which renders a small subset of GLTF files.
<br></br>
</p>
<div class="image">
<iframe width="250" height="200" src="https://www.youtube.com/embed/x1a2VMQAQHQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<ul class="project__stack">
<li class="project__stack-item">C++</li>
<li class="project__stack-item">OpenGL</li>
</ul>
<a
href="https://github.com/IGnGr/OpenGLCourse"
aria-label="source code"
class="link link--icon"
>
<i aria-hidden="true" class="fab fa-github">Github</i>
</a>
<a
href="https://example.com"
aria-label="live preview"
class="link link--icon"
>
<i aria-hidden="true" class="fas fa-external-link-alt"></i>
</a>
</div>
<div class="project">
<h3>Donkey Kong clone</h3>
<p class="project__description">
A recreation of the level 2-1 from the popular arcade game "Donkey Kong" aiming to mimic its gameplay.
<br></br>
<iframe width="250" height="200" src="https://www.youtube.com/embed/qyqsKLPl5Fo?si=AFPMWekyJls-KBAI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</p>
<ul class="project__stack">
<li class="project__stack-item">C++</li>
<li class="project__stack-item">Raylib</li>
</ul>
<a
href="https://github.com/IGnGr/PAC2_Grafica"
aria-label="source code"
class="link link--icon"
>
<i aria-hidden="true" class="fab fa-github">Github</i>
</a>
<a
href="https://example.com"
aria-label="live preview"
class="link link--icon"
>
<i aria-hidden="true" class="fas fa-external-link-alt"></i>
</a>
</div>
<div class="project">
<h3>Asteroids clone</h3>
<p class="project__description">
A prototype of an updated version of the arcade game "Asteroids" trying to keep the gameplay as close as possible.
<br></br>
</p>
<iframe width="250" height="200" src="https://www.youtube.com/embed/UhMhcj_Lty4?si=AG0n1lXDGngpEbnh" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<ul class="project__stack">
<li class="project__stack-item">C++</li>
<li class="project__stack-item">Raylib</li>
</ul>
<a
href="https://github.com/IGnGr/PAC1_Grafica"
aria-label="source code"
class="link link--icon"
>
<i aria-hidden="true" class="fab fa-github">Github</i>
</a>
<a
href="https://example.com"
aria-label="live preview"
class="link link--icon"
>
<i aria-hidden="true" class="fas fa-external-link-alt"></i>
</a>
</div>
<div class="project">
<h3>Mario clone</h3>
<p class="project__description">
A recreation of the level 1-1 of Super Mario with some additional mechanics.
<br></br>
</p>
<iframe width="250" height="200" src="https://www.youtube.com/embed/MLYnfunWaFQ?si=PYOwtBjE91X7aL-V" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> <ul class="project__stack">
<li class="project__stack-item">C#</li>
<li class="project__stack-item">Unity</li>
</ul>
<a
href="https://github.com/IGnGr/MarioPrototype"
aria-label="source code"
class="link link--icon"
>
<i aria-hidden="true" class="fab fa-github">Github</i>
</a>
<a
href="https://example.com"
aria-label="live preview"
class="link link--icon"
>
<i aria-hidden="true" class="fas fa-external-link-alt"></i>
</a>
</div>
<div class="project">
<h3>Planet Attack</h3>
<p class="project__description">
A prototype of an updated version of the arcade game "Missile Command".
<br></br>
</p>
<iframe width="250" height="200" src="https://www.youtube.com/embed/_mumUIwUZL8?si=HzL26KWXzZ30xG1p" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> <ul class="project__stack">
<li class="project__stack-item">C#</li>
<li class="project__stack-item">Unity</li>
</ul>
<a
href="https://github.com/IGnGr/PlanetAttackPrototype"
aria-label="source code"
class="link link--icon"
>
<i aria-hidden="true" class="fab fa-github">Github</i>
</a>
<a
href="https://example.com"
aria-label="live preview"
class="link link--icon"
>
<i aria-hidden="true" class="fas fa-external-link-alt"></i>
</a>
</div>
<div class="project">
<h3>Fingershock</h3>
Prototype of an arcade mobile game in which the user has to keep their fingers on the screen avoiding harmful objects and destroying enemies.
<br>
<br>
Credits to Binyuan Lin(animations), Alejandro Kuratomi and Lynn Lennmor(game design).
</p>
<div class="video">
<iframe width="250" height="200" src="https://www.youtube.com/embed/xlOei_RHPd4?si=Xr8kG-3o-wRclSsg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<hr>
<ul class="project__stack">
<li class="project__stack-item">C#</li>
<li class="project__stack-item">Unity</li>
</ul>
<a
href="https://github.com/IGnGr/GameDesign"
aria-label="source code"
class="link link--icon"
>
<i aria-hidden="true" class="fab fa-github">Github</i>
<i aria-hidden="true" class="fas fa-external-link-alt"></i>
</a>
</div>
<div class="project">
<h3>Orxata!</h3>
Small gamejam project. A short narrative game about a Valencian girl teaching an English man about the wonders of orxata, a traditional drink made from a root.
<br></br>
</p>
<div class="video">
<iframe width="250" height="200" src="https://www.youtube.com/embed/Vj2WhyiQS8c?si=4zuOBfD7J8drQ7qE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> </div>
<hr>
<ul class="project__stack">
<li class="project__stack-item">C#</li>
<li class="project__stack-item">Unity</li>
</ul>
<a
href="https://v3.globalgamejam.org/2023/games/orxata-5"
aria-label="source code"
class="link link--icon"
>
<i aria-hidden="true" class="fab">Global GameJam</i>
<i aria-hidden="true" class="fas fa-external-link-alt"></i>
</a>
</div>
</div>
</section>
<section id="projects2" class="section projects">
<h2 class="section__title">Non-GameDev projects</h2>
<div class="projects__grid">
<div class="project">
<h3>SyncNon-SteamGames</h3>
<p class="project__description">
Fork of an existing python project designed to add non-steam games from a given folder into Steam.
I improved some of the logic and implemented Gooey, a library that provides a GUI for the input data.
Also, everything is packaged now as a windows executable to make it easier for any user from the general public.
<br></br>
</p>
<div class="image">
<img width="250" height="200" src="https://github.com/IGnGr/SyncNon-SteamGames/raw/main/images/GUI.png" title="Image"></img>
</div>
<ul class="project__stack">
<li class="project__stack-item">Python</li>
</ul>
<a
href="https://github.com/IGnGr/SyncNon-SteamGames"
aria-label="source code"
class="link link--icon"
>
<i aria-hidden="true" class="fab fa-github">Github</i>
</a>
</div>
</div>
</section>
<!-- Skills -->
<section class="section skills" id="skills">
<h2 class="section__title">Skills</h2>
<ul class="skills__list">
<li class="skills__list-item btn btn--plain">Unity</li>
<li class="skills__list-item btn btn--plain">C#</li>
<li class="skills__list-item btn btn--plain">C++</li>
<li class="skills__list-item btn btn--plain">Git</li>
<li class="skills__list-item btn btn--plain">Python</li>
</ul>
</section>
<!-- Contact -->
<section class="section contact center" id="contact">
<h2 class="section__title">Contact</h2>
<div class="about__contact center">
<a href="mailto:frapama6@gmail.com">
<span class="btn btn--outline">Email</span>
<a
href="https://github.com/IGnGr"
>
<span class="btn btn--outline">Github</i>
</a>
<a
href="https://www.linkedin.com/in/franciscojos%C3%A9palacios/"
>
<span class="btn btn--outline">Linkedin</i>
</a>
</div>
</section>
</main>
<footer class="footer">
<a
href="https://github.com/rjshkhr/cleanfolio-minimal"
class="link footer__link"
>
Template By Raj Shekhar
</a>
</footer>
<div class="scroll-container">
<div class="scroll-top">
<a aria-label="Scroll up" href="#top">
<i aria-hidden="true" class="fas fa-arrow-up"></i>
</a>
</div>
</div>
<script src="./script.js"></script>
</body>
</html>