|
| 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>The Mundane Life of John W. Bey</title> |
| 7 | + <link rel="stylesheet" href="styles.css"> |
| 8 | +</head> |
| 9 | +<body> |
| 10 | + <div class="container"> |
| 11 | + <h1>The mundane life of John W. Bey</h1> |
| 12 | + <section class="content"> |
| 13 | + <h2>Who am I?</h2> |
| 14 | + <p>Originally born and raised in Philly, I am simply someone looking for an opportunity in what I can only describe to be my passion. That passion is finally becoming a software engineer. Or at least, using whatever knowledge I can gain to finally pursue the projects that I want to pursue.</p> |
| 15 | + </section> |
| 16 | + <section class="content"> |
| 17 | + <h2>What I like</h2> |
| 18 | + <ul> |
| 19 | + <li>Money. Need that in order to do anything, ESPECIALLY the things that I WANT to do.</li> |
| 20 | + <li>Pets. I want an attack dog. The dogs that I've taken care of in the past weren't exactly attack-dog capable (I miss them 😢).</li> |
| 21 | + <li>Females. Self-explanatory.</li> |
| 22 | + <li>Computers. But only when they work. I don't want to even look at a computer when it's having personal issues.</li> |
| 23 | + <li>Lemons. This is just my weird guilty pleasure.</li> |
| 24 | + <liAnime & video games. I probably don't watch or play the same things that most people play, but that's fine. This is definitely one of my main hobbies. The 2 main games I do play are called Super Smash Bros. Ultimate and Splatoon 3.</li> |
| 25 | + </ul> |
| 26 | + </section> |
| 27 | + |
| 28 | + <section class="content"> |
| 29 | + <h2>What I hate</h2> |
| 30 | + <p>I hate potatoes on top of my pizza. I hate when my phone decides to act slow for no reason. I hate Twitter. I hate, HATE losing when competing seriously. Even when I'm not competing seriously, losing just irks me the wrong way.</p> |
| 31 | + </section> |
| 32 | + |
| 33 | + <section class="content"> |
| 34 | + <h2>What am I like?</h2> |
| 35 | + <p>I'm a chill person. I don't like to cause trouble for anyone that's around me. In fact, I'd like to avoid that as much as possible. I'm also disciplined when it comes to things that I really want. I don't really like to talk when I'm trying really hard to understand something, but I will help others if the need arises. Sometimes I can come off as too passive or too abrasive. It's hard to balance the two sometimes. But overall, I'm just another normal dude.</p> |
| 36 | + </section> |
| 37 | + |
| 38 | + <section class="content"> |
| 39 | + <h2>Any controversial opinions?</h2> |
| 40 | + <ul> |
| 41 | + <li>Samsung is better than iPhone.</li> |
| 42 | + <li>Comic books look ugly.</li> |
| 43 | + <li>Video games don't make people violent.</li> |
| 44 | + </ul> |
| 45 | + </section> |
| 46 | + |
| 47 | + <section class="content"> |
| 48 | + <h2>Contacts</h2> |
| 49 | + <p class=" last-paragraph" >You can contact me by sending an email to <a href=" mailto:[email protected]" >[email protected]</a>, or <a href=" mailto:[email protected]" >[email protected]</a> (this one is my Code Differently email). They're both really my work email to be honest. </p> |
| 50 | + </section> |
| 51 | + |
| 52 | + <footer> |
| 53 | + <img src="images/JBEY.jpg" class="images"> |
| 54 | + <img src="images/JBeyS3.jpg" class="images"> |
| 55 | + <img src="images/JBeySU.jpg" class="SUimage"> |
| 56 | + <img src="images/Lucky.jpg" class="images"> |
| 57 | + <img src="images/Rowdy.jpg" class="images"> |
| 58 | + <img src="images/Sasha.jpg" class="images"> |
| 59 | + </footer> |
| 60 | + </div> |
| 61 | + |
| 62 | +</body> |
| 63 | +</html> |
0 commit comments