-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
177 lines (169 loc) · 5.63 KB
/
index.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
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html>
<head>
<title>HACK#HAHA</title>
<meta charset="UTF-8" />
<meta name="description" content="HACK#HAHA" />
<meta name="keywords" content="HTML, CSS, JavaScript" />
<meta name="author" content="Moronkeji Ayotola" />
<meta name="viewport" content="width=device-width" , initial-scale=1.0, maximum-scale=" " , minimum-scale="" , user-scalable=" "
/>
<link href=" Style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="container">
<div class="left">
<ul>
<li>
<a href="">HOME</a>
</li>
<li>
<a href="">ENROLL</a>
</li>
<li>
<a href="">BLOG</a>
</li>
</ul>
</div>
<h1 id="main">H A C K # H A H A</h1>
<div class="right">
<ul>
<li>
<a href="">SIGN IN</a>
</li>
</ul>
</div>
</div>
<div class="img-container">
<div id="stage-head">
<h1>DON’T BE A HACK.
<br> WE TEACH FUNNY.</h1>
<h3 id="notes">Transform into a stand up master with classes,
<br> workshops, mentoring, and more in Austin, TX.</h3>
<buttonarea class="free">
<button type="start" id="start">FREE TO START</button>
</buttonarea>
</div>
</div>
<div class="flexbox">
<div id="funny-hack">
<h1>Hack into Funny</h1>
<h5>A resource for learning stand up comedy</h5>
</div>
<div id="funny-notes">
<p>We are an online resource and local comedy community for motivated
<br> individuals interested in becoming a stand up comedian or wanting to hone
<br> in on their craft. We have found that there are limited to no options for
<br> development as a stand up comedian, especially when first starting out.
<br> HACK#HAHA has a core group of seasoned local comedians to help grow
<br> the Austin stand up community by sharing and teaching newcomers stand
<br> up writing and performing basics through our experience and knowledge.
<br>Our goal is to create a safe and non-competitive space to help creative
<br> people share their stories and ideas through comedy.</p>
</div>
</div>
<h2 id="our-offer">What We Offer</h2>
<div class="parent">
<div id="img1">
<button type="mentor" id="mentor">MENTORING</button>
</div>
<div id="img2">
<button type="class" id="class">CLASSES</button>
</div>
<div id="img3">
<button type="work" id="workshops">WORKSHOPS</button>
</div>
<div id="img4">
<button type="event" id="event">EVENTS</button>
</div>
</div>
<div class="mentor-container">
<div class="stand-up">
<h3>Stand Up Mentoring</h3>
<p>One on one coaching to learn the hacks of generating original comedy
<br> material.</p>
<button type="mentor" id="stand">GET A MENTOR</button>
</div>
</div>
<h1 id="people-say">What People Are Saying</h1>
<div class="notes-flex">
<div id="norma">
<h4 id="k-norm">“They helped me
<br> turn my funny ideas
<br> into actual jokes.”</h4>
<p>— NORMA K. (ROUNDROCK, TX)</p>
</div>
<div id="Kevin">
<h4>“Brutally honest and
<br> hilarious!”</h4>
<p>— KEVIN S. (AUSTIN, TX)</p>
</div>
<div id="Jason">
<h4>“Now I get on stage
<br>without feeling like I
<br> need to puke.”</h4>
<p>— JASON D. (AUSTIN, TX)</p>
</div>
<div id="Kim">
<h4>“Before I had just
<br> OK material, but
<br> now it kills!”</h4>
<p>— KIM G. (SAN ANTONIO, TX)</p>
</div>
</div>
<div class="form-container">
<h1>Get in Touch</h1>
<div id="name">
<div id="first-name">
<legend class="title" id="required1">Name *</legend>
<input type="text" id="myText" type="fname" maxlength="30" aria-required="true" />
<span class="caption-text"><br>First Name</span>
</div>
<div class="last-name">
<input type="text" id="myText" type="lname" maxlength="30" aria-required="true" />
<span class="caption-text"><br>Last Name</span>
</div>
</div>
<div class="e-mail">
<legend class="email" id="required2">Email *</legend>
<input type="text" id="myText" type="email" maxlength="30" aria-required="true" />
</div>
<div class="phone">
<div class="country-code">
<legend class="phone" id="required3">Phone *</legend>
<input type="numbers" id="numbers" type="phone" maxlength="3" aria-required="true" />
<span class="caption-text"><br>(###)</span>
</div>
<div id="sec-set-num">
<input type="numbers" id="numbers" type="phone" maxlength="3" aria-required="true" />
<span class="caption-text"><br>###</span>
</div>
<div id="last-num">
<input type="numbers" id="numbers" type="phone" maxlength="4" aria-required="true" />
<span class="caption-text"><br>####</span>
</div>
</div>
<div class="message">
<legend class="message" id="required4">Messages *</legend>
<input type="text" id="myText" type="words" maxlength="800" aria-required="true" />
</div>
<buttonarea id="finish">
<button type="submit" id="submit">SUBMIT</button>
</buttonarea>
</div>
<footer>
<div class="end-container">
<div id="haha">
<h1 id="content">HAHA CONTENT</h1>
<h1 id="corner">HAHA CORNER</h1>
</div>
<div id="copyright">
<h2>©2019 HACK#HAHA</h2>
</div>
<div id="austin">
<h2>Austin, TX</h2>
</div>
</div>
</footer>
</body>
</html>