-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
109 lines (95 loc) · 5.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name=viewport content="width=device-width, initial-scale=1">
<title>Modulo</title>
<link href="resources/css/style.css" rel="stylesheet" type="text/css">
<script src="resources/js/secure.js" type="application/javascript"></script>
<script src="resources/js/webpjs/webpjs-0.0.2.min.js"></script>
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="57x57" href="resources/favicon/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="resources/favicon/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="resources/favicon/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="resources/favicon/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="resources/favicon/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="resources/favicon/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="resources/favicon/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="resources/favicon/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="resources/favicon/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="resources/favicon/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="resources/favicon/favicon-194x194.png" sizes="194x194">
<link rel="icon" type="image/png" href="resources/favicon/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="resources/favicon/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="resources/favicon/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="resources/favicon/manifest.json">
<link rel="shortcut icon" href="resources/favicon/favicon.ico">
<meta name="apple-mobile-web-app-title" content="Modulo">
<meta name="application-name" content="Modulo">
<meta name="msapplication-TileColor" content="#e74c3c">
<meta name="msapplication-TileImage" content="resources/favicon/mstile-144x144.png">
<meta name="msapplication-config" content="resources/favicon/browserconfig.xml">
<meta name="theme-color" content="#e74c3c">
</head>
<body>
<p class="head">
<img class="logo" src="resources/pics/modulo.png">
<p class="head-text">Modulo Project</p>
</p>
<p class="paragraph">
The Modulo Project creates software and shares it to the world.<br>
Take a look at our projects on <a href="https://github.com/moduloproject">Github</a>!
</p>
<h2 class="title">Projects</h2>
<p class="paragraph">
<a href="https://moduloproject.github.io/apollo.js/">Apollo Player</a><br>
<a href="https://moduloproject.github.io/popcornjs/">PopcornJS</a><br>
<a href="https://moduloproject.github.io/massage-app/">Massage</a><br>
<a href="https://moduloproject.github.io/modulo-calculator/">Modulo Calculator</a><br>
<a href="https://github.com/moduloproject/MOSL">Modulo Open Source License (MOSL)</a><br>
</p>
<h2 class="title">Social</h2>
<p class="paragraph">
Stay tuned to know what we are doing!<br>
Follow us on <a href="https://twitter.com/projectmodulo">Twitter</a>, on
<a href="https://www.facebook.com/ModuloProject">Facebook</a> and on
<a href="https://plus.google.com/105866614728592255074" rel="publisher">Google+</a>!
<br>We also have a subreddit! Check it out here: <a href="https://reddit.com/r/moduloproject">/r/moduloproject</a>
</p>
<h2 class="title">Meet The Team</h2>
<p class="paragraph">
<a class="team-links" href="https://plus.google.com/112244383453415431785">
<img class="circular" src="resources/pics/NWin.png">
<span class="name">Nick Win</span>
</a>
<a class="team-links" href="https://plus.google.com/+MartinRistovski">
<img class="circular" src="resources/pics/MRistovski.jpg">
<span class="name">Martin Ristovski</span>
</a>
<a class="team-links" href="https://robocoder-db.deviantart.com">
<img class="circular" src="resources/pics/DBailey.jpg">
<span class="name">David Bailey</span>
</a>
<a class="team-links" href="https://plus.google.com/+adueppen">
<img class="circular" src="resources/pics/ADueppen.png">
<span class="name">A. Dueppen</span>
</a>
<a class="team-links" href="https://youtube.com/Mercurytuts">
<img class="circular" src="resources/pics/MTuts.jpg">
<span class="name">Mercury Tuts</span>
</a>
<a class="team-links" href="http://www.wolflambert.tk">
<img class="circular" src="resources/pics/WLambert.jpg">
<span class="name">Wolf Lambert</span>
</a>
<a class="team-links" href="http://philippeloctaux.com">
<img class="circular" src="resources/pics/PLoctaux.jpg">
<span class="name">Philippe Loctaux</span>
</a>
<a class="team-links" href="https://plus.google.com/+CorbinCrutchley">
<img class="circular" src="resources/pics/CCrutchley.png">
<span class="name">Corbin Crutchley</span>
</a>
</p>
</body>
</html>