-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
68 lines (55 loc) · 2.49 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>simplyApps | We're simply. We make apps.</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/3d.css">
<link rel="stylesheet" type="text/css" href="main.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="images/simplyLogo%20black.png" type="image/png">
<meta name="theme-color" content="#32A8CE">
</head>
<body>
<a href="index.html">
<div class="appNameHeaderBig animated fadeInDown center clickable">simply</div>
</a>
<div class="animated fadeInUp center">
<h2>Over ons</h2>
<div class="r-center shadow card">
<h3 style="margin-top: 0px">Het team:</h3>
<div class="profilePicture">
<img src="https://www.gravatar.com/avatar/b75785f8f2cd1b9bdb5bf2661cb792a4?d=identicon&r=PG&s=200" class="unselectable rondje shadow fullwidth">
</div>
<div class="profilePicture">
<img src="https://www.gravatar.com/avatar/763664ead00ca1ed8e12db1d5ad703c5?d=identicon&r=PG&s=200" class="unselectable rondje shadow fullwidth">
</div>
<div class="profileInfo center">
<h2>Thomas</h2>
<p>Konings</p>
<p><b>CEO</b></p>
</div>
<div class="profileInfo center">
<h2>Lieuwe</h2>
<p>Rooijakkers</p>
<p><b>CTO</b></p>
</div>
<h3>Onze missie:</h3>
<p>Wij geloven in een wereld waarin studenten leren leuk vinden, een wereld waarin samenwerken eenvoudig is en een wereld waarin informatie makkelijk te vinden is.</p>
<p>Daarom ontwikkelen wij apps die de huidige ELO software beter, overzichtelijker en gebruiksvriendelijker maken. Omdat wij denken dat die wereld werkelijkheid zou kunnen zijn.</p>
</div>
</div>
</body>
<script type="text/javascript" src="js/jquery-2.1.1.min.js" defer></script>
<script type="text/javascript" src="js/bootstrap.min.js" defer></script>
<script type="text/javascript" src="js/html5shiv.js" async></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-52373748-4', 'auto');
ga('send', 'pageview');
</script>
</html>