-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathordinary.html
90 lines (70 loc) · 2.3 KB
/
ordinary.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TC - Ordinary Game</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="sidebar">
<p href="/ordinary.html">Thomas Cavalcante
<a href="/index.html">Home</a>
<a href="#">Contact</a>
</p>
<p href="#">2022
<a href="https://www.domaintldr.com/">05 Word Mints</a>
<a href="/ordinary.html">04 Ordinary</a>
<a href="https://www.abbatia.info/">03 ABBATIA Win.98</a>
<a href="#">02 Storyline</a>
<a href="https://tpcav.github.io/rorycreative-demo/">01 Rory Coverflow</a>
<a href="https://www.instagram.com/p/CantHHJro9p/">00 Girl Next Door</a>
</p>
<p href="#">2021
<a href="#">02 Scam Likely MV</a>
<a href="#">01 Cars</a>
<a href="#">00 Street</a>
</p>
<p href="#">2020
<a href="#">01 Portraits</a>
<a href="#">00 Evolvere</a>
</p>
<p href="#">2019
<a href="#">00 Photography</a>
</p>
<p href="#">2018
<a href="#">01 Emit Watch Co.</a>
<a href="#">00 Weber Innovations</a>
</p>
<p href="#">2016
<a href="#">00 Snapfilters</a>
</p>
<p href="#">2015
<a href="#">01 Maui</a>
<a href="#">00 Cali</a>
</p>
<p href="#">Friends Online
<a href="#">ABBATIA</a>
<a href="#">Max T Shirt</a>
<a href="#">Andrew</a>
</p>
</div>
<div class="main">
<img src="ordinary_iphone.png" width="300px">
<h3>Ordinary</h3>
<article>
<p>Word Game</p>
<p>by Thomas Cavalcante</p>
<p>There is a list of 4 letter words sorted in alphabetical order.</p>
<p>Given a random word, guess the next word by thinking alphabetically.</p>
<p>One night with a group of friends, I picked up a dictionary.</p>
<p>Flipped to a random page, chose a random word, and told my friend the random word.</p>
<p>Then I asked him to guess the next word in the dictionary following the random word...</p>
<p>By thinking in alphabetical order.</p>
<p>Try it out
<a href="https://www.ordinarygame.com">ordinarygame.com</a>
</p>
</article>
</body>
</html>