forked from Nospoko/nospoko.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (66 loc) · 2.22 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Nospoko</title>
<meta name="description" content="Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.
">
<link href="//fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="/assets/application-d7ce663db65d27275dbb112ec47095b2534f86e19ff62c6cb5e6e63df36a1071.css">
<link rel="canonical" href="http://nospoko.com/">
</head>
<body>
<header class='c-main-header'>
<div class='container'>
<div class='row'>
<div class='col-xs-12 col-sm-1 text-center'>
<a class='c-main-header__nav-link' href='/'>
Nospoko
</a>
</div>
<div class='col-xs-12 col-sm-10 text-center'>
<nav class='c-main-header__nav'>
<a class='c-main-header__nav-link' href='/about/'>
About
</a>
<a class='c-main-header__nav-link' href='/careers/'>
Careers
</a>
<a class='c-main-header__nav-link' href='/services/'>
Services
</a>
</nav>
</div>
</div>
</div>
</header>
<div class='v-home'>
<section class='v-home__section'>
<div class='container'>
<h1 class='v-home__title'>
Nospoko
</h1>
<p class='c-lead-text v-home__subtitle'>
Software and Research in Medicine, Physics, Industry and Art
</p>
</div>
</section>
</div>
<footer class='c-footer'>
<div class='container'>
<div class='row'>
<div class='col-xs-12'>
<h4 class='c-footer__heading'>
Nospoko sp. z o. o.
</h4>
<a href='mailto:[email protected]'>
</a>
</div>
</div>
</div>
</footer>
</body>
</html>