-
Notifications
You must be signed in to change notification settings - Fork 0
/
journal.html
53 lines (41 loc) · 3.16 KB
/
journal.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>My E-Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3">
</head>
<body>
<div class="container">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-body-emphasis text-decoration-none">
<span class="fs-4">Milana Tratsevska</span>
</a>
<ul class="nav nav-pills justify-content-center">
<li class="nav-item"><a href="index.html" class="nav-link text-muted">Home</a></li>
<li class="nav-item"><a href="courses.html" class="nav-link text-muted">Relevant Coursework</a></li>
<li class="nav-item"><a href="research.html" class="nav-link text-muted">Research</a></li>
<li class="nav-item"><a href="journal.html" class="nav-link text-muted">Journal</a></li>
<li class="nav-item"><a href="photos.html" class="nav-link text-muted">Photos</a></li>
</ul>
</header>
</div>
<div class="container col-xxl-8 px-1 py-2">
<div class="row align-items-center g-6 py-3">
<div class="col-lg-12">
<h1 class="display-6 fw-bold text-body-emphasis lh-1 mb-4">Journal</h1>
<article class="blog-post">
<em><h2 class="display-8 text-body-emphasis lh-1 mb-1">Prompt 1 - Semester 1 Reflection</h2></em>
<p class="text-muted border-bottom py-2">May 7th, 2024</p>
<p class="">I have survived my first semester of college! My first semester was filled with changes, challenges, and new experiences. The biggest challenge has had to be adjusting to living by myself in a new city as I’ve never lived alone before, but I feel like I managed to adapt quite well to my new environment. I knew almost no one at the beginning of the semester, but by the end of it, I managed to make some great friends I can help and rely on. I feel like I struggled a little bit with the transition from high school to college in regards to coursework, but now I have a lot more experience with college courses and I feel more prepared to ace them in future semesters thanks to the study and work skills and lessons I’ve picked up along the way.
<br><br>Furthermore, I have managed to put myself out there more by joining student organizations, allowing me to kickstart my professional aspirations. Also, being involved with URSP has allowed me to learn more about the research process and feel less daunted by it. The program has inspired me to consider getting involved in research in the future.
</p>
</div>
</div>
</div>
</article>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>