-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
43 lines (36 loc) · 1.71 KB
/
Copy pathportfolio.html
File metadata and controls
43 lines (36 loc) · 1.71 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
<!DOCTYPE html>
<html lang="en-GB" dir="ltr" style="font-size: 12; font-family: Verdana, Geneva, Tahoma, sans-serif;">
<head>
<meta charset="utf-8">
<title>SimpsonGames - Portfolio</title>
<link rel="icon" href="img/favicon.ico">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Arvo">
<script src="load_components.js"></script>
<script src="portfolio_import.js"></script>
</head>
<body>
<div id="header"></div>
<div class="main-container">
<h1>Portfolio</h1>
<p>On this page, you can view the various programming projects that I have created over the years. You can also find music that I have written for some of these projects. Each of the projects are sorted by chronological order.</p>
</div>
<div class="main-container">
<h1>Game Projects</h1>
<p>The projects listed below are games I have created either in my spare time, for university work, or for game jams.</p>
<h2>Featured Projects</h2>
<div id="featured-grid" class="portfolio-grid">
</div>
<h2>All Projects</h2>
<div id="portfolio-grid" class="portfolio-grid">
</div>
</div>
<div class="main-container">
<h1>Music</h1>
<p>As well as programming, I also create my own music for my projects. Below, you can find the music I have made. Each of the below soundtracks have been created using FL Studio.</p>
<div id="music-grid" class="portfolio-grid">
</div>
</div>
<div id="footer"></div>
</body>
</html>