-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathabout.html
More file actions
139 lines (136 loc) · 7 KB
/
about.html
File metadata and controls
139 lines (136 loc) · 7 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-128441061-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-128441061-1');
</script>
<title>GameProxy</title>
<link rel="shortcut icon" href="media/Small.png">
<script async src="https://arc.io/widget.min.js#iwkiQdav"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Mono|Material+Icons">
<link rel="stylesheet" href="style.css">
<script src="lib/showdown.min.js"></script>
<meta name="theme-color" content="#6b29ef">
<link rel="apple-touch-icon" sizes="180x180" href="/media/apple-touch-icon.png">
<link rel="manifest" href="/media/site.webmanifest">
<link rel="mask-icon" href="/media/safari-pinned-tab.svg" color="#6b28ef">
<meta name="msapplication-TileColor" content="#9f00a7">
<meta name="msapplication-TileImage" content="/media/mstile-144x144.png">
<meta name="msapplication-config" content="/media/browserconfig.xml">
<script src="lib/jquery.min.js"></script>
<script src="https://www.gstatic.com/firebasejs/5.5.4/firebase.js"></script>
<script>
var config = {
apiKey: "AIzaSyCgGrYsZ0R5Bg-Svoz4qh0CfcvGaG5xJNo",
authDomain: "gameproxy-web.firebaseapp.com",
databaseURL: "https://gameproxy-web.firebaseio.com",
projectId: "gameproxy-web",
storageBucket: "gameproxy-web.appspot.com",
messagingSenderId: "1085599545540",
appId: "1:1085599545540:web:5af7bc2297717b6449f191"
};
firebase.initializeApp(config);
</script>
<script src="script.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui">
</head>
<body>
<a class="skipTo" href="#content">Skip to content</a>
<a class="skipTo" href="#footer">Skip to footer</a>
<header>
<span class="desktop">
<a href="/" title="Go to main page" class="headerButton logo">
<img src="media/Large.png" alt="GameProxy logo" id="headerLogo" />
</a>
</span>
<span class="mobile">
<a href="/" title="Go to main page" class="headerButton logo">
<img src="media/Small.png" alt="GameProxy logo" id="headerLogo" />
</a>
</span>
<div class="headerRight">
<a href="/" class="headerButton">Games</a>
<a href="chat.html" class="headerButton">Chat</a>
<a href="account" class="headerButton">Account</a>
</div>
</header>
<main id="content">
<h1 class="center">About</h1>
<div class="card">
<!--
This is the old About!
<p>
GameProxy is a website where you can play official games
uploaded by GameProxy and other people from multiple
verified and stated sources. If you are a game publisher
and want to get your game published or have any copyright
concerns, please <a href="report">click here.</a>
<br>
You can comment on games, see how to play them, go full
screen, read the description, see who developed/shared the
game and see other games. On the home page you can see
recommended games and on the chat tab you can talk to other
users about games. You can also create group chats and talk
in the game chat (this is the same as the comments
description).
<br>
We have retro games, unblocked-style games, Scratch games,
modern browser games and others.
</p>
-->
<h2 class="center">Welcome to GameProxy.</h2>
<div class="center"><h4>A foreword from James</h4></div>
<p>
Where should we start?! Okay. I know: Super Smash Flash 2.
SSF is the most popular game on GameProxy. You'll see it
right at the top of our site's game list because so many
people love playing on it! The GameProxyer who has uploaded
the game has become so popular in the GameProxy community!
I'm sure you want to have the most popular game upload too.
Go ahead and ─ if you haven't already ─ sign up in the
account section. <em>Smash</em> that Upload New Game button
and upload that game that everyone's playing, before you
know it you'll be receiving likes in no time. Get your
friends to sign up and to start liking your game ─ the more
people who like it, the more fame you'll get. Good luck!
</p>
<p class="right">
-<a href="/profile?user=sm20Y8fTGoPfA45tqudOPakR3mr1" target="_blank" class="hidden highlight">James</a>,
GameProxy co-founder and admin
</p>
</div>
<div class="card">
<h2 class="center">Our amazing sponsors!</h2>
<p class="center">
Currently we are not accepting sponsors over the internet.
You must know a GameProxy admin to sponsor GameProxy.
</p>
<h3><img src="https://gameproxy.github.io/media/Twitch_logo.png" class="sociallogo"> Twitch:</h3>
<ul>
<li><a href="https://www.twitch.tv/sainsburysislife65" target="_blank">sainsburysislife65</a></li>
</ul>
</div>
<div class="center">
If you're a game publisher and you wish to remove content that
you have copyrighted that has appeared on GameProxy, or you
wish to report copyright infringement, please visit our <a href="/report">Report</a>
page.
</div>
</main>
<div class="dialogBackground"></div>
<div class="dialog">
Hi!
</div>
<footer import="/footer.html" id="footer"></footer>
<script src="profanityFilter.js"></script>
<script src="staffList.js"></script>
<script src="gpProList.js"></script>
<script src="account.js"></script>
<script src="pro/pro.js"></script>
</body>
</html>