-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
executable file
·102 lines (78 loc) · 3.16 KB
/
404.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Tom Skarbek-Wazyski | Designer & Developer</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- scripts concatenated and minified via build script -->
<link rel="stylesheet" href="http://skarbek-wazynski.co.uk/css/style.css">
<!-- end scripts -->
<!-- // <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> -->
<!-- // <script type="text/javascript" src="js/main.js"></script> -->
<script type="text/javascript" src="//use.typekit.net/dft0nup.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
</head>
<body>
<!-- [if lt IE 7]>
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
<![endif]-->
<div class="container">
<div class="wrapper">
<header class="header">
<div class="intro">
<h1><a href="http://skarbek-wazynski.co.uk"><span>Thomas</span> <span>Skarbek</span> <span>Wazynski</span></a></h1>
<span class="byline">Designer <span class="amp">&</span> developer</span>
</div>
</header>
<div class="sidebar tablet">
<div class="projects-list list">
<span class="line"></span>
<h2>My Work</h2>
<ul>
<li><a href="projects/porters-trading-limited">Porter's Trading Limited</a></li>
<li><a href="projects/lusu">LUSU</a></li>
<li><a href="projects/baraft">Baraft</a></li>
<li><a href="projects/purple">Purple</a></li>
<li><a href="projects/the-commission">The Commission</a></li>
<li><a href="projects/my-reptile-diet">My Reptile Diet</a></li>
</ul>
</div>
<footer class="contact-details list">
<span class="line"></span>
<h2>Contact</h2>
<ul>
<li>E: <a href="mailto:[email protected]">[email protected]</a></li>
<li>T: +44 (0) 7535 644 344</li>
</ul>
<div class="copyright">
<span class="line"></span>
<p>2015 © Tom Skarbek-Wazynski</p>
</div>
</footer>
</div>
</div>
<section class="main">
<div class="about">
<span class="line"></span>
<p class="intro">Opps...Something is missing. Sorry.</p>
</div>
</section>
<footer class="mobile-footer list mobile-hide">
<h2>Contact</h2>
<ul>
<li>E: <a href="mailto:[email protected]">[email protected]</a></li>
<li>T: +44 (0) 7535 644 344</li>
</ul>
<div class="copyright">
<span class="line"></span>
<p>2015 © Tom Skarbek-Wazynski</p>
</div>
</footer>
</div>
</body>
</html>