-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
168 lines (126 loc) · 5.4 KB
/
index.html
File metadata and controls
168 lines (126 loc) · 5.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="portfolio_format.css">
<title>C Sargent's Work</title>
</head>
<body>
<header>
<div id="cartersargent">Carter Sargent</div>
<nav>
<ul class="navlinks">
<li><span class="active">Home</span></li>
<li><a href="./resume.html">Resume</a></li>
<li><a href="./references.html">References</a></li>
</ul>
</nav>
</header>
<main>
<h1>Who Am I?</h1>
<h2>Introduction</h2>
<p>
My name is Carter Sargent and I take a holistic approach to accessibility work. My experience includes researching the future needs of users with disabilities, programming new accessibility features, and testing current features for ADA compliance.
</p>
<h3>
Core Competencies
</h3>
<div id="grid-competency">
<ul id="competency-one">
<li>Software Development</li>
<li>Technical Writing</li>
<li>Quality Engineering</li>
<li>Web Development</li>
</ul>
<ul id="competency-two">
<li>Research and data analysis</li>
<li>WCAG (Web Content Accessibility Guidelines)</li>
<li>UX (User Experience)</li>
<li>Game Design and Development</li>
</ul>
</div>
<h3>Preferred Coding Languages</h3>
<div id="grid-coding">
<ul id="coding-one">
<li>C#</li>
<li>Ruby</li>
<li>Python</li>
</ul>
<ul id="coding-two">
<li>PHP</li>
<li>JavaScript</li>
<li>HTML and CSS</li>
</ul>
</div>
<h3>
<a href="./resume.html">Check out my resume</a>
</h3>
<h1>Projects</h1>
<div id="grid-sketch">
<div id="first-sketch" class="single-grid-sketch">
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vSNsipFmJtCJoDtzgOgB7jnN3rbQQnJ6zfVwb85WBnVQRvt7DVGUlPxZ9jwNH1xRgruMHlBwyXYzwBx/embed?start=false&loop=false&delayms=3000" frameborder="0" width="80%" height="400px" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" class="sketch"></iframe>
<div class="pros">
<h3>Applied Accessibility: My RIT Class</h3>
<!-- RIT Class -->
<p>
From idea inception to grading the final projects, I ran every part of RIT's Applied Accessibility course. Before the class began, I created 12 lecture slide decks, the syllabus, all exam questions, and final project requirements. These resources focused on applying accessibility principles to web development, game design, and project management.
</p>
<p>
During the semester, I lectured twice a week to a class of approximately 20 students. I made sure that all class materials--slide sheets, outside resources, and recordings--were as accessible as possible. This included working with the ASL interpreters on how to best support my Deaf students.
</p>
<p>
My goal in this course was to make software accessibility easy to understand and apply for anyone and everyone. These same principles inform how I approach teaching about accessibility in the corporate setting.
</p>
</div>
</div>
<div id="second-sketch" class="single-grid-sketch">
<video class="sketch" controls>
<source src="./Images/WG_Sketch3.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="pros">
<h3>Wish Guardian</h3>
<!-- Wish Guardian -->
<p>
In 2020, I founded a team of designers and developers to create Wish Guardian, a video game focused on blending farming and card combat mechanics.
</p>
<p>
During my time leading the team, we won a spot on the RIT Magic Makers Program's team, where we were paired with Rockstar Games to learn their ideas on game mechanics and effective storytelling. Then, In 2023, we were invited to the main floor of Imagine RIT to present the innovative accessibility features we had built in to our game platform.
</p>
<p>
Beyond being the team lead, I was the sole programmer for Wish Guardian. I wrote all code in C#, using Unity as the game engine.
</p>
</div>
</div>
<!--
<div id="third-sketch" class="single-grid-sketch">
<figure class="sketch">
<img class="sketch-img" src="./Images/WG_Sketch2.png" alt="First Sketch">
</figure>
<div class="pros">
<h3>Finishing Strong</h3>
<p>
After RIT's Magic Makers program had ended, our next challenge was to transform Wish Guardian into a polished product. During this time, we invested heavily into innovating new game accessibility features. That investment paid off when we presented at Imagine RIT in 2023.</p><p>Wish Guardian is currently available to play for free on itch.io!
</p>
</div>
</div>
-->
</div>
<h2>In Conclusion</h2>
<p>
I am looking for work in quality engineering, software engineering, or technical writing. My favorite type of work combines all three of those disciplines to create a well-rounded accessibility approach. When it comes to ADA compliance, there is no part of the process I don't enjoy. This work can be contract or full time position, I am open to either option.
</p>
<p>
If you feel like I would be a good fit for your company, feel free to reach out at 405-625-7107 or carter.r.sargent<!-- -->@<!-- -->gmail.com! To learn more about my work experiences, <a href="">check out my resume</a> or <a href="https://www.linkedin.com/in/carter-sargent-0b1821192/">read my LinkedIn posts</a>.
</p>
</main>
<footer>
<nav>
<ul class="navlinks">
<li><span class="active">Home</span></li>
<li><a href="./resume.html">Resume</a></li>
<li><a href="./references.html">References</a></li>
</ul>
</nav>
</footer>
</body>
</html>