mirror of
https://gitlab.com/redline-racing-division/redline-racing-website.git
synced 2025-08-02 03:21:29 +00:00
added voting
This commit is contained in:
130
shirt/index.html
130
shirt/index.html
@@ -28,10 +28,7 @@
|
||||
<nav>
|
||||
<ul>
|
||||
<li>
|
||||
<!-- <a href="#footer" class="icon solid fa-info-circle">About</a> -->
|
||||
<a href="" class="icon solid fa-info-circle"
|
||||
><strong>Vote</strong></a
|
||||
>
|
||||
<a href="#footer" class="icon solid fa-info-circle">About</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
@@ -262,21 +259,16 @@
|
||||
|
||||
<!-- Footer -->
|
||||
<footer id="footer" class="panel">
|
||||
<h1>Don't go here please.</h1>
|
||||
|
||||
<div class="inner split">
|
||||
<div>
|
||||
<section>
|
||||
<h2>Magna feugiat sed adipiscing</h2>
|
||||
<h2>You can vote to the right. </h2>
|
||||
<p>
|
||||
Nulla consequat, ex ut suscipit rutrum, mi dolor tincidunt erat,
|
||||
et scelerisque turpis ipsum eget quis orci mattis aliquet.
|
||||
Maecenas fringilla et ante at lorem et ipsum. Dolor nulla eu
|
||||
bibendum sapien. Donec non pharetra dui. Nulla consequat, ex ut
|
||||
suscipit rutrum, mi dolor tincidunt erat, et scelerisque turpis
|
||||
ipsum.
|
||||
Ideally there would be descriptive text here.
|
||||
</p>
|
||||
</section>
|
||||
<section>
|
||||
<!-- <section>
|
||||
<h2>Follow me on ...</h2>
|
||||
<ul class="icons">
|
||||
<li>
|
||||
@@ -310,39 +302,105 @@
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</section> -->
|
||||
<p class="copyright">
|
||||
© Unttled. Design: <a href="http://html5up.net">HTML5 UP</a>.
|
||||
© Redline Racing Division</a>.
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<section>
|
||||
<!-- <iframe width="620" height="1049" src="https://strawpoll.com/embed/b24r16r9" frameborder="0" allowfullscreen></iframe> -->
|
||||
<h2>Get in touch</h2>
|
||||
<form method="post" action="#">
|
||||
<form
|
||||
class="form-horizontal"
|
||||
action="https://formspree.io/xdoevzyj"
|
||||
method="POST"
|
||||
>
|
||||
<p>Pick your favorite 3 Shirts</p>
|
||||
<div class="fields">
|
||||
<div class="field half">
|
||||
<input
|
||||
type="text"
|
||||
name="name"
|
||||
id="name"
|
||||
placeholder="Name"
|
||||
/>
|
||||
<div>
|
||||
<input type="checkbox" id="1" name="1" />
|
||||
<label for="1">Shirt 1</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="2" name="2" />
|
||||
<label for="2">Shirt 2</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="3" name="3" />
|
||||
<label for="3">Shirt 3</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="4" name="4" />
|
||||
<label for="4">Shirt 4</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="5" name="5" />
|
||||
<label for="5">Shirt 5</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="6" name="6" />
|
||||
<label for="6">Shirt 6</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="7" name="7" />
|
||||
<label for="7">Shirt 7</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="8" name="8" />
|
||||
<label for="8">Shirt 8</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="9" name="9" />
|
||||
<label for="9">Shirt 9</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="10" name="10" />
|
||||
<label for="10">Shirt 10</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="field half">
|
||||
<input
|
||||
type="text"
|
||||
name="email"
|
||||
id="email"
|
||||
placeholder="Email"
|
||||
/>
|
||||
</div>
|
||||
<div class="field">
|
||||
<textarea
|
||||
name="message"
|
||||
id="message"
|
||||
rows="4"
|
||||
placeholder="Message"
|
||||
></textarea>
|
||||
<div>
|
||||
<input type="checkbox" id="11" name="11" />
|
||||
<label for="11">Shirt 11</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="12" name="12" />
|
||||
<label for="12">Shirt 12</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="13" name="13" />
|
||||
<label for="13">Shirt 13</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="14" name="14" />
|
||||
<label for="14">Shirt 14</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="15" name="15" />
|
||||
<label for="15">Shirt 15</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="16" name="16" />
|
||||
<label for="16">Shirt 16</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="17" name="17" />
|
||||
<label for="17">Shirt 17</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="18" name="18" />
|
||||
<label for="18">Shirt 18</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="19" name="19" />
|
||||
<label for="19">Shirt 19</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="20" name="20" />
|
||||
<label for="20">Shirt 20</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<ul class="actions">
|
||||
|
Reference in New Issue
Block a user