-
Notifications
You must be signed in to change notification settings - Fork 0
/
devlogs.html
35 lines (35 loc) · 1.47 KB
/
devlogs.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<meta name="description" content="Oscar Saul - Computer Science and Business student specializing in full-stack web development and cybersecurity.">
<meta name="og:email" content="oscarsaul.mmv@gmail.com"/>
<meta name="og:phone_number" content="437-219-3454"/>
<link rel="icon" href="logo.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<title>Oscar Saul</title>
</head>
<body>
<script src="https://unpkg.com/swup@4"></script>
<script src="https://unpkg.com/@swup/overlay-theme@2"></script>
<link rel="stylesheet" href="https://unpkg.com/@swup/overlay-theme/dist/OverlayTheme.css">
<script>
const swup = new Swup({
plugins: [new SwupOverlayTheme()]
});
</script>
<div id="swup">
<div id="wrapper">
<a id="back" href="/">← oscar saul </a>
<h1>Devlogs</h1>
<br>
<section>
<li class="devlog">
<h2><a href="devlog/devlog-1-the-making-of-an-epic-dungeon-crawler">Devlog #1 - The Making of an Epic Dungeon Crawler</a></h2>
<p>Explore the various mechanics and features being implemented into this ARPG dungeon crawler.</p>
</li>
</section>
</div>
</div>
</body>