-
Notifications
You must be signed in to change notification settings - Fork 0
/
partners.html
63 lines (55 loc) · 2.52 KB
/
partners.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
<!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>Partners</h2>
<a href="http://www.scholieren.com/" target="_blank">
<div class="r-center shadow card" style="text-align: center">
<img src="images/scholieren.com_logo.png" alt="Scholieren.com logo" width="250">
<p style="font-size: 15px; color: black; text-decoration: none !important">
<br>
Scholieren.com en simplyApps werken samen om scholieren nog beter te kunnen helpen door informatie toegankelijker en gemakkelijker te maken.
</p>
</div>
</a>
<a href="http://www.norbertuscollege.nl/" target="_blank">
<div class="r-center shadow card" style="text-align: center">
<img src="images/norbertus_logo.png" alt="Norbertuscollege logo" width="250">
<p style="font-size: 15px; color: black; text-decoration: none !important">
<br>
Door onze samenwerking met het Norbertuscollege kunnen wij onze producten testen in een echte omgeving.
</p>
</div>
</a>
<div class="r-center shadow card">
<h3>Partner worden?</h3>
<h4>Stuur een email naar: <a href="mailto:[email protected]">[email protected]</a></h4>
</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>