diff --git a/02week/bio/Picture32.jpeg b/02week/bio/Picture32.jpeg new file mode 100644 index 0000000000..1fdcbf1a5a Binary files /dev/null and b/02week/bio/Picture32.jpeg differ diff --git a/02week/bio/css/style.css b/02week/bio/css/style.css index e69de29bb2..6af2c3fbcd 100644 --- a/02week/bio/css/style.css +++ b/02week/bio/css/style.css @@ -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; +} \ No newline at end of file diff --git a/02week/bio/index.html b/02week/bio/index.html index e69de29bb2..e2eb77504a 100644 --- a/02week/bio/index.html +++ b/02week/bio/index.html @@ -0,0 +1,38 @@ + + + + + + + + +

Edgar

+ + +
+
+

About Me

+

+ 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 +

+
+ +
+

Education

+

+ Kaiserslautern High School + Temple College + Dallas Coding Academy + +

+
+ +
+ +
+
+ + \ No newline at end of file diff --git a/02week/blog/Picture32.jpeg b/02week/blog/Picture32.jpeg new file mode 100644 index 0000000000..1fdcbf1a5a Binary files /dev/null and b/02week/blog/Picture32.jpeg differ diff --git a/02week/blog/css/style.css b/02week/blog/css/style.css index e69de29bb2..f36c08bc24 100644 --- a/02week/blog/css/style.css +++ b/02week/blog/css/style.css @@ -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; +} \ No newline at end of file diff --git a/02week/blog/index.html b/02week/blog/index.html index e69de29bb2..5364dd2318 100644 --- a/02week/blog/index.html +++ b/02week/blog/index.html @@ -0,0 +1,37 @@ + + + + + + + + +

My Life

+ +
+ + + +
+ +
+ + LinkedID + + • + + Facebook + + • + + Instagram + + • + + Bio + + +
+ + + \ No newline at end of file