cmc/reminiscecleberg.com

clone: git clone https://gitbay.org/cmc/reminiscecleberg.com.git

main: index.html · raw

 1<!DOCTYPE html>
 2<html lang="en">
 3	<head>
 4		<meta charset="utf-8">
 5		<meta name="viewport" content="width=device-width, initial-scale=1">
 6		<link href="/styles.css" rel="stylesheet">
 7		<link href="favicon.ico" rel="icon">
 8		<title>Reminisce Cleberg</title>
 9	</head>
10	<body>
11		<div class="container">
12			<h1>Hi! I'm Reminisce Cleberg.</h1>
13			<p class="fancy-bg">
14				This web page is simply a placeholder for now, while I wait to
15				graduate law school.
16			</p>
17			<p>
18				I am an aspiring law school student, recently graduated from the
19				University of Nebraska-Lincoln with a Bachelor of Arts in
20				Political Science.
21			</p>
22			<p>
23				If you would like to discuss law school or career opportunities,
24				please reach out through LinkedIn or send me an email!
25			</p>
26			<a href="mailto:reminisce@cmc.pub">Email</a>
27			<span class="dot">&middot;</span>
28			<a href="https://www.linkedin.com/in/reminisce-cleberg">LinkedIn</a>
29		</div>
30	</body>
31</html>