-
Notifications
You must be signed in to change notification settings - Fork 0
/
appointment_calendar_will.html
74 lines (63 loc) · 2.78 KB
/
appointment_calendar_will.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>
<head>
<html lang="en">
<meta charset="utf-8" />
<!-- Still need to make a bb Logo -->
<link rel="shortcut icon" href="/favicon.ico" />
<title>Tall Green Tree</title>
<link rel="stylesheet" href="/site.css" type="text/css">
<meta name="viewport" content="width=device-width" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,600,800' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Donegal+One' rel='stylesheet' type='text/css'>
<!-- Pulled from http://code.google.com/p/html5shiv/ -->
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if gte IE 9]>
<style type="text/css">
.gradient {
filter: none;
}
</style>
<![endif]-->
</head>
<body>
<div class="upper-wrap">
<section class="receptacle">
<div class="inner-recep">
<hgroup>
<h1>Tall Green Tree</h1>
<h2>Product Development for Promising Startups</h2>
</hgroup>
</div>
</section>
</div>
<div class="lower-wrap">
<section class="receptacle">
<h3>Schedule a Call</h3>
<p>Please select a time from the available calendar slots below for a call with Will Barrett. Please leave your number and a short description of the meeting when creating your appointment.</p>
<iframe src="https://www.google.com/calendar/selfsched?sstoken=UUdQYWs1QXl2T2lEfGRlZmF1bHR8ZjY3NjYyNzU4ZTEwZjJkMzdhYTc2MDIyZDk2OTY2OTU" width="100%" height="800px"></iframe>
</section>
</div>
<footer class="receptacle">
<div class="inner-recep">
<address>
<span><a href="http://blog.tallgreentree.com/" class="blog">company blog</a></span>
<span class="long"><a href="mailto:[email protected]" class="email">[email protected]</a></span>
<span class="long mailing"><a href="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=+900+Chicago+Ave.,+Suite+104.+Evanston+IL,+60202&aq=&sll=39.766555,-86.441277&sspn=5.961162,11.590576&vpsrc=0&ie=UTF8&hq=&hnear=900+Chicago+Ave+%23104,+Evanston,+Cook,+Illinois+60202&t=m&z=16&iwloc=A" target="_blank" >900 Chicago Ave. Suite 104, 60202</a></span>
<span><a href="tel:3125083640" class="phone">(312) 508-3640</a></span>
</address>
</div>
</footer>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-4043539-1']);
_gaq.push(['_setDomainName', '.tallgreentree.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>