-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
275 lines (272 loc) · 16.2 KB
/
index.html
File metadata and controls
275 lines (272 loc) · 16.2 KB
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Coding Sans</title>
<!-- Bootstrap Core CSS -->
<link href="assets/css/bootstrap/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Retina.js - Load first for faster HQ mobile images. -->
<script src="assets/js/plugins/retina/retina.min.js"></script>
<!-- Font Awesome -->
<link href="assets/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Default Fonts -->
<link href='http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic'
rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,600,500,700,800,900' rel='stylesheet' type='text/css'>
<!-- Modern Style Fonts (Include these is you are using body.modern!) -->
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Cardo:400,400italic,700' rel='stylesheet' type='text/css'>
<!-- Vintage Style Fonts (Include these if you are using body.vintage!) -->
<link href='http://fonts.googleapis.com/css?family=Sanchez:400italic,400' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Cardo:400,400italic,700' rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link href="assets/css/plugins/owl-carousel/owl.carousel.css" rel="stylesheet" type="text/css">
<link href="assets/css/plugins/owl-carousel/owl.theme.css" rel="stylesheet" type="text/css">
<link href="assets/css/plugins/owl-carousel/owl.transitions.css" rel="stylesheet" type="text/css">
<link href="assets/css/plugins/magnific-popup.css" rel="stylesheet" type="text/css">
<link href="assets/css/plugins/jquery.fs.wallpaper.css" rel="stylesheet" type="text/css">
<link href="assets/css/plugins/animate.css" rel="stylesheet" type="text/css">
<link id="changeable-colors" rel="stylesheet" href="assets/css/vitality-red.css">
<!-- IE8 support for HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<!-- Alternate Body Classes: .modern and .vintage -->
<body id="page-top">
<!-- Navigation -->
<!-- Note: navbar-default and navbar-inverse are both supported with this theme. -->
<nav class="navbar navbar-inverse navbar-fixed-top navbar-expanded">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#page-top">
<img src="assets/img/cs_logo_fekvo_feher.svg" class="img-responsive" alt="">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a class="page-scroll" href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#about">Our services</a>
</li>
<li>
<a class="page-scroll" href="#process">Our team</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<header style="background-image: url('assets/img/bg-header.jpg');">
<div class="intro-content">
<img src="assets/img/cs_logo_with_hexagon.svg" class="img-centered" alt="">
<div class="brand-name">Hi! Welcome to our site.</div>
<div class="brand-name-subtext">We at Coding Sans provide cutting-edge, cross-platform programming solutions for clients who appreciate reliable and precise
work.</div>
</div>
<div class="scroll-down">
<a class="btn page-scroll" href="#about"><i class="fa fa-angle-down fa-fw"></i></a>
</div>
</header>
<section id="about">
<div class="container-fluid">
<div class="row text-center">
<div class="col-lg-8 col-lg-offset-2 wow fadeIn">
<h1>Our services</h1>
<hr class="colored">
<p>Our team is made up of experienced programmers who make highly scalable mobile and JavaScript apps, and are capable of satisfying
a wide range of customers ranging from the smallest startups to the largest firms.</p>
</div>
</div>
<div class="row text-center content-row">
<div class="col-md-4 col-sm-4 col-xs-12 wow fadeIn col-lg-push-1">
<img src="assets/img/services/fullcross.svg"></img>
</div>
<div class="col-md-4 col-sm-4 col-xs-12 wow fadeIn">
<img src="assets/img/services/fullbackend.svg"></img>
</div>
<div class="col-md-4 col-sm-4 col-xs-12 wow fadeIn col-lg-pull-1">
<img src="assets/img/services/fullfrontend.svg"></img>
</div>
</div>
<div id="firstRow" class="row text-center content-row wow fadeIn">
<a href="https://www.docker.com/"><img src="assets/img/client-logos/docker.jpg"></img></a>
<a href="https://nodejs.org/"> <img src="assets/img/client-logos/node.png"></img></a>
<a href="https://www.android.com/"> <img src="assets/img/client-logos/android.png"></img></a>
<a href="http://www.amazon.com/"> <img src="assets/img/client-logos/amazon.png"></img></a>
<a href="https://www.mongodb.org/"> <img src="assets/img/client-logos/mongo.jpg"></img></a>
<a href="https://cordova.apache.org/"> <img src="assets/img/client-logos/cordova.jpg"></img></a>
<a href="http://www.apple.com/"> <img id="ios" src="assets/img/client-logos/iOS.png"></img></a>
<a href="http://facebook.github.io/react/"> <img id="react" src="assets/img/client-logos/react.png"></img></a>
<a href="https://dev.windows.com/en-US/"> <img src="assets/img/client-logos/windows.jpg"></img></a>
<a href="https://angularjs.org/"> <img src="assets/img/client-logos/angularjs.png"></img></a>
<a href="http://redis.io/"> <img src="assets/img/client-logos/redis.png"></img></a>
<a href="http://getbootstrap.com/"> <img src="assets/img/client-logos/bootstrap.jpg"></img></a>
</div>
</div>
</section>
<section id="process" class="bg-gray">
<div class="container text-center wow fadeIn">
<div class="row text-center">
<div class="col-lg-8 col-lg-offset-2">
<h2>Our Team</h2>
<hr class="colored">
<p>At Coding Sans, we do not only develop applications. We share a state of mind, a vision for performance – and obviously:
reliability. This vision helps us retain fruitful relationships with our clients. To solve custom needs – with customized
solutions.</p>
</div>
</div>
<div class="row members">
<div class="col-md-4 col-sm-12 text-center">
<img src="assets/img/people/rsz_womszi.jpg"></img>
<h4>Matt {{Womszi}} Wohlmuth</h4>
<hr class="colored"></hr>
<p>Managing Director</p>
<a href="https://hu.linkedin.com/in/matewohlmuth"><i class="fa fa-linkedin fa-fw"></i></a>
</div>
<div class="col-md-4 col-sm-12 text-center">
<img src="assets/img/people/rsz_latotty.jpg"></img>
<h4>Gábor {{LaTotty}} Tóth</h4>
<hr class="colored"></hr>
<p>I make the logic</p>
<a href="https://hu.linkedin.com/in/latotty"><i class="fa fa-linkedin fa-fw"></i></a>
</div>
<div class="col-md-4 col-sm-12 text-center">
<img src="assets/img/people/rsz_lacka.jpg"></img>
<h4>László {{Lacka}} Csele</h4>
<hr class="colored"></hr>
<p>Jolly joker</p>
<a href="https://hu.linkedin.com/pub/lászló-csele/a5/754/8"><i class="fa fa-linkedin fa-fw"></i></a>
</div>
</div>
<!-- From first of June
<div class="row members">
<div class="col-md-4 col-sm-12 text-center">
<img src="assets/img/people/rsz_womszi.jpg"></img>
<h4>Matt {{Womszi}} Wohlmuth</h4>
<hr class="colored"></hr>
<p>Managing Director</p>
<a href="https://hu.linkedin.com/in/matewohlmuth"><i class="fa fa-linkedin fa-fw"></i></a>
</div>
<div class="col-md-4 col-sm-12 text-center">
<img src="assets/img/people/rsz_latotty.jpg"></img>
<h4>Gábor {{LaTotty}} Tóth</h4>
<hr class="colored"></hr>
<p>I make the logic</p>
<a href="https://hu.linkedin.com/in/latotty"><i class="fa fa-linkedin fa-fw"></i></a>
</div>
<div class="col-md-4 col-sm-12 text-center">
<img src="assets/img/people/rsz_lacka_hoff.jpg"></img>
<h4>László {{Lacka}} Csele</h4>
<hr class="colored"></hr>
<p>Jolly joker</p>
<a href="https://hu.linkedin.com/pub/lászló-csele/a5/754/8"><i class="fa fa-linkedin fa-fw"></i></a>
</div>
</div>-->
</section>
<section class="cta-form bg-dark hide">
<div class="container text-center">
<h3>Subscribe to our newsletter!</h3>
<hr class="colored">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<!-- MailChimp Signup Form -->
<div id="mc_embed_signup">
<!-- Replace the form action in the line below with your MailChimp embed action! For more informatin on how to do this please
visit the Docs! -->
<form role="form" action="" method="get" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank"
novalidate>
<div class="input-group input-group-lg">
<input type="email" name="EMAIL" class="form-control" id="mce-EMAIL" placeholder="Email address...">
<span class="input-group-btn">
<button type="submit" name="subscribe" id="mc-embedded-subscribe" class="btn btn-primary">Subscribe!</button>
</span>
</div>
<div id="mce-responses">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
</form>
</div>
<!-- End MailChimp Signup Form -->
</div>
</div>
</div>
</section>
<footer id = "contact" class="footer" style="background-image: url('assets/img/bg-footer.jpg')">
<div class="container text-center">
<div class="row">
<div class="col-md-4 contact-details">
<h4>
<i class="fa fa-phone"></i>Call</h4>
<p>+36-30-281-5252</p>
</div>
<div class="col-md-4 contact-details">
<h4>
<i class="fa fa-map-marker"></i>Visit</h4>
<p>1016 Budapest
<br>Krisztina krt 99.</p>
</div>
<div class="col-md-4 contact-details">
<h4>
<i class="fa fa-envelope"></i>Email</h4>
<p>
<a href="mailto:info@codingsans.com">info@codingsans.com</a></a>
</p>
</div>
</div>
<div class="row social">
<div class="col-lg-12">
<ul class="list-inline">
<li>
<a href="https://www.facebook.com/CodingSans"><i class="fa fa-facebook fa-fw fa-2x"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/company/4860026?trk=tyah&trkInfo=clickedVertical%3Acompany%2Cidx%3A1-1-1%2CtarId%3A1431699402297%2Ctas%3Acoding%20sans"><i class="fa fa-linkedin fa-fw fa-2x"></i></a>
</li>
</ul>
</div>
</div>
<div class="row copyright">
<div class="col-lg-12">
<p class="small">© 2015 Coding Sans Ltd.</p>
</div>
</div>
</div>
</footer>
<!-- Core Scripts -->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/bootstrap/bootstrap.min.js"></script>
<!-- Plugin Scripts -->
<script src="assets/js/plugins/jquery.easing.min.js"></script>
<script src="assets/js/plugins/classie.js"></script>
<script src="assets/js/plugins/cbpAnimatedHeader.js"></script>
<script src="assets/js/plugins/owl-carousel/owl.carousel.js"></script>
<script src="assets/js/plugins/jquery.magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="assets/js/plugins/jquery.fs.wallpaper.js"></script>
<script src="assets/js/plugins/jquery.mixitup.js"></script>
<script src="assets/js/plugins/wow/wow.min.js"></script>
<script src="assets/js/contact_me.js"></script>
<script src="assets/js/plugins/jqBootstrapValidation.js"></script>
<!-- Vitality Theme Scripts -->
<script src="assets/js/vitality.js"></script>
</body>
</html>