-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
153 lines (145 loc) · 5.9 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
<!DOCTYPE html>
<title>So You Want To Go To College? - Jesus A</title>
<head>
<link rel='stylesheet' href='style.css'>
<link href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200;400&display=swap" rel="stylesheet">
</head>
<body>
<div class='bold center '>
<h1 class='margin_zero'>So You Want To Go To College?</h1>
</div>
<div class='light center'>
<p class='margin_zero'>by Jesus A.</p>
</div>
<div class='padding_default'>
<div class='header_block'>
<h2>What Not To Do</h2>
<p>
The time is here. Only couple of months before your off to college and you won't have to deal with your
annoying brother, while your waiting though, there are a couple things you should <b>avoid</b> doing while
preparing
for this new voyage.
</p>
<div class='header_list'>
<h3>1. Ghosting your friends</h3>
<p>
Ghosting your friends is not cool. These people supported you for so long and even if your life's direction
isn't going in the same way as theirs, it doesn't mean that you should break off your friendship. Theres a
reason why you became friends in the first place, instead of abandoning said friendship, you should instead
try
to cherish
and make even more memories with them.
</p>
</div>
<div class='header_list'>
<h3>2. Watching tiktoks all day</h3>
<p>
Go do something. Even if it's going for a walk, you'll regret not doing more while you have all this free
time,
because trust me you'll find youself with a lot less of it while your at college. Find your passion or let
your
creative side run free, take on new skills or goof around, just do something. Scrolling on tiktok won't
benefit
you as much as drawing or hiking will.
</p>
</div>
<div class='header_list'>
<h3>3. Not spending time with family</h3>
<p>
Just as important if not even more important than spending time with friends is spending time with your
family.
If you live far away from the college you will be attending, then it might be for a couple months that you
won't
be able to see them again. Make sure to show them that you care and that you will miss them, this can be by
just
telling them or by doing more stuff together like going out to eat, going to the park or playing family games.
</p>
</div>
</div>
<hr />
<div class='header_block'>
<h2>1 Week Before Move-In</h2>
<p>
Don't panic. I know you only have a week left but that doesn't mean that you should just start grabbing
everything you can think of. Take the time to plan out what you really need and what you can leave, because
unless you have a quad bedroom at <b><i>yakʔitʸutʸu</i></b> you won't really be able to fit alot, and the stuff
you
do
manage to pack will mostly be clothes. You will forget essentials. Which is why I'm going to give you a table of
everything you will <b>MOST DEFINITELY</b> be needing in college.
</p>
<table>
<tr>
<th>Clothes</th>
<th>Skincare</th>
<th>Bathing</th>
<th>Dorm Essentials</th>
<th>Misc.</th>
</tr>
<tr>
<td>Hoodies</td>
<td>Moisturizer</td>
<td>Conditioner</td>
<td>Posters</td>
<td>Toothbrush|paste</td>
</tr>
<tr>
<td>Windbreaker</td>
<td>Cleanser</td>
<td>Shampoo</td>
<td>Fan</td>
<td>Febreeze</td>
</tr>
<tr>
<td>Socks</td>
<td>Exfoiliater</td>
<td>Shower shoes</td>
<td>Lamp</td>
<td>Snacks</td>
</tr>
<tr>
<td>Shirts</td>
<td>Makeup</td>
<td>Gel/mousse</td>
<td>Blankets | pillows | comforter</td>
<td>Notebooks</td>
</tr>
<tr>
<td>Underwear</td>
<td></td>
<td></td>
<td>Trashbags</td>
<td>Pencils</td>
</tr>
</table>
</div>
<hr />
<div class='header_block'>
<h2>The Day</h2>
<p>
So the days finally here. Your stuffs been packed up and your driving to the school. These might be the last
couple moments you spend with your family for a long time. Cherish them. Make sure to have read
your school's moving day instructions, some will ask you to take a different route than what Google Maps says.
When you reach your drop off location, ask the people helping out for directions to your dorm and begin the
laborous
proccess of moving things in. This will be where you sleep, study, have fun, relax, so make sure to spend the
proper amount of time organizing it and making your dorm look nice. If you can, try to go to a restauraunt with
your
family afterwards, as this is where your life begins to seperate from theirs.
</p>
</div>
<hr />
<div class='header_block'>
<h2>Now What</h2>
<p>So your all alone now. Get out of your dorm and make friends. This initial week is the easiest and best
time to do so. You will meet people with different backgrounds and different personalities. Just go out there
and talk, this week is meant for it. Find some place downtown to eat at, go explore the mountains, go kayaking,
join clubs, play sports,
do what excites. After 12 years, you are now here, you are in college. This is the start of your life.</p>
</div>
</div>
</body>
</html>