-
Notifications
You must be signed in to change notification settings - Fork 1
/
tutorial.html
42 lines (39 loc) · 1.73 KB
/
tutorial.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ADG Connect</title>
<link rel="stylesheet" href="css/tutorial.css" />
<link
type="text/css"
rel="stylesheet"
href="webfontkit-20201125-062530/stylesheet.css"
/>
<link rel="shortcut icon" href="./assets/favicon.png" type="image/x-icon" />
</head>
<body>
<section id="cover-page">
<div class="Left">
<img src="./assets/adglogo2 1.svg" alt="Apple Developers Group Logo" class="ADGlogo" />
<div class="intro">
<img src="./assets/Group 16070.svg" alt="Apple Developers Group Connect Logo" class="connect-logo" />
<h1>ADG-CONNECT</h1>
<hr>
<p>Internals App for Apple Developers Group</p>
<div class="stores">
<img src="./assets/Apple Store.svg" alt="Download on the App Store" id="apple" onclick="window.open('https://apps.apple.com/in/app/adg-connect/id1569965702','_blank')" />
<img src="./assets/Google Play.svg" alt="Get it on Google Play" id="google" onclick="window.open('https://play.google.com/store/apps/details?id=com.adgvit.internals','_blank')" />
</div>
</div>
<div class="btn">
<button type="button" class="material-bubble" onclick="window.open('./appTutorial.html','_self')">
How to Use the App
</button>
</div>
</div>
<img class="cover-image" src="./assets/Group 16073.svg" alt="A bunch of stuff" />
</section>
</body>
</html>