aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 8c1e19507d1a73df593373575050baa772e09d45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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>