Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added 02week/bio/Picture32.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions 02week/bio/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
*
{
box-sizing: border-box;
}
body {
font-family: Arial;
padding: 20px;
background:pink;
}

/* Header/Blog Title */
.header {
padding: 30px;
font-size: 40px;
text-align: center;
background: white;
}

/* Footer */
.footer {
padding: 20px;
text-align: center;
background: #ddd;
margin-top: 20px;
}

.column {
float: left;
width: 33%;
padding: 10px;
height: 300px;
}

.row:after {
content: "";
display: table;
clear: both;
}
38 changes: 38 additions & 0 deletions 02week/bio/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!Doctype html>
<html>
<head>
<link href="css\style.css" rel= "stylesheet" type= "text/css">
</head>

<Body>

<h1 class="header">Edgar</h1>


<div class="row">
<div class = "column">
<h3>About Me</h3>
<p>
Hello, My name is Edgar Micheal Espadron. I was born in Naha, Japan on January 17, 1997. I am currently studying computer coding
with austin coding academy. I played Basketball, Football, and did track and field in High School. We won Europeans for basketbal and I am
a European champion for High Jump and Long Jump. I also hold the school record for longest standing long jump which was 11 feet and longest long jump
in a meet which was 8.40 meters
</p>
</div>

<div class = "column">
<h3>Education</h3>
<p>
Kaiserslautern High School
Temple College
Dallas Coding Academy

</p>
</div>

<div class = "column">
<img src="Picture32.jpeg" class="headshot"/>
</div>
</div>
</body>
</html>
38 changes: 38 additions & 0 deletions 02week/blog/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!Doctype html>
<html>
<head>
<link href="css\style.css" rel= "stylesheet" type= "text/css">
</head>

<Body>

<h1 class="header">Edgar</h1>


<div class="row">
<div class = "column">
<h3>About Me</h3>
<p>
Hello, My name is Edgar Micheal Espadron. I was born in Naha, Japan on January 17, 1997. I am currently studying computer coding
with austin coding academy. I played Basketball, Football, and did track and field in High School. We won Europeans for basketbal and I am
a European champion for High Jump and Long Jump. I also hold the school record for longest standing long jump which was 11 feet and longest long jump
in a meet which was 8.40 meters
</p>
</div>

<div class = "column">
<h3>Education</h3>
<p>
Hello, My name is Edgar Micheal Espadron. I was born in Naha, Japan on January 17, 1997. I am currently studying computer coding
with austin coding academy. I played Basketball, Football, and did track and field in High School. We won Europeans for basketbal and I am
a European champion for High Jump and Long Jump. I also hold the school record for longest standing long jump which was 11 feet and longest long jump
in a meet which was 8.40 meters
</p>
</div>

<div class = "column">
<img src="me.jpeg" class="headshot"/>
</div>
</div>
</body>
</html>