Skip to content

Commit bd5cfa6

Browse files
authored
feat: adds html README for Pablo Limon-Paredes (#46)
* feat:add readme html and css * new file style css, modified readme and images * modified breaks in readme html * modified html, and added changes to style css
1 parent e8bdc75 commit bd5cfa6

File tree

3 files changed

+92
-0
lines changed

3 files changed

+92
-0
lines changed
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
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 rel="stylesheet" href="style.css">
7+
<title>Document</title>
8+
9+
</head>
10+
<body>
11+
<a href="<h1>Pablo Limon-Paredes"></a>
12+
13+
<h1>Pablo Limon-Paredes</h1>
14+
<div class="line"></div>
15+
16+
<h2>A Bit Of Information About Me</h2>
17+
<div class="line"></div>
18+
19+
<p>Curently my age is 22 years young, I was born and grew up in Delaware all my life, never really left unless it was to Maryland to visit family, however joining the military changed that for me. I graduated from glasgow high school during covid of 2020, and when I got my diploma it was similar to that of a drive thru unfortunately. This will be my first time ever coding so this will be a challenge but nothing I can't overcome.</p>
20+
21+
<h2>Communication preferences</h2>
22+
<div class="line"></div>
23+
24+
<p>Typically in person is best, however if you need to contact me next would be by email, or give me a call, usually the afternoon or anytime after 10 am would be a great time but by 8 pm i will get to you tomoorow.</p>
25+
26+
<h2> The Way I Learn</h2>
27+
<div class="line"></div>
28+
29+
<p>Everyone learns in many different ways, the way I learn is by hands on work, also depending on the type of information i can be visual, however I best find is the hands on. For me to keep it retained is by being repetitive with it since I will have to do it many many times to understand, but once the information starts to click i'm like a machine.</p>
30+
31+
<h2> Military Information</h2>
32+
<div class="line"></div>
33+
34+
<p>My MOS is 12 W, MOS is basically my job which is a carpentry and masonry specialist, I have been in for 5 years, joined when I was a junior in highschool and with the way that works is a split op program. The program allowed me to go to BCT (Basic Combat Training) in the summer before my senior year, then once you graduate you will complete AIT (Advanced Individual Training) which is the training that is your specific army job you have selected. I have done a few things in my time but the most memorable is in 2023 I was deployed to Saudi Arabia for 9 months which was an amazing experience, that truly showed me how different the world is in many different ways, how hot it is over there, the culture difference, and many other things, but it was all fascinating as well as an amazing experience.</p>
35+
36+
<h2>Likes</h2>
37+
<div class="line"></div>
38+
39+
<ol>
40+
<li>Ping Pong</li>
41+
<li>Longboarding</li>
42+
<li>Video games</li>
43+
<li>Dr.Pepper</li>
44+
<li>Mexican Food</li>
45+
<li>Playing BasketBall</li>
46+
</ol>
47+
48+
<h2>Dislikes</h2>
49+
<div class="line"></div>
50+
51+
<ol>
52+
<li>Watching Sports</li>
53+
<li>Bad Drivers</li>
54+
<li>when people don't bless you after you sneeze</li>
55+
<li>Milkshakes</li>
56+
<li>When people stare</li>
57+
</ol>
58+
59+
<img src="images/images.jpeg" alt="bird staring">
60+
61+
62+
</body>
63+
</html>
6.04 KB
Loading
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
.line{
2+
border-bottom: 1px solid lightgray;
3+
}
4+
body{
5+
padding: 32px;
6+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
7+
8+
}
9+
10+
p {
11+
line-height: 1.6;
12+
font-size: 16px;
13+
}
14+
15+
li {
16+
line-height: 1.6;
17+
}
18+
19+
h1 {
20+
font-size: 32px;
21+
font-weight: 600;
22+
color: rgb(31,35,40);
23+
}
24+
25+
h2 {
26+
font-size: 24px;
27+
font-weight: 600;
28+
color: rgb(31, 35, 40);
29+
}

0 commit comments

Comments
 (0)