Skip to content

Commit 439cab0

Browse files
imo-252Martha Ofuani
andauthored
feat: adds Martha's README.md conversion to HTML (#66)
* created folder and README * added an about me section * feat: adds more details * added images * added images to readme * added title to photo section * added additional details * feat: add communication preferences; remove extra line breaks * feat: create branch and file for martha's lesson 01 assignment * feat: move README file to the correct lesson 01 folder * feat: create html version of martha's README file * chore: update title with correct lesson number * chore: fix formatting * feat: add images to martha's lesson 01 folder --------- Co-authored-by: Martha Ofuani <[email protected]>
1 parent 052d4f4 commit 439cab0

File tree

4 files changed

+87
-0
lines changed

4 files changed

+87
-0
lines changed

lesson_01/marthao/README.html

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
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>Lesson 01</title>
7+
<style>
8+
body {
9+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
10+
font-size: 16px;
11+
line-height: 24px;
12+
margin-bottom: 16px;
13+
}
14+
15+
h2 {
16+
color: black;
17+
border-bottom-color: rgba(209, 217, 224, 0.7);
18+
border-bottom-style: solid;
19+
border-bottom-width: 1px;
20+
padding-bottom: 7.2px;
21+
font-weight: 600;
22+
margin-top: 24px;
23+
margin-bottom: 16px;
24+
}
25+
26+
.first-section {
27+
color: black;
28+
border-bottom-color: rgba(209, 217, 224, 0.7);
29+
border-bottom-style: solid;
30+
border-bottom-width: 1px;
31+
padding-bottom: 7.2px;
32+
font-weight: 600;
33+
margin-top: 0px;
34+
margin-bottom: 16px;
35+
}
36+
37+
p {
38+
margin-bottom: 16px;
39+
font-weight: 400;
40+
}
41+
42+
.container {
43+
padding: 32px;
44+
}
45+
46+
.image {
47+
max-width: 100%;
48+
display: block;
49+
margin-bottom: 16px;
50+
}
51+
</style>
52+
</head>
53+
<body>
54+
<div class="container">
55+
<h2 class="first-section">About Martha:</h2>
56+
<p>I am a former product manager with a public health degree and 7 years of experience in the banking industry. I am navigating a career transition to ideally become a technical product manager. In my free time, I like to try new recipes, play video games, and workout.</p>
57+
58+
<h2>How do I like to give/receive feedback?</h2>
59+
<p>I prefer written feedback so I can refer back to it in the future, but it's more important to me to get the feedback in real-time, so the situation is fresh in my mind.</p>
60+
61+
<h2>What's the best way to communicate with me?</h2>
62+
<p>I am a night owl, so I don't mind responding to messages late in the day. Written communication is best for me and my memory. I am not used to Google Chat (though I'm working on it), so email, text, or LinkedIn are generally the best ways to get in touch with me.</p>
63+
64+
<h2>Somethings to know about me:</h2>
65+
<p>I am an introvert, but I can cosplay an extrovert as needed. I usually need additional time to digest information and reinforce what I've learned. Hands-on activities with visual materials is how I learn best.</p>
66+
67+
<h2>One of my goals for the coming year:</h2>
68+
<p>In the next year, I want to get back to squatting over 200 lbs.</p>
69+
70+
<h2>Topics I’m always happy to talk about:</h2>
71+
<p>Food, powerlifting, good television, travel destinations, the neurodivergent experience.</p>
72+
73+
<h2>Fun Facts</h2>
74+
<ul>
75+
<li>I was born in Nigeria.</l1>
76+
<li>I am the only girl in my family and I have 4 older brothers.</l1>
77+
<li>I have leg pressed over 700 lbs.</l1>
78+
<li>Both of the last two presidents were at my college graduation.</l1>
79+
</ul>
80+
81+
<h2>Photos</h2>
82+
<img src="images/IMG_5534.jpeg" alt="martha's pic 1" class="image" height="400" width="400"/>
83+
<img src="images/IMG_0162.jpeg" alt="martha's pic 2" class="image" height="400" width="400"/>
84+
<img src="images/d7c5b915-03f8-42d4-9975-27b67541ac26.jpeg" alt="martha's pic 3" class="image" height="400" width="400"/>
85+
</div>
86+
</body>
87+
</html>
421 KB
Loading
962 KB
Loading
493 KB
Loading

0 commit comments

Comments
 (0)