-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeneric.html
115 lines (104 loc) · 4.38 KB
/
generic.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
<!DOCTYPE HTML>
<!--
Atmosphere by Pixelarity
pixelarity.com | [email protected]
License: pixelarity.com/license
-->
<html>
<head>
<title>Untitled</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<!-- Page wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<span class="logo"><a href="index.html">Wolfram</a></span>
<a href="#menu">Menu</a>
</header>
<!-- Nav -->
<nav id="menu">
<div class="inner">
<h2>Menu</h2>
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="generic.html">Generic</a></li>
<li><a href="elements.html">Elements</a></li>
<li><a href="#">Log In</a></li>
<li><a href="#">Sign Up</a></li>
</ul>
<a class="close">Close</a>
</div>
</nav>
<!-- Main -->
<section id="main" class="wrapper alt">
<div class="inner">
<header class="major special">
<p>Founded in 1983</p>
<h1>Steven Alexander</h1>
</header>
<a href="#" class="image main"><img src="images/pic01.jpg" alt="" /></a>
<p>Founded over 30 years ago by Steve Alexander, Wolfram is the only U.S. Manufacturer of metal halide lamps utilized in filming motion pictures. Combining years of design and manufacturing knowledge, we stand as a global leader in producing the highest quality, most durable, high intensity discharge lamps in the business. From movie sets to stage and studio lighting, we can provide solutions to your entertainment lighting needs as we lead the way in cutting edge technology.</p>
<p>Wolfram is also the industry leader in service, providing customers with a 72 hour evaluation guarantee - where as the industry standard is 90-180 days. Wolfram's specialists are available to answer any technical questions and address all customer needs.</p>
<p>All Wolfram Tru-Arc lamps have hot-strike capibility, and are compatible with all existing metal halide fixtures and power supplies, including the new 1000hz ballasts.</p>
<p>Our Technical staff thoroughly tests each lamp to ensure top performance even in the rigorous conditions found on today's film locations.</p>
<p>With our years of expertise we are able to create custom lamps, designed to fit your creative needs.</p>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="contact">
<li class="icon fa-home">
<strong>Address</strong>
1234 Fictional Avenue<br>Nashville, TN 00000
</li>
<li class="icon fa-phone">
<strong>Phone</strong>
(000) 000-0000
</li>
<li class="icon fa-envelope">
<strong>Email</strong>
</li>
</ul>
<form action="#" method="post">
<h4>Get in touch</h4>
<div class="field half first">
<label for="name">Name</label>
<input name="name" id="name" type="text" placeholder="Name">
</div>
<div class="field half">
<label for="email">Email</label>
<input name="email" id="email" type="email" placeholder="Email">
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="6" placeholder="Message"></textarea>
</div>
<ul class="actions">
<li><input value="Send Message" class="button big" type="submit"></li>
</ul>
</form>
</div>
<div class="copyright">
© Untitled. All rights reserved.
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>