Skip to content

Commit 4d66ab4

Browse files
authored
Merge branch 'code-differently:main' into amiyahjones02
2 parents bcdf116 + bd5cfa6 commit 4d66ab4

File tree

17 files changed

+325
-3
lines changed

17 files changed

+325
-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/hummadtanweer/README.CSS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
hr{
2+
border-top: 1px solid rgb(235, 234, 244);
3+
4+
}
5+
body{
6+
font-family: system-ui;
7+
line-height: 1.5;
8+
}
9+
h1,h3{
10+
margin-bottom: 0px;
11+
}

lesson_01/hummadtanweer/README.HTML

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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>Document</title>
7+
<link rel="stylesheet" href="readme.css">
8+
</head>
9+
<body>
10+
<h1>Hello There! I'm Hummad! </h1>
11+
<hr>
12+
<h3>About me</h3>
13+
<hr>
14+
I am always been interested in numbers and love to learn new skills.
15+
16+
<h3>Hobbies:</h3>
17+
<hr>
18+
<p>I have been swimming since I was 5 years old. In my free time I like to play soccer and pickleball. I love outdoor activites especially going on
19+
hiking in summers. I like traveling as well! </p>
20+
<img src="images/Pickleball.webp"height="450px">
21+
22+
23+
<h3>Fun Facts</h3>
24+
<hr>
25+
<p> <li>I can swim in the sea!</li>
26+
<li>I like pineapple on my pizza!</li></p>
27+
28+
<img src="images/happy-pizza-900x612.jpg" height="450px">
29+
30+
<h3>Best ways to Communicate</h3>
31+
<hr>
32+
<p>I think communication is the key - My communication preference: </p>
33+
<li>I prefer contacting me via email.</li>
34+
<li>If it is urgent, I can be contacted on my Cell phone.</li>
35+
</body>
36+
</html>
35.1 KB
Binary file not shown.
Loading

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
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
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+
<link rel="stylesheet" href="style.css">
7+
<title>Document</title>
8+
9+
</head>
10+
<body>
11+
<a href="<h1>Pablo Limon-Paredes"></a>
12+
13+
<h1>Pablo Limon-Paredes</h1>
14+
<div class="line"></div>
15+
16+
<h2>A Bit Of Information About Me</h2>
17+
<div class="line"></div>
18+
19+
<p>Curently my age is 22 years young, I was born and grew up in Delaware all my life, never really left unless it was to Maryland to visit family, however joining the military changed that for me. I graduated from glasgow high school during covid of 2020, and when I got my diploma it was similar to that of a drive thru unfortunately. This will be my first time ever coding so this will be a challenge but nothing I can't overcome.</p>
20+
21+
<h2>Communication preferences</h2>
22+
<div class="line"></div>
23+
24+
<p>Typically in person is best, however if you need to contact me next would be by email, or give me a call, usually the afternoon or anytime after 10 am would be a great time but by 8 pm i will get to you tomoorow.</p>
25+
26+
<h2> The Way I Learn</h2>
27+
<div class="line"></div>
28+
29+
<p>Everyone learns in many different ways, the way I learn is by hands on work, also depending on the type of information i can be visual, however I best find is the hands on. For me to keep it retained is by being repetitive with it since I will have to do it many many times to understand, but once the information starts to click i'm like a machine.</p>
30+
31+
<h2> Military Information</h2>
32+
<div class="line"></div>
33+
34+
<p>My MOS is 12 W, MOS is basically my job which is a carpentry and masonry specialist, I have been in for 5 years, joined when I was a junior in highschool and with the way that works is a split op program. The program allowed me to go to BCT (Basic Combat Training) in the summer before my senior year, then once you graduate you will complete AIT (Advanced Individual Training) which is the training that is your specific army job you have selected. I have done a few things in my time but the most memorable is in 2023 I was deployed to Saudi Arabia for 9 months which was an amazing experience, that truly showed me how different the world is in many different ways, how hot it is over there, the culture difference, and many other things, but it was all fascinating as well as an amazing experience.</p>
35+
36+
<h2>Likes</h2>
37+
<div class="line"></div>
38+
39+
<ol>
40+
<li>Ping Pong</li>
41+
<li>Longboarding</li>
42+
<li>Video games</li>
43+
<li>Dr.Pepper</li>
44+
<li>Mexican Food</li>
45+
<li>Playing BasketBall</li>
46+
</ol>
47+
48+
<h2>Dislikes</h2>
49+
<div class="line"></div>
50+
51+
<ol>
52+
<li>Watching Sports</li>
53+
<li>Bad Drivers</li>
54+
<li>when people don't bless you after you sneeze</li>
55+
<li>Milkshakes</li>
56+
<li>When people stare</li>
57+
</ol>
58+
59+
<img src="images/images.jpeg" alt="bird staring">
60+
61+
62+
</body>
63+
</html>
6.04 KB
Loading

0 commit comments

Comments
 (0)