-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·34 lines (34 loc) · 1.49 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
<!doctype html>
<!--[if IE 9]> <html class="no-js ie9 lte-ie9"> <![endif]-->
<!--[if gt IE 9]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>CoWork Greenville has moved.</title>
<link href='http://fonts.googleapis.com/css?family=Roboto:400,700,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css">
<script src="js/jquery-1.10.2.min.js"></script>
</head>
<body>
<div id="page">
<section class="main-display">
<div class="color-overlay"></div>
<div class="container">
<div class="left-side">
<h1>CoWork Greenville is now Atlas Local.</h1>
<p>Come take a look at our new space and get to know us. We're at 25 Draper St, Greenville SC, 29611 at The Brandon Mill in The Village of West Greenville.</p><br>
<a href="http://atlaslocal.com" class="call-to-action">Visit AtlasLocal.com</a>
</div>
</div>
</div>
<script src="js/scripts.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-50292132-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>