Skip to content

Commit b48e5b2

Browse files
TatsuyaRyujinEvan Philakhong
and
Evan Philakhong
authored
feat: adds Evan's HTML README (#93)
* Work in Progress * Work in Progress * feat: Feedback * feat: Workflow * feat: Workflow * feat: lesson_00 homework Evan * fix: added gif local path * chore: added html * chore: added style.css * fix: removed .html * fix: gif format * fix: gif format * refactor: added sections * feat: added gif path * fix: added img dir --------- Co-authored-by: Evan Philakhong <[email protected]>
1 parent ae12c78 commit b48e5b2

File tree

3 files changed

+53
-0
lines changed

3 files changed

+53
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<!DOCTYPE html>
2+
<html lang="en"></html>
3+
<head>
4+
<link rel="stylesheet" href="style.css">
5+
<h2>Evan Philakhong</h2>
6+
</head>
7+
<body>
8+
<section>
9+
<h3>Availability</h3>
10+
<p>I'm always available from 9a-5p if you have any questions feel free to approach me. You can contact me through our Google Chat or if you need you can privately message me my DMs are always open.</p>
11+
12+
<p>Currently my Monday and Friday evenings are quite busy because that's when I'm usually working but I usually try to reply as soon as I get home at 11p. If I don't get to replying I'll definitely answer in the morning.</p>
13+
</section>
14+
<section>
15+
<h3>My Workflow</h3>
16+
17+
<p>I'm a very hands on and visual learner. If you give me instruction and I'm unsure how to execute it. I would need some sort of demonstration or some kind of draft of what you want me to do. Although, usually I'm able to visualize it in my head that gets my mind flowing.</p>
18+
19+
<p>I do enjoy listening to white noise or music while working. If you find me not responding to you I'm just hyperfocused so feel free to come up to me and tap me on the shoulder if you need anything.</p>
20+
</section>
21+
<section>
22+
<h3>Feedback</h3>
23+
24+
<p>If I'm doing anything wrong or if you have a method to complete the task more efficiently please feel free to critique my work in any way you see fit. I'm open to hearing feedback <b>anytime</b></p>
25+
26+
<p>I'm here to learn to work towards a Career in software I'm open for any criticisms and suggestion to improve and adapt my skillset.</p>
27+
28+
<p>Now as far as me giving or suggesting advice. I'll always first ask why you did something in one way rather than another. It's usually just me being curious. I want you to explain the thought process behind why you did something the way you did. I might further suggest another method which is a method I would use it may or may not be "better" or efficient but I always encourage you to do whatever makes you comfortable. I just like throwing ideas out there to give you more options.</p>
29+
</section>
30+
<section>
31+
<h3>Getting to know me</h3>
32+
33+
<p>I'm a car guy I love talking about cars or motorsport whether that be Formula 1, Rally, or Formula Drift. Some of my favorite drivers include Yuki Tsunoda, Alex Albon, and Keiichi Tsuchiya. I'm a big Papaya (McLaren) fan! I'm very passionate about cars so feel free to come up to me and talk anything relating to cars.</p>
34+
35+
<p>I was on the swimming and volleyball team in highschool. These days I try to go regularly every week with a group of my friends.</p>
36+
</section>
37+
<section>
38+
<h3>Fun Facts</h3>
39+
<ul>
40+
<li><b>Favorite Food:</b> Bánh mì</li>
41+
<li><b>Favorite Color:</b> Royal Blue and Forest Green</li>
42+
<li><b>Coffee Order:</b> Dirty Matcha (Matcha Latte + 1 shot of Espresso + 2 Shots of Vanilla)</li>
43+
<li><b>Favorite Anime:</b> Fullmetal Alchemist: Brotherhood</li>
44+
<li><b>My favorite GIF:</b><img src="images/hinata-haikyuu.gif" alt="Hinata Eating" style="max-width: 100%; display: inline-block;"></li>
45+
</ul>
46+
</section>
47+
</body>
Loading

lesson_01/evanphilakhong/style.css

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
html {
2+
font-size: 16px;
3+
font-family: sans-serif;
4+
-webkit-text-size-adjust: 100%;
5+
box-sizing: border-box;
6+
}

0 commit comments

Comments
 (0)