-
Notifications
You must be signed in to change notification settings - Fork 0
/
vision.html
142 lines (117 loc) · 6.53 KB
/
vision.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Equipo</title>
<!-- Bootstrap Core CSS -->
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Fonts -->
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Raleway:400,600,700,800,900' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,600,700,800,900' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,900' rel='stylesheet' type='text/css'>
<!-- Custom Theme CSS -->
<link href="css/grayscale.css" rel="stylesheet">
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-custom">
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="#page-top">
climbo.info
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-left navbar-main-collapse">
<ul class="nav navbar-nav">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden">
<a href="#page-top"></a>
</li>
<li class="page-scroll">
<a href="#about">How it works</a>
</li>
<li class="page-scroll">
<a href="#download">Zones</a>
</li>
<li class="page-scroll">
<a href="#contact">Routes</a>
</li>
<li class="page-scroll">
<a href="#contact">Meet our crew</a>
</li>
<li class="page-scroll">
<a href="#contact">About us</a>
</li>
</ul>
</div>
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<li>
<a id="login" class="btn-red" onclick="_gaq.push(['_trackEvent','Profile','Login','src:TopBar']);" href="http://app.climbo.info/login/index.php?route=users/login">Sign in</a>
</li>
<li>
<a id="joinus" class="btn-blue" onclick="_gaq.push(['_trackEvent','Profile','Join','src:TopBar']);" href="http://app.climbo.info/login/index.php?route=users/register">Join us</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<section id="vision" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>VISION</h2>
</div>
</section>
<section id="puntosvision" class="container content-section text">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<p>HERE WE SHARE</p>
<p>Rock climbing is a sport based on cooperation. From the effort of the bolters when they equipping a route to complicity between a climber and a belayer. We would like to be a cooperation space for all the rock climbing community. By sharing your crags and climbs you'll be helping to build a community which can take advantage too.</p>
</div>
</section>
<section id="puntosvision" class="container content-section text">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<p>WE RESPECT BOLTERS'S WORK</p>
<p>Every single crag has been dreamed, visioned and bolted by one or more bolters. Often bolting takes a lot of time, money and effort from the bolter. In the most of the cases the gear is funded by them. We want to support and recognize their hard work.</p>
</div>
</section>
<section id="puntosvision" class="container content-section text">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<p>WE ARE OPEN</p>
<p>This is a open source and open data project. Feel free to contribute to develop the code and embed content into your website, blog, app or other projects. Just please check our licence first.</p>
</div>
</section>
<section id="puntosvision" class="container content-section text">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<p>WHAT IS CREATED BY COMMUNITY BELONGS TO COMMUNITY</p>
<p>You don't have to pay for any information published in this site just consider to support bolter's work by buying their guides here published.</p>
</div>
</section>
<section id="puntosvision" class="container content-section text">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<p>PROTECT WHAT WE LOVE</p>
<p>With more and more presence of climbers and mountaineers at the mountains, it's up to each of us to reduce the impact we cause in the natural environment. </p>
</div>
</section>
<section id="puntosvision" class="container content-section text">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<p>THIS IS A HAPPY PLACE</p>
<p>If you're upset, angry or just hate the world go and do some yoga, cuddle a puppy, eat an ice cream but respect this community.</p>
</div>
</section>
</body>
</html>