-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchernoffnewman.html
executable file
·74 lines (64 loc) · 3.26 KB
/
chernoffnewman.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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<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 rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/font-awesome/css/font-awesome.min.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<header>
<div class="wrapper">
<a class="hidden" href="">Skip to Main Content</a>
<nav>
<li><a href="about">About</a></li>
<!-- <li><a href="https://medium.com/@abbymstarnes/">Blog Posts</a></li> -->
<li><a href="contact">Contact</a></li>
</nav>
<a href="/"><h1>Abby Starnes</h1></a>
<p class="tagline">front-end developer</p>
<ul class="links">
<li><a class="" href="https://jsfiddle.net/user/ordette/fiddles"><i class="fa fa-jsfiddle "></i> JSFiddle</a></li>
<li><a class="" href="https://github.com/abbystarnes"><i class="fa fa-github "></i> GitHub</a></li>
<li><a href="https://medium.com/@abbymstarnes/" class=""><i class="fa fa-medium "></i> Blog Posts</a></li>
<li><a href="https://www.linkedin.com/in/abbystarnes" class=""><i class="fa fa-linkedin "></i> LinkedIn</a></li>
</ul>
</div>
</header>
<main>
<div class="wrapper">
<h2>Chernoff Newman</h2>
<article>
<img class="logo" src="img/certifiedscgrown.jpg" alt="Certified SC Grown">
<h3>Certified SC Grown</h3>
<p>Certified SC Grown is an agricultural site built on Wordpress. I developed the What's In Season page, where consumers can find out what agricultural products are in season and where they can go to purchase them.</p>
<a href="https://www.certifiedscgrown.com/where-to-buy-local/whats-in-season/">Live Site</a>
</article>
<article>
<img class="logo" src="img/rbzoo.png" alt="Zoo PlayDate">
<h3>Zoo PlayDate</h3>
<p>Zoo PlayDate is a light hearted marketing campaign for the Riverbanks Zoo in Columbia, SC. As an interactive intern at Chernoff Newman, I developed the scrolling functionality and pair coded the single page scrolling site.</p>
<a href="http://zooplaydate.com/">Live Site</a>
</article>
</div>
</main>
<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='https://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>