-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (45 loc) · 1.17 KB
/
Copy pathindex.html
File metadata and controls
45 lines (45 loc) · 1.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>DJ Uno</title>
<link rel="stylesheet" type="text/css" href="DJ.css">
<link rel="icon" href="img/SQDJUNO.png">
</head>
<body>
<header>
<h1>DJ Uno</h1>
</header>
<main>
<div id="links">
<p>
<h2>Web Projects</h2>
<a href="web_projects/index.html">Web Projects</a><br>
My portfolio of web programming projects, using HTML, CSS, PHP, SQLite, and Firestore.
</p>
<p>
<h2>Graphic Design</h2>
<a href="graphic_design/index.html">Graphic Design</a><br>
My graphic design work.
</p>
<p>
<h2>3D Models</h2>
<a href="3D_models/index.html">3D Models/Animations</a><br>
3D models and animations created in Blender
</p>
<p>
<h2>Games</h2>
<a href="https://wanderer-studio.itch.io/">Games</a><br>
My game development projects, created in Unity, Gamemaker, and Blender Game Engine, using C#.
</p>
<p>
<h2>Music</h2>
Music projects.
<a href="https://soundcloud.com/dittojam" target="_blank">DittoJam</a><br>
<a href="https://soundcloud.com/wandering-minds-music" target="_blank">Wandering Minds</a><br>
</p>
</div>
</main>
<footer>
</footer>
</body>
</html>