-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
271 lines (217 loc) · 7.47 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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Jaunel's portfolio</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<style>
/* Slideshow container */
.slideshow-container {
max-width: 80%;
max-height: 75%;
position: relative;
margin: auto;
overflow: none;
}
/* Caption text */
.text {
color: white;
font-size: 10px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
/* The dots/bullets/indicators */
.dot {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active {
background-color: #717171;
}
/* Fading animation */
.fade {
animation-name: fade;
animation-duration: 50s;
}
@keyframes fade {
from {opacity: .9}
to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.text {font-size: 11px}
}
</style>
</head>
<body>
<div style="background-color: rgb(00,00,00)" class="p-5 text-center" >
<img src="Profolio Logo.gif" width="400px" height="400px">
</div>
<div class="offcanvas offcanvas-start text-bg-dark" id="demo">
<div class="offcanvas-header">
<h1 class="offcanvas-title" style="text-align: center;">Where would you like to go?</h1>
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="offcanvas"></button>
</div>
<div class="offcanvas-body">
<a href="index.html" class="active" style="text-decoration: none; color: ghostwhite;"><h2>Home</h2></a>
<a href="ExtraProjects.html" style="text-decoration: none; color: ghostwhite;"><h2>Projects</h2></a>
<a href="review.html" style="text-decoration: none; color: ghostwhite;"><h2>Review</h2></a>
<a href="labs.html" style="text-decoration: none; color: ghostwhite;"><h2>Lab</h2></a>
</div>
</div>
<nav class="navbar navbar-expand-sm bg-dark navbar-dark">
<div class="container-fluid">
<div class="container-fluid mt-3">
<button class="btn text-light" type="button" data-bs-toggle="offcanvas" data-bs-target="#demo"><h2> ☰ Menu</h2>
</button>
</div>
</div>
</nav>
<br>
<div class="container mt-5">
<div class="col">
<div class="col-sm-4 border">
<h2>About Me</h2>
<h5>Photo of me:</h5>
<div class=""><img src="me.jpg" width="150px"></div>
<p>Hello. My name is Jaunel. I am intelligent and adventurous. I am fifteen and attend the high school Thomas A. Edison CTE. I love to bake, read webtoons and the occational gaming. My favorite color is aqua. I am in the Web Development class at my school. In that class me create apps and websites that people could use for generations. </p>
<hr class="d-sm-none">
</div>
</div>
</div>
<div class="col-sm-6" style="position: absolute; left: 600px; top: 650px;">
<h2>Showcase of Some Works and Websites I used</h2>
<div class="slideshow-container">
<div class="mySlides fade">
<div class="numbertext" style="color: black;">1 / 12</div>
<a href="https://learners-make-a-halloween-card-jauneldeans.wdp7-8.repl.co/" target="_blank">
<img src="images/1.png" style="width:100%; height: 100%;">
</a>
</div>
<div class="mySlides fade">
<div class="numbertext">2 / 12</div>
<a href="https://learners-tell-a-story-jauneldeans.wdp7-8.repl.co/" target="_blank">
<img src="images/2.png" style="width:100%; height: 100%;">
</a>
</div>
<div class="mySlides fade">
<div class="numbertext">3 / 12</div>
<a href="https://learners-poster-jauneldeans.wdp7-8.repl.co/" target="_blank">
<img src="images/3.png" style="width:100%; height: 100%;">
</a>
</div>
<div class="mySlides fade" style="text-align: center;">
<div class="numbertext">4 / 12</div>
<a href="https://learners-make-a-robot-jauneldeans.wdp7-8.repl.co/">
<img src="images/4.png" style="width:50%; height: 50%;">
</a>
</div>
<div class="mySlides fade" style="text-align: center;">
<div class="numbertext">5 / 12</div>
<a href="https://codeorg-unit-3-review-intro-to-app-design-jauneldeans.wdp7-8.repl.co/appdesign.html" target="_blank">
<img src="images/5.png" style="width:30%; height: 30%;">
</a>
</div>
<div class="mySlides fade" style="text-align: center;">
<div class="numbertext">6 / 12</div>
<a href="https://codeorg-unit-4-review-variablesconditionals-jauneldeans.wdp7-8.repl.co/PracticePT.html" target="_blank">
<img src="images/6.png" style="width:30%; height: 30%;">
</a>
</div>
<div class="mySlides fade" style="text-align: center;">
<div class="numbertext">7 / 12</div>
<a href="https://codeorg-unit-4-review-variablesconditionals-jauneldeans.wdp7-8.repl.co/ConditionalsMakeLesson.html" target="_blank">
<img src="images/7.png" style="width:30%; height: 30%;">
</a>
</div>
<div class="mySlides fade" style="text-align: center;">
<div class="numbertext">8 / 12</div>
<a href="https://codeorg-unit-5-review-lists-loops-and-travers-jauneldeans.wdp7-8.repl.co/TraveralsMakeLesson.html" target="_blank">
<img src="images/8.png" style="width:30%; height: 30%;">
</a>
</div>
<div class="mySlides fade" style="text-align: center;">
<div class="numbertext">9 / 12</div>
<a href="https://codeorg-unit-5-review-lists-loops-and-travers-jauneldeans.wdp7-8.repl.co/SuperReview.html" target="_blank">
<img src="images/9.png" style="width:30%; height: 30%;">
</a>
</div>
<div class="mySlides fade">
<div class="numbertext">10 / 12</div>
<a href="https://studio.code.org/courses" target="_blank">
<img src="images/10.png" style="width:100%; height: 100%;">
</a>
</div>
<div class="mySlides fade">
<div class="numbertext">11 / 12</div>
< a href="https://www.collegeboard.org/" target="_blank">
<img src="images/11.png" style="width:100%; height: 100%;">
</a>
</div>
<div class="mySlides fade">
<div class="numbertext">12 / 12</div>
<img src="images/12.png" style="width:100%; height: 100%;">
</div>
</div>
<br>
<br>
<div style="text-align:center">
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
</div>
<script src="script.js">
let slideIndex = 0;
showSlides();
function showSlides() {
let i;
let slides = document.getElementsByClassName("mySlides");
let dots = document.getElementsByClassName("dot");
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
slideIndex++;
if (slideIndex > slides.length) {slideIndex = 1}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " active";
setTimeout(showSlides, 10000); // Change image every 2 seconds
}
</script>
<div class="mt-5 p-4 bg-dark text-white text-center">
<p>F</p>
</div>
<!-- This is the the links of the Review-->
</body>
</html>