Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blog #654

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open

Blog #654

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>
Binary file added 02week/blog/Picture32.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions 02week/blog/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
*
{
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;
}

a {
text-size-adjust: 25px;
}
37 changes: 37 additions & 0 deletions 02week/blog/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!Doctype html>
<html>
<head>
<link href="css\style.css" rel= "stylesheet" type= "text/css">
</head>

<Body>

<h1 class="header">My Life</h1>

<center>

<img src="Picture32.jpeg">

<br>

<br>

<a href="https://www.linkedin.com/in/edgar-espadron-393593172/">LinkedID</a>

&bullet;

<a href="https://www.facebook.com/edgarespadron">Facebook</a>

&bullet;

<a href="https://www.instagram.com/mikeyamazing/">Instagram</a>

&bullet;

<a href="bio/index.html">Bio</a>
</ul>

</center>

</body>
</html>