-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
188 lines (167 loc) · 6.57 KB
/
index.html
File metadata and controls
188 lines (167 loc) · 6.57 KB
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
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<title>JavaScript Code Directory</title>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="">Home</a></li>
<li><a href="game.html">Game</a></li>
<li><a href="joke.html">Funny Bone</a></li>
<section id='weather-data'>
<h2 id='title'></h2>
<img id='icon'>
<p id='temperature'></p>
</section>
</ul>
</nav>
</header>
<main class="wrapper">
<!-- Kanye Quotes-->
<div class="card">
<button class="btn displayBtn" id="kanyeDisplayBtn">View Kanye's Tweets</button>
<button class="btn" id="kanyeClose">❌</button>
<section id="kanye" class="kanye-container">
<div class="kanye-text">
<p id="kanye-quote"> If you would like to read a random quote from Kanye West, click the button
below
</p>
<p> -by Kanye West</p>
</div>
<button class="btn" id="kanye-quote-btn">Click Here</button>
</section>
</div>
<!-- Kanye Quotes-->
<!-- BandGenerator -->
<div class="card">
<button class="btn displayBtn" id="bandDisplayBtn">View Band Generator</button>
<button class="btn" id="bandClose">❌</button>
<section id="BandGenerator">
<h2 id="title"></h2>
<h3 id="questionOne"></h3>
<h3 id="questionTwo"></h3>
<input type="text" id="userInput" style="display: block;">
<input type="text" id="userInput2" style="display: none;">
<br>
<input type="button" id="btn" value="Submit" style="display: block;">
<input type="button" id="btn2" value="Submit" style="display: none;">
</section>
</div>
<!-- BandGenerator -->
<!-- BMI Calculator -->
<div class="card">
<button class="btn displayBtn" id="bmiDisplayBtn">View BMI Calculator</button>
<button class="btn" id="bmiClose">❌</button>
<section id="BMI">
<p id="dynamic" style="display: block;">Dynamically Generate the BMI Calculator </p>
<input type="submit" value="Submit" id="bmi" style="display: block;">
</section>
</div>
<!-- BMI Calculator -->
<!-- Life expectency -->
<div class="card">
<button class="btn displayBtn" id="lifeDisplayBtn">View Life Expectency</button>
<button class="btn" id="lifeClose">❌</button>
<section id="life">
<h2 id="lifeRes">How old are you?</h2>
<input type="number" name="age" id="age" placeholder="Please enter your age...">
<input type="submit" value="Submit" id="ageBtn">
<p id="life-descrp">(This is based off of a 90 year lifespan.)</p>
</section>
</div>
<!-- Life expectency -->
<!-- Tip Calculator -->
<div class="card">
<section class="tip" id="tip">
<div class="tipInput">
<label for="bill">Bill</label>
<input type="number" name="bill" id="bill" placeholder="0.00">
<label for="tipPercentage">Tip %</label>
<div class="tipCalc">
<button>-</button>
<input type="number" name="tipPercentage" id="tipPercentage" placeholder="15%">
<button>+</button>
</div>
<label for="numOfPeople">Number of People</label>
<div class="tipCalc">
<button>-</button>
<input type="number" name="numOfPeople" id="numOfPeople" placeholder="1">
<button>+</button>
</div>
</div>
<div class="tipLabel">
<h3>Tip</h3>
<h3>Total</h3>
</div>
<div class="tipTotal">
<p>$0.00</p>
<p>$0.00</p>
</div>
</section>
</div>
<!-- Tip Calculator -->
</main>
<div id="list"></div>
<!-- Pageination -->
<nav aria-label="pagination" class="pagination-nav">
<div class="pagination">
<input type="button" value="first" id="first">
<input type="button" value="next" id="next">
<input type="button" value="pervious" id="pervious">
<input type="button" value="last" id="last">
<!-- <li>
<a href="">
<span aria-hidden="true">〈</span>
<span class="visuallyhidden">pervious set of pages</span>
</a>
</li>
<li>
<a href=""> <span class="visuallyhidden">page</span>1</a>
</li>
<li>
<a href="" aria-current="page"><span class="visuallyhidden">page</span>2</a>
</li>
<li>
<a href=""> <span class="visuallyhidden">page</span>3</a>
</li>
<li>
<a href=""> <span class="visuallyhidden">page</span>4</a>
</li>
<li>
<a href="">
<span aria-hidden="true">〉</span>
<span class="visuallyhidden">next set of pages</span>
</a>
</li> -->
</div>
</nav>
<!-- Pageination -->
<!-- Project Links -->
<section>
<h2> See other works by <a href="www.hoseacodes.com">HoseaCodes</a></h2>
<div class="accordin">
<div>
<a href="www.social-ring.com">
<h3>Social Ring</h3>
</a>
<div>
<p>Description</p>
</div>
</div>
</div>
</section>
<!-- Project Links -->
<script src="js/script.js"></script>
<script src="js/pagination.js"></script>
<script src="js/lifeExpectency.js"></script>
<script src="js/brandGenerator.js"></script>
<script src="js/bmiCalculator.js"></script>
<script src="js/weatherScript.js"></script>
<script src="js/kayneWestScript.js"></script>
</body>
</html>