-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
259 lines (219 loc) · 14.7 KB
/
about.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
<html>
<head>
<title>Matthew Marquise - About</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="index.css">
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="arrow.css"/>
<link rel="icon" type="image/x-icon" href="/img/favicon1.ico"/>
<link rel="shortcut icon" type="image/x-icon" href="/img/favicon1.ico"/>
<link rel="apple-touch-icon" href="/img/favicon1.ico">
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@200&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
</head>
<body>
<!-- MOBILE NAV -->
<div class="hidden-desktop">
<header class="header">
<a href="home" style="text-decoration: none; color: black; font-size: 30px" class="logo">
<img src="/img/mattsmac.png" width="50" height="54" class="d-inline-block align-top" alt="me">
</a>
<input class="menu-btn" type="checkbox" id="menu-btn" />
<label class="menu-icon" for="menu-btn"><span class="navicon"></span></label>
<ul class="menu" style="display: block; text-align: center;">
<li class="nav-item"><a href="work" class="nav-link" id="nav">Work</a></li>
<li class="nav-item"><a href="about" class="nav-link" id="nav">About</a></li>
<li class="nav-item"><a href="resume.pdf" class="nav-link" id="nav">Resume</a></li>
<li class="nav-item"><a href="contact" class="nav-link" id="nav">Contact</a></li>
</ul>
</header>
<br><br><br><br>
</div>
<!-- DESKTOP NAV -->
<div class="sidenav hidden-mobile">
<br><br>
<a href="home"><img src="/img/mattsmac.png" width="55" height="60" class="d-inline-block align-top" alt="hi"></a>
<br>
<a href="work"><span class="linkborder">Work</span></a>
<a href="about"><span class="linkborder">About</span></a>
<a href="resume.pdf"><span class="linkborder">Resume</span></a>
<a href="contact"><span class="linkborder">Contact</span></a>
<div class="bottom-left" style="padding: 15px;">
<div class="row">
<p><a href="https://www.linkedin.com/in/matthew-marquise-4a688019a/"><i class="fa fa-linkedin" style="font-size: 22px;"></i></a> </p>
<p><a href="https://github.com/MattMarquise"><i class="fa fa-github" style="font-size: 22px;"></i></a> </p>
<p><a href="https://dev.to/mattmarquise"><img width="20" height="20" src="https://d2fltix0v2e0sb.cloudfront.net/dev-black.png"></a></p>
</div>
</div>
</div>
<!-- MAIN -->
<div class="main">
<div class="row">
<div class="col-6">
<h2><span class="wave">👋🏻</span> Hello.</h2>
<h3>I'm Matthew Marquise.</h3>
<div style="font-size: 13px; font-family: 'Roboto Mono', monospace; width: 90%;">
<p>📍 Raleigh, NC</p>
<p>You can call me Matt! I'm a UI/UX Designer & Front-End Developer who has a strong passion for creating high quality websites, software and apps.</p>
</div>
<div class="hidden-mobile">
<h3>My Journey:</h3>
<div style="font-size: 13px; font-family: 'Roboto Mono', monospace; width: 90%;">
<p>I began my journey to becoming a front-end developer and UI/UX designer back in 2018. I was first encouraged to give coding a try by relatives who are software engineers. Little did I know I would fall in love with the process of designing and developing websites, software, and applications. But even before coding, I was fascinated by technology. When I was born in 2002 no one was talking about touchscreens, self-driving cars, electric cars, the ability to participate in video calls, or the thought of VR and AR experiences. However, around 2010 I was given an iPhone 3GS and it was such a mesmerizing piece of technology that it inspired me to explore tech further. I didn't just want to understand how the apps, websites, etc. worked, I wanted to create them. When I was introduced to UI/UX design and coding, I was finally able to fulfill that desire. After I did my first project, I couldn't stop. Years later I'm still in love with it all as I constantly aim to go even further on every new project I start.</p>
</div>
</div>
</div>
<div class="col-6">
<img width="80%" src="/img/aboutmeimage.jpg" alt="me">
<p style="font-size: 12px; color: grey; font-family: 'Roboto Mono', monospace;" align="left">Photo by <span style="color: black;">Lenses by Linds</span></p>
</div>
<div class="hidden-desktop">
<h3>My Journey:</h3>
<div style="font-size: 13px; font-family: 'Roboto Mono', monospace; width: 90%;">
<p>I began my journey to becoming a front-end developer and UI/UX designer back in 2018. I was first encouraged to give coding a try by relatives who are software engineers. Little did I know I would fall in love with the process of designing and developing websites, software, and applications. But even before coding, I was fascinated by technology. When I was born in 2002 no one was talking about touchscreens, self-driving cars, electric cars, the ability to participate in video calls, or the thought of VR and AR experiences. However, around 2010 I was given an iPhone 3GS and it was such a mesmerizing piece of technology that it inspired me to explore tech further. I didn't just want to understand how the apps, websites, etc. worked, I wanted to create them. When I was introduced to UI/UX design and coding, I was finally able to fulfill that desire. After I did my first project, I couldn't stop. Years later I'm still in love with it all as I constantly aim to go even further on every new project I start.</p>
</div>
</div>
</div>
<br>
<div class="d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-bottom"></div>
<br>
<!-- FOOTER -->
<div class="row">
<div class="col-6 col-md-4" style="font-size: 12px;">
<b><u>Skills</u></b>
<br>
<div style="padding: 4%;">
<dl>
<dt>Front-End Development:</dt>
<div style="padding-left: 10px;">
<dd>- Html</dd>
<dd>- CSS</dd>
<dd>- JS</dd>
<dd>- Laravel</dd>
<dd>- Extensive work using Shopify</dd>
<dd>- Experience using Squarespace</dd>
<dd>- Responsive Web Design</dd>
<dd>- Rapid Bug Fixes</dd>
</div>
<br>
<dt>UX Design:</dt>
<div style="padding-left: 10px;">
<dd>- Research</dd>
<dd>- Writing</dd>
<dd>- Wireframing</dd>
<dd>- Design</dd>
<dd>- Prototyping</dd>
<dd>- User Centered Research, Design, Testing</dd>
<dd>- Experience using Figma & Adobe Xd</dd>
</div>
<br>
<dt>Marketing:</dt>
<div style="padding-left: 10px;">
<dd>- Social Ad Campaigns</dd>
<dd>- Mailchimp Campaigns</dd>
<dd>- Photography</dd>
<dd>- Graphic Designs</dd>
</div>
<br>
<dt>Other:</dt>
<div style="padding-left: 10px;">
<dd>- Music Producing / Songwriting</dd>
<dd>- Digital Photography & Cinematography</dd>
<dd>- Hardcore Tennis Player</dd>
</div>
</dl>
</div>
</div>
<div class="col-6 col-md-4" style="font-size: 12px;">
<b><u>Experience</u></b>
<div style="padding: 4%;">
<dt>Raleigh Golf Carts:</dt>
<dd style="color: grey;">Developer & Marketing Lead <br> Part-Time : 2020 - Present</dd>
<div style="padding-left: 10px;">
<p>Designed & developed a modern, user focused website while using graphic design skills to create high quality ads used in the company's various marketing campaigns across their social media profiles.</p>
<dd>- Social Media Ad Campaigns</dd>
<dd>- Web Design & Development</dd>
<dd>- Photography & Graphic Design</dd>
</div>
<br>
<dt>Custom Quality Covers:</dt>
<dd style="color: grey;">Director Of Sales Marketing & CX Lead, Intern <br> Part-Time : 2020 - Present</dd>
<div style="padding-left: 10px;">
<p>Selected to lead the sales marketing & customer experience for CQC, using and increasing my knowledge of Mailchimp email campaigns, website development and maintenance of a Shopify and Squarespace site, as well enhancing their social media presence.</p>
<dd>- Mailchimp Email Ad Campaigns</dd>
<dd>- Web Development and Maintenance with Shopify and Squarespace</dd>
<dd>- Social Media Ad Campaigns</dd>
</div>
</div>
</div>
<div class="col-6 col-md-4" style="font-size: 12px;">
<b><u>Certifications</u></b>
<br>
<div style="padding: 4%;">
<p>Harvard University - CS50 Introduction to Computer Science</p>
<p>Goldsmith's, University of London - Mathematics for Computer Science</p>
<p>Google Professional Certificate - UX Design</p>
</div>
</div>
</div>
<br><br><br>
<p style="font-size: 12px; color: grey;" align="center">This site is powered by pure HTML, CSS & JS.</p>
</div>
</body>
</html>
<style>
body {
margin: 0;
color: black;
height: 100%;
background-size: cover;
background-color: white;
font-family: 'Montserrat', sans-serif;
}
a {
text-decoration: none;
color: black;
}
a:hover{
text-decoration: none;
color: black;
}
/* BLACK BORDERED BUTTON */
.borderedbutton {
border: 2px solid black;
background-color: white;
color: black;
padding: 14px 28px;
font-size: 16px;
color: black;
}
.borderedbutton:hover {
background: black;
color:white;
transition: 1s;
}
/* SMALL BLACK BORDERED BUTTON */
.smallborderedbutton {
border: 2px solid black;
background-color: white;
color: black;
padding: 8px 20px;
font-size: 10px;
color: black;
}
.smallborderedbutton:hover {
background: black;
color:white;
transition: 1s;
}
</style>