-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
124 lines (95 loc) · 5.63 KB
/
Copy pathindex.html
File metadata and controls
124 lines (95 loc) · 5.63 KB
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!-- HTML file by AnDevX LTD for GitHub webpage, made on 25/03/2020
covid-19
version 0.0.2-->
<!--TODO BW AND WB views-->
<html>
<head>
<meta charset="ISO-8859-1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>A/\/CIe\/X Website</title>
</head>
<body class="w3-black">
<!-- Icon Bar (Sidebar - hidden on small screens) -->
<nav class="w3-sidebar w3-bar-block w3-small w3-hide-small w3-center">
<!-- Avatar image in top left corner -->
<img src="AnDevXLogo.png" style="width:75%">
<a href="#" class="w3-bar-item w3-button w3-padding-large w3-black">
<i class="fa fa-home w3-xlarge"></i>
<p>Home</p>
</a>
<a href=#about class="w3-bar-item w3-button w3-padding-large w3-hover-black">
<i class="fa fa-user w3-xlarge"></i>
<p>About AnDevx</p>
</a>
<a href="#games" class="w3-bar-item w3-button w3-padding-large w3-hover-black">
<i class="fa fa-bars w3-xlarge"></i>
<p>Apps-&-Games</p>
</a>
<a href="privacy_policy.html" class="w3-bar-item w3-button w3-padding-large w3-hover-black">
<i class="fa fa-eye w3-xlarge"></i>
<p>Privacy</p>
</a>
</a>
<a href="#contact" class="w3-bar-item w3-button w3-padding-large w3-hover-black">
<i class="fa fa-plane w3-xlarge"></i>
<p>Contact</p>
</a>
</nav>
<!-- Navbar on small screens (Hidden on medium and large screens) -->
<div class="w3-top w3-hide-large w3-hide-medium" id="myNavbar">
<div class="w3-bar w3-black w3-opacity w3-hover-opacity-off w3-center w3-small">
<a href="#" class="w3-bar-item w3-button" style="width:25% !important">Home</a>
<a href="#about" class="w3-bar-item w3-button" style="width:25% !important">About</a>
<a href="#games&apps" class="w3-bar-item w3-button" style="width:25% !important">Apps&Games</a>
<a href="privacy_policy.html" class="w3-bar-item w3-button" style="width:25% !important">Privacy</a>
</div>
</div>
<!-- Index section _______________________________________________________________ -->
<div class="w3-padding-large" id="main">
<!-- Header/Home -->
<header class="w3-container w3-padding-32 w3-center w3-black" id="home">
<h1 class="w3-jumbo"><span class="w3-hide-small">AnDevX</span></h1>
<h1 style="font-size: 15x"><<[PRESS START TO BEGIN]>></h1>
<p style="font-size: 12px"> (=]!Continue![=) </p>
<p style="font-size: 12px"> >>Loading AnDevX Games....... </p>
<iframe frameborder="0" src="https://itch.io/embed/622238?linkback=true&dark=true" width="552" height="167"><a href="https://andevx.itch.io/reflex">RefleX by AnDevX</a></iframe>
<p style="font-size: 12px"> >>Loading AnDevX Apps....... </p>
</header>
<!-- Contact Section __________________________________________________________________-->
<div class="w3-padding-64 w3-content w3-text-grey" id="contact">
<h2 class="w3-text-light-grey">Contact</h2>
<hr style="width:400px" class="w3-opacity">
<div class="w3-section">
<p><i class="fa fa-map-marker fa-fw w3-text-white w3-large w3-margin-right"></i> Unknown</p>
<p><i class="fa fa-phone fa-fw w3-text-white w3-large w3-margin-right"></i> Phone? </p>
<p><i class="fa fa-envelope fa-fw w3-text-white w3-large w3-margin-right"> </i> Email: hello@andevx.com</p>
</div>
</div>
<!-- Privacy policy for gaming (moved to side bar)-->
<div class="EndContent">
<footer class="w3-content w3-padding-64 w3-text-grey w3-xlarge">
<i class="fa fa-google w3-hover-opacity"></i>
<i class="fa fa-facebook-official w3-hover-opacity"></i>
<a href = "https://www.instagram.com/andevx/" class="fa fa-instagram w3-hover-opacity"></a>
<a href = "https://twitter.com/AnDevX" class="fa fa-twitter w3-hover-opacity"></a>
<a href = "" class="fa fa-linkedin w3-hover-opacity"></a>
<i class="fab fa-discord"></i>
<i href = "https://andevx.itch.io" class="fab fa-itch-io w3-hover-opacity"></i>
<a href = "https://www.reddit.com/user/AnDevX" class="fa fa-reddit w3-hover-opacity"></a>
<a href = "https://www.youtube.com/channel/UChSa8l6QLYj4JYNqb2xnGhg" class = "fa fa-youtube w3-hover-opacity"></a>
<i class ="fa fa-skype w3-hover-opacity"></i>
<a href = "https://github.com/AnDevX" class = "fa fa-github w3-hover-opacity"></a>
<a href = "" class = "fa fa-steam-square"></a>
<a href = "" class="fa fa-twitch"></a>
<a class="fa fa-rss w3-hover-opacity"></a>
<br></br>
<br></br>
<p class = "w3-small w3-content" style="padding-left: 70px"> @Copyright(TM) 2020 designed by AnDevX ltd</p>
<br></br>
<p class = "w3-small w3-content" style="padding-left: 150px"> |=[.GAMEOVER.]=|</p>
</footer>
</div>
</body>
</html>