Skip to content

Commit c280c92

Browse files
authored
feat: adds html README for David Smith (#76)
* index.html added * added styling * fix grammar errors from lesson 00 * Updated Styles.css * README fix * git commit errors * Fixing README files
1 parent 4400538 commit c280c92

File tree

6 files changed

+77
-1
lines changed

6 files changed

+77
-1
lines changed

lesson_00/davidsmith/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ When I was younger I spent most of my life playing video games I was fascinated
2828
I am a very hands on person. I dislike lectures but I understand why they're important because you're learning from someone elses experience and saving time rather than having to go through the experience yourself.
2929

3030
### Likes
31-
* Cars; I currently drive a 2015 BMW 428 XI with a dual turbo charged engine makes about 500 HP and 770+ lbs of torque.
31+
* Cars; I currently drive a 2015 BMW 428 XI with a dual turbo charged engine makes about 500 HP and 770+ lbs of torque
3232
### <img src=images/20240908_172706.jpg width=50% height=50%>
3333

3434
### <img src=images/20240908_172719.jpg width=50% height=50%>
5.73 MB
Loading
6.7 MB
Loading
5.86 MB
Loading

lesson_01/davidsmith/index.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
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>David Smith README.md</title>
8+
</head>
9+
<body>
10+
11+
12+
13+
14+
<h1>David Smith README.md</h1>
15+
<br>
16+
<h2>Introduction</h2>
17+
<hr>
18+
<p>When I was younger I spent most of my life playing video games I was fascinated by creating a world in a game that could be whatever I wanted, something to look at and share with the world being able to say I made that. I came from a very poor area and am putting in the work to better my life for myself and my future family.</p>
19+
20+
<h2> Previous Coding Experience </h2>
21+
<hr>
22+
<ul>
23+
<li><p>Java</li></p>
24+
<li><p>HTML, CSS, JS</li></p>
25+
<li><p>Python</li></p>
26+
<li><p>SQL</li></p>
27+
<li><p>C#</li></p>
28+
<li><p>C++</li></p>
29+
</ul>
30+
31+
<h3> Previous Frameworks Used</h3>
32+
<ul>
33+
<li><p>React JS</li></p>
34+
<li><p>Springboot</li></p>
35+
</ul>
36+
37+
<h2> Past work</h2>
38+
<hr>
39+
<ul>
40+
<li><p>4 years at Code Differently I worked in the Youth Employment Program for the better part of 4 years, learning a variety of different coding languages and using multiple different frameworks.</li></p>
41+
42+
<li><p>Three, 8 week internships at JPMorgan Chase & Co. I would expand on the projects I've worked on unfortunately because of NDA's I cannot elaborate upon this but I used several in house frameworks and platforms including cloud platform, creating servers and api's used within the firm.</li></p>
43+
</ul>
44+
45+
<h2>The Way I Learn</h2>
46+
<hr>
47+
<p>I am a very hands on person. I dislike lectures but I understand why they're important because you're learning from someone elses experience and saving time rather than having to go through the experience yourself.</p>
48+
49+
<h3> Likes</h3>
50+
51+
<ul>
52+
<li><p>Cars; I currently drive a 2015 BMW 428 XI with a dual turbo charged engine makes about 500 HP and 770+ lbs of torque.</li></p>
53+
54+
<img src="images/20240908_172706.jpg" width=50% height=50%>
55+
<img src="images/20240908_172719.jpg" width=50% height=50%>
56+
<img src="images/20240908_172728.jpg" width=50% height=50%>
57+
<li><p>Coding; I've been coding for the better part of 7 years and worked within software engineering for 4 of those trying to turn my passion into a job I enjoy.</li></p>
58+
</ul>
59+
60+
</body>
61+
</html>

lesson_01/davidsmith/styles.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
html{
2+
font-family:Segoe UI, SegoeUI, Arial, sans-serif;
3+
4+
}
5+
6+
body {
7+
color:#f0f6fc;
8+
background-color:#161b22;
9+
margin: 0 3%;
10+
11+
}
12+
13+
h1,h2,h3{
14+
margin: 0;
15+
}

0 commit comments

Comments
 (0)