-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
347 lines (331 loc) · 16.7 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
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
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
<!doctype html>
<html lang="lt">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CONTENT author -->
<meta name="author" content=""> <!-- TODO: Fill out -->
<!-- TECHNICAL (developer) author -->
<meta name="web_author" content=""> <!-- TODO: Fill out -->
<!-- DESIGNER (author) -->
<meta name="designer" content=""> <!-- TODO: Fill out -->
<title>Inspre</title>
<!-- [Bootstrap] Latest compiled and minified CSS -->
<!-- We use bootstrap internally, so no need for original
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha256-7s5uDGW3AHqw6xtJmNNtr+OBRJUlgkNJEo78P4b0yRw= sha512-nNo+yCHEyn0smMxSswnf/OnX6/KwJuZTlNZBjauKhTK0c+zT+q5JOCx0UFhXQ6rJR9jg6Es8gPuD2uZcYDLqSw==" crossorigin="anonymous">
-->
<!-- Our CSS -->
<link rel="stylesheet" href="css/site.css">
</head>
<body>
<!--[if lt IE 8]>
<p class="h1 text-danger bg-danger">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- TODO: Remember to stylize <noscript> and the outdated browser notification. -->
<noscript class="h1 text-warning bg-warning">This website requires JavaScript to function properly.</noscript>
<!-- TODO: Add home fragment link ...everywhere. -->
<!--
Navbar
-->
<nav class="navbar navbar-default">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-links" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-links">
<ul class="nav navbar-nav">
<li class="active"><a href="#apiemus">APIE MUS <span class="sr-only">(current)</span></a></li>
<li class="navbar-text">/</li>
<li><a href="#paslaugos">Paslaugos</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!--
Hero
-->
<div class="hero-container">
<h1>IN/SPRE</h1>
<h2>inzineriniai sprendimai</h2>
<!-- Contact links and tel. number -->
<!-- TODO: Consider wrapping these into a container for, maybe, better html structure. -->
<a class="hero-icon-email"><img src="./test.svg"></a>
<a class="hero-icon-skype"><img src="./test.svg"></a>
<a class="hero-icon-facebook"><img src="./test.svg"></a>
<div class="hero-phonenumber">
<!-- TODO: Replace with better markup. Make clickable/phonable for phones. Make searchable for SOE. -->
<p>+370 627 63 191</p>
</div>
</div>
<!--
Apie mus
-->
<section class="container">
<div class="row">
<article class="col-md-6">
<!-- TODO: use <header> ...for the heading. -->
<h1><a name="apiemus"></a>APIE IMONE</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolorem fuga totam accusamus aliquam culpa voluptatem, doloribus impedit numquam? Repellat repudiandae voluptatibus aliquid, sint recusandae inventore animi modi temporibus error iure?</p>
</article>
<figure class="col-md-6">
<figcaption>Apie mus</figcaption>
<img src="http://dummyimage.com/600x400/7300ff/000000">
</figure>
</div>
</section>
<!--
breadcrumb navbar
-->
<!-- TODO: hide on mobile -->
<div class="breadcrumb-navbar container">
<div class="row"><a class="col-md-2 col-md-offset-5 text-center" name=""><span class="arrow-link glyphicon glyphicon-chevron-up"></span></a></div>
<div class="row">
<nav class="col-md-12">
<ul class="nav nav-pills nav-justified">
<li><a href="#apiemus">apie mus</a></li>
<li>/</li>
<li class="current"><a href="#paslaugos">paslaugos<span class="sr-only">(current)</span></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
</ul>
</nav>
</div>
<div class="row"><a class="col-md-2 col-md-offset-5 text-center" name=""><span class="arrow-link glyphicon glyphicon-chevron-down"></span></a></div>
</div>
<!--
Paslaugos
-->
<!-- TODO: use <header> for article headings. -->
<!-- TODO: fix <img> to use <figure> -->
<!-- TODO: fix stacking order of articles with the image for mobile. -->
<section class="container">
<!-- title -->
<header class="row">
<h1 class="col-md-1"><a name="paslaugos"></a>Paslaugos</h1>
</header>
<!--
Content (1 row=1 content)
-->
<!-- paslaugos -->
<section class="row">
<img class="col-md-6" src="http://dummyimage.com/600x400/7300ff/000000">
<article class="col-md-6">
<h1><a name="paslaugos"></a>APIE IMONE</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolorem fuga totam accusamus aliquam culpa voluptatem, doloribus impedit numquam? Repellat repudiandae voluptatibus aliquid, sint recusandae inventore animi modi temporibus error iure?</p>
</article>
</section>
<!-- [content] -->
<section class="row">
<article class="col-md-6">
<h1><a name="apiemus"></a>APIE IMONE</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolorem fuga totam accusamus aliquam culpa voluptatem, doloribus impedit numquam? Repellat repudiandae voluptatibus aliquid, sint recusandae inventore animi modi temporibus error iure?</p>
</article>
<img class="col-md-6" src="http://dummyimage.com/600x400/7300ff/000000">
</section>
<!-- [content] -->
<section class="row">
<img class="col-md-6" src="http://dummyimage.com/600x400/7300ff/000000">
<article class="col-md-6">
<h1><a name="apiemus"></a>APIE IMONE</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolorem fuga totam accusamus aliquam culpa voluptatem, doloribus impedit numquam? Repellat repudiandae voluptatibus aliquid, sint recusandae inventore animi modi temporibus error iure?</p>
</article>
</section>
<!-- [content] -->
<section class="row">
<article class="col-md-6">
<h1><a name="apiemus"></a>APIE IMONE</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolorem fuga totam accusamus aliquam culpa voluptatem, doloribus impedit numquam? Repellat repudiandae voluptatibus aliquid, sint recusandae inventore animi modi temporibus error iure?</p>
</article>
<img class="col-md-6" src="http://dummyimage.com/600x400/7300ff/000000">
</section>
<!-- [content] -->
<section class="row">
<img class="col-md-6" src="http://dummyimage.com/600x400/7300ff/000000">
<article class="col-md-6">
<h1><a name="apiemus"></a>APIE IMONE</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolorem fuga totam accusamus aliquam culpa voluptatem, doloribus impedit numquam? Repellat repudiandae voluptatibus aliquid, sint recusandae inventore animi modi temporibus error iure?</p>
</article>
</section>
</section>
<!--
breadcrumb navbar
-->
<!-- TODO: hide on mobile -->
<div class="breadcrumb-navbar container">
<div class="row"><a class="col-md-2 col-md-offset-5 text-center" name=""><span class="arrow-link glyphicon glyphicon-chevron-up"></span></a></div>
<div class="row">
<nav class="col-md-12">
<ul class="nav nav-pills nav-justified">
<li><a href="#apiemus">apie mus</a></li>
<li>/</li>
<li class="current"><a href="#paslaugos">paslaugos<span class="sr-only">(current)</span></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
</ul>
</nav>
</div>
<div class="row"><a class="col-md-2 col-md-offset-5 text-center" name=""><span class="arrow-link glyphicon glyphicon-chevron-down"></span></a></div>
</div>
<!--
Naudinga informatcija
-->
<section class="container">
<div class="row">
<h1 class="col-md-12"><a name="naudingainformacija"></a>Naudinga Informatcija</h1>
</div>
<div class="row">
<div class="col-md-12">
<img src="http://dummyimage.com/1200x400/7300ff/000000">
</div>
</div>
</section>
<!--
breadcrumb navbar
-->
<!-- TODO: hide on mobile -->
<div class="breadcrumb-navbar container">
<div class="row"><a class="col-md-2 col-md-offset-5 text-center" name=""><span class="arrow-link glyphicon glyphicon-chevron-up"></span></a></div>
<div class="row">
<nav class="col-md-12">
<ul class="nav nav-pills nav-justified">
<li><a href="#apiemus">apie mus</a></li>
<li>/</li>
<li class="current"><a href="#paslaugos">paslaugos<span class="sr-only">(current)</span></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
</ul>
</nav>
</div>
<div class="row"><a class="col-md-2 col-md-offset-5 text-center" name=""><span class="arrow-link glyphicon glyphicon-chevron-down"></span></a></div>
</div>
<!-- TODO: Fixup form, for the details; including attributes. -->
<!--
Kontaktai
--->
<section class="container">
<div class="row">
<div class="col-md-6">
<form>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<label for="name">Vardas</label>
<input type="text" class="form-control" id="contactName" placeholder="Some Name">
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label for="name">Vardas</label>
<input type="text" class="form-control" id="contactEmail" placeholder="Some Name">
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="form-group">
<label for="name">Vardas</label>
<textarea rows="5" class="form-control" id="contactMessage" placeholder="Message here..."></textarea>
</div>
</div>
</div>
<div class="row">
<div class="col-md-1 col-md-offset-10">
<button type="submit" class="btn btn-default">Submit</button>
</div>
</div>
</form>
</div>
<div class="col-md-6">
<div class="row">
<div class="col-md-12">
<h5>MB "Inspre"</h5>
</div>
</div>
<div class="row">
<div class="col-md-12">
<address>Kanto g. 18, 44296 Kaunas</address>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h5>Tel. +370 627 63 191</h5>
</div>
</div>
<div class="row">
<div class="col-md-2">
<h5>El. pastas:</h5>
</div>
<div class="col-md-2">
<h5>info@inspre.lt</h5>
<h5>linas@inspre.lt</h5>
<h5>deividas@inspre.lt</h5>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h5>www.inspre.lt</h5>
</div>
</div>
<div class="row">
<div class="col-md-1">
<img src="http://dummyimage.com/40x40/7300ff/000000">
</div>
<div class="col-md-2">
<h5 class="text-center">in.spre</h5>
</div>
<div class="col-md-1">
<img src="http://dummyimage.com/40x40/7300ff/000000">
</div>
<div class="col-md-2">
<h5 class="text-center">/inspre.lt</h5>
</div>
</div>
</div>
</div>
</section>
<!--
Footer
--->
<footer class="container">
<div class="row">
<h1 class="col-md-2">IN/SPRE <small>inzineriniai sprendimai</small></h1>
<nav class="col-md-2">
<ul class="nav">
<li><a href="">apie mus</a></li>
<li><a href="">apie mus</a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
</ul>
</nav>
</div>
</footer>
<!--
SCRIPTS
-->
<!-- [jQuery] -->
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script>
// TODO: Add correct path to script, and check version
window.jQuery || document.write('<script src="scripts/jquery-1.11.3.js"><\/script>')
</script>
<!-- [Bootstrap] Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha256-KXn5puMvxCw+dAYznun+drMdG1IFl3agK0p/pqT9KAo= sha512-2e8qq0ETcfWRI4HJBzQiA3UoyFk6tbNyG+qSaIBZLyW9Xf3sWZHN/lxe9fTh1U45DpPf07yj94KsUHHWe4Yk1A==" crossorigin="anonymous"></script>
<!-- TODO: Provide accessiblity support. -->
</body>
</html>