Skip to content

Commit 35e5a1c

Browse files
authored
feat: adds Olivia's HTML README (#57)
* lesson 01 update * Saved local changes before pulling
1 parent 0c531f3 commit 35e5a1c

File tree

4 files changed

+76
-0
lines changed

4 files changed

+76
-0
lines changed

lesson_01/oliviajames/Solid.png

10.9 MB
Loading

lesson_01/oliviajames/ham.png

5.74 MB
Loading

lesson_01/oliviajames/index.html

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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>README.md Copy</title>
7+
<link rel="stylesheet" href="styles.css">
8+
</head>
9+
<body>
10+
<main>
11+
<h1>Olivia James README.md</h1>
12+
<h1>All about me!</h1>
13+
<h2>Who is that girl?</h2>
14+
<p>Olivia is a multifaceted professional with over 10 years of work experience in various fields including; International Affairs, Middle Eastern Studies, Arabic, Dental Assisting, Data Analytics, UX Design, and is currently completing a Software Engineering Program with Code Differently! Although based in Delaware, Olivia enjoys traveling and learning about new places and cultures!!</p>
15+
<h2>TELL ME SOMETHING GOOD</h2>
16+
<p>The best way to contact me is through e-mail at anytime.</p>
17+
<p>Email/Linkedin: Per request</p>
18+
<h2>Hobbies!</h2>
19+
<p>I find joy in creative hobbies like painting, makeup, and art. In my spare time, you can usually find me at an airport, a library, with friends, or at the gym. Traveling is the perfect time for me to dive into a good book—right now, I’m reading The Autobiography of Malcolm X by Alex Haley and Malcolm X, and next on my list is Talk with You Like a Woman: African American Women, Justice, and Reform in New York by Cheryl D. Hicks!"</p>
20+
<h2>What fuels my fire</h2>
21+
<p>I have always been passionate about helping others and exploring different cultures. My journey began with studying International Affairs and Middle Eastern Studies, which deepened my appreciation for global perspectives and sparked my love for languages like Arabic. Learning about different societies and their histories has shaped my understanding of the world and fueled my curiosity.</p>
22+
<p>Over the years, I've embraced learning new skills, from dental assisting to Data Analytics and UX design. I am deeply grateful for these diverse experiences, as they have broadened my perspective and allowed me to pull knowledge from multiple fields. I love to learn, adapt, and grow, always seeking opportunities to expand my understanding.</p>
23+
<p>Now, I'm diving into Software Engineering with Code Differently, where I am honing my skills in front-end and back-end development. My goal is to build impactful technology that improves lives while continuing to evolve, explore, and embrace new challenges. </p>
24+
25+
<h3>Fun Facts!</h3>
26+
<ul>
27+
<li>Favorite Color: Green</li>
28+
<li>Favorite Holiday: Christmas</li>
29+
<li>Favorite Animal: Otter</li>
30+
<li>Favorite Show: Greys Anatomy</li>
31+
<li>Favorite quirk: Practicing different accents</li>
32+
<li>Favorite Broadway Play: Hamilton</li>
33+
</ul>
34+
<h2>Photo Gallery</h2>
35+
<img src="Solid.png" alt="">
36+
<img src="ham.png" alt="">
37+
38+
</main>
39+
40+
41+
42+
</body>
43+
</html>

lesson_01/oliviajames/styles.css

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
body {
2+
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
3+
font-size: 16px;
4+
line-height: 1.5;
5+
word-wrap: break-word;
6+
}
7+
8+
9+
10+
11+
img{
12+
height: auto;
13+
width: 100%;
14+
display: block;
15+
flex-direction: column;
16+
padding-top: 7px;
17+
}
18+
19+
h2 {
20+
border-bottom: 1px solid rgb(214, 214, 214);
21+
font-weight: 500;
22+
}
23+
24+
h1 {
25+
border-bottom: 1px solid rgb(214, 214, 214);
26+
font-weight: 600;
27+
}
28+
29+
h3 {
30+
border-bottom: 1px solid rgb(214, 214, 214);
31+
font-weight: 500;
32+
33+
}

0 commit comments

Comments
 (0)