Skip to content

Commit 4c3f186

Browse files
authored
feat: add html README for Dasia (code-differently#44)
* updated HTML * updated after reviewed
1 parent b8a196f commit 4c3f186

File tree

3 files changed

+175
-0
lines changed

3 files changed

+175
-0
lines changed

lesson_01/dasiaenglish/README.html

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<title> My README in HTML </title>
6+
<link rel="stylesheet" href="style.css">
7+
</head>
8+
9+
<body>
10+
<div class="container">
11+
<div class="heading">
12+
13+
<div class="content">
14+
<h1>Dasia English </h1>
15+
<div class="line"></div>
16+
17+
</head>
18+
<h2>Get to know me :)</h2>
19+
<div class="line"></div>
20+
<p>Hello everyone! I am excited to be in this program and further my education in tech. I graduated from the
21+
University
22+
of Delaware majoring in Entrepreneurship, and minored in Disability Studies. Not to mention I was on the
23+
Coed
24+
Cheer
25+
team and named captain my Senior year. I have 19 years of experience in cheerleading. With that
26+
experience,
27+
I
28+
also
29+
have won a lot of cool things in those years. My most recent accomplishment is being a 4x Collegiate
30+
Champion in
31+
a
32+
row.</p>
33+
34+
<h3>2024 Game Day Champions (6peat)</h3>
35+
<div class="line"></div>
36+
37+
<img id="image" src="images/Celebration.JPG" height="400" style="max-width: 100%">
38+
39+
40+
<h2>Current jobs </h2>
41+
<div class="line"></div>
42+
43+
<ol>
44+
<li>First State Gymnastics</li>
45+
<ul>
46+
<li>Insructor/Front Desk</li>
47+
</ul>
48+
<li> M.O.T All Stars </li>
49+
<ul>
50+
<li>Coaching a Mini level 1 prep Team</li>
51+
</ul>
52+
<li> Odessa High School Cheer Coach</li>
53+
<ul>
54+
<li>JV Cheer Team</li>
55+
</ul>
56+
<li> Private Lessons (Personal business)</li>
57+
<ul>
58+
<li>Tumbling, stretching, and Jump 1-on-1's</li>
59+
</ul>
60+
</ol>
61+
62+
63+
<h2>Support</h2>
64+
<div class="line"></div>
65+
66+
<p>I am a hands-on-learner. I also learn from constructive feedback. I like to know when I am wrong. Mainly
67+
because
68+
I
69+
want to continuously make myself better. I also like to get credit when my credit is due. </p>
70+
71+
<h2> Contact me </h2>
72+
<div class="line"></div>
73+
74+
<p>I am available from 9am-9pm. The best time is before 12pm</p>
75+
76+
<h2> Goals for the coming Year </h2>
77+
<div class="line"></div>
78+
79+
<p>Finding my career job in Tech. I also would like my cheerleading team to be undefeated.</p>
80+
<h2> Important to know </h2>
81+
<div class="line"></div>
82+
<p></p>
83+
<li>
84+
When I am doing work I rather not get interrupted because I will lose my train of thought. I would
85+
appreciate if
86+
people would wait until I am finished to talk to me.
87+
</li>
88+
<li>Time management is big for me</li>
89+
<li>I have to be organized in order for me to be my most productive self
90+
</li>
91+
92+
93+
<h1>What will get me talking </h1>
94+
<div class="line"></div>
95+
<p></p>
96+
97+
<li>I love talking about cheerleading. Like I said before I have been doing cheerleading since I was 3 years
98+
old. I
99+
have
100+
not stopped since. </li>
101+
<li>I enjoy talking about clothing and shopping. I have so many clothes. I love going to the mall. I also
102+
enjoy
103+
going to
104+
the mall. I did have to take a pause on shopping because I am starting to not have anywhere to put my
105+
clothes.
106+
</li>
107+
<li> I have torn my ACL and I love to relate to people in this way and give them encouragement on the 9
108+
month
109+
process. I
110+
know how it feels to have to take a step back from doing things how you normally do them and having to
111+
adapt
112+
to
113+
your
114+
new life. </li>
115+
<li> I also like to talk about cheerleading skills. I enjoy spreading my knowledge and helping people
116+
achieve
117+
skills
118+
that I already know. I get pride and joy from doing so. </li>
119+
<p></p>
120+
</div>
121+
122+
</div>
123+
124+
</body>
125+
126+
</html>
390 KB
Loading

lesson_01/dasiaenglish/style.css

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
2+
.content{
3+
margin: auto;
4+
width: 50%;
5+
}
6+
7+
8+
.line {
9+
border-bottom: 1px solid #d1d9e0b3;
10+
}
11+
12+
h2, h1, h3{
13+
margin: 0;
14+
font-weight: 550;
15+
}
16+
17+
#image {
18+
margin-top: 16px;
19+
20+
}
21+
22+
.container {
23+
margin: auto;
24+
border: 1px solid #d1d9e0b3;
25+
border-radius: 7px;
26+
margin-top: 1%;
27+
margin-bottom: 1%;
28+
29+
max-width:98%;
30+
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, Arial, Helvetica, sans-serif;
31+
32+
overflow: auto;
33+
font-size: 16px;
34+
line-height: 1.7;
35+
word-wrap: break-word;
36+
}
37+
38+
.heading {
39+
margin: 0;
40+
padding: 0;
41+
border-bottom: rgb(209,217,224) solid 1px;
42+
padding: 8px 8px 8px 16px;
43+
}
44+
45+
.heading h4{
46+
margin: 0;
47+
font-size: 14px;
48+
}
49+

0 commit comments

Comments
 (0)