aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-02-01 22:45:59 -0600
committerChristian Cleberg <hello@cleberg.net>2024-02-01 22:45:59 -0600
commitc84d62dfc9706118cf8da213410c4b32d048ef4e (patch)
treedabd9be9c372fed89414de042885e4be91c8d1ad /index.html
parent2f3f3a747d55bbeeaf8892e3ed8d047bd16adcb1 (diff)
downloadreminiscecleberg.com-c84d62dfc9706118cf8da213410c4b32d048ef4e.tar.gz
reminiscecleberg.com-c84d62dfc9706118cf8da213410c4b32d048ef4e.tar.bz2
reminiscecleberg.com-c84d62dfc9706118cf8da213410c4b32d048ef4e.zip
initial commit
Diffstat (limited to 'index.html')
-rw-r--r--index.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..8c1e195
--- /dev/null
+++ b/index.html
@@ -0,0 +1,29 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link href="/styles.css" rel="stylesheet">
+ <link href="favicon.ico" rel="icon">
+ <title>Reminisce Cleberg</title>
+ </head>
+ <body>
+ <div class="container">
+ <h1>Hi! I'm Reminisce Cleberg.</h1>
+ <p class="fancy-bg">
+ This web page is simply a placeholder for now, while I wait to graduate law school.
+ </p>
+ <p>
+ I am an aspiring law school student, recently graduated from the
+ University of Nebraska-Lincoln with a Bachelor of Arts in
+ Political Science.
+ </p>
+ <p>
+ If you would like to discuss law school or career opportunities,
+ please reach out through LinkedIn or send me an email!
+ </p>
+ <a href="mailto:reminisce@cleberg.net">Email</a>
+ <span class="dot">&middot;</span>
+ <a href="https://www.linkedin.com/in/reminisce-cleberg">LinkedIn</a>
+ </div>
+</html>