Skip to content

Commit c8ea752

Browse files
feat: adds Justin's HTML README (#106)
* Create README.md * Update README.md * Update README.md * Create Images subfolder pictures * Add files via upload picture subfolder * Delete lesson_00/JustinEKlund.md/Images subfolder * Rename IMG_2810.jpg to Images subfolder * Rename Images subfolder to Images * Rename lesson_00/JustinEKlund.md/Images to lesson_00/JustinEKlund.md/Images file/img file * Add files via upload * Rename IMG_2810 (1).jpg to readme pic 1 * Update README.md * Delete lesson_00/JustinEKlund.md/Images files directory * Add files via upload * Delete lesson_00/JustinEKlund.md/Images file directory * Create txt * Add files via upload * Delete lesson_00/JustinEKlund.md/Images/txt * Update README.md * added html and css file * added small change to css * chore: fixed files and HTML Signed-off-by: Anthony D. Mays <[email protected]> * chore: add missing image Signed-off-by: Anthony D. Mays <[email protected]> --------- Signed-off-by: Anthony D. Mays <[email protected]> Co-authored-by: Anthony D. Mays <[email protected]>
1 parent 9fca6ce commit c8ea752

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed
312 KB
Loading

lesson_01/justineklund/readme.html

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Justins ReadMe</title>
7+
<link rel="stylesheet" href="style.css">
8+
</head>
9+
<body>
10+
11+
<h1><b>Justins ReadMe </b></h1>
12+
<hr>
13+
<h1><b>Introduction</b></h1>
14+
<p>Hello my name is Justin Eklund. Im an aspiring coder from Middletown Delaware. I was previously working at apex concrete which is a flooring installer. I helped install floors to the customers expectations as well as help manage the work area. I hope to make an impact somewhere in the coding or software engineering indusrty using my creativity and eventual expertise of the industry. Ive also have been making music for almost 5 years. Music is something that im very passionate about. It helps me take my mind off things and allows me to express myself in ways that I would no do otherwise.
15+
<h2><b>Prerequisite</b></h2>
16+
<hr>
17+
</p>These are things i need to boost productivty in the work space relativly quiet workspace. Im easily distracted so having a focused workspace works best for me Visual learner. I learn things or can comprehend things better seeing a visual example. visual examples give me the most amount of details so I can take the best steps moving forward.
18+
<h2>Best ways to reach me</h2>
19+
<hr>
20+
<p>Not an early bird at all. preferably not mornings but if it has to be a morning after 9am. Email is the most formal way to reach me but a text would always be the quickest. (im a 2000's baby so text is what i grew up with) Also another way is by a social media dm. I check all my streams of communication daily but you will most likely get an answer quicker on an off day through a text.</p>
21+
<h2><b>Other fun facts to know about me</b></h2>
22+
<ul>
23+
<li>I have been making music since 2018 i make all diffrent kinds of music</li>
24+
<li>I have been on the Temple feild during a game for a visist for football. (Temple vs Buffalo a while back)</li>
25+
<li>Theres a post on instagram with over 40000 views featuring one of my songs</li>
26+
<li>One of my songs has almost 10k views on instagram.</li>
27+
<li>I played football up untill i graduated high school</li>
28+
<li>I played DE RB and LB.</li>
29+
<li>I played for Salesianum my freshman year but finished at appo.</li>
30+
<li>Made all state team for delaware my senior year.</li>
31+
<li>I have flown a plane before through CAP (Civil Air Patrol) It was a small private plane that I helped steer while it was in the air.</li>
32+
</ul>
33+
<h2><b>Photo of me</b></h2>
34+
<hr>
35+
<img src="Images/IMG_2810.jpg" alt="">
36+
37+
</body>
38+
</html>

lesson_01/justineklund/style.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
* {
2+
font-family: Arial, Helvetica, sans-serif;
3+
4+
}
5+
h1 {
6+
font-size: 24px;
7+
}
8+
p {
9+
font-size: 16px;
10+
}
11+
li {
12+
font-size: 16px;
13+
}
14+

0 commit comments

Comments
 (0)