-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
112 lines (91 loc) · 4.26 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="povsod.com">
<meta name="author" content="Gregor Anželj">
<title>povsod.com</title>
<!-- Bootstrap core CSS -->
<link href="static/css/bootstrap.min.css" rel="stylesheet">
<!-- FontAwesome icons -->
<link href="static/css/font-awesome.min.css" rel="stylesheet">
<!-- Google fonts (Playfair Display, Ralewy) hosted on Google servers
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,900;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
//-->
<!-- Custom styles for this template, including localy hosted Google fonts -->
<link href="static/css/style.css" rel="stylesheet">
<link href="static/favicon.ico" rel="shortcut icon">
</head>
<body>
<main role="main" class="container">
<div class="row my-4">
<div class="col-md-6 col-lg-3">
<!-- left, narrow column start -->
<div class="card mb-3 shadow-sm">
<div class="card-body text-center">
<img src="static/img/logo.png" width="128" height="128"><br />
<div class="mt-3" style="line-height:1.2; color:#c0c0c0">Consultancy • Training • Theme design • Custom development</div>
</div>
</div>
<div class="card mb-3 shadow-sm">
<div class="card-body text-center">
<div>
<a href="https://github.com/povsod" target="_blank"><img src="static/img/icon-github.png" width="64" height="64"></a>
<a href="https://www.linkedin.com/company/povsod" target="_blank"><img src="static/img/icon-linkedin.png" width="64" height="64"></a>
</div>
<div class="mt-3">
<a href="https://mahara.org/partners" target="_blank"><img src="static/img/Mahara_Business_Partner_2017.png"></a>
</div>
</div>
</div>
<!-- left, narrow column end -->
</div>
<div class="col-md-6 col-lg-9">
<!-- right, wide column start -->
<div class="card mb-3 shadow-sm">
<img class="card-img-top" src="static/img/povsod_286231_banner.jpg">
<div class="card-body">
<div class="row my-2">
<div class="col-6">
<h2>Services</h2>
<p align="justify" class="my-3">POVSOD is an e-Learning consulting and development firm, which focuses on Mahara, Moodle and other Open-source solutions. We believe that the best tool for the job should be used and in that context we provide solutions to integrate open-source and proprietary solutions so they can be used together.</p>
<p align="justify" class="my-3">We offer the following services:
<br />- Consultancy
<br />- Training
<br />- Theme design
<br />- Custom development
<br />- e-Textbooks and other e-Learning materials</p>
</div>
<div class="col-6">
<h2>Clients</h2>
<br /><img src="static/img/unistuttgart.png" width="80%" class="mb-3">
<br /><img src="static/img/unikrems.png" width="80%" class="mb-3">
<br /><img src="static/img/phwien.png" width="80%" class="mb-1">
<br /><img src="static/img/arnes.png" class="mb-3">
<br /><img src="static/img/synergy.png" width="80%" class="mb-3">
<br /><img src="static/img/zrss.png" width="80%" class="mb-3">
<br /><img src="static/img/mkrs_ars.png" class="mb-3">
<br /><img src="static/img/pvz_pivka.png" width="50%" class="mb-3">
<img src="static/img/center_iris.png" width="30%" class="mb-3 ml-4">
</div>
</div>
<div class="row my-2 text-center">
<div class="col-12 py-2" style="line-height:1.2; border-top:1px dashed #c0c0c0">
POVSOD, Gregor Anželj, s.p. • <a href="mailto:[email protected]">[email protected]</a> • No.: 6774644000 • VAT No.: 31147011<br />Bank: NLB d.d. • IBAN: SI56 0205 8118 6857 119 • BIC: LJBASI2X
</div>
</div>
</div>
</div>
<!-- right, wide column end -->
</div>
</div>
</main><!-- /.container -->
<script src="static/js/jquery-3.5.0.min.js"></script>
<script src="static/js/popper-1.16.0.min.js"></script>
<script src="static/js/bootstrap.bundle.min.js"></script>
</body>
</html>