Skip to content

Commit 9f4034b

Browse files
authored
feat: adds Nia's HTML README (#112)
1 parent 6ac3970 commit 9f4034b

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

lesson_01/niap/images/IMG_6909.JPG

352 KB
Loading

lesson_01/niap/index.html

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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>Knowing Nia</title>
7+
<body>
8+
9+
<h1>Knowing Nia</h1>
10+
<p>How to work with Nia P.</p>
11+
12+
<h2>My work hours:</h2>
13+
<p>I am a morning person. Specifically early morning, between 3 & 8am is my usual leisure time. Colleagues should expect to work with me during most business hours, 9am to 6pm. I am available Monday through Friday during those times. I don't prefer to work weekends but I will make an exception on Saturdays. Sundays are strictly forbidden for work.</p>
14+
15+
<h2>What’s the best way to communicate with me?</h2>
16+
<p>I prefer to email on certain topics in order to have a paper trail, but I am open to communication through text message if needed. I prefer in-person meetings over chats and Zoom. It is OK to interrupt when I have headphones on. If I don’t respond try calling me on my cell phone.</p>
17+
18+
<h2>How did my interest in tech start?</h2>
19+
<p>I was interested in code and decided to enroll in a CS50 class with Harvard. I learned a few fundamentals but overall it was too fast-paced. I then did a course at SNHU wanting to major in Cyber Security, but came to the conclusion that I would prefer to learn in person.</p>
20+
21+
<h2>What makes me grumpy?</h2>
22+
<p>I'm usually grumpy when I'm hungry and/or tired.</p>
23+
24+
<h2>How do I like to give feedback?</h2>
25+
<p>I prefer to give feedback in person, this way there is no way to misinterpret my tone and my delivery. Which is easy to do when reading.</p>
26+
27+
<h2>How do I like to receive feedback?</h2>
28+
<p>I prefer feedback in-person because it's more personable but I'm open to email. I would like feedback as frequently as once a week. More if needed.</p>
29+
30+
<h2>One of my goals for the coming year:</h2>
31+
<p>This year one of my goals is to become fluent in code and its terminology. Another goal is to travel out of my country.</p>
32+
33+
<h2>Topics I’m always happy to talk about:</h2>
34+
<p>I'm always happy to talk about my experiences in life. The places I've lived, previous jobs and places I've traveled. I also love talking about my children.</p>
35+
36+
<h2>Other things you might want to know:</h2>
37+
<ul>
38+
<li>My favorite baked good: Chocolate cake</li>
39+
<li>Spouses/partners/kiddos/pets: I have 3 children. (18, 9 & 6)</li>
40+
<li>My birthday: October 21 #TEAM LIBRA</li>
41+
<li>Fruit on pizza? I love pineapples on pizza</li>
42+
<li>My coffee order: Large mocha, iced with 6 creams & 7 sugars</li>
43+
<li>My hometown: Born in Brooklyn, raised in Harlem</li>
44+
<li>My favorite food: Steak cooked medium well</li>
45+
<li>My favorite color: Neutral colors (brown, beige, army green)</li>
46+
<li>My favorite tv shows: Grey's Anatomy, The Resident, The Walking Dead</li>
47+
</ul>
48+
49+
<img src="images/IMG_6909.JPG" alt="test">
50+
51+
</body>
52+
</html>

0 commit comments

Comments
 (0)