-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
60 lines (48 loc) · 2.45 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
<!DOCTYPE html>
<html>
<!-- Header -->
<iframe src="/site_resources/html/header.html" style="display:none" onload="this.before((this.contentDocument.body||this.contentDocument).children[0]);this.remove()"></iframe>
<div class="pagecontainer">
<div class="alwaysHide">Stylesheet failed to load</div>
<head>
<title>Software Center | Psychon Development Studios</title>
<!-- Linking files -->
<script src="/site_resources/js/main.js"></script>
<script src="/site_resources/js/lights.js"></script>
<link href="/site_resources/css/main.css" rel="stylesheet">
<link href="/site_resources/css/header.css" rel="stylesheet">
<link href="/site_resources/css/footer.css" rel="stylesheet">
<!-- <link href="/site_resources/css/main_valdayBranding.css" rel="stylesheet"> -->
</head>
<small-vert-space/>
<body>
<h1>Psychon Development Studios</h1>
<div style="text-align:center">
<p>We love the community. That's why we founded Psychon Development Studios: to bring better software to your fingertips (and because we wanted to make games, too!)</p>
<p>We put all of our hearts and energy into our products, making sure everything we provide is as good as it can be. <br>Of course, we aren't perfect - which is why we accept any and all feedback from our community. We use this feedback to improve our products and ourselves.</p>
<br><br>
<p>Have any suggestions for us? Open an issue on the project's repository, or a comment on our profile!</p>
<br><br>
<h2>External Resources</h2>
<p>GitHub Pages provides our website hosting</p>
<p>Google Fonts provides the following fonts, free of charge: 'Merriweather Sans'</p>
</div>
</body>
</div>
<!-- Footer -->
<iframe src="/site_resources/html/footer.html" style="display:none" onload="this.before((this.contentDocument.body||this.contentDocument).children[0]);this.remove()"></iframe>
</html>
<noscript>
<style type="text/css">
.pagecontainer {display:none;}
@keyframes njs_blink {
0% {color:rgb(53, 68, 82)}
50% {color: red}
100% {color:rgb(53, 68, 82)}
}
iframe {border:none;}
</style>
<center>
<iframe src="/site_resources/html/noJS.html" width="100%" height="50%"></iframe>
</center>
</noscript>