-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
84 lines (70 loc) · 2.57 KB
/
index.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
<!DOCTYPE HTML>
<html>
<head>
<title>HexaPlant</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.poptrox.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-wide.css" />
<link rel="stylesheet" href="css/style-normal.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<header id="header">
<!-- Logo -->
<h1 id="logo"><a href="#">HexaPlant</a></h1>
</header>
<!-- Intro -->
<section id="intro" class="main style1 dark fullscreen">
<div class="content container small">
<header><h2>Information</h2></header>
<footer><a href="#one" class="button style2 down">More</a></footer>
</div>
</section>
<!-- One -->
<section id="one" class="main style2 right dark fullscreen">
<div class="content box style2">
<header><h2>Ist mitunter nicht offensichtlich.</h2></header>
</div>
<a href="#two" class="button style2 down anchored">Next</a>
</section>
<!-- Two -->
<section id="two" class="main style2 right dark fullscreen">
<div class="content box style2">
<header><h2>Wir helfen ihnen beim durchschauen.</h2></header>
</div>
<a href="#work" class="button style2 down anchored">Next</a>
</section>
<!-- Three -->
<section id="three" class="main style2 right dark fullscreen">
<div class="content box style2">
<div class="box container small">
<header><h2>Kontakt</h2></header>
<p><b>HexaPlant KG</b><br>
Lastenstraße 39, 1230 Wien</p>
<p>Bestellen auch Sie unseren Newsletter:
<form action="http://hexaplant.us9.list-manage.com/subscribe/post?u=e6afdc61cac19a395b41d26e6&id=e4371aa913" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<form method="post" action="#">
Email: <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
<input type="submit" value="Bestellen" name="subscribe" id="mc-embedded-subscribe" class="button">
</form>
</p>
<h2>Attribution</h2>
<small>Design based on Big Picture by HTML5 UP - CCA 3.0 license.</small><br>
Landsat data courtesy of NASA and U.S. Geological Survey.<br>
Image and Data processing by Hexaplant.com - CC-BY-3.0.<br>
</div>
</section>
</body>
</html>