-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
executable file
·174 lines (131 loc) · 5.81 KB
/
contact.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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<!-- Consider specifying the language of your content by adding the `lang` attribute to <html> -->
<!--[if lt IE 7]> <html class="no-js ie6"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine & Chrome Frame -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- Put your title here! -->
<title></title>
<meta name="description" content="">
<!-- Mobile viewport optimized: j.mp/bplateviewport -->
<meta name="viewport" content="width=device-width">
<link href="style.css" rel="stylesheet">
<!-- Load Open Sans and Merriweather from Google Fonts
For optimal performance, customize it to load the styles you need:
http://goo.gl/QufgJ
-->
<link href="//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700|Merriweather:400,700,900" rel="stylesheet">
<!-- All JavaScript at the bottom, except for Modernizr
Modernizr enables HTML5 elements & feature detects; It includes Respond, a polyfill for min/max-width CSS3 Media Queries
For optimal performance, use a custom Modernizr build: www.modernizr.com/download/ -->
<script src="js/modernizr-2.6.1.min.js"></script>
</head>
<body>
<!-- Prompt IE 6 and 7 users to install Chrome Frame: chromium.org/developers/how-tos/chrome-frame-getting-started -->
<!--[if lt IE 8]>
<p class="chromeframe alert alert-warning">Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p>
<![endif]-->
<header id="master-header" class="clearfix" role="banner">
<hgroup>
<h1 id="site-title"><a href="index.html" title="Your Site Name">Jayj HTML5 Theme</a></h1>
<h2 id="site-description">This is an awesome description of the site!</h2>
</hgroup>
</header> <!-- #master-header -->
<div id="main" class="row clearfix">
<!-- Main navigation -->
<nav class="main-navigation clearfix span12" role="navigation">
<h3 class="assistive-text">Main menu</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li>
<a href="about.html">About</a>
<ul class="sub-menu">
<li><a href="#">Subpage</a></li>
<li><a href="#">Subpage 2</a></li>
</ul>
</li>
<li class="current"><a href="contact.html">Contact</a></li>
</ul>
</nav> <!-- #main-navigation -->
<div id="content" role="main" class="span7">
<article class="page hentry">
<header class="entry-header">
<h1 class="entry-title">Contact</h1>
</header> <!-- .entry-header -->
<form action="sendmail.php" method="post" id="contactform">
<fieldset class="row">
<legend>Contact me :)</legend>
<p>
<label for="your-name">Your Name</label>
<input type="text" name="name" id="your-name" class="input-xlarge">
</p>
<p>
<label for="your-email">Your Email <span class="required">(required)</span></label>
<input type="email" name="email" id="your-email" class="input-xlarge" required>
</p>
<p>
<label for="your-subject">Subject</label>
<input type="text" name="subject" id="your-subject" class="input-xlarge">
</p>
<p>
<label for="your-message">Your message <span class="required">(required)</span></label>
<textarea name="message" cols="50" rows="10" id="your-message" class="input-xxlarge" required placeholder="What do you want to say?"></textarea>
</p>
<!-- This is hidden for normal users -->
<div class="hidden">
<label>
Do not fill out this field
<input name="s_check">
</label>
</div>
<p>
<input type="submit" name="submit" class="primary" value="Send Message">
</p>
<p hidden id="response"></p>
</fieldset>
</form>
</article> <!-- .page -->
</div> <!-- #content -->
<div id="sidebar" role="complementary" class="span4">
<!-- Non-working search form -->
<form role="search" action="#" class="searchform">
<label class="assistive-text" for="s">Search for:</label>
<input type="search" name="s" id="s" results="10" placeholder="Search..." value="" />
<input type="submit" value="Search" />
</form> <!-- .searchform.widget -->
<aside class="widget">
<h3 class="widget-title">Sidebar heading</h3>
<ul>
<li><a href="#">Li element</a></li>
<li><a href="#">Li element</a></li>
<li><a href="#">Li element</a></li>
<li>Li element</li>
<li><a href="#">Li element</a></li>
</ul>
</aside> <!-- .widget -->
<aside class="widget">
<h3 class="widget-title">Widget</h3>
<p>Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life.</p>
<p>One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar.</p>
</aside> <!-- .widget -->
</div> <!-- #sidebar -->
</div> <!-- #main -->
<footer id="footer" role="contentinfo">
<!-- You're free to remove the credit link to Jayj.dk in the footer, but please, please leave it there :) -->
<p>
Copyright © 2012 <a href="#">Sitename.com</a>
<span class="sep">|</span>
Design by <a href="http://jayj.dk" title="Design by Jayj.dk">Jayj.dk</a>
</p>
</footer> <!-- #footer -->
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.7.2.min.js"><\/script>')</script>
<!-- Load custom scripts -->
<script src="js/script.js"></script>
</body>
</html>