-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
81 lines (73 loc) · 3.09 KB
/
index.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
79
80
81
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Fedora Systems</title>
<link rel="stylesheet" href="/css/normalize.css">
<link rel="stylesheet" href="/css/index.css">
<script src="/js/lib/modernizr.js"></script>
<script src="//sickfedoras.com/quakeJS/quakejs.com_files/e557574401d50f407b2a9bae1feb15f7-ioquake3.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience. Firefox or Chrome is Recommended.</p>
<![endif]-->
<div id="irix-boot">
<video autoplay id="hang-video">
<source src="/img/hang.webm" type="video/webm" id="hang-urself">
</video>
<img id="boot-dialogue" src="/img/irixBoot.gif">
</div>
<div id="environment">
<div id="irix-desktop">
<div class="irix-window" id="main-terminal" style="z-index: 2">
<div class="window-bar"></div>
<input type="text" class="buffer" id="main-buffer" autocomplete="off">
<div class="inner-wrap" id="main-inner">
<div class="terminal-view">
<div class="console-preabmle">
Sickfedoras(R), System Security Interface<br>
Version 4.2.0, Alpha <br>
Ready...<br>
</div>
<div id="main-input" class="command-history"></div>
<span id="main-prompt">></span>
<span class="command-input" id="curr-main-input"></span><span id="main-cursor" class="cursor"> </span>
</div>
</div>
</div>
<div class="irix-window" id="gr-osview">
<div class="window-bar"></div>
</div>
<div class="irix-window" id="waifu-girl">
<div class="window-bar"></div>
</div>
<div class="irix-window" id="quake">
<div class="window-bar"></div>
<div id="viewport-frame"></div>
</div>
<div class="irix-window" id="chess-terminal" style="z-index: 1">
<div class="window-bar"></div>
<input type="text" class="buffer" id="chess-buffer" autocomplete="off">
<div class="inner-wrap" id="chess-inner">
<div class="terminal-view">
<div class="console-preabmle">
<div>Locked</div>
</div>
<div class="command-history"></div>
<span class="command-input" id="curr-chess-input"></span><span id="chess-cursor" class="cursor"> </span>
</div>
</div>
</div>
</div>
</div>
<script src="/js/lib/jquery.min.js"></script>
<script src="/js/index.js"></script>
</body>
</html>