-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-us-values.html
executable file
·118 lines (113 loc) · 5.42 KB
/
about-us-values.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<title>Remarkable Collective</title>
<script src="js/jquery-1.11.1.min.js"></script>
</head>
<body>
<div class="container">
<header class="header animated clearfix">
<div class="wrapper animated clearfix grey-border">
<div class="wrapper-header">
<div class="logo animated"><a href=""><img src="img/logo.png"></a></div>
<nav class="top-menu animated clearfix">
<div id="home" class="animated"><a href="">Home</a></div>
<div id="magazine" class="animated"><a href="">Magazine</a>
<ul class="drop-down">
<li><a href="#">Water</a></li>
<li><a href="#">Alternative energy</a></li>
<li><a href="#">Giving back</a></li>
<li><a href="#">Footprints</a></li>
</ul>
</div>
<div id="product" class="animated"><a href="">Product</a>
<ul class="drop-down">
<li><a href="#">Water</a></li>
<li><a href="#">Alternative energy</a></li>
<li><a href="#">Giving back</a></li>
<li><a href="#">Footprints</a></li>
<li><a href="#">Sustainable</a></li>
</ul>
</div>
<div id="community" class="animated"><a href="">Community</a></div>
<div id="about" class="animated"><a href="" class="active">About</a></div>
<div id="search-field" class="animated">
<form action="/search" method="get">
<input type="text" name="q" id="search-input" class="animated">
<button type="submit" name="search-button" id="search_button" class="sprite"></button>
</form>
</div>
</nav>
</div>
</div>
</header>
<div class="main animated clearfix">
<div class="wrapper clearfix">
<section class="page-illustration stretching">
<img src="img/about-us-values.png">
<header class="page-chapter"><h1><span>_about us</span> // values // </h1>
</header>
</section>
<section class="about-us-text one-third center">
<div><p class="category">FOCUS ON SOLUTIONS</p>
<p>Good causes should be supported by good aesthetics
Nobody is perfect. We encourage progress!</p></div>
<div><p>Amplify the good. Inform on the bad.</p></div>
<div><p class="category">BE TRANSPARANT</p>
<p>Inform & allow for freedom of choice.
We are stronger together than apart. </p></div>
<div><p>Have no regret, and fun along the way!</p>
<p>;-)</p>
</div>
</section>
`
</div>
</div>
<footer class="footer">
<div class="wrapper">
<section class="footer-main clearfix">
<section class="footer-block more-info">
<h3>More info</h3>
<ul class="bottom-nav">
<li><a href="">About us</a>
<li><a href="">Contact us</a>
<li><a href="">Get involved</a>
<li><a href="">Dictionary</a>
</ul>
<ul class="column-2">
<li><a href="">FAQ</a>
<li><a href="">Privacy policy</a>
<li><a href="">Terms & conditions</a>
</ul>
</section>
<section class="footer-block sign-up">
<h3>Remarkable update!</h3>
<form action="#" method="post" class="sign-up-form">
<label for="sign-up-input">Sign in to get the latest news and more...</label>
<input type="email" placeholder="Email address" id="sign-up-input">
<button type="submit" value="submit" id="sign-up-btn">Go!</button>
</form>
</section>
<section class="footer-block find-us">
<h3>Find Us</h3>
<ul>
<li><a href=""><img src="img/fb-icon.png"></a>
<li><a href=""><img src="img/twitter-icon.png"></a>
<li><a href=""><img src="img/mail-icon.png"></a>
<li><a href=""><img src="img/google-icon.png"></a>
<li><a href=""><img src="img/insta-icon.png"></a>
<li><a href=""><img src="img/pin-icon.png"></a>
<li><a href=""><img src="img/t-icon.png"></a>
</ul>
</section>
</section>
<section class="info"><p>Remarkable Collective Holding B.V. © 2014. All rights reserved</section>
</div>
</footer>
</div>
<script src="js/main.js"></script>
</body>
</html>