-
Notifications
You must be signed in to change notification settings - Fork 0
/
cvbolo.html
99 lines (82 loc) · 4.45 KB
/
cvbolo.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
<!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="How it works" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>TEAM</h2>
</div>
<div class="row">
<div class="col-lg-3">
<img src="img/bolo.jpg" class="img-circle"></img>
<p>Bolo Szczerban</p>
<p>Developer - Co-Founder</p>
<p>Venezuelan-spanish. Computer Engineer mainly focused on Geographical Information Systems with more than 10 years of experience developing web mapping software. Constantly interested in Open Software, Open Data and Geotechnologies. Active colaborator of OpenStreetMap and a founder member of Geoinquiets. Also an enthusiastic of outdoor activities like hiking, running and he is an amateur rock climber.</p>
</div>
</section>
</body>
</html>