Skip to content

Commit 715adb5

Browse files
authored
feat: adds Meiko's HTML README (#53)
* added html and css * add updated html and css * updated readme
1 parent a08fce6 commit 715adb5

File tree

3 files changed

+75
-0
lines changed

3 files changed

+75
-0
lines changed
55.5 KB
Loading

lesson_01/meikostephens/README.html

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>How to work with Meiko Stephens</title>
5+
<link rel="stylesheet" href="styles.css">
6+
</head>
7+
8+
<body>
9+
<h1>How to work with Meiko Stephens</h1>
10+
<hr>
11+
<h1>My work hours:</h1>
12+
<hr>
13+
<ul>
14+
<li>My work hours are 9am - 5pm.</li>
15+
<li> I'm able to be adaptable by being either an early riser or night owl.</li>
16+
</ul>
17+
<h1>What's the best way to communicate with me?</h1>
18+
<hr>
19+
<ul>
20+
<li>I prefer Google Chat over email.</li>
21+
<li>If I don’t respond then you can send a follow up email.</li>
22+
<li>If you want to talk about projects ideas or assignments then in person is my default.</li>
23+
<li>For most things, I prefer a quick in-person chat — less opportunity for misunderstanding, builds relationships, and it's often faster</li>
24+
<li>If I don’t respond, try: Follow up email, or ping me again on Google Chat. Don't feel bad about bugging me (you're not). For breaking news/emergencies, reach me by text or phone call.</li>
25+
</ul>
26+
<h1>I'd love to help you with_</h1>
27+
<hr>
28+
<p>The small things I feel confident about or feel I have the most exeprtise on. I enjoy helping others with anything and it can be a big problem or small problem.</p>
29+
<h1>What makes me grumpy?</h1>
30+
<hr>
31+
<p>When I get extremely confused about things I tend to get grumpy until I understand it. Also if I don't get enough rest then I get grumpy as well. So if I'm tired or confused I will let you know.</p>
32+
<h1>How do I like to give feedback?</h1>
33+
<hr>
34+
<p>I like to give feedback in person or over email. I will give both positive and construcitve feedback in the best way possible.</p>
35+
<h1>How do I like to receiev feedack?</h1>
36+
<hr>
37+
<p>I like to recieve feedback in person or over email. I like to receive both positive and constructive feedback to help me become better.</p>
38+
<h1>One of my goals for coming year:</h1>
39+
<hr>
40+
<p>Earn a well paying job to buy my first car.</p>
41+
<h1>Topics I'm happy about to talk about:</h1>
42+
<hr>
43+
<p>I enjoy watching movies and tv shows. I can talk to you about any kind of shows that I watched or shows that you watched and would recommend. My favorite series that I watched was Cobra Kai which is a spinoff from the Karate Kid movies. My favorite movie that I watched was a Christopher Nolan film called Tenet which is similar to the movie Inception which I liked a lot as well.</p>
44+
<h1>Other things you may what to know:</h1>
45+
<hr>
46+
<ul>
47+
<li><strong>My favorite candy:</strong> Kit Kat</li>
48+
<li><strong>My favorite drink:</strong> Lemonade</li>
49+
<li><strong>My favorite soda:</strong> Sprite</li>
50+
<li><strong>Sport loyalities:</strong> LA Lakers and Minnesota Vikings</li>
51+
</ul>
52+
<img src="images/meiko-stephens.JPG">
53+
54+
</body>
55+
56+
57+
58+
</html>

lesson_01/meikostephens/styles.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
h1{
2+
font-size: 24px;
3+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
4+
font-weight:600;
5+
}
6+
li{
7+
font-size: 16px;
8+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
9+
10+
}
11+
p{
12+
font-size: 16px;
13+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
14+
}
15+
hr {
16+
color: rgb(167, 162, 162);
17+
}

0 commit comments

Comments
 (0)