commit 3a81eefab19751beda4fd7f9ed0387965c0bf19b
parent 025ae956615ea97630b3df5d531f5d46e9c7978d
Author: Christian Ermann <christianermann@gmail.com>
Date: Fri, 12 Jun 2020 00:18:16 -0600
Created page's structure and filled with information
Diffstat:
3 files changed, 52 insertions(+), 1 deletion(-)
diff --git a/.DS_Store b/.DS_Store
Binary files differ.
diff --git a/index.html b/index.html
@@ -1 +1,52 @@
-Hello, World!
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <meta http-equiv="x-ua-compatible" content="ie=edge"/>
+ <meta name="viewport" context="width=device-width, initial-scale=1"/>
+
+ <title>Christian Ermann</title>
+ </head>
+
+ <body>
+ <div id="about">
+ <h1>Hi, I'm Christian!</h1>
+ <img src="profile.jpg" alt="Profile of Christian Ermann"/>
+ <p>I'm a junior at Lewis & Clark College with a passion for math,
+ physics, and computer science.</p>
+ <p>In addition to academics, I also compete on the L&C Men's Varsity
+ Crew Team.</p>
+ <p>You can contact me at <a href="mailto:christianermann@gmail.com">
+ christianermann@gmail.com</a></p>
+ </div>
+
+ <div id="projects">
+ <h2>Check out my projects!</h2>
+ <ul>
+ <li>
+ <a href="https://github.com/c2000e/Polygonize">Polygonize</a>
+ <p>Evolve images with OpenGL</p>
+ </li>
+ <li>
+ <a href="https://github.com/c2000e/c2000e.github.io">My Website</a>
+ <p>See what's behind this webpage</p>
+ </li>
+ <li><a href="https://github.com/c2000e">All Projects</a></li>
+ </ul>
+ </div>
+
+ <div id="achievements">
+ <h2>Education and Achievements</h2>
+ <ul>
+ <li>
+ <p>Lewis & Clark College, Expected May 2022</p>
+ <ul>
+ <li>Bachelor of Arts in Physics</li>
+ <li>Bachelor of Arts in Mathematics</li>
+ </ul>
+ </li>
+ <li>Eagle Scout Award, 2016</li>
+ </ul>
+ </div>
+ </body>
+</html>
diff --git a/profile.jpg b/profile.jpg
Binary files differ.