-
Notifications
You must be signed in to change notification settings - Fork 3
/
about.html
26 lines (23 loc) · 1.3 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
---
layout: master
permalink: /about
css: /css/about.css
---
<section class="section" id="about-title">
<h1 class="is-size-1 has-text-centered">About Steph</h1>
</section>
<section id="about">
<div class="container-fluid">
<div class="columns is-gapless">
<div class="column"><figure class="stephanie-slater"></figure></div>
<div class="column">
<section class="section" id="about-info">
<p class="is-size-4">I'm a multidisciplinary designer who specialises in digital design. As a freelancer, I have had the pleasure of working with top clients in the industry and several exciting startups. Shillington Design College was where my design journey began, and I have a gone on to study Creative Direction at Central Saint Martins, and UX Design through the Interaction Design Foundation and Bloc.io. I am proficient in HTML & CSS and enjoy bridging the gap between front end and design.</p>
<p class="is-size-4">Day to day, I work to find creative solutions that trigger change, improve quality of life, and foster enduring relationships between brands and their clients. Get in touch to find out how we can work together.</p>
<a href="#contact" class="button is-medium">contact me</a>
</section>
</div>
</div>
</div>
</section>
{% include quotes.html %}