-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhistory.html
98 lines (93 loc) · 4.33 KB
/
history.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<title>Fauxnopoly</title>
</head>
<body>
<div class="container_index">
<div class="header">
<nav>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<div class="dropdown">
<button class="dropbtn">Properties
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="beach.html">Beachfront</a>
<a href="bung.html">Bungalow</a>
<a href="cabin.html">Cabin</a>
<a href="igloo.html">Igloo</a>
<a href="light.html">Lighthouse</a>
<a href="out.html">Outhouse</a>
<a href="stilts.html">Stilts</a>
<a href="tree.html">Treehouse</a>
</div>
</div>
</li>
<li>
<a class="active" href="history.html">History</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</nav>
</div>
<div class="sidebar">
<h1>
<em>Mastermind</em>
</h1>
<hr/>
<img src="MattFancy.jpg" / alt="Matt">
<p>This game was made up by Matt Gwilliam. He thinks it's pretty cool. He kind of wishes it was real.</p>
<p>Born in Houston, Texas, made enjoys simple things: horseshoes, handgrenades. Tea parties, twitter fights, watching
paint dry.</p>
</div>
<div class="main">
<div class="history">
<h1>About the game</h1>
<p>The vision behind Fauxnopoly was pretty simple. Build a game that's horrible, and then try to convince everyone
it's awesome. Every since it's creation, that's been our goal: Fun. Fun is our mission. Not necessarily
for you the customer, the reader, but for us, the staff, the creators.</p>
<p>Fauxnopoly started as a simple idea. Assigned a creative project in a web programming class but afraid to
infringe on copyrights, Matt Gwilliam decided to make a site dedicated to helping users navigate the
intricacies of a fake parody game:
<em>Fauxnpoloy</em>. While rules were never created, and the game may or may not exist, the idea has half-materialized
as a series of interest jokes at the expense of a variety of different obscure real estate options.
</p>
<p>The success of the game has been varied. Critical response often takes the form of questions, with many offering
insightful remarks such as:
</p>
<ul>
<li>"What is that?"</li>
<li>"What does that mean?"</li>
<li>"Huh?"</li>
<li>"Sorry, could you repeat that again?"</li>
<li>"Oh, so it's kind of like _______?"</li>
</ul>
<p>
It's estimated that in 2018 alone at least 2 different peole have visited the
<em>Fauxnopoly Aid</em> site. The creator, Matt, is hard at work producing more web content that will most
likely have nothing to do with
<em>Fauxnopoly</em>.
</p>
<p>For more questions about content and history, head over to the contact tab! We, as a team, are happy to resolve
any sincere inquiries.
</p>
</div>
</div>
<div class="footer_index">
<p>
<em>Fauxnopoly</em> and
<em>Fauxnopoloy Aid</em> are properties of:
<a href="https://github.com/mgwillia/Creative1">Gwilliam Inc GitHub</a>
</p>
</div>
</div>
</body>
</html>