-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
236 lines (212 loc) · 9.98 KB
/
index.html
File metadata and controls
236 lines (212 loc) · 9.98 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Portfolio of James Brooks - Software Engineer, Game Developer, and Creative Technologist">
<link rel="icon" type="image/png" href="images/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="images/favicon/favicon.svg" />
<link rel="shortcut icon" href="images/favicon/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="images/favicon/apple-touch-icon.png" />
<link rel="manifest" href="images/favicon/site.webmanifest" />
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/style.css">
<title>MyPlace</title>
</head>
<body>
<div class="grid-container">
<header>
<div id="my-place"><img class="page-logo" src="images/logos/myplace.png" alt="MyPlace logo"></div>
<nav>
<ul class="navbar">
<li><a class="nav-link" href="index.html">Home</a> </li>
<li><a class="nav-link" href="https://github.com/ja-br?tab=repositories" target="_blank">GitHub</a>
</li>
<li><a class="nav-link" href="https://www.linkedin.com/in/ja-br/" target="_blank">LinkedIn</a> </li>
</ul>
</nav>
</header>
<div class="grid-col-left">
<section id="bio">
<h1>James</h1>
<div class="content">
<div class="bio-col-left">
<img src="images/0.jpeg" alt="Selfie"></div>
<div class="bio-col-right">
<p>"Computer guy with a love for artistic productions"</p>
<br>
<br>
<p>Chicago,</p>
<p>ILLINOIS</p>
<p>United States</p>
</div>
</div><!-- CONTENT -->
</section>
<section id="contact">
<h2>Contacting James</h2>
<div class="content">
<a href="#" id="open-modal"><img src="images/icons/sendMailIcon.gif"
alt="Send Message"></a>
</div><!-- CONTENT -->
</section>
<section id="interests">
<h2>James's Experience Highlights</h2>
<div class="content">
<div class="content-title">Game Dev Stuff</div>
<div class="content-area">Been building my own games + tools. Busy with a retro style game engine and a multiplayer text RPG. Lots of feature planning, docs, and figuring out how to make chaos behave.</div>
<div class="content-title">Software Engineering</div>
<div class="content-area">Currently employed as a software engineer for a Fortune 500 company, lots of big plans bringing aging systems to the modern world and using cloud technologies.</div>
<div class="content-title">Military Service</div>
<div class="content-area">Enlisted in the US Air Force, performed flight armorer duties as Security
Forces member. Lead installation of satellite internet and local
network for unit while deployed in Iraq.</div>
<div class="content-title">Video Production</div>
<div class="content-area">Produced live music videos with more than 100 local and
touring music artists in Columbus, OH. Developed production workflows and led a
small team of volunteer camera operators and video editors to publish videos on a weekly basis.
</div>
<div class="content-title">Audio Production</div>
<div class="content-area">Ran mixing console during live performances for rock venues, public
events, theatrical productions, and music festivals.
Ran on-air shows and produced pre-recorded segments volunteering at public and college radio
stations. Recorded, mixed and mastered music tracks for various music genres.
</div>
</div><!-- CONTENT -->
</section>
<section id="details">
<h2>James's Details</h2>
<div class="content">
<div class="content-title">Status:</div>
<div class="content-area">Livin' life</div>
<div class="content-title">Here for:</div>
<div class="content-area">Creating new things</div>
<div class="content-title">Hometown:</div>
<div class="content-area">Kodiak, Alaska</div>
<div class="content-title">Sign:</div>
<div class="content-area">Yield</div>
<div class="content-title">Education:</div>
<div class="content-area">Always Learning</div>
<div class="content-title">Occupation:</div>
<div class="content-area">Digital Technology</div>
</div><!-- CONTENT -->
</section>
</div> <!-- GRID-COL-LEFT -->
<div class="grid-col-right">
<section id="network">
<p>James is in your extended network</p>
</section>
<section id="blurbs">
<h2 class="col-right-sub">James's Blurbs</h2>
<div class="content">
<h3>A Little About Me:</h3>
<p>Currently diving into game production because I love solving problems to keep creative projects on the rails.
Passions and hobbies include video games, theatre, music, photography, and digital technology.
I stave off existential dread by learning new skills and making new things.</p>
<h3>Technical Inventory:</h3>
<p>Programming: Java, JavaScript, Python, APIs • Web Dev: HTML, CSS, Databases • Adobe Creative Suite: Photoshop, Lightroom, Premiere Pro • Game Dev: Unity, Godot</p>
<h3>Production:</h3>
<p>Project planning: Jira, Trello, Gantt, Agile/Scrum, Kanban • Documentation: Confluence, Bookstack • Building tools to make life easier • Testing until everything breaks (and then fix it)</p>
</div><!-- CONTENT -->
</section><!-- BLURBS -->
<section id="friends">
<h2 class="col-right-sub">James's Technologies Stack</h2>
<div class="content tech-list">
<div class="tech logo_html5"><img src="images/logos/logo_html5.png" alt="HTML5 Logo"></div>
<div class="tech logo_css3"><img src="images/logos/logo_css3.png" alt="CSS3 Logo"></div>
<div class="tech logo_javascript"><img src="images/logos/logo_javascript.png" alt="Javascript Logo">
</div>
<div class="tech logo_python"><img src="images/logos/logo_python.png" alt="Python Logo">
</div>
<div class="tech logo_unity"><img src="images/logos/logo_unity.png" alt="Unity Logo"></div>
<div class="tech logo_godot"><img src="images/logos/logo_godot.png" alt="Godot Logo"></div>
<div class="tech logo_aws"><img src="images/logos/logo_aws.png" alt="AWS Logo">
</div>
<div class="tech logo_adobe"><img src="images/logos/logo_adobe.png" alt="Adobe Logo">
</div>
</div><!-- CONTENT -->
</section>
<section id="comments">
<h2>James's Projects</h2>
<div id="projects-list">
<div class="project">
<div class="project-thumb"><a href="https://viewer.bitcrushed.games" target="_blank"><img src="images/logos/miskatonic.jpg" alt="Miskatonic Engine Logo" loading="lazy"></a></div>
<div class="project-text">
<h3 class="project-title">Miskatonic Engine</h3>
<div class="project-description">
<p>A 3D game engine built as an Electron app, designed with stylized low-res retro games in mind. </p>
<p>Link to demo of the rendering pipeline ported from the engine</p>
<a href="https://viewer.bitcrushed.games" target="_blank">Check It Out</a> (Requires hardware acceleration enabled, no touch controls)
</div>
</div>
</div>
<div class="project">
<div class="project-thumb"><a href="https://www.youtube.com/@NoCulture/featured" target="_blank"><img src="images/logos/noculture.jpg" alt="No Culture Logo" loading="lazy"></a></div>
<div class="project-text">
<h3 class="project-title">No Culture</h3>
<div class="project-description">
<p>Youtube channel focusing on live video recordings of local and touring musical acts </p>
<p>Produced over 600 videos with more than 100 groups</p>
<a href="https://www.youtube.com/@NoCulture/featured" target="_blank">Check It Out</a>
</div>
</div>
</div>
<div class="project">
<div class="project-thumb"><a href="https://ja-br.github.io/clicking-calamity/" target="_blank"><img src="images/logos/clickingcalamity.jpg" alt="Clicking Calamity Logo" loading="lazy"></a></div>
<div class="project-text">
<h3 class="project-title">Clicking Calamity</h3>
<div class="project-description">
<p>An incremental game inspired by the original <a
href="https://orteil.dashnet.org/cookieclicker/">Cookie Clicker</a> game. </p>
<p>DOM manipulation with vanilla Javascript and testing done through Jasmine </p>
<a href="https://ja-br.github.io/clicking-calamity/" target="_blank">Check It Out</a>
</div>
</div>
</div>
<!-- Project -->
<!-- <div class="project">
<div class="project-thumb"></div>
<div class="project-text">
<h3 class="project-title">Personal Site</h3>
<div class="project-description">
<p>It's my own website. A work in progress</p>
<a class="github-link"
href="https://github.com/ja-br/personal-site" target="_blank">See The Code</a> <strong>|</strong>
<a class="github-link"
href="https://jamesbrooks.tech" target="_blank">Check It Out</a>
</div>
</div>
</div>
-->
</div><!-- Projects-list -->
</section>
</div> <!-- GRID-COL-RIGHT -->
</div><!-- Grid Container -->
<footer></footer>
<!-- Email Modal -->
<div id="email-modal" class="modal-overlay">
<div class="modal-content">
<h2>Send a Message</h2>
<form id="contact-form" action="https://formspree.io/f/mblwkbag" method="POST">
<div class="form-group">
<label for="email">Your Email</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="subject">Subject</label>
<input type="text" id="subject" name="subject" required>
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea id="message" name="message" rows="5" required></textarea>
</div>
<div class="form-actions">
<button type="button" id="cancel-modal">Cancel</button>
<button type="submit">Send</button>
</div>
</form>
<div id="form-status"></div>
</div>
</div>
<script src="js/modal.js"></script>
</body>
</html>