-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
352 lines (326 loc) · 18.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Matt Farley</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="image/mf-logo.svg">
<!-- <link rel="stylesheet" href="../../../Bulma/myBulma/bulma-0.9.3/bulma/sass/components/_all.sass"> -->
</head>
<body>
<!-- Navbar Section -->
<nav id="navbar-container">
<div class="container">
<div class="nav">
<div class="logo-div">
<img src="../image/mf-logo.svg" alt="">
</div>
<div class="nav-right">
<a href="#">Mentorship</a>
<button class="nav-button"><a href="html/form.html">Say Hello</a></button>
</div>
</div>
</div>
</nav>
<!-- Header Section -->
<header>
<div class="container">
<div class="header">
<h1>Designer, Front-end Developer & Mentor</h1>
<p>
I design and code beautifully simple things, and I love what I do.
</p>
<div class="profile-card">
<img src="../image/mf-avatar.svg" alt="">
</div>
<img class="hero-img" src="../image/hero_header.svg" alt="">
</div>
</div>
</header>
<section class="intro-section">
<div class="container">
<div class="section-intro">
<div class="text-container">
<h1>Hi, I’m Matt. Nice to meet you.</h1>
<p>
Since beginning my journey as a freelance designer nearly 10 years ago, I've done remote work for agencies, consulted for startups, and collaborated with talented people to create digital products for both business and consumer use. I'm quietly confident, naturally curious, and perpetually working on improving my chops one design problem at a time.
</p>
</div>
<div class="skills-container">
<div class="skills-card">
<img src="../image/designer.svg" alt="">
<h1>Designer</h1>
<p>
I value simple content structure, clean design patterns, and thoughtful interactions.
</p>
<h3>Things I enjoy designing:</h3>
<p>UX, UI, Web, Mobile, Apps, Logos</p>
<h3>Design Tools:</h3>
<p>
Balsamiq Mockups<br/>
Figma<br/>
Invision<br/>
Marvel<br/>
Pen & Paper<br/>
Sketch<br/>
Webflow<br/>
Zeplin
</p>
</div>
<div class="skills-card">
<img src="../image/frontend.svg" alt="">
<h1>Frontend Developer</h1>
<p>
I value simple content structure, clean design patterns, and thoughtful interactions.
</p>
<h3>Things I enjoy designing:</h3>
<p>UX, UI, Web, Mobile, Apps, Logos</p>
<h3>Design Tools:</h3>
<p>
Balsamiq Mockups<br/>
Figma<br/>
Invision<br/>
Marvel<br/>
Pen & Paper<br/>
Sketch<br/>
Webflow<br/>
Zeplin
</p>
</div>
<div class="skills-card">
<img src="../image/mentor.svg" alt="">
<h1>Mentor</h1>
<p>
I value simple content structure, clean design patterns, and thoughtful interactions.
</p>
<h3>Things I enjoy designing:</h3>
<p>UX, UI, Web, Mobile, Apps, Logos</p>
<h3>Design Tools:</h3>
<p>
Balsamiq Mockups<br/>
Figma<br/>
Invision<br/>
Marvel<br/>
Pen & Paper<br/>
Sketch<br/>
Webflow<br/>
Zeplin
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Recent Setion -->
<section class="recent-work">
<div class="container">
<div class="recent-container">
<h1>My Recent Work</h1>
<p>
Here are a few design projects I've worked on recently. Want to see more? <a href="https://mail.google.com/mail/u" target="_blank">Email me</a>.
</p>
<div class="recent-cards-container">
<div class="recent-card recent-card-1">
<p>
High-end, custom residential renovaters serving Fraser Valley homeowners.
</p>
<button>Visit Website ></button>
</div>
<div class="recent-card recent-card-2">
<p>
High-end, custom residential renovaters serving Fraser Valley homeowners.
</p>
<button>Visit Website ></button>
</div>
<div class="recent-card recent-card-3">
<p>
High-end, custom residential renovaters serving Fraser Valley homeowners.
</p>
<button>Visit Website ></button>
</div>
<div class="recent-card recent-card-4">
<p>
High-end, custom residential renovaters serving Fraser Valley homeowners.
</p>
<button>Visit Website ></button>
</div>
<div class="recent-card recent-card-5">
<p>
High-end, custom residential renovaters serving Fraser Valley homeowners.
</p>
<button>Visit Website ></button>
</div>
<div class="recent-card recent-card-6">
<p>
High-end, custom residential renovaters serving Fraser Valley homeowners.
</p>
<button>Visit Website ></button>
</div>
</div>
<button class="recent-see-more-btn">
<span>✪</span>See more on Dribbble
</button>
</div>
</div>
</section>
<!-- Companies Section -->
<section class="companies">
<div class="container">
<div class="companies-section">
<h1>
I'm proud to have collaborated with some awesome companies:
</h1>
<div class="logo-cards-container">
<img src="../image/briteweb.svg" alt="">
<img src="../image/goodkind.svg" alt="">
<img src="../image/redstamp.svg" alt="">
<img src="../image/domain7.svg" alt="">
<img src="../image/designlab.png" alt="">
<img src="../image/chronicled.svg" alt="">
<img src="../image/bldrs.png" alt="">
<img src="../image/serpmetrics.svg" alt="">
</div>
</div>
</div>
</section>
<!-- My Startup section -->
<section class="my-startup-section">
<div class="container">
<div class="section-intro">
<div class="text-container">
<h1>My Startup Projects</h1>
<p>
I'm a bit of a digital product junky. Over the years, I've used hundreds of web and mobile apps in different industries and verticals. Eventually, I decided that it would be a fun challenge to try designing and building my own.
</p>
</div>
<div class="skills-container">
<div class="skills-card">
<img src="../image/kybercore.svg" alt="">
<p>
Next level plug and play chassis systems for custom do-it-yourself lightsaber builds.
</p>
<a href="" class="disabled">
<svg class="svg-inline--fa fa-tools" aria-hidden="true" focusable="false" data-prefix="fal" data-icon="tools" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="currentColor" d="M225.1 378.1c-5.346-9.277-17.67-11.48-25.24-3.91l-91.57 91.55c-15.01 15-38.9 18.79-56.54 6.984c-23.71-15.88-26.04-48.76-6.967-67.97l134.8-134.8c6.242-6.238 6.229-16.36-.0313-22.59C173.3 241.2 163.2 241.2 156.1 247.4l-134.7 134.7c-29.62 29.62-29.62 77.86 0 107.5c16.64 16.78 39.93 24.7 63.89 21.57c17.43-2.273 33.27-11.36 45.7-23.79l90.54-90.52c4.883-4.883 6.32-12.52 2.857-18.49C225.2 378.3 225.1 378.2 225.1 378.1zM259.8 88.66c4.697-7.82 10.35-15.14 16.98-21.8c22.75-22.62 52.62-34.87 83.87-34.87c6.875 0 13.75 .625 20.62 1.75l-69.25 69.48l13.75 82.98l83.12 13.75l69.37-69.23c6.625 38.12-5.373 76.73-33.12 104.5c-4.432 4.434-9.207 8.426-14.23 12c-7.775 5.527-8.24 16.98-1.475 23.7c5.625 5.594 14.65 6.258 21.07 1.602c6.045-4.383 11.82-9.293 17.26-14.81c37.75-37.74 52.62-91.35 39.62-143.2c-2.25-9.492-9.625-16.99-19.12-19.62s-19.62 0-26.62 7l-63.87 63.86L353.5 158.3l-7.373-44.12l63.87-63.98c6.873-6.871 9.623-16.99 6.998-26.49c-2.623-9.496-10.25-16.74-19.75-19.12c-51.62-12.88-105.2 1.875-143.1 39.61c-8.27 8.348-15.16 17.61-20.98 27.39c-3.791 6.367-3.049 14.45 2.191 19.68C242.5 98.44 254.6 97.3 259.8 88.66zM63.1 431.9c0 8.746 7.25 15.1 16 15.1s15.1-7.25 15.1-15.1s-7.248-15.1-15.1-15.1S63.1 423.1 63.1 431.9zM502.6 389.4l-124.4-124.5c-15.62-15.62-36.12-23.37-56.62-23.37c-15.38 0-30.88 4.371-44.12 13.25L191.1 169.3l.002-73.35l-127.1-95.99L0 63.1l96 127.1l73.37-.0289l85.5 85.48c-20.62 31.12-17.12 73.23 10.25 100.7l124.5 124.5C395.7 508.8 403.1 512 412.2 512c8.123 0 16.37-3.125 22.5-9.375l67.1-67.98C515.1 422.1 515.1 401.9 502.6 389.4zM159.1 159.1h-47.1L42.25 66.98L66.1 42.24l92.1 69.73V159.1zM412.1 479.9l-124.4-124.5c-9.123-9.125-14.12-21.12-14.12-33.87c0-12.88 5-24.87 14.12-33.87c9-9.125 21-14.12 33.88-14.12c12.75 0 24.88 4.996 33.87 14.12l124.5 124.3L412.1 479.9z"></path></svg>
In development</a>
</div>
<div class="skills-card">
<img src="../image/houston.svg" alt="">
<p>
Next level plug and play chassis systems for custom do-it-yourself lightsaber builds.
</p>
<a href="" class="disabled">
<svg class="svg-inline--fa fa-tools" aria-hidden="true" focusable="false" data-prefix="fal" data-icon="tools" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="currentColor" d="M225.1 378.1c-5.346-9.277-17.67-11.48-25.24-3.91l-91.57 91.55c-15.01 15-38.9 18.79-56.54 6.984c-23.71-15.88-26.04-48.76-6.967-67.97l134.8-134.8c6.242-6.238 6.229-16.36-.0313-22.59C173.3 241.2 163.2 241.2 156.1 247.4l-134.7 134.7c-29.62 29.62-29.62 77.86 0 107.5c16.64 16.78 39.93 24.7 63.89 21.57c17.43-2.273 33.27-11.36 45.7-23.79l90.54-90.52c4.883-4.883 6.32-12.52 2.857-18.49C225.2 378.3 225.1 378.2 225.1 378.1zM259.8 88.66c4.697-7.82 10.35-15.14 16.98-21.8c22.75-22.62 52.62-34.87 83.87-34.87c6.875 0 13.75 .625 20.62 1.75l-69.25 69.48l13.75 82.98l83.12 13.75l69.37-69.23c6.625 38.12-5.373 76.73-33.12 104.5c-4.432 4.434-9.207 8.426-14.23 12c-7.775 5.527-8.24 16.98-1.475 23.7c5.625 5.594 14.65 6.258 21.07 1.602c6.045-4.383 11.82-9.293 17.26-14.81c37.75-37.74 52.62-91.35 39.62-143.2c-2.25-9.492-9.625-16.99-19.12-19.62s-19.62 0-26.62 7l-63.87 63.86L353.5 158.3l-7.373-44.12l63.87-63.98c6.873-6.871 9.623-16.99 6.998-26.49c-2.623-9.496-10.25-16.74-19.75-19.12c-51.62-12.88-105.2 1.875-143.1 39.61c-8.27 8.348-15.16 17.61-20.98 27.39c-3.791 6.367-3.049 14.45 2.191 19.68C242.5 98.44 254.6 97.3 259.8 88.66zM63.1 431.9c0 8.746 7.25 15.1 16 15.1s15.1-7.25 15.1-15.1s-7.248-15.1-15.1-15.1S63.1 423.1 63.1 431.9zM502.6 389.4l-124.4-124.5c-15.62-15.62-36.12-23.37-56.62-23.37c-15.38 0-30.88 4.371-44.12 13.25L191.1 169.3l.002-73.35l-127.1-95.99L0 63.1l96 127.1l73.37-.0289l85.5 85.48c-20.62 31.12-17.12 73.23 10.25 100.7l124.5 124.5C395.7 508.8 403.1 512 412.2 512c8.123 0 16.37-3.125 22.5-9.375l67.1-67.98C515.1 422.1 515.1 401.9 502.6 389.4zM159.1 159.1h-47.1L42.25 66.98L66.1 42.24l92.1 69.73V159.1zM412.1 479.9l-124.4-124.5c-9.123-9.125-14.12-21.12-14.12-33.87c0-12.88 5-24.87 14.12-33.87c9-9.125 21-14.12 33.88-14.12c12.75 0 24.88 4.996 33.87 14.12l124.5 124.3L412.1 479.9z"></path></svg>
In development</a>
</div>
<div class="skills-card">
<img src="../image/basin.svg" alt="">
<p>
Next level plug and play chassis systems for custom do-it-yourself lightsaber builds.
</p>
<a href="">In development</a>
</div>
<div class="skills-card">
<img src="../image/ylbuilders.svg" alt="">
<p>
Next level plug and play chassis systems for custom do-it-yourself lightsaber builds.
</p>
<a href="">In development</a>
</div>
<div class="skills-card">
<img src="../image/userforge.svg" alt="">
<p>
Next level plug and play chassis systems for custom do-it-yourself lightsaber builds.
</p>
<a href="">In development</a>
</div>
<div class="skills-card">
<img src="../image/dovetail.svg" alt="">
<p>
Next level plug and play chassis systems for custom do-it-yourself lightsaber builds.
</p>
<a href="">In development</a>
</div>
</div>
</div>
</div>
</section>
<div class="container">
<div class="interesting-collobrating">
<h1>
Interested in collaborating or investing?
</h1>
<p>
I’m always open to discussing product design work or partnership opportunities.
</p>
<button>
Start a conversation
</button>
</div>
</div>
<section class="testimonials-section">
<div class="container">
<div class="testimonials">
<div class="testimonials-header-text">
<h1>Testimonials</h1>
<p>People I've worked with have said some nice things...</p>
</div>
<div class="testimonials-cards-container">
<div class="testimonials-card pascal">
<img src="../image/pascal.png" alt="">
<p>
“Matt was a real pleasure to work with and we look forward to working with him again. He’s definitely the kind of designer you can trust with a project from start to finish.”
</p>
<h2>Pascal Tremblay</h2>
<h5>Creative Lead, Good Kind</h5>
</div>
<div class="testimonials-card alvin">
<img src="../image/alvin.png" alt="">
<p>
“Matt's a clear communicator with the tenacity and confidence to really dig in to tricky design scenarios and the collaborative friction that's needed to produce excellent work.”
</p>
<h2>Alvin Engler</h2>
<h5>Sr. Systems Developer, Domain7</h5>
</div>
</div>
<div class="pagination">
<div class="pagin-1 active-pagination"></div>
<div class="pagin-2"></div>
</div>
</div>
</div>
</section>
<!-- Footer section -->
<footer>
<div class="container">
<div class="footer">
<div class="start-project-card">
<h1>Start a project</h1>
<p>
Interested in working together? We should queue up a chat. I’ll buy the coffee.
</p>
<button>
Let's do this
</button>
</div>
<img class="img-logo-footer" src="../image/mf-logo-white.svg" alt="">
<p class="f-text">
Living, learning, & leveling up one day at a time.
</p>
<div class="socials">
<div><img src="../image/twitter.png" alt=""></div>
<div><img src="../image/facebook (1).png" alt=""></div>
<div><img src="../image/instagram.png" alt=""></div>
<div><img src="../image/share.png" alt=""></div>
<div><img src="../image/facebook.png" alt=""></div>
<div><img src="../image/instagram.png" alt=""></div>
</div>
<p class="copy-p">Handcrafted by me<span>©</span>twentytwenty</p>
<h5>made with css, scss, js <br>Developed by Ubaydulloh</h5>
</div>
</div>
</footer>
<script src="../js/app.js"></script>
</body>
</html>