Skip to content

Commit 33090f9

Browse files
dlipscomb244“dlipscomb244”
andauthored
feat: adds html README for Dennis (#143)
* feat: version1 * feat: "lesson01dennis * Delete lesson_04/dennislipscomb/README.md --------- Co-authored-by: “dlipscomb244” <“[email protected]”>
1 parent 72eb5bf commit 33090f9

File tree

3 files changed

+78
-0
lines changed

3 files changed

+78
-0
lines changed

lesson_01/dennislipscomb/README.HTML

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<link rel="stylesheet" href="styles.css">
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>The README About Nothing</title>
8+
</head>
9+
10+
<body bgcolor=white></body>
11+
<h2 id="the-readme-about-nothing-">The README About Nothing 😎</h2>
12+
<hr>
13+
<p>Dennis is a born creative at heart. His creative journey started with attending The Art Institute of Philadelphia as an <br> audio engineer and pivoting into creating music, writing music and publishing a book of spokenword entitled HeARTwork.</p>
14+
15+
<h2 id="the-motivation-">The Motivation 🙏🏽</h2>
16+
<hr>
17+
<p>How I like to start my day</p>
18+
<ul>
19+
<li>Iced Matcha latte or Cold Brew w/ oatmilk</li>
20+
<li>Unnecessarily loud music </li>
21+
<li>BLT (turkey bacon only)</li>
22+
<li>30 minutes of exercise</li>
23+
<li>Sports debate shows</p>
24+
</li>
25+
</ul>
26+
<h2 id="the-connection-">The Connection 🔗</h2>
27+
<hr>
28+
<p>I don&#39;t have a personal prefence with communication. If you have a direct way to reach me, use which ever works best for you. </p>
29+
<p>Phone calls, text, e-mail, morse code ect. Anytime of day, if im awake or not busy I&#39;ll respond asap, scouts honor.</p>
30+
<h2 id="the-learning-style-">The Learning Style 👀</h2>
31+
<hr>
32+
<p><strong>The Positive Way</strong> 📈 I&#39;m a visual learner. The best way for me to retain information is by seeing a visual demonstration or example and then repetition of practice. </p>
33+
<p><strong>The Negative Way</strong> 📉 Reading with out any direction of what i&#39;m doing makes it difficult to retain information. </p>
34+
<h2 id="the-feedback-">The Feedback 🫵🏽</h2>
35+
<hr>
36+
<p>I prefer to receive direct feedback in a 1-on-1 setting. Don&#39;t hold any punches. Brute honesty motivates me. I may not like you in the moment but I&#39;ll appreciate it later.</p>
37+
<p>On the otherhand, I tend to be soft when giving feedback. I can be very politically correct and try to protect feelings while still getting the point across. </p>
38+
<h2 id="the-favorite-things-">The Favorite Things 🤌🏽</h2>
39+
<hr>
40+
<ul>
41+
<li>Chicken Wings 🍗</li>
42+
<li>Autumn 🍁</li>
43+
<li>Sneakers 👟</li>
44+
<li>Writing Music/Poetry 🎤</li>
45+
<li>Running 🏃🏽‍♂️</li>
46+
<li>Cooking 👨🏽‍🍳</li>
47+
<li>Hats 🧢</li>
48+
<li>Music 🎧</li>
49+
<li>Sports 🏀</li>
50+
<li>Flannels 🪵</li>
51+
<br>
52+
</ul>
53+
<h2 id="the-goals-">The Goals 🥅</h2>
54+
<hr>
55+
<p>My main goal for this year is to add tech to my creative ablities in any aspect. To start my food content creator journey and to write another book.</p>
56+
<h2 id="the-proudest-accomplishment-">The Proudest Accomplishment! 🥳</h2>
57+
<hr>
58+
<h2>he<div class="heartwork">ART</div>work ❤️</h2>
59+
<hr>
60+
<p><img src="images/heartwork.jpg"height=770></p>
61+
62+
</html>
679 KB
Loading

lesson_01/styles.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.heartwork{
2+
color: red;
3+
display: inline;
4+
}
5+
body{
6+
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
7+
font-weight: 400;
8+
}
9+
10+
html{
11+
margin: auto;
12+
width: 70% ;
13+
}
14+
li{
15+
padding-bottom: 7px;
16+
}

0 commit comments

Comments
 (0)