-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathabout.html
78 lines (75 loc) · 3.44 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
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css" />
<title>About - Phoner</title>
<link rel="icon" href="assets/thumbnail.png" type="image/png" />
<script src="about.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.17.1/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.17.1/firebase-firestore.js"></script>
</head>
<body>
<div class="busy-loader" id="loader">
<div class="w-ball-wrapper ball-1">
<div class="w-ball"></div>
</div>
<div class="w-ball-wrapper ball-2">
<div class="w-ball"></div>
</div>
<div class="w-ball-wrapper ball-3">
<div class="w-ball"></div>
</div>
<div class="w-ball-wrapper ball-4">
<div class="w-ball"></div>
</div>
<div class="w-ball-wrapper ball-5">
<div class=" w-ball"></div>
</div>
</div>
<div id="elements" style="display: none;">
<nav>
<a href="home.html" title="Home" aria-label="Home">Home</a>
<a href="articles.html" title="Articles" aria-label="Articles">Articles</a>
<a href="specs.html" title="Specs" aria-label="Specs">Specs</a>
<a href="about.html" title="About" class="active" aria-label="About">About</a>
<a href="feedback.html" title="Feedback" aria-label="Feedback">Feedback</a>
</nav>
<header class="defaultHeader">
<h1>About</h1>
<p>Phoner was made possible by Surriya, Jaiganesh and Siddharth SK.</p>
</header>
<div class="content">
<div class="row">
<section>
<h1>Version info</h1>
<div class="card">
<div class="row">
<section>
<img src="assets/logonew.png" style="width: 100%" alt="Phoner Logo" />
</section>
<section>
<p id="serviceVersion"></p>
<p>© 2020 JUV Studios. All rights reserved.</p>
<p>Hosted on <a target="_blank" rel="noopener noreferrer"
href="https://pages.github.com/">GitHub Pages</a>.</p>
<a target="_blank" rel="noopener noreferrer"
href="https://github.com/phonerapp/phonerapp.github.io">GitHub repository</a><br>
<a target="_blank" rel="noopener noreferrer"
href="https://sway.office.com/s/5JnZ4XUEqVN7bAsB/embed">JUV
Studios Terms of
Use</a><br>
<a target="_blank" rel="noopener noreferrer"
href="https://www.youtube.com/channel/UCCgDUPx_XgBfgBx-If1uk1g?sub_confirmation=1">Subscribe to our
YouTube channel</a>
</section>
</div>
</div>
<h1>Dependencies and references</h1>
<div class="card" id="referencesCard">
</div>
</section>
</div>
</body>
</html>