-
Notifications
You must be signed in to change notification settings - Fork 0
/
allcityprinting.html
146 lines (126 loc) · 4.38 KB
/
allcityprinting.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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html>
<head>
<title>All City Printing Inc.</title>
<!-- Fonts -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway:400, 600' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Neuehelvetica:400, 600' rel='stylesheet' type='text/css'>
<!-- Stylesheet & Favicon -->
<link rel="stylesheet" href="stylesheet.css">
<link rel="shortcut icon" href="images/mlogo.png"/>
<!-- JavaScript for scroll animation -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
<script type="text/javascript" src="scroll.js"></script>
</head>
<body>
<!-- Jumbotron -->
<div id="top" class="jumbotron">
<div class="header">
<ul class="nav">
<li><a href="#top"><img src="images/mlogo.png" /></a></li>
<li><a href="#space1">About</a></li>
<li><a href="#space2">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<!-- Main Text -->
<div class="main">
<h1>All City Printing</h1>
<p>Commercial Printing At Its Finest</p>
<a href="#space1" class="button"><span>Learn More</span></a>
</div>
</div>
<!-- Spacing (Used as anchor for 'About' link) -->
<div id="space1"></div>
<!-- About -->
<div class="about">
<div class="container">
<img src="images/about.png" />
</div>
<div class="container">
<h2>About</h2>
<p>Located right in the heart of San Francisco, All City Printing has been serving the Bay Area with quality prints at a competitively low price for over 22 years. From business cards and posters, to complex pamphlets, we have all the tools necessary to meet your commercial printing needs. With on-time shipping as well as great customer service, you can be assured that your product will always arrive on time and just the way you want. Come in and get an estimate today! </p>
</div>
</div>
<!-- Services -->
<div class="services">
<div class="container">
<img src="images/services.png" />
</div>
<div class="container service-text">
<h2>Services</h2>
<p>
12x18 and Smaller Digital Printing
</br>
12x18 and Larger Offset Printing + Coating
</br>
Variable Data Digital Printing
</br>
General Sheetfed Printing
</br>
Printing with Bindery
</br>
</p>
</div>
</div>
<!-- Equipment -->
<div class="equipment">
<div class="container">
<img src="images/equipment.png" />
</div>
<div class="container">
<h2>Equipment</h2>
<p>
20x28 Komori 6 color w/ Aqueous Coater
</br>
14x20 Heidelberg Speedmaster 6 Color
</br>
13x18 Ryobi 3302 2 Color
</br>
HP Indigo 5000
</br>
Rampage Workflow System
</br>
Fuji CTP Platesetter
</br>
Epson Stylus Pro 7800 Color Proofer
</p>
</div>
</div>
<!-- Spacing. (Used as anchor for 'Portfolio' link) -->
<div id="space2"></div>
<!-- Portfolio -->
<div id="portfolio" class="portfolio">
<div class="portfolio-title">
<h2>Portfolio</h2>
<!--Photosnack slideshow -->
<iframe style="border:none" src="http://files.photosnack.com/iframejs/embed.html?hash=pt321sai7&t=1440545459" width="920px" height="505px" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" ></iframe>
</div>
</div>
<!-- Contact -->
<div id="contact" class="contact">
<div class="container">
<h2>Contact</h2>
<p>
All City Printing Inc.
</br>
1061 Howard Street
</br>
San Francisco, CA 94103
</br>
</br>
Phone: (415) 861-8088
</br>
Fax: (415) 861-8777
</br>
E-mail: [email protected]
</br>
</br>
<em style="font-size: 11px">Copyright © 2015 All City Printing Inc</em>
</p>
</div>
</div>
</body>
</html>