-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
116 lines (92 loc) · 4.65 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Hunter Singleton | Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="hero">
<h1>< Hunter Singleton ></h1>
<p>Programmer, Artist, Musician<br>Creative code and design</p>
<br>
<img src="http://bearmade.github.io/images/hunty1.png" class="circle-image">
</header>
<section class="about">
<h2>< About Me ></h2>
<p> - Programmer, artist, and musician with a passion for creative expression across disciplines.</p>
<p> - Enthusiast of cellular automata, complex systems, and procedural content generation.</p>
<p> - Proficient in C++, Python, and Bash, with the ability to quickly learn new programming languages.</p>
<p> - Strong advocate for Linux, embracing the flexibility and control it offers.</p>
<p> - Minimalist in all forms, from code to design and lifestyle.</p>
<p> - Versatile problem solver with a strong interest in both technical and artistic pursuits.</p>
</section>
<section class="projects">
<h2>< Projects ></h2>
<div class="project-grid">
<a href="http://github.com/bearmade/CroakusPocusSGDK">
<div class="project">
<img src="https://github.com/user-attachments/assets/fe48b3e9-3a6f-419a-8251-61ead9d7df29" alt="Project Image">
<h3>Croakus Pocus</h3>
</div>
</a>
<a href="https://github.com/bearmade/SGDK-ASCII-roguelike">
<div class="project">
<img src="https://github.com/user-attachments/assets/aeb8fb24-c65a-439b-bd64-e62072d55628" alt="Project Image">
<h3>SGDK Rogue-like</h3>
</div>
</a>
<a href="https://github.com/bearmade/Gypsum-NES-Demo">
<div class="project">
<img src="https://github.com/user-attachments/assets/351e656d-8542-4859-9fa7-57c6836dc69a" alt="Project Image">
<h3>Gypsum & the Travelers NES</h3>
</div>
</a>
<a href="https://github.com/bearmade/Goblin-Linux">
<div class="project">
<img src="https://github.com/user-attachments/assets/3918416c-991a-4130-811a-21a1d3d4734e" alt="Project Image">
<h3>Goblin Roguelike</h3>
</div>
</a>
<!-- Add more projects as needed -->
</div>
</section>
<section class="skills">
<h2>< Skillset></h2>
<div class="skill-grid">
<div><b>Programming: </b><br><br><br>Proficient in C++, Python, and Bash Capable of quickly adapting to new languages and tools as needed. Focused on writing clean, efficient, and maintainable code, with a minimalist approach to development that reduces complexity while maximizing performance. Always aiming for scalable and flexible solutions.</div>
<div><b>Engines, Frameworks and Tools:</b><br> <br> Skilled in working with a variety of game development engines and frameworks, including Unreal Engine, Unity, GameBoy Studio, NesMaker, as well as RPGMaker and SGDK, Sega Genesis Development Kit. Experienced with an array of art and sound production applications.</div>
<div><b>Problem Solving & Creative Thinking:</b> <br><br>Able to approach complex technical and creative challenges with a unique perspective, combining logical problem-solving skills with artistic creativity. Experienced in finding elegant solutions, whether in programming or artistic design, while maintaining efficiency and simplicity.</div>
</div>
</section>
<section class="gallery">
<h2>Art Gallery</h2>
<div class="gallery-container">
<div class="gallery-item">
<img src="http://bearmade.github.io/images/Exterior_FinalRender.png" alt="Gallery Image 1">
</div>
<div class="gallery-item">
<img src="http://bearmade.github.io/images/Interior_FinalRender.png" alt="Gallery Image 3">
</div>
<div class="gallery-item">
<img src="http://bearmade.github.io/images/FinalRenderRevision.png" alt="Gallery Image 2">
</div>
<div class="gallery-item">
<img src="http://bearmade.github.io/images/Ratapult_Final_Render.png" alt="Gallery Image 3">
</div>
<!-- Add more gallery items as needed -->
</div>
</section>
<section class="contact">
<h2>Contact</h2>
<div class="contact-info">
<a href="mailto:[email protected]">Email</a>
<a href="https://github.com/bearmade">GitHub</a>
<a href="https://bsky.app/profile/bearmade.bsky.social"> Bluesky </a>
<a href="https://www.linkedin.com/in/hunter-singleton-387422326">LinkedIn</a>
</div>
</section>
</body>
</html>