-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (66 loc) · 4.14 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
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicons -->
<link rel="icon" type="image/png" href="img/favicon.png"/>
<meta name="theme-color" content="#103863">
<meta name="og:title" content="RCAR | Download">
<meta name="og:type" content="website">
<meta name="og:url" content="https://developers-rccs.github.io/fm-royal/">
<meta name="og:image" content="https://developers-rccs.github.io/fm-royal/img/fm_royal_logo.png">
<meta name="description" content="Download RCAR app from here for android. Project by Royal College Computer Society, Media Unit of Royal College & Royal College Photographic Society.">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- CSS only -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;1,800;1,900&display=swap" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<title>RCAR | Download</title>
</head>
<body class="text-center">
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<main role="main" class="inner cover mt-auto">
<h1 class="cover-heading text-warning mb-5" style="font-weight: 900; font-style: italic; height: 40; font-size: 3rem; text-shadow: -8px 11px 8px #212529;">
R C A R
</h1>
<small class="text-warning" style="font-weight: 900; font-style: italic; font-size: 1rem;">
Royal College Augmented Reality App
</small>
<div class="card text-left text-warning bg-transparent border-warning shadow-sm mt-5 mb-2" style="font-family: 'Poppins', sans-serif; font-weight: 400;">
<div class="card-header border-transparent pt-2 pb-2 pl-3">Download The Android App
<span class="badge badge-pill badge-danger">
BETA
</span>
</div>
<div class="card-body p-sm-3 pb-2 pt-3">
<div class="row">
<div class="col-sm-2 my-auto">
<img src="https://www.indigenousmusicawards.com/img/placeholder-music.png" height="70px" width="70px">
</div>
<div class="col-sm-5 p-2 pl-3">
<h5 class="card-title" style="font-size: 1.1rem;">RCAR</h5>
<small>beta-v1.0.0</small>
</div>
<div class="col-sm-5 p-2 pl-3">
<a type="button" class="btn btn-outline-warning btn-lg" href="/apk/rcar.apk" download>Download</a>
</div>
</div>
</div>
</div>
<small class="text-warning" style="font-size: 0.8rem;">
Coming soon on Play Store and App Store...
</small>
</main>
<footer class="mastfoot mt-auto">
<div class="inner" style="font-size: 0.75rem;">
<p>A project by <a class="text-warning" href>Royal College Computer Society</a>, <a class="text-warning" href>Media Unit of Royal College</a> & <a class="text-warning" href>Royal College Photographic Society</a></p>
</div>
</footer>
</div>
<!-- JS, Popper.js, and jQuery -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
</body>
</html>