Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
139 changes: 139 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
<!DOCTYPE html>
<html lang="”en”">
<head>
<title>Grady's Journal</title>
</head>
<body>

<center>
<header>
<h1>
Grady's Journal
</h1>
<hr class="solid">
</header>
<p> <i> "So come with me, where dreams are born, and time is never planned. Just think of happy things and your love
will fly on wings, forever, in Never Never Land!"
</i> - Peter Pan </p>

<div class="container">
<div class="column-center">
<h2> Monday, April 5th 2021</h2>
<hr class="solid" width="10%">
<h5> Don't be lazy to start the week.</h5>
<ul>
<li>
This morning, I woke up and attended my CSE101 lecture while eating my delicious pancake. 😊
</li>
<li>
Then, I had an appoinment to get my <b> first dose of covid vaccine!!!</b> I was so excited about this. I went
to the RIMAC arena in UCSD and I got the Moderna vaccine.
</li>
<br>
<img src="pic1.JPG" width="20%" height="20%">
<br>
<li>
Later on, I played basketball in the park besides my apartment. 🏀
</li>
<li>
At night, I had dinner with my friends. We ate a really good ramen
called Nishiki Ramen in Convoy, San Diego.
</li>
</ul>
<details>
<summary> <b>Everyday Wins</b></summary>
<ol>
<li>
Got Vaccinated.
</li>
<li>
Improve basketball shooting form.
</li>
</ol>
</details>

</div>
<div class="column-left"></div>
<h2> Tuesday, April 6th 2021 </h2>
<hr class="solid" width="10%">
<h5> Spread positivity throughout the day. </h5>

<ul>
<li>
I woke up at 10 AM and started my day with a cereal while watching lecture. 😝
</li>
<li>
Tuesday is my busy day, I have classes until 4pm.
</li>
<li>
Later on, I went to hike with my friends at Torrey Pines. This is a photo of us.
</li>
<br>
<img src="pic2.jpg" width="20%" height="20%">
<br>
<li>
At night, I was having a deep conversation with my parents about life, business, and mental health.
</li>
</ul>
<details>
<summary> <b>Everyday Wins</b></summary>
<ol>
<li>
Had a hiking cardio.
</li>
<li>
Did two easy leetcode exercises to improve my coding skills.
</li>
</ol>
</details>

<div class="column-right"></div>
<h2> Wednesday, Aprtil 7th 2021</h2>
<hr class="solid" width="10%">
<h5> Either you run the day or the day runs you.</h5>
<ul>
<li>
I am used to start my Wednesday with working out but my arms feel weak due to the post-vaccine affects.
</li>
<li>
I decided to alternate my time with study and watching The Falcon and The Winter Soldier.
</li>
<li>
In the evening, my friends and I went to La Jolla Cove. We played frisbee and soccer beach. ⚽
</li>
<br>
<img src="pic3.jpg" width="20%" height="20%">
<br>
<li>
After the sun went down, I cooked a yummy bolognaise pasta for dinner.
</li>
</ul>
<details>
<summary> <b>Everyday Wins</b></summary>
<ol>
<li>
Revised my resume.
</li>
<li>
Improve my knowledge about car modifications.
</li>
</ol>
</details>
</div>
<hr class="solid">
<br>
<footer>
<h3>
Welcome to Grady's Journal
</h3>
<p> Enter your username and I will definitely follow!</p>
<form onsubmit="alert('Thank you')">
<input type="text" placeholder="Enter IG username" />
<button>
Submit
</button>
</form>
</footer>
</center>
</body>
</html>
13 changes: 13 additions & 0 deletions part2.txt
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
Fill in the passphrases here.
1: greenEggsAndHam
2: iHateCplusplus
3: HTMLRocks
4: JavaScriptRules
5: SvelteBeatsReact
6: ThisIsJS
7: YouFoundMe
8: coolcoolcool
9: 2020sucked
10: listenToTheBlackKeys
11: a11yComesFirst
12: iLoveWebDev
13: 404
Binary file added pic1.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.