Skip to content

Commit b8a196f

Browse files
authored
fix: adds READYME for Tommy Tran (code-differently#39)
* feat:READ ME.md * added a learning style * feat: updated Readme * added lesson 1 html & style.css * feat: convert readme. md file to html * feat: update to lesson 01 html and readme.md * doc: fix a grammer issue * fix: add contact info * fix:adds contact info to README.html * fix:delete README.md in lesson_01 and added feedback instructions git status * fix: line 69 image had style repeated in it twice and removed img closing tag * fix: image not showing up * fix line 69 img * fix: line 6 moved stylesheet to read before style.css * fix: line 70 capitalized I in Images * fix: renamme img folder * fix: Readme.html * fix: changed image path * fix: update style.css file with vertical line * fix: style.css removed padding in line class * fix: style.css added vertical lines * fix style.css line * fix: add meta charset line * fix: typo in charset * style.css * fix: moved meta and style into head tag
1 parent dbc4ac7 commit b8a196f

File tree

5 files changed

+168
-0
lines changed

5 files changed

+168
-0
lines changed
1.91 MB
Loading

lesson_00/TommyTran/README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Tommy Tran README
2+
3+
## About Me
4+
Originally born and raised in Springfield, Virginia, I started my life in the DMV area. After moving to Delaware I eventually decided to go to a Vocational Tech School where I majored in carpentry. I worked on woodworking projects including cabinets,framing, and roofing. I continued my studies in carpentry for an additional 2 years before deciding on going to Delaware tech for College. I studied accounting for a time and received my associates degree. Afterwards I entered an adult learning program where I learned HVAC. I worked in this industry for the following 2 years before finding an interest in coding.
5+
6+
### Learning Style
7+
I learn best in a social setting as I can bounce ideas across other people and receive feedback on my actions immediately. I also like to have a hands on approach on subjects and prefer getting my hands dirty with experiments and role-playing scenarios. When I'm alone i like to reflect on the work that I have done and repeat challenge exercises to build up the mental repetition in my head. I struggle to figure out how to tackle problems in the beginning but feel that it gets easier once I have built once I have a solid foundation to process my ideas.
8+
9+
### likes
10+
11+
1. Music / Concerts
12+
1. Art / Fashion
13+
1. Traveling
14+
15+
### dislikes
16+
1. Seafood
17+
2. bugs
18+
3. working on Sundays
19+
20+
### Goals
21+
22+
1. Attend more music festivals and concerts and meet new people.
23+
1. Travel to Japan and go to as many different bars and restaurant.
24+
1. Be able to work remote anywhere in the world.
25+
26+
### My Favorite Past time
27+
28+
<img src= "Images/pancakes.jpg" style="width:500px; height:500px;"/>
29+
30+
### Contact Information
31+
<p>Email: Best form of contact for me. I try to respond as soon as possible.</p>
32+
<p>Phone: I can be reached here for urgent information. If I am not available please leave a voice message</p>
33+
<p>Github: https://github.com/txtran224</p>

lesson_01/TommyTran/README.html

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
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+
<link href="style.css" rel="stylesheet"/>
7+
</head>
8+
9+
<link rel="stylesheet" href="style.css">
10+
11+
12+
<body>
13+
<main>
14+
<div class="md-heading">
15+
<h1> Tommy Tran README</h1>
16+
</div>
17+
<div class="line"> </div>
18+
<div class="md-heading">
19+
<h2>About Me</h2>
20+
</div>
21+
<div class="line"> </div>
22+
<p>Originally born and raised in Springfield, Virginia I started my life in the DMV area.
23+
After moving to Delaware I eventually decided to go to a Vocational Tech School where I majored in carpentry.
24+
I worked on woodworking projects including cabinets, framing, and roofing. I continued my studies in carpentry
25+
for an additional 2 years before deciding on going to Delaware tech for College. I studied accounting for a time
26+
and received my associates degree. Afterwards I entered an adult learning program where I learned HVAC.
27+
I worked in this industry for the following 2 years before finding an interest in coding.
28+
</p>
29+
<div class="md-heading">
30+
<h3>LEARNING STYLE</h3>
31+
<div class="line"> </div>
32+
33+
</div>
34+
35+
<p>I learn best in a social setting as I can bounce ideas across other people and receive feedback on my actions immediately.
36+
I also like to have a hands on approach on subjects and prefer getting my hands dirty with experiments and role-playing scenarios.
37+
When I'm alone i like to reflect on the work that I have done and repeat challenge exercises to build up the mental repetition in my head.
38+
I struggle to figure out how to tackle problems in the beginning but feel that it gets easier once I have built once I have a solid foundation
39+
to process my ideas.
40+
</p>
41+
<div class="md-heading">
42+
<h3>LIKES </h3>
43+
<div class="line"> </div>
44+
</div>
45+
<ol>
46+
<li>Music / Concerts</li>
47+
<li>Art / Fashion</li>
48+
<li>Traveling</li>
49+
</ol>
50+
<div class="md-heading">
51+
<h3> DISLIKES </h3>
52+
<div class="line"> </div>
53+
</div>
54+
<ol>
55+
<li> Seafood</li>
56+
<li> Bugs</li>
57+
<li>Working on Sundays</li>
58+
</ol>
59+
<div class="md-heading">
60+
<h3>GOALS</h3>
61+
<div class="line"> </div>
62+
</div>
63+
<ol>
64+
<li>More music festivals and concerts and meet new people.</li>
65+
<li>Travel to Japan and go to as many different bars and restaurant.</li>
66+
<li>Be able to work remote anywhere in the world.</li>
67+
</ol>
68+
<div class="md-heading">
69+
<h3>MY FAVORITE PAST TIME</h3>
70+
<div class="line"> </div>
71+
</div>
72+
73+
<img src= "https://github.com/txtran224/code-differently-24-q4/blob/lesson_1/lesson_01/TommyTran/img/pancakes.jpg?raw=true" width="500px" height="500px" alt="A hearty breakfast meal">
74+
75+
<div class="md-heading">
76+
<h3> CONTACT INFORMATION </h3>
77+
<div class="line"> </div>
78+
</div>
79+
<p>Email: Best form of contact for me. I try to respond as soon as possible.</p>
80+
<p>Phone: I can be reached here for urgent information. If I am not available please leave a voice message</p>
81+
<p>Github: https://github.com/txtran224</p>
82+
83+
</main>
84+
</body>
85+
</html>

lesson_01/TommyTran/img/pancakes.jpg

1.91 MB
Loading

lesson_01/TommyTran/style.css

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
.line {
2+
border-bottom: 2px solid lightgray;
3+
}
4+
.md-heading h1{
5+
padding-block: 30px;
6+
padding-bottom: 1px;;
7+
font-size: 27px;
8+
line-height: .1;
9+
}
10+
h2{
11+
font-size: 20px;
12+
margin-top: 23px;
13+
margin-bottom: 3px;
14+
}
15+
16+
17+
.md-heading h3{
18+
padding-top: 1px;
19+
line-height: 1.25;
20+
font-size: 17px;
21+
22+
}
23+
24+
p{
25+
font-size: 15px;
26+
}
27+
28+
29+
body{
30+
padding-left: 49px;
31+
padding-right:50px;
32+
font-family:sans-serif;
33+
font-size: 14px;
34+
line-height: 1.5;
35+
}
36+
37+
h3{
38+
font-size: 1.25em;
39+
display: block;
40+
margin-block-start: 16px;
41+
margin-block-end: 16px;
42+
margin-inline-start: 0px;
43+
margin-inline-end: 0px;
44+
45+
}
46+
47+
li{
48+
font-size: 14px;
49+
50+
}

0 commit comments

Comments
 (0)