Skip to content

Commit f1fa25f

Browse files
jjcapparelljjcapparellanthonydmays
authored
feat: adds README.html for James Capparell (#30)
* Adding README.md for James Capparell * fixing README.md error * Added README.html for James Capparell * edited phone number out of read me and added read me for lesson 01 * update branch with updates * edited lesson00 README * added deco.css file and removed in line decoration code for text in README.html * added equal padding to README.html in deco.css * attempting to add background of README.html change for users in Light/Dark mode on the browser --------- Co-authored-by: jjcapparell <“[email protected]> Co-authored-by: Anthony D. Mays <[email protected]>
1 parent 2ef5fa7 commit f1fa25f

File tree

4 files changed

+78
-3
lines changed

4 files changed

+78
-3
lines changed

lesson_00/jamescapparell/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ I start my work day between Monday-Friday by waking up at 7am. Once I am up, I g
88
## What’s the best way to communicate with me?
99
I will be mainly be communicating for work through my email: [email protected]
1010

11-
If I don’t respond, try: my phone number: (562) 343-4349
11+
If I don’t respond, try my phone number on file
1212

1313
## I'd love to help you with making the code make sense
1414
I try my best to explain every idea presented in my code and will make an explaination to easily understand it.
1515

1616
## What makes me grumpy?
17-
I am the grumpiest when I amtrying to understand something that I am learning. If I feel like I am just not getting it, I tend to get quiet and try to force my way into figuring it out.
17+
I am the grumpiest when I am trying to understand something that I am learning. If I feel like I am just not getting it, I tend to get quiet and try to force my way into figuring it out.
1818

1919
## How do I like to give feedback?
2020
If I were to give you feedback, I think it is much easier in person. I like to first ask if you need any help with anything they are currently working on. After I am on the same page I will show what my works like and expalin how I got to where I am at and explain my thought process.
@@ -29,7 +29,6 @@ I hope that I learn all I need to know for Git Hub and Java, in order to collabe
2929
If I am ahead in a project we are working on, I like to help explain to others how I got to the point I made it to. I like explaining in full detail so others can concieve that type of result later as well.
3030

3131
### Other things you might want to know:
32-
*Some optional ideas below. Delete and/or add whatever you like.*
3332

3433
* My favorite pass time is playing games on my PC with my friends on Discord
3534
* I live with my older brother, my girlfriend, and my cat Skye

lesson_01/jamescapparell/README.html

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
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>James Capparell</title>
7+
<!-- <meta name="color-scheme" content="dark light"> -->
8+
<link rel="stylesheet" href="deco.css">
9+
</head>
10+
<body>
11+
12+
<h1>James Capparell</h1>
13+
<hr>
14+
<h3>My work hours:</h3>
15+
<p>I start my work day between Monday-Friday by waking up at 7am. Once I am up, I get up and get ready for the day. I leave my house by 7:45 and I have a 20 minute drive to work. I start work at 9am with a break between 11am-12pm and the work day ending at 5pm.</p>
16+
17+
<h2>What’s the best way to communicate with me?</h2>
18+
<hr>
19+
<p>I will be mainly communicating for work through my email: <a href="mailto:[email protected]">[email protected]</a></p>
20+
<p>If I don’t respond, try my phone number on file.</p>
21+
22+
<h2>I'd love to help you with making the code make sense</h2>
23+
<hr>
24+
<p>I try my best to explain every idea presented in my code and will make an explanation to easily understand it.</p>
25+
26+
<h2>What makes me grumpy?</h2>
27+
<hr>
28+
<p>I am the grumpiest when I am trying to understand something that I am learning. If I feel like I am just not getting it, I tend to get quiet and try to force my way into figuring it out.</p>
29+
30+
<h2>How do I like to give feedback?</h2>
31+
<hr>
32+
<p>If I were to give you feedback, I think it is much easier in person. I like to first ask if you need any help with anything you are currently working on. After I am on the same page, I will show what my work is like and explain how I got to where I am at and explain my thought process.</p>
33+
34+
<h2>How do I like to receive feedback?</h2>
35+
<hr>
36+
<p>I like my feedback in person as well. I like to see a solution with an example to reference the problem I am having. I may ask for specifics about how that process works so I completely understand and can conceive that solution later.</p>
37+
38+
<h2>One of my goals for the coming year:</h2>
39+
<hr>
40+
<p>I hope that I learn all I need to know for GitHub and Java, in order to collaborate well for future assignments.</p>
41+
42+
<h2>Topics I’m always happy to talk about:</h2>
43+
<hr>
44+
<p>If I am ahead in a project we are working on, I like to help explain to others how I got to the point I made it to. I like explaining in full detail so others can conceive that type of result later as well.</p>
45+
46+
<h3>Other things you might want to know:</h3>
47+
<ul>
48+
<li>My favorite pastime is playing games on my PC with my friends on Discord.</li>
49+
<li>I live with my older brother, my girlfriend, and my cat Skye.</li>
50+
<li>My birthday: January 9th, 2001.</li>
51+
<li>I am a man that loves mixing foods or dipping to make different tastes (I have standards, don't worry). My favorite go-to lunch is a turkey sandwich with pepper jack cheese, pepperoni, and Chick-fil-A sauce.</li>
52+
<li>My favorite thing to order at a restaurant is any variation of a cheeseburger.</li>
53+
<li>My hometown: Wilmington.</li>
54+
<li>Sports loyalties: I am an Eagles fan by my family genes.</li>
55+
<li>Last but not least ...</li>
56+
</ul>
57+
58+
<p>My favorite gif:</p>
59+
<img src="images/27.gif" height="400" alt="Favorite GIF" />
60+
61+
</body>
62+
</html>

lesson_01/jamescapparell/deco.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
body {
2+
font-family: Arial, sans-serif;
3+
line-height: 1.6;
4+
5+
padding-left: 2em;
6+
padding-right: 2em;
7+
8+
}
9+
:root {
10+
color-scheme: dark light;
11+
}
12+
h1, h2{
13+
margin-bottom: -.25em;
14+
}
1.98 MB
Loading

0 commit comments

Comments
 (0)