summaryrefslogtreecommitdiff
path: root/cao-mobile.html
blob: c7756284051d0bd1893468124fb863942168a84c (plain)
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
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>CAO</title>
    <link rel="stylesheet" href="cao-common.css">
    <link rel="stylesheet" href="cao-mobile.css">
    <script src="bower_components/jquery/dist/jquery.js"></script>
    <script src="cao-common.js"></script>
    <script src="cao-mobile.js"></script>
  </head>
  <body>
  <div data-role="page">
      <header>
          <span>Leave this room</span>
      </header>
      <div id="home" class="page current">
          <h1>Cards Against Humanity</h1>
          <h2>A party game for horrible people.</h2>
          <button id="join-btn" class="bottom" hidden>Join game!</button>
      </div>
      <div id="become-judge" class="page">
          <div class="card-list read-only">
              <button class="card">The female orgasm.</button>
              <button class="card">Coat hanger abortions.</button>
              <button class="card">Some god-damn peace and quiet.</button>
              <button class="card">Overpowering your father.</button>
              <button class="card">Alcoholism.</button>
              <button class="card">Count Chocula.</button>
              <button class="card">My sex dungeon.</button>
              <button class="card">24-hour media coverage.</button>
              <button class="card">Words, words, words.</button>
              <button class="card">A cop who is also a dog.</button>
          </div>
          <button class="bottom">Become judge!</button>
      </div>
      <div id="judge-collect" class="page">
          <div class="card-list read-only">
              <button class="card black">During high school, I never really fit in until I found _____ club.</button>
          </div>
          <div class="message">You have 2 cards!</div>
          <div class="card-list read-only">
              <button class="card">The female orgasm.</button>
              <button class="card">Coat hanger abortions.</button>
              <button class="card">Some god-damn peace and quiet.</button>
              <button class="card">Overpowering your father.</button>
              <button class="card">Alcoholism.</button>
              <button class="card">Count Chocula.</button>
              <button class="card">My sex dungeon.</button>
              <button class="card">24-hour media coverage.</button>
              <button class="card">Words, words, words.</button>
              <button class="card">A cop who is also a dog.</button>
          </div>
          <button class="bottom">Collect!</button>
      </div>
      <div id="judge-choice" class="page">
          <div class="card-list">
              <button class="card">The female orgasm.</button>
              <button class="card">Coat hanger abortions.</button>
              <button class="card">Some god-damn peace and quiet.</button>
              <button class="card">Overpowering your father.</button>
              <button class="card">Alcoholism.</button>
              <button class="card">Count Chocula.</button>
              <button class="card">My sex dungeon.</button>
              <button class="card">24-hour media coverage.</button>
              <button class="card">Words, words, words.</button>
              <button class="card">A cop who is also a dog.</button>
          </div>
          <div class="bottom">During high school, I never really fit in until I found _____ club..</div>
      </div>
      <div id="player-choice" class="page">
          <div class="card-list">
              <button class="card">The female orgasm.</button>
              <button class="card">Coat hanger abortions.</button>
              <button class="card">Some god-damn peace and quiet.</button>
              <button class="card">Overpowering your father.</button>
              <button class="card">Alcoholism.</button>
              <button class="card">Count Chocula.</button>
              <button class="card">My sex dungeon.</button>
              <button class="card">24-hour media coverage.</button>
              <button class="card">Words, words, words.</button>
              <button class="card">A cop who is also a dog.</button>
          </div>
          <div class="bottom">Choose a card...</div>
      </div>
  </body>
</html>