-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
121 lines (120 loc) · 5.84 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/png" href="images/favicon-32x32.png">
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport"
content="width=device-width,
initial-scale=1" />
<!-- Bootstrap CSS -->
<!-- CSS only -->
<link href="https://bootstrapbuildspace.sfo2.cdn.digitaloceanspaces.com/KOHAkozGXRax/eOeVZrmZmkKf/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
<link rel="preconnect"
href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap"
rel="stylesheet" />
<link href="css/form.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/style.css" type="text/css" />
<script src="js/validation.js"></script>
<title>14IT</title>
</head>
<body>
<section id="navbar">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container-fluid">
<a class="navbar-brand" href="/">
<img class="img-responsive rounded mx-auto d-block"
src="images/14it-wit-tekst.png" height="30"
alt="14IT" />
</a>
<button class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse"
id="navbarSupportedContent">
<ul class="navbar-nav m-auto">
<li class="nav-item">
<a class="nav-link active"
aria-current="page"
href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link"
href="index.html#application">Applications</a>
</li>
</ul>
</div>
</div>
</nav>
</section>
<!-- brand -->
<section id="brand">
<div class="container-fluid" id="brand-container">
<div class="row" id="brand-row">
<div class="col-md-6" id="brand-col">
<h3>
WHAT DOES 14IT DO?
</h3>
<p>
14IT is a small company which specializes in software development, consultancy and website building for the cycling teams.
</p>
<p>
<b>Development:</b> Using our own experience as a Sport Director we have developed a <a href="index.html#application">Cycling Team Management Software</a> to assist in managing the communication with the team members.
</p>
<p>
<b>Consultancy:</b> We setup and maintain Microsoft Office365 environments for cycling teams. And we can consult in websites development and integrations with external systems for automation.
</p>
</div>
<div class="col-md-6" id="brand-col2">
<img class="img-responsive rounded mx-auto d-block"
src="images/14it-logo.png"
alt="" />
</div>
</div>
</div>
</section>
<!-- application -->
<section id="application">
<h1 class="text-center">OUR APPLICATIONS</h1>
<div class="container-fluid" id="application-container">
<div class="row" id="application-row">
<div class="col-md-6" id="application-col">
<img class="img-responsive rounded mx-auto d-block"
src="images/velods-logo.png"
alt="" />
</div>
<div class="col-md-6" id="application-col2">
<h3>
CYCLING TEAM MANAGEMENT PLATFORM
</h3>
<p>
The quickest way to manage your cycling team.
</p>
<div class="d-flex gap-2 d-md-flex justify-content-center pb-3">
<a class="btn btn-secondary"
href="https://www.velods.com"
role="button">More information</a>
</div>
</div>
</div>
</div>
</section>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<script type="text/javascript">
var zf_DateRegex = new RegExp("^(([0][1-9])|([1-2][0-9])|([3][0-1]))[-](Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec|JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC)[-](?:(?:19|20)[0-9]{2})$");
var zf_MandArray = ["Name_First", "Name_Last", "Email", "MultiLine"];
var zf_FieldArray = ["Name_First", "Name_Last", "Email", "MultiLine"];
var isSalesIQIntegrationEnabled = false;
var salesIQFieldsArray = [];</script>
</body>
</html>