-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.old.html
148 lines (118 loc) · 5.22 KB
/
index.old.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
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
140
141
142
143
144
145
146
147
<!--
Authors : Ritwik Dutta
Date : 7/15/2014
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<meta name="description" content="You don\'t need a top-of-the-line gaming PC to be a member of the Master Race. You don\'t even need to own a PC. You just have to recognize that PC is objectively superior to consoles in every way possible as explained here!" />
<meta name="keywords" content="pc, 1080p, 60fps, nvidia, amd, intel" />
<meta name="author" content="Ritwik Dutta" />
<meta name="robots" content="index, follow" />
<head>
<!-- Meta tags -->
<title>
PC Master Race
</title>
<!-- CSS Links -->
<link rel="stylesheet" type="text/css" href="css/index.css">
</head>
<!-- Main body -->
<body>
<div class="sidebar">
<div class="fsholder">
<img class="fs" src="assets/icons/ui/fullscreen.png" onclick="toggleSS();">
</div>
<div class="showholder">
</div>
<div class="cycle-slideshow auto cycle"
data-cycle-fx=scrollHorz
data-cycle-timeout=2000
data-cycle-loader=true
data-cycle-progressive="#images2">
<img class="cycleimg" src="assets/backgrounds/back1.jpg">
<script id="images2" type="text/cycle">
// <img class="cycleimg" src="assets/backgrounds/pic2.png">
// <img class="cycleimg" src="assets/backgrounds/pic3.png">
// <img class="cycleimg" src="assets/backgrounds/pic4.png">
</script>
</div>
</div>
<div class="top">
<div class="wrapper">
<p class="title">
PC MASTER RACE
</p>
<div class="img">
<!-- Twitter -->
<a class="link" data-type="TWITTER" href="http://pcmr.us/twitter">
<img class="icon" src="assets/icons/header/twitter.png"></a>
<!-- Facebook -->
<a class="link" data-type="FACEBOOK" href="http://pcmr.us/facebook">
<img class="icon" src="assets/icons/header/facebook.png"></a>
<!-- IRC -->
<a class="link" data-type="IRC" href="http://pcmr.us/irc">
<img class="icon" src="assets/icons/header/irc.png"></a>
<!-- Subreddit -->
<a class="link" data-type="SUBREDDIT" href="http://pcmr.us/reddit">
<img class="icon" src="assets/icons/header/reddit.png"></a>
<!-- Steam Group -->
<a class="link" data-type="STEAM GROUP" href="http://pcmr.us/steam">
<img class="icon" src="assets/icons/header/steam.png"></a>
<div class="label icon">
</div>
</div>
</div>
</div>
<!-- Summary from PCMR Wiki Guide -->
<div class="content" id="summary">
<h1>
WHY PC?
</h1>
<b>
Computers are great all-purpose machines, and here's why:
</b>
<ul>
<li>Complete controller compatibility</li>
<li>Possibility of use for work, education, or entertainment</li>
<li>Faster than a PS4 or Xbox One at the same price</li>
<li>Cheaper games (Steam, GOG, Humble Bundle)</li>
<li>More exclusives</li>
<li>Healthy independent developer scene</li>
<li>Tons of free and free-to-play games</li>
<li>Free abandonware titles</li>
<li>Larger game library, ten-fold</li>
<li>Emulates console games for free</li>
<li>Cheaper hardware</li>
<li>Big Picture mode for couch gaming</li>
<li>Easier to repair</li>
<li>Easier to upgrade</li>
<li>Better price to performance ratio than consoles</li>
<li>Higher framerates (smoother)</li>
<li>Higher in-game resolution (sharper)</li>
<li>More graphical detail (immersion)</li>
</ul>
<b>
You're probably going to own some sort of computer anyways, so why not pay a bit more on top to make it a gaming rig?
</b>
</div>
<br>
<br>
<br>
<div class="content" id="gettingstarted">
<h1>
GETTING STARTED
</h1>
<p>
<h2>Welcome to the world of PC gaming. Above, we listed some of the reasons why PC gaming is generally better than console gaming. Now, it's time to dive in!</h2>
The first thing to do when it comes to PC gaming is to get a computer. Remember, <b>it doesn't matter how good your computer is - you're still part of the PC master race</b>.
The most common argument against PC gaming is that of price. There is a common misconception that you need to spend upward of 1500 USD to achieve a barely playable experience - but that's not true. No matter what your budget, there's a PC for you. I'll go into more detail about this later.
</p>
</div>
<br>
<br>
<br>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="http://malsup.github.com/jquery.cycle2.js"></script>
<script src="js/index.js"></script>
</body>
</html>