-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
180 lines (180 loc) · 6.12 KB
/
resume.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Resume</title>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="stylesheet" href="style.css" />
<script
src="https://kit.fontawesome.com/ef845f0af3.js"
crossorigin="anonymous"
></script>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js"
integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js"
integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13"
crossorigin="anonymous"
></script>
</head>
<body class="resumespecial">
<nav class="navbar navbar-expand-lg navbar-custom">
<div class="container-fluid">
<a class="navbar-brand speciallink" href="index.html">Logan Smiley</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"
><i class="fas fa-caret-square-down"></i
></span>
</button>
<div
class="collapse navbar-collapse justify-content-end"
id="navbarNav"
>
<ul class="navbar-nav ml-auto">
<li class="nav-item" class="nav-link active">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="aboutme.html">About Me</a>
</li>
<li class="nav-item">
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Resume_LMS.pdf">Resume</a>
</li>
</ul>
</div>
</div>
</nav>
<h1 class="resumeformattinghead">Resume</h1>
<br />
<hr />
<h2>Skills</h2>
<br />
<ul class="resumeformattinglist">
<li>HTML5 and CSS3 proficiency</li>
<li>CMS knowledge specifically WordPress.com</li>
<li>UI/UX experience in creating compelling layouts</li>
<li>Adobe Illustrator experience along with other Adobe products</li>
<li>Logo design and high-fidelity prototypes</li>
<li>Social media account management</li>
<li>Knowledge of effective web typography</li>
<li>Communication skills with clients through phone, text, and video</li>
<li>Experience working with a team on projects</li>
</ul>
<h2 class="resumeformattinghead">Education</h2>
<h4 class="resumeformattinghead">Harrisburg Area Community College</h4>
<p class="resumeeducation">
Associate Degree in Applied Sciences, Web Design, and Development | May
2021
</p>
<ul class="resumeformattinglist">
<li>Dean's List 2020-2021</li>
<li>Member of Phi Theta Kappa Honor Society 2020-2021</li>
</ul>
<p class="resumeeducation">
Google UX Design Professional Certificate | October 2022
</p>
<h2 class="resumeformattinghead">Experience</h2>
<ul class="resumeformattinglist">
<li>
Volunteer Video Game Review Writer at Geeks Under Grace. August 2022 -
Present
<a
href="https://www.geeksundergrace.com/author/logan-smiley/"
target="_blank"
>My Articles</a
>
</li>
<li>
Redesigned the Mechanicsburg Museum website from the ground up. Helping
them establish a new brand identity while working with a small team to
meet group goals. February 2021 - June 2021
</li>
<li>
Pet sitting and pet care duties including administering medicines to
pets, upkeeping, and following a strict schedule for care. 2015 - 2023
</li>
<li>
House sitting involving following care instructions from owners, taking
care of mail retrieval, and caring for the owners, home in their
absence. 2015 - 2023
</li>
<li>
Moderator for community meetings and discussions on NextDoor. 2020 -
Present
</li>
</ul>
<hr />
<h4>Download my Resume</h4>
<div class="centerrow">
<a href="Resume.pdf" target="_blank">
<button
type="button"
class="btn btn-primary btn-lg custom-btn btnlinks"
>
PDF
</button>
</a>
<a href="Resume.docx" target="_blank">
<button
type="button"
class="btn btn-primary btn-lg custom-btn btnlinks"
>
Docx
</button>
</a>
<a href="Resume.txt" target="_blank">
<button
type="button"
class="btn btn-primary btn-lg custom-btn btnlinks"
>
Plain Text
</button>
</a>
</div>
<footer>
Links: <a href="index.html">Home</a> |
<a href="aboutme.html">About Me</a> | <a href="gallery.html">Gallery</a>
<br />
©Logan Smiley
<a href="https://dribbble.com/LoganDesignsforWeb" target="_blank"
><i class="fab fa-dribbble"></i></a
>
<a href="https://github.com/Logan-MS" target="_blank"
><i class="fab fa-github"></i
></a>
<a
href="https://www.linkedin.com/in/logan-smiley-767947190/"
target="_blank"
>
<i class="fab fa-linkedin-in"></i
></a>
</footer>
</body>
</html>