-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfreelance.html
63 lines (57 loc) · 2.22 KB
/
freelance.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<title>Rhodri Griffith – User Experience Designer</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<link rel="stylesheet" href="css/master.css" media="all">
</head>
<body>
<header>
<div class="navbar">
<div class="ds-hero" id="navbar">
<div class="container container--wide">
<div class="grid">
<div class="grid__col col-3@m">
<a href="index.html"><img src="img/rg-logo.svg" class="lexis-icon" alt="Rhodri Griffith – User Experience Designer"></a>
</div>
<div class="grid__col col-9@m">
<div class="topnav">
<div class="topnav-right">
<a href="index.html" class="active">Portfolio</a>
<a href="about-me.html">About me</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<main>
<div class="main">
<div class="container container--wide">
<nav aria-label="Breadcrumb" class="u-mt-l">
<ol class="breadcrumb">
<li><a href="index.html">Portfolio</a></li>
<li class="bc-active">Freelance design work</li>
</ol>
</nav>
<section>
<div class="ds-para">
<h1 class="u-mt-l u-fs-xxxl">Freelance design work</h1>
<p class="u-fs-s">In 2010, I setup my own freelance business whilst working full time at ONS. This enabled me to progress as a designer, learn new skills and pursuing my passion for the web and developing brands.</p>
<p class="u-fs-s">I formed a close partnership with a marketing agency in Cowbridge called Jamjar. I worked on a number of high profile public and private sector projects for organisations including Sport Wales, Wales Millennium Centre, NHS, Merthyr Council, Techniquest, Cardiff University, Sony and Ffos Las Racecourse.</p>
</div>
<div class="seperator u-mt-l"></div>
</section>
<section>
<p class="u-fs-m u-dark u-fw-600 u-mt-l">Key projects</p>
<p class="u-fs-s">Take a look at my <a href="freelance/index.html" class="link-primary-standalone" target="blank">freelance work.</a></p>
</section>
</div>
</div>
<script type="text/javascript" src="../js/focus.js"></script>
</body>
</html>