-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·113 lines (106 loc) · 4.56 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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Katie Lewis</title>
<meta name="description" content="Katie Lewis: Portfolio">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,700" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
<script src="js/main.js"></script>
</head>
<body class="landingPage">
<header class="splashPattern">
</header>
<nav class="headerNav">
<a class="logoContainer" href="index.html">
<img src="img/Logo.png" alt="logo" id="logo">
<h1>Katie Lewis</h1>
</a>
<div class="navLinks">
<a href="#work">work</a>
<a href="about.html">about</a>
<a href="#" target="_blank">fresh fog</a>
</div>
</nav>
<div id="work">
</div>
<section id="whiteSpace" class="scrollContent">
<div id="projects" class="container-fluid">
<div class="row clearfix">
<div class="oneThird tile">
<img src="img/street-1600_800.png" class="tileImg" alt="#">
</div>
<div class="twoThirds tile">
<img src="img/1_o.jpg" class="tileImg" alt="#">
</div>
</div>
<div class="row clearfix">
<div class="fullWidth tile">
<img src="img/8546_garage-1600_o.jpg" class="tileImg" alt="#">
</div>
</div>
<div class="row clearfix">
<div class="oneThird tile">
<img src="img/BusinessCard-back_o.jpg" class="tileImg" alt="#">
</div>
<div class="oneThirdMiddle tile">
<img src="img/chew-1600_o.jpg" class="tileImg" alt="#">
</div>
<div class="oneThird tile">
<img src="img/Front_o.png" class="tileImg" alt="#">
</div>
</div>
<div class="row clearfix">
<div class="fullWidth tile">
<img src="img/street-1600_800.png" class="tileImg" alt="#">
</div>
</div>
<div class="row clearfix">
<div class="twoThirds tile">
<img src="img/front-back-1600_o.jpg" class="tileImg" alt="#">
</div>
<div class="oneThird tile">
<img src="img/IMG_8778-1600_o.jpg" class="tileImg" alt="#">
</div>
</div>
</div>
</section>
<!-- footer doesn't reveal. reveal illustration once footer is seen -->
<section class="footerNav">
<div>
<p>© Katie Lewis 2017</p>
</div>
<nav>
<a href="https://www.instagram.com/katielizlewis" target="_blank">instagram</a>
<a href="https://www.pinterest.com/katielizlewis" target="_blank">pinterest</a>
<a href="https://www.linkedin.com/in/kelewis1" target="_blank">linkedin</a>
<a href="https://github.com/katielewis" target="_blank">github</a>
<a href="https://twitter.com/klizlewis" target="_blank">twitter</a>
</nav>
</section>
<footer>
<div id="illustration">
</div>
<h3>Let's get in touch! <button>Email Me</button></h3>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
</body>
</html>