-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (61 loc) · 2.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/styles.css?v4">
<title>Academus Tools</title>
</head>
<body>
<div class="content">
<div class="tools">
<a class="tool" target="_blank" href="https://mail.academus.io">
<img src="img/mail.png" class="logo">
<h3>Mail</h3>
<p>Access your academus.io email</p>
</a>
<a class="tool" target="_blank" href="https://calendar.academus.io">
<img src="img/calendar.png" class="logo">
<h3>Calendar</h3>
<p>Access your academus.io calendar</p>
</a>
<a class="tool" target="_blank" href="https://drive.academus.io">
<img src="img/drive.png" class="logo">
<h3>Drive</h3>
<p>Access your academus.io Google Drive</p>
</a>
<a class="tool" target="_blank" href="https://stats.academus.io">
<img src="img/stats.png" class="logo">
<h3>Stats</h3>
<p>View statistics about Academus</p>
</a>
<a class="tool" target="_blank" href="https://git.academus.dev">
<img src="img/git.png" class="logo">
<h3>Git</h3>
<p>Manage Academus source code</p>
</a>
<a class="tool" target="_blank" href="https://app.academus.io/admin">
<img src="img/admin.png" class="logo">
<h3>Admin</h3>
<p>Admin area of the app</p>
</a>
<a class="tool" target="_blank" href="https://drive.google.com/file/d/1Q-s9fcn30P-n6COyIX63mxgS1wl4t-GB/view?usp=sharing">
<img src="img/chat.png" class="logo">
<h3>Support (Android)</h3>
<p>Download the Android support app</p>
</a>
<a class="tool" target="_blank" href="https://play.google.com/apps/publish">
<img src="img/gpd.png" class="logo">
<h3>Google Play Console</h3>
<p>Manage apps on the Play Store</p>
</a>
<a class="tool" target="_blank" href="https://appstoreconnect.apple.com">
<img src="img/asc.png" class="logo">
<h3>App Store Connect</h3>
<p>Manage apps on the App Store</p>
</a>
</div>
</div>
</body>
</html>