|
| 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>Rasheed Miller README</title> |
| 7 | + <style> |
| 8 | + body { |
| 9 | + font-family: Arial, sans-serif; |
| 10 | + line-height: 1.6; |
| 11 | + margin: 0; |
| 12 | + padding: 20px; |
| 13 | + background-color: #f4f4f4; |
| 14 | + } |
| 15 | + h1, h2 { |
| 16 | + color: #333; |
| 17 | + border-bottom: 0.5px solid black; |
| 18 | + } |
| 19 | + h2 { |
| 20 | + margin-top: 20px; |
| 21 | + } |
| 22 | + ul { |
| 23 | + list-style-type: disc; |
| 24 | + margin-left: 20px; |
| 25 | + } |
| 26 | + .gallery img { |
| 27 | + width: 100%; |
| 28 | + height: auto; |
| 29 | + margin: 10px 0; |
| 30 | + } |
| 31 | + .container { |
| 32 | + max-width: 800px; |
| 33 | + margin: 0 auto; |
| 34 | + background-color: white; |
| 35 | + padding: 20px; |
| 36 | + border-radius: 8px; |
| 37 | + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); |
| 38 | + } |
| 39 | + .quote { |
| 40 | + font-style: italic; |
| 41 | + color: #555; |
| 42 | + } |
| 43 | + </style> |
| 44 | +</head> |
| 45 | +<body> |
| 46 | + |
| 47 | + <div class="container"> |
| 48 | + <h1>Rasheed Miller README</h1> |
| 49 | + |
| 50 | + <h2>About Me</h2> |
| 51 | + <p>Hi there! I'm <strong>Rasheed</strong>, a passionate <strong>Photographer & Videographer</strong> with a love for capturing the beauty of life through my lens. I enjoy finding special moments and preserving them as memories for others to cherish. My love for photography extends to <strong>Sunrise & Sunset Photography</strong>, where I often use my drone to capture breathtaking aerial shots of the world. Currently, I'm working on an exciting project- <strong>A Calendar for 2026</strong> featuring some of my best work!</p> |
| 52 | + |
| 53 | + <h2>My Goals</h2> |
| 54 | + <p>In life, I aim to achieve big things and help others along the way. My goals include:</p> |
| 55 | + <ul> |
| 56 | + <li>Traveling the world while generating massive income from my passions.</li> |
| 57 | + <li>Building generational wealth through real estate and other business ventures.</li> |
| 58 | + <li>Becoming a highly sought-after <strong>Business Coach, Photographer, and Full-Stack Developer</strong>.</li> |
| 59 | + <li>Offering <strong>Guidance & Training</strong> to underserved entrepreneurs, helping them grow their businesses and achieve success.</li> |
| 60 | + </ul> |
| 61 | + |
| 62 | + <h2>Working With Me</h2> |
| 63 | + <p>When it comes to working with me, here are a few things to keep in mind:</p> |
| 64 | + <ul> |
| 65 | + <li>I value <strong>personal space</strong> and believe it’s essential for a balanced and productive relationship.</li> |
| 66 | + <li>As an <strong>extroverted introvert</strong>, I’m a bit reserved but love having engaging conversations when the opportunity arises.</li> |
| 67 | + <li>The best way to reach me is via <strong>email</strong>.</li> |
| 68 | + <li>I’m usually juggling multiple tasks, so it’s often best to schedule a time with me for meetings or calls.</li> |
| 69 | + </ul> |
| 70 | + |
| 71 | + <h2>Contact</h2> |
| 72 | + <p>Feel free to email me if you'd like to schedule a one-on-one <strong>Zoom Call</strong>.</p> |
| 73 | + |
| 74 | + <h2>Fun Facts</h2> |
| 75 | + <ul> |
| 76 | + <li>I’m an avid <strong>Workout Enthusiast</strong> who enjoys staying active and healthy.</li> |
| 77 | + <li>I’m always diving into <strong>Self-improvement Books</strong> to keep growing.</li> |
| 78 | + <li>One of my all-time favorite movies is <strong>The Matrix</strong> —Hence coding.</li> |
| 79 | + <li>I’m a <strong>Certified Health Coach</strong>, passionate about helping others live healthier lives.</li> |
| 80 | + </ul> |
| 81 | + |
| 82 | + <h2>Photo Gallery</h2> |
| 83 | + <div class="gallery"> |
| 84 | + <img src="./IMAGES/CD7FDAF2-6835-4DA5-8A50-75EFA07E04CB.JPEG" alt="Photography 1"> |
| 85 | + <img src="./IMAGES/DronePic.jpg" alt="Photography 2"> |
| 86 | + </div> |
| 87 | + |
| 88 | + <h2>Favorite Quote</h2> |
| 89 | + <p class="quote">"If you assume success and persist in that assumption, you cannot fail." <br> -Neville Goddard</p> |
| 90 | + </div> |
| 91 | + |
| 92 | +</body> |
| 93 | +</html> |
0 commit comments