summaryrefslogtreecommitdiff
path: root/templates/index.html
blob: 82dd016cfc5366239d9268021a2a16ea1a2eea8a (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
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
<!DOCTYPE>
<html>
  <head>
    <link rel="stylesheet" type="text/css" href="/static/style.css">
  </head>
  <body>
    <div class="min-h-screen w-full flex justify-center items-center flex-col">
      <div class="lg:w-1/2 w-full flex items-center flex-col">
        {{> header.html }}

        <!-- Large banner -->
        <div class="w-full p-12 my-4 space-y-8 lg:space-y-0 flex flex-col lg:flex-row items-center bg-gradient-to-t from-green-400 to-green-300">
          <img src="static/img/bot_pfp.png" alt="" width="256">
          <div class="lg:w-1/2 w-full text-center lg:text-right flex flex-col space-y-8 flex-grow">
            <div>
              <h1 class="text-4xl font-semibold text-shadow">
                Enhance your chat with the bot
              </h1>
              <p class="text-md text-shadow">
                A multi-utility Twitch chat bot that brings<br/>
                a lot of functionality into your chat.
              </p>
            </div>
            <a href="/wiki/join" class="h-16 w-full">
              <button
                  class="h-full w-full lg:w-1/4 bg-red-500 hover:bg-red-400 text-lg font-semibold rounded-lg shadow-lg transition-colors"
                  href="/wiki/join"
              >
                Get the bot
              </button>
            </a>
          </div>
        </div>

        <!-- Features section -->
        <div class="w-full flex flex-col space-y-16">
          <!-- Features title -->
          <div class="w-full py-4 bg-gray-200 flex justify-center items-center">
            <h1 class="text-4xl font-bold">
              Features
            </h1>
          </div>

          <!-- HUGE FEATURES -->
          <div class="space-y-32 px-4 lg:px-0">
            <!-- FEATURE: Stream notifications -->
            <div class="w-full flex flex-col lg:flex-row justify-between items-center feature">
              <div class="pr-2 lg:pr-6">
                <h1 class="text-4xl font-semibold mb-6">
                  Stream notifications
                </h1>
                <p>
                  A convenient way to keep track of streams on Twitch.
                  Simply use the <a href="/wiki/stream/events" class="command">!event</a> command to create a notification in chat about an upcoming stream.
                  To always be in the know, sign up for notifications using the <a href="/wiki/stream/notifications" class="command">!notify</a> command.
                  Never miss a moment and enjoy your streams on time!
                </p>
              </div>
              <div class="mx-4 my-4 lg:my-0">
                <img src="static/img/live.gif" alt="" width="256">
              </div>
            </div>

            <!-- FEATURE: Emote updates -->
            <div class="w-full flex flex-col lg:flex-row justify-between items-center feature">
              <div class="pr-2 lg:pr-6">
                <h1 class="text-4xl font-semibold mb-6">
                  Emote updates
                </h1>
                <p>
                  Instant updates on new changes to the emote set.
                  The bot automatically notifies the chat about new emotes, deletion of existing emotes, and changes in their names.<br />
                  <span class="font-bold text-yellow-700">For now only for 7TV.</span>
                </p>
              </div>
              <div class="mx-4 my-4 lg:my-0">
                <img src="static/img/7tv.gif" alt="" width="150">
              </div>
            </div>
          </div>

          <!-- SMALL FEATURES -->
          <div class="w-full px-4 lg:px-0 flex flex-col space-y-6 lg:space-y-0 lg:grid lg:grid-cols-2 lg:gap-6">
            <!-- SMALL FEATURE: Massping -->
            <div class="flex flex-col py-8 space-y-4 rounded-lg border-1 border-gray-500">
              <div class="w-12 h-12 flex justify-center items-center rounded-lg text-white bg-gradient-to-r from-green-800 to-green-600">
                <i class="fa-solid fa-bell"></i>
              </div>
              <h1 class="text-2xl font-semibold">
                @everyone in your chat
              </h1>
              <p>
                With the &quot;<a href="/wiki/mod/mass-ping" class="command">!massping</a>&quot; command,
                moderators can quickly notify all participants by mentioning them with an important message.
              </p>
            </div>

            <!-- SMALL FEATURE: Spam -->
            <div class="flex flex-col py-8 space-y-4 rounded-lg border-1 border-gray-500">
              <div class="w-12 h-12 flex justify-center items-center rounded-lg text-white bg-gradient-to-r from-yellow-600 to-yellow-800">
                <i class="fa-solid fa-keyboard"></i>
              </div>
              <h1 class="text-2xl font-semibold">
                No Ctrl+Enter anymore
              </h1>
              <p>
                In addition, the &quot;<a href="/wiki/mod/spam" class="command">!spam</a>&quot; command provides
                the ability to repeat a message the desired number of times,
                which is useful for repetitive reminders or clarifications.
              </p>
            </div>

            <!-- SMALL FEATURE: Timers -->
            <div class="flex flex-col py-8 space-y-4 rounded-lg border-1 border-gray-500">
              <div class="w-12 h-12 flex justify-center items-center rounded-lg text-white bg-gradient-to-r from-blue-600 to-blue-800">
                <i class="fa-solid fa-clock"></i>
              </div>
              <h1 class="text-2xl font-semibold">
                Timers
              </h1>
              <p>
                With the <a href="/wiki/channel/timer" class="command">!timer</a> command, you can set messages to be sent each interval.
                moderators can quickly notify all participants by mentioning them with an important message.
              </p>
            </div>

            <!-- SMALL FEATURE: Custom commands -->
            <div class="flex flex-col py-8 space-y-4 rounded-lg border-1 border-gray-500">
              <div class="w-12 h-12 flex justify-center items-center rounded-lg text-white bg-gradient-to-r from-red-600 to-red-800">
                <i class="fa-solid fa-message"></i>
              </div>
              <h1 class="text-2xl font-semibold">
                Create your own commands
              </h1>
              <p>
                The <a href="/wiki/channel/custom-commands" class="command">!cmd</a> command allow the creation of personalized commands,
                which adds interactivity and flexibility to communication by allowing channel owners to create their own commands.
              </p>
            </div>
          </div>
        </div>
      </div>

      {{> big_footer.html }}
    </div>
  </body>
</html>