Skip to content

Commit 01cb896

Browse files
feat: adds Rasheed's feature read me hw (#42)
* Create README.MD * Create PROFILE PIC * Add files via upload * Update README.MD * Delete lesson_00/RM-README/IMAGES/PROFILE * Update README.MD * Update README.MD * Update README.MD * Update README.MD * Update README.MD * Update README.MD * Update README.MD * Update README.MD * Update README.MD * Update README.MD * Update README.MD * Update README.MD * Create README.html * Update README.html * Create Pro * Add files via upload * Delete lesson_01/RMiller_HTML_README/README.html * Create readme.md * intial commit * commit * . html fix * added border-bottom * Delete lesson_01/RMiller_HTML_README/IMAGES/Pro --------- Co-authored-by: Anthony D. Mays <[email protected]>
1 parent 0f10ff0 commit 01cb896

File tree

6 files changed

+140
-0
lines changed

6 files changed

+140
-0
lines changed
866 KB
Loading
2.52 MB
Loading

lesson_00/RM-README/README.MD

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Rasheed Miller README
2+
3+
## About Me
4+
5+
Hi there! I'm **Rasheed**, a passionate **Photographer & Videographer** 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 **Sunrise & Sunset Photography**, where I often use my drone to capture breathtaking aerial shots of the world. Currently, I'm working on an exciting project- **A Calendar for 2026** featuring some of my best work!
6+
7+
## My Goals
8+
9+
In life, I aim to achieve big things and help others along the way. My goals include:
10+
11+
- Traveling the world while generating massive income from my passions.
12+
- Building generational wealth through real estate and other business ventures.
13+
- Becoming a highly sought-after **Business Coach, Photographer, and Full-Stack Developer**.
14+
- Offering **Guidance & Training** to underserved entrepreneurs, helping them grow their businesses and achieve success.
15+
16+
## Working With Me
17+
18+
When it comes to working with me, here are a few things to keep in mind:
19+
20+
- I value **personal space** and believe it’s essential for a balanced and productive relationship.
21+
- As an **extroverted introvert**, I’m a bit reserved but love having engaging conversations when the opportunity arises.
22+
- The best way to reach me is via **email**.
23+
- I’m usually juggling multiple tasks, so it’s often best to schedule a time with me for meetings or calls.
24+
25+
## Contact
26+
27+
Feel free to email me if you'd like to schedule a one-on-one **Zoom Call**.
28+
29+
## Fun Facts
30+
31+
Here are a few fun things about me:
32+
33+
- I’m an avid **Workout Enthusiast** who enjoys staying active and healthy.
34+
- I’m always diving into **Self-improvement Books** to keep growing.
35+
- One of my all-time favorite movies is **The Matrix** —Hence coding.
36+
- I’m a **Certified Health Coach**, passionate about helping others live healthier lives.
37+
38+
## Photo Gallery
39+
40+
<img src="./IMAGES/CD7FDAF2-6835-4DA5-8A50-75EFA07E04CB.JPEG">
41+
42+
<img src="./IMAGES/EMC01446.jpg">
43+
44+
## Favorite Quote
45+
46+
"If you assume success and persist in that assumption, you cannot fail."
47+
-Neville Goddard
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
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>
866 KB
Loading
2.52 MB
Loading

0 commit comments

Comments
 (0)