|
| 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> |
0 commit comments