-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
391 lines (354 loc) · 14.3 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
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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>AnthonyLMcInnis.com</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Check out my digital resume and give me feedback.">
<link rel="icon" href="icon.png">
<link rel="stylesheet" href="css/resume.css">
<script src="js/jquery-3.6.0.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</head>
<body data-bs-spy="scroll" data-bs-target=".navbar" data-bs-offset='50'>
<nav class="navbar fixed-top navbar-expand-lg navbar-dark">
<div class="container-fluid" id="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#myNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="#">Anthony L. Mcinnis</a>
</div>
<div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav nav-pills nav-fill">
<li class="nav-item active"><a class="nav-link" href="#summary">Introduction</a></li>
<li class="nav-item"><a class="nav-link" href="#skills">Skills</a></li>
<li class="nav-item"><a class="nav-link" href="#proj">Projects</a></li>
<li class="nav-item"><a class="nav-link" href="#exp">Experience</a></li>
<li class="nav-item"><a class="nav-link" href="#contact-me">Contact Me</a></li>
</ul>
</div><!--myNavbar-->
</div>
</div><!--container-fluid-->
</nav>
<section id="summary" class="container-fluid">
<div id="information">
<p class="title">ANTHONY L. MCINNIS</p>
<p>Latta, South Carolina 29565</p>
<br />
<div id="about">
<p>I am a front-end web designer with a passion for creativity and innovation. Since graduating from Francis Marion University in 2014, I've volunteered as a tutor and worked freelance, producing dazzling graphics and innovative, responsive websites.<br /><br /> Though I specialize in coding and website design, I also possess experience in graphic design and 3D modelling as well. Follow me on Twitter to get to know me, and follow me on Codepen, Dribble, and Deviantart to see my skills in action!</p>
</div><!--#about-->
<ul class="info-navbar fa-2x">
<li><a class="linkedin" href="https://www.linkedin.com/in/anthony-l-mcinnis-🇺🇸-02615369/" title="LinkedIn"><i class="fab fa-linkedin"></i></a></li>
<li><a class="twitter" href="https://twitter.com/ALMcInnis1" title="Twitter"><i class="fab fa-twitter"></i></a></li>
<li><a class="facebook" href="https://www.facebook.com/profile.php?id=100053507520008" title="Facebook"><i class="fab fa-facebook"></i></a></li>
<li><a class="deviantart" href="https://www.deviantart.com/almcinnis" title="Deviantart"><i class="fab fa-deviantart"></i></a></li>
<li><a class="dribbble" href="https://dribbble.com/ALMcInnis" title="Dribbble"><i class="fab fa-dribbble"></i></a></li>
<li><a class="codepen" href="https://codepen.io/ALMcinnis" title="CodePen"><i class="fab fa-codepen"></i></a></li>
</ul><!--.info-navbar-->
</div><!--#information-->
</section><!--#summary-->
<section id="skills" class="container-fluid">
<h2>SKILLS & TOOLS</h2>
<div class="container">
<div class = "skillset web-design">
<h4>WEB DESIGN</h4>
<div class = "skill">
<div class = "abbr">
<p><i class = "fa-2x fab fa-html5"></i></p>
</div>
<div class = "full">
<p>HTML & CSS</p>
</div>
</div>
<div class = "skill">
<div class = "abbr">
<p><i class = "fa-2x fab fa-sass"></i></p>
</div>
<div class = "full">
<p>Sass CSS Preprocessor</p>
</div>
</div>
<div class = "skill">
<div class = "abbr">
<p><i class = "fa-2x fab fa-js"></i></p>
</div>
<div class = "full">
<p>JavaScript & jQuery</p>
</div>
</div>
<div class = "skill">
<div class = "abbr">
<p><i class = "fa-2x fab fa-bootstrap"></i></p>
</div>
<div class = "full">
<p>Bootstrap</p>
</div>
</div>
<div class = "skill">
<div class = "abbr">
<p><i class = "fa-2x fas fa-search"></i></p>
</div>
<div class = "full">
<p>Search Engine Optimization</p>
</div>
</div>
<div class = "skill">
<div class = "abbr">
<p><i class = "fa-2x fab fa-php"></i></p>
</div>
<div class = "full">
<p>PHP</p>
</div>
</div>
</div><!--.web-design-->
<div class = "skillset graphic-design">
<h4>GRAPHIC DESIGN</h4>
<div class = "skill illustrator">
<div class = "abbr">
<p><i class = "fa-2x fas fa-pen-nib"></i></p>
</div>
<div class = "full">
<p>Adobe Illustrator</p>
</div>
</div>
<div class = "skill photoshop">
<div class = "abbr">
<p><i class = "fa-2x fas fa-image"></i></p>
</div>
<div class = "full">
<p>Adobe Photoshop</p>
</div>
</div>
<div class = "skill after-effects">
<div class = "abbr">
<p><i class = "fa-2x fas fa-video"></i></p>
</div>
<div class = "full">
<p>Adobe After Effects</p>
</div>
</div>
<div class = "skill premiere-pro">
<div class = "abbr">
<p><i class = "fa-2x fas fa-play"></i></p>
</div>
<div class = "full">
<p>Adobe Premiere Pro</p>
</div>
</div>
<div class = "skill blender">
<div class = "abbr">
<p><i class = "fa-2x fas fa-blender"></i></p>
</div>
<div class = "full">
<p>Blender 3D</p>
</div>
</div>
<div class = "skill">
<div class = "abbr">
<p><i class = "fa-2x fas fa-pen-fancy"></i></p>
</div>
<div class = "full">
<p>Typography</p>
</div>
</div>
</div><!--.skillset-->
</div><!--.container-->
</section><!--#skills-->
<section id='proj' class="container-fluid">
<h2>Current Projects</h2>
<h3>Active Websites</h3>
<div class="wrapper">
<div class="card">
<div class="title title-2">
<i class="fas fa-cutlery"></i>
<h4>Swamp Fox BBQ</h4>
</div>
<div class="link l-2">
<p>A fictional BBQ restaurant located in the Pee Dee Region of South Carolina. Handcoded without frameworks, with SCSS.</p>
<a href="https://almcinnis.github.io/SwampFoxBBQ.github.io/index.html" target="_blank">LINK</a>
</div>
</div>
<div class="card">
<div class="title title-2">
<i class="fas fa-person"></i>
<h4>John Hauser Portfolio</h4>
</div>
<div class="link l-2">
<p>A portfolio of an AI-generated man. Handcoded without frameworks</p>
<a href="https://almcinnis.github.io/JohnHauser.github.io/index.html" target="_blank">LINK</a>
</div>
</div>
</div>
<h3>Other Projects</h3>
<div class="wrapper">
<div class="card">
<div class="title title-1">
<i class="fab fa-deviantart"></i>
<h4>My Graphic Portfolio</h4>
</div>
<div class="link l-1">
<p>Graphic Projects I've completed</p>
<a href="https://www.deviantart.com/almcinnis" target="_blank">LINK</a>
</div>
</div>
<div class="card">
<div class="title title-2">
<i class="fas fa-palette"></i>
<h4>Background Changer</h4>
</div>
<div class="link l-2">
<p>Sliders that change the background color, complete with bubbles that display the value.</p>
<a href="projects/bg_sliders.html" target="_blank">LINK</a>
</div>
</div>
<div class="card">
<div class="title title-2">
<i class="fas fa-clock"></i>
<h4>Digital Hex Clock</h4>
</div>
<div class="link l-2">
<p>Digital clock that displays the time as a hexadecimal string which updates the background.</p>
<a href="projects/hex_clock.html" target="_blank">LINK</a>
</div>
</div>
<div class="card">
<div class="title title-2">
<i class="fas fa-palette"></i>
<h4>Palette Generator</h4>
</div>
<div class="link l-2">
<p>A grid-based generator that displays a palette of random colors</p>
<a href="projects/palette_generator.html" target="_blank">LINK</a>
</div>
</div>
<div class="card">
<div class="title title-2">
<i class="fas fa-folder"></i>
<h4>Online Grade Sheet</h4>
</div>
<div class="link l-2">
<p>A grid-based layout that calculates a grade</p>
<a href="projects/online_grade_sheet.html" target="_blank">LINK</a>
</div>
</div>
<div class="card">
<div class="title title-2">
<i class="fas fa-stopwatch"></i>
<h4>Countdown Timer</h4>
</div>
<div class="link l-2">
<p>Displays a countdown until 2030</p>
<a href="projects/timer.html" target="_blank">LINK</a>
</div>
</div>
<div class="card">
<div class="title title-2">
<i class="fas fa-clock"></i>
<h4>Password Generator</h4>
</div>
<div class="link l-2">
<p>A script that generates passwords, complete with a strength meter</p>
<a href="projects/password_generator.html" target="_blank">LINK</a>
</div>
</div>
</div><!--wrapper-->
</section><!--#proj-->
<section id="exp" class="container-fluid" >
<h2>Experience</h2>
<div class="description">
<div class = "date">
<p>2020 - PRESENT</p>
</div>
<div class="job">
<div class = "job-title">
<p>FREELANCE WEB DESIGNER</p>
</div>
<p>Designed web sites for clients.</p>
<p>Collaboraed with clients on every aspect, from typography to color and illustrations.</p>
<p>Constructed wireframes and fully functional prototypes, and converted them to fully functional websites in weeks.</p>
</div><!--.job-->
</div><!--.description-->
<div class="description">
<div class = "date">
<p>2017 - PRESENT</p>
</div>
<div class="job">
<div class = "job-title">
<p>FREELANCE GRAPHIC DESIGNER</p>
</div>
<p>Designed posters, logos, and infographics for clients.</p>
<p>Created banners for social media sites.</p>
<p>Recommended to clients the best choices based on their needs and goals.</p>
</div><!--.job-->
</div><!--.description-->
<div class="description">
<div class = "date">
<p>2015 - PRESENT</p>
</div>
<div class="job">
<div class = "job-title">
<p>Tutor</p>
<p><EM>Volunteer</EM></p>
</div>
<p>Tutored students on subjects from a range of academic subject areas.</p>
<p>Demonstrated ideas to aid students on assignments using innovative methods.</p>
<p>Tracked student grades to address areas of improvement. </p>
<p>Student grades improved by an average of two letter grades.</p>
</div><!--.job-->
</div><!--.description-->
<div class="description">
<div class = "date">
<p>August-December 2013</p>
</div>
<div class="job">
<div class="job-title">
<p>Human Resources Intern</p>
<p><EM>City of Florence Complex</EM></p>
</div>
<p>Researched 5 city employee health plans as part of a project to lower the cost of employee healthcare.</p>
<p>Updated the employee handbook to clarify the standards and procedures.</p>
<p>Reviewed invoices of city purchases for discrepancies in price, quality, and items.</p>
<p>Reviewed the city’s compliance with Equal Employment Opportunity Commission requirements as directed by the Human Resources Manager.</p>
</div><!--.job-->
</div><!--.description-->
</section><!--#exp-->
<section id ="contact-me" class ="container-fluid">
<h2>CONTACT ME</h2>
<div class = "share-container">
<p>Want to hire me? Want to give kudos on my website and my portfolio? Send me an email and I will get in touch with you as soon as possible.</p>
<div class = "share-buttons">
<a class = "gmail-link" href="mailto:[email protected]?subject=Portfolio Feedback"><i class ="fa-6x fas fa-envelope"></i><p>Email Me</p></a>
</div>
</div>
<div class = "share-container">
<p>And while you're here, share my website to your acquaintances and friends on social media, please. I would really appreciate your support</p>
<div class ="share-buttons">
<a class = "share-facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3A//almcinnis.github.io/">Share on Facebook<i class="fab fa-facebook"></i></a>
<a class = "share-twitter" href="https://twitter.com/intent/tweet?text=https%3A//almcinnis.github.io/">Share on Twitter<i class="fab fa-twitter"></i></a>
<a class = "share-linkedin" href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A//almcinnis.github.io/&title=Share%20my%20Portfolio&summary=&source=">Share on LinkedIn<i class="fab fa-linkedin"></i></a>
</div>
</div>
</section>
<footer>
<div class="footer-wrapper">
<p>AnthonyMcinnis.com was created using Bootstrap 5 by me, Anthony McInnis, and is hosted on Github. Check out my social media accounts below for more info:</p>
<ul class="info-navbar fa-2x">
<li><a class="linkedin" href="https://www.linkedin.com/in/anthony-l-mcinnis-🇺🇸-02615369/" title="LinkedIn"><i class="fab fa-linkedin"></i></a></li>
<li><a class="twitter" href="https://twitter.com/ALMcInnis1" title="Twitter"><i class="fab fa-twitter"></i></a></li>
<li><a class="facebook" href="https://www.facebook.com/profile.php?id=100053507520008" title="Facebook"><i class="fab fa-facebook"></i></a></li>
<li><a class="deviantart" href="https://www.deviantart.com/almcinnis" title="Deviantart"><i class="fab fa-deviantart"></i></a></li>
<li><a class="dribbble" href="https://dribbble.com/ALMcInnis" title="Dribbble"><i class="fab fa-dribbble"></i></a></li>
<li><a class="codepen" href="https://codepen.io/ALMcinnis" title="CodePen"><i class="fab fa-codepen"></i></a></li>
</ul><!--.info-navbar-->
<p style = "text-align:center;padding-top:.5em;">© <script>document.write(new Date().getFullYear())</script> ALMcInnis Designs. All Rights Reserved</p>
</div>
</footer>
<script src = "js/attr.js"></script>
</body>
</html>