Skip to content

Commit 3acfa74

Browse files
authored
feat: adds Jeremiah's HTML README (#155)
* finish css * Finished CSS For 001 HW * fix; added images and moved files to jeremiahwing folder
1 parent 1e08e9e commit 3acfa74

File tree

6 files changed

+67
-0
lines changed

6 files changed

+67
-0
lines changed
1.07 MB
Loading
209 KB
Loading
305 KB
Loading
2.03 MB
Loading

lesson_01/jeremiahwing/index.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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>Jeremiah Wing</title>
7+
<link rel="stylesheet" href="stylesheet.css">
8+
</head>
9+
<body>
10+
<img src="./images/img1.jpeg" alt="Me as a kid at Uncle Party">
11+
12+
<h3>Get To Know Jeremiah Wing</h3>
13+
14+
<h3>My daily requirements</h3>
15+
<p>As an early bird person. I usually start my days waking up before the crack of dawn. It tends to usually have something for me to process. As in a certain way of thinking to reach, which I do by usually challenging my mind in such ways as exercise, prayer, reading, and solitude for mental clarity. I am a bit of a picky eater. But 1 to 2 meals a day should do the job for the most of the time. I don't usually drink anything but water. So as long as I have access to it, I am fine. I do like my space throughout the day here and there to make through. By any means necessary do I need a nap if I were to get overstimulated at any point. I do love to work on music as I also have my own studio. When it comes down to my time, this is still a priority for me after my list for the day is knocked out.</p>
16+
17+
<h3>What's the best way to communicate with me?</h3>
18+
<p>Though I'd usually identify as an intro-extrovert, I am pretty open and available as a person. Depending on the relationship status, if you do have my number, preferably, I'd like to be reached out through text first, and if no answer, then phone call. I don't mind answering the phone most of the time; I just like to be forewarned prior to the conversation. If I'm not busy, then of course, feel free to contact. Outside of the phone, I am available via email, WhatsApp, or social media. Rarely in person unless already accepted request.</p>
19+
20+
<img src="./images/img2.jpeg" alt="Me in NY black and white photo">
21+
22+
<h3>I'd love to help you with___</h3>
23+
<p>Being fully authentic as your person. Embracing you and mastering levels of solitude. Understanding more of yourself, loving all your flaws. I also am very humorous, so I love to bring people down to earth, making them feel good and have a good time while being the best or better version of themselves.</p>
24+
25+
<h3>What makes me upset/grumpy?</h3>
26+
<p>I have been working on my temperament my whole entire life. As I got older, I have learned to cope with my emotions and connect them to my drive. I understand that most of the time, I'm angry because of disappointment. However, there are always things to set off your trigger. Not enough rest, not enough food, and hydration. As a creative, I need to express myself as much as possible.</p>
27+
28+
<h3>How do I like to give feedback?</h3>
29+
<p>I usually give feedback only when recommended. But I'd like to give feedback to people who wanted it from me first. Only when a person is receptive.</p>
30+
31+
<h3>How do I like to receive feedback?</h3>
32+
<p>I like to converse or do it in person if anything; I can read body language and mannerisms.</p>
33+
34+
<img src="./images/img3.jpeg" alt="E WAY Music Video Pic">
35+
36+
<h3>One of my goals for the upcoming year:</h3>
37+
<p>To grow spiritually, physically, and naturally into one of the best versions of myself. Excel in my coding position as well as my music career.</p>
38+
39+
<h3>Topics I'm always happy to talk about:</h3>
40+
<p>Music, Basketball, Technology, Relationships, Aspirations, Desires, Nostalgia, Reminisce</p>
41+
42+
<img src="./images/img4.png" alt="Writers Block Music Video Pic">
43+
</body>
44+
</html>

lesson_01/jeremiahwing/stylesheet.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
img {
2+
max-width: 100%;
3+
margin-bottom: 2px;
4+
}
5+
6+
h3 {
7+
font-weight: 600;
8+
line-height: 1.25;
9+
font-size: 1.25em;
10+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
11+
margin-top: 1.5rem;
12+
margin-bottom: 1rem;
13+
}
14+
15+
p {
16+
font-size:16px;
17+
line-height: 1.5;
18+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
19+
}
20+
21+
body{
22+
margin: 32px;
23+
}

0 commit comments

Comments
 (0)