-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_text.html
More file actions
115 lines (113 loc) · 5 KB
/
Copy path_text.html
File metadata and controls
115 lines (113 loc) · 5 KB
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
114
115
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Colorflow</title>
<script src='javascripts/libraries/modernizr.js'></script>
<script src='javascripts/libraries/jquery.js'></script>
<!-- Typekit -->
<script src='http://use.typekit.com/nxy6drw.js'></script>
<script type='text/javascript'>
//<![CDATA[
try{Typekit.load();}catch(e){}
//]]>
</script>
<link href='stylesheets/styles.css' rel='stylesheet' />
</head>
<body class='text two-column' id=''>
<div id='wrapper'>
<div id='header'>
<div class='inner-container'>
<div class='navigation'>
<h1 class='logo'><a href="#">Colorflow</a></h1>
<!-- Main Navigation -->
<!-- ====================================================================== -->
<nav class='main-navigation'>
<ul>
<li><a class="home" href="#">Home</a></li>
<li><a class="current" href="#">Services</a></li>
<li><a href="#">Work</a></li>
<li><a href="#">Amenities</a></li>
<li><a href="#">Talent</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
<div id='content'>
<div id='primary'>
<h2 class='page-heading'>About</h2>
<div class='text-content'>
<h3>ColorFlow post is the best equipped and technoligically advanced post-production and finishing studio in Norther California. Situated in the center of filmmaking and animation, it gets a ton of cool stuff happening.</h3>
<p>Ennui ea direct trade chillwave brooklyn nisi nihil, proident yr aliquip keffiyeh before they sold out. Next level blog seitan consectetur. Bicycle rights officia reprehenderit, put a bird on it Austin butcher hella blog irure. Before they sold out commodo butcher, godard swag trust fund tofu. Next level lomo terry richardson thundercats, culpa stumptown skateboard put a bird on it gentrify sartorial cliche pitchfork wayfarers. VHS dolore umami farm-to-table cupidatat. Nihil narwhal cliche vegan officia mixtape.</p>
<p>Eu mollit placeat irony stumptown before they sold out, high life exercitation blog voluptate next level put a bird on it pour-over master cleanse. Aute keytar vice proident american apparel skateboard. Terry richardson polaroid sartorial pickled reprehenderit, lomo mixtape nulla ex enim. Odio shoreditch mixtape, VHS cred vegan kogi do. Brunch irure mlkshk, readymade bushwick flexitarian occupy ullamco thundercats stumptown. Before they sold out messenger bag wes anderson iphone. Carles brooklyn small batch, 8-bit veniam ullamco messenger bag placeat master cleanse ad elit.</p>
</div>
</div>
<div id='secondary'>
<div class='subsection location'>
<div class='inner'>
<h4>Zaentz Media Center</h4>
<p>
2600 10 Street <br>
Suite 4B <br>
Berkeley, CA 94710
</p>
<a class="contact-button" href="#">Contact Us</a>
</div>
</div>
<div class='subsection updates'>
<form class='inner'>
<h4>Get ColorFlow Updates</h4>
<div class='field'>
<input placeholder='Enter your email address' type='email' />
<button type='submit'>GO</button>
</div>
<p>We'll never share you email. Ever.</p>
</form>
</div>
<div class='subsection recent-posts'>
<h4>From the ColorFlow Blog</h4>
<div class='post'>
<div class='image'><img class="white-border" src="http://lorempixel.com/56/56/" /></div>
<div class='details'>
<p>Using the DaVinci to Make Magic Happen</p>
<p class='date'>July 17th 2012</p>
</div>
</div>
<div class='post'>
<div class='image'><img class="white-border" src="http://lorempixel.com/56/56/" /></div>
<div class='details'>
<p>Using the DaVinci to Make Magic Happen</p>
<p class='date'>July 17th 2012</p>
</div>
</div>
<div class='post'>
<div class='image'><img class="white-border" src="http://lorempixel.com/56/56/" /></div>
<div class='details'>
<p>Using the DaVinci to Make Magic Happen</p>
<p class='date'>July 17th 2012</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id='footer'>
<div class='inner-container'>
<nav class='footer-navigation'>
<ul>
<li><a href="#">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Facility</a></li>
<li><a href="#">Talent</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
<p class='copyright'>Copyright 2012 Colorflow Post, Inc.</p>
</div>
</div>
<script src='javascripts/colorflow.js'></script>
</body>
</html>