-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreflection.html
73 lines (72 loc) · 4.43 KB
/
reflection.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Reflection</title>
<link href="images/blankStare.png" rel="icon" type="image/png">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css" rel="stylesheet">
<link href="reflection.css" rel="stylesheet">
</head>
<body>
<!-- Navigation Bar -->
<nav class="navbar navbar-expand-lg navbar-light bg-yellow">
<div class="container">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<img src="images/blankStare.png" width="50px" height="50px" alt="blankStare" class="blank">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="work.html">Work</a>
</li>
<li class="nav-item">
<a class="nav-link" href="resources.html">Resources</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="reflection.html">Reflection</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Content Section -->
<div class="container-fluid">
<div class="row">
<!-- Left Side with Background Color -->
<div class="col-md-6 bg-yellow">
<div class="d-flex align-items-center justify-content-center h-100">
<div class="text-center">
<h1 class="display-4">Reflection</h1>
<p class="lead">This school year, I felt particularly proud of myself when I successfully completed our project on post-secondary education which helped me develop confidence in my public speaking abilities and showcased my growth in a subject I am passionate about. A notable challenge I faced was managing my time effectively between multiple assignments, extracurricular activities and personal life, which I overcame by creating a detailed schedule and prioritizing tasks. This experience taught me the value of organization and time management. I’ve become more proactive in seeking help and more open to constructive feedback which positively impacts my academic performance and relationships. The project was particularly engaging due to its relevance to issues and my relatability to the subject, which caused me to improve my research skills through various resources and guidance from teachers. Supportive relationships with classmates and teachers enriched my school experience. Looking forward, my academic goal is to improve my writing skills, and I plan to achieve this by reading materials and seeking feedback. Personally, I want to learn a new language due to its benefits. Based on this year’s experiences, I would advise myself to start the year with clear goals and maintain a balanced approach to academics and personal interests. Overall, this school year has been a journey of growth and learning, with highlights including successful projects and improved skills, and low points involving time management struggles. I am pleased with my progress. One key lesson from this year is the importance of resilience and adaptability, which I will carry forward into the future.
<br>
<br>
~Yours Truly
<br>
Jaunel Deans
</p>
</div>
</div>
</div>
<!-- Right Side with Darker Yellow Background and College of Pictures -->
<div class="col-md-5">
<div class="row">
<div class="col-md-4">
<img src="images/collage11.png" class="img-fluid w-100" alt="Image 1">
</div>
<!-- Add more image columns as needed -->
</div>
</div>
</div>
</div>
<div>
<iframe class="pdf" src="Profile.pdf"width="100%" height="500"> </iframe>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/js/all.min.js" integrity="sha512-0Hnb7A6m6hsSUG+Kw3azVhaTpqY5BRjVcv+j5z4cK5fsrpBCc5V98a7u5W9ZggmVQuvjJzvAn5Rh0yMlGw4vNQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.bundle.min.js"></script>
</body>
</html>