|
| 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>Readme in HTML</title> |
| 7 | +<link rel="stylesheet" href="stylesheet.css"> |
| 8 | + |
| 9 | + |
| 10 | +</head> |
| 11 | +<body class="markdown-body"> |
| 12 | +<h1><strong>Howdy, I'm Khayla Saunders</strong> 🤠👩🏾💻</h1> |
| 13 | +<h2>Welcome to my Git Crib!</h2> |
| 14 | +<p>Feel free to call me Khai! I love having sidebar chit-chats to make connections, laugh, and work hard. Integrity is essential to me. One of my favorite quotes is from the GOAT Lebron "I know we're out [of] the playoff race, but if I'm on the court, I'm going to play how I play, and I play to win. So, I <strong>never will cheat the game </strong>..."</p> |
| 15 | +<h3> A few not so essential, basics</h3> |
| 16 | +<ul> |
| 17 | +<li>I use she/her/hers pronouns</li> |
| 18 | +<li>3x Gen Philadelphian! GO BIRDS! (Still learning football...BUT I frequent West Point games to support my little BIG cousin!)</li> |
| 19 | +<li>I can get a little southern, I went to undergrad at THE BEST HBCU, Tuskegee University</li> |
| 20 | +<li> I earned my Master's in Historic Preservation from the University of Pennsylvania, where I enjoyed breaking traditional norms to save Black Philly Gems...check out my work with the <a href=(https://www.inquirer.com/arts/tanner-house-community-outreach-report-20240910.html)>Tanner House!</a></li> |
| 21 | +<li>I need my Mushroom Coffee Daily (Everyday Doze) 🍄 </li> |
| 22 | + |
| 23 | +</ul> |
| 24 | +<h4>Work Routine</h4> |
| 25 | +<p>I am at my best in the mornings, and Ready to chat about work from 9 a.m. to 6 p.m.</p> |
| 26 | +<h4>Best Way to communicate </h4> |
| 27 | +<ul> |
| 28 | + <li><span>Email:</span> For non-urgent but more extended questions, it helps me process more efficiently and think through the problem better.</li> |
| 29 | + <li><span>Google Chat:</span> Best for casual or quick questions and/or conversations.</li> |
| 30 | + <li><span>In-person:</span> MY FAVORITE!</li> |
| 31 | +</ul> |
| 32 | +<blockquote><span>ALSO</span> Feel Free to tap me, even if I have headphones on (I prefer to work with something in the background). |
| 33 | +</blockquote> |
| 34 | +<h4>How do I like to give feedback? </h4> |
| 35 | +<p>I want to meet in person, but if it's easier, I can email you. I'm always taking notes that I can share.</p> |
| 36 | +<h4>How do I like to receive feedback? </h4> |
| 37 | +<p>In-person is best, but if you don't have any time, email/Google chat is best. </p> |
| 38 | +<h4>My Goal for this year </h4> |
| 39 | +<p>I want continuous growth in my faith, to become a software engineer, to go on one international trip, and to keep learning to remain a service person.</p> |
| 40 | +<h4>Birthday</h4> |
| 41 | +<p>March 25th ♈</p> |
| 42 | +<h4>Favorite Topics</h4> |
| 43 | +<ul class="favorites"> |
| 44 | + <li> Family ❤️</li> |
| 45 | + <li>Art 🖌️</li> |
| 46 | + <li> Sephora 🩶</li> |
| 47 | + <li>NYT No Recipe-Recipe Cook Book🧑🍳</li> |
| 48 | + <li>Sports 🏈🏀 (LOYAL TO PHILLY!)</li> |
| 49 | + <li>Reality TV junckie 📺 🫣</li> |
| 50 | + <li>Reading & learning anything related to Black people 🖤</li> |
| 51 | + |
| 52 | + |
| 53 | +</ul> |
| 54 | +<h4 class="camera">Camera Roll</h4> |
| 55 | +<!-- Image placement and caption styling guidance provided by ChatGPT --> |
| 56 | +<div class="image-container"> |
| 57 | + <P>Eagles Fans</P> |
| 58 | + <img src="images/EAGLES.jpeg" alt="Family Eagles Watch Day Photo" class="photo"> |
| 59 | + <p>Family Football Game</p> |
| 60 | + <img src="images/TU.jpeg" alt="West Point Game Day Selfie" class="photo"> |
| 61 | + <p>West Point Game</p> |
| 62 | + <img src="images/WP.jpeg" alt="Photo of Khayla (left)and Kody (right) at West Point Game" class="photo"> |
| 63 | + <p>First Time at the Selma Jubilee</p> |
| 64 | + <img src="images/CPCRS.jpg" alt="99th Selma Jubilee Photo" class="photo"> |
| 65 | +</div> |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | +<footer> |
| 70 | + <p>© 2025 Khayla Saunders. All rights reserved.</p> |
| 71 | +</footer> |
| 72 | +</body> |
| 73 | +</html> |
0 commit comments