-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
105 lines (96 loc) · 4.64 KB
/
contact.html
File metadata and controls
105 lines (96 loc) · 4.64 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="apple-touch-icon" sizes="57x57" href="/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicons/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/favicons/manifest.json">
<link rel="shortcut icon" href="/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/favicons/mstile-144x144.png">
<meta name="msapplication-config" content="/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<title>Prototype - Contact</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/styles.css">
<script src="js/lib/modernizr.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
<div class="container">
<a href="homepage.html" class="logo">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="300px" height="101.499px" viewBox="0 0 300 101.499" enable-background="new 0 0 300 101.499" xml:space="preserve">
<g>
<polygon fill="#0D28FF" points="270.4,89.8 274.9,89.8 274.9,101.5 277.7,101.5 277.7,89.8 282.2,89.8 282.2,87.1 270.4,87.1" />
<polygon fill="#0D28FF" points="292.1,96.8 288.4,87.1 284.2,87.1 284.2,101.5 287,101.5 287,90.7 290.6,100.1 293.6,100.1 297.1,90.7 297.1,101.5 300,101.5 300,87.1 295.8,87.1" />
<path fill="#0D28FF" d="M274.896-0.575c-5.603 0-10.95 3.692-12.715 8.784c-0.335 0.971-11.077 41.568-15.308 57.567L228.388-0.575 h-27.953l-18.49 66.234L164.314-0.575H0v88.656c0 7.4 6 13.4 13.4 13.417h13.415V63.736h35.192V39.164H26.833V23.926 h47.846v77.572h26.832V63.736h35.192V39.164h-35.192V23.926h42.17l22.606 77.572h30.533l17.414-59.565l17.414 59.565h30.533 L291.926-0.575H274.896z"
/>
</g>
</svg>
</a>
<nav class="main-menu">
<ul>
<li><a href="homepage.html" class="">Homepage</a>
</li>
<li><a href="styleguide.html" class="">Styleguide</a>
</li>
<li><a href="contact.html" class="">Contact</a>
</li>
</ul>
</nav>
<h1>Contact</h1>
</div>
</header>
<main>
<div class="container">
<p>This is the Contact Page</p>
<form>
<fieldset>
<legend>General information</legend>
<div class="input">
<label>Name</label>
<input type="text" name="name" value="">
</div>
<div class="input">
<label>Lastname</label>
<input type="text" name="lastname" value="">
</div>
<div class="textarea">
<label>Add some comments</label>
<textarea name=""></textarea>
</div>
<div class="submit">
<input type="submit" name="submit" value="Submit">
</div>
</fieldset>
</form>
</div>
</main>
<footer>
<div class="container">
<p>© All rights reserved</p>
</div>
</footer>
<a href="index.html" class="index-link">Index</a>
<script src="js/lib/media.match.min.js"></script>
<script src="js/lib/enquire.min.js"></script>
<script src="js/lib/jquery.min.js"></script>
<script src="js/lib/fancybox/jquery.fancybox.pack.js"></script>
<script src="js/lib/jquery.tabbedcontent.min.js"></script>
<script src="js/lib/flexslider/jquery.flexslider-min.js"></script>
<script src="js/lib/slick/slick.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>