forked from Ada-C7/Static-Site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathme.html
More file actions
34 lines (30 loc) · 1.23 KB
/
me.html
File metadata and controls
34 lines (30 loc) · 1.23 KB
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
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>About Erica Case</title>
<link rel="styles/normalize.css" href="icono.min.css">
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Indie+Flower|Space+Mono">
</head>
<body>
<header>
<a href="index.html" class="home"> <i class="fa"></i></a>
<h1 class="erica">About: Erica Case</h1>
<a href="projects.html" class="portfolio"> <i class="fa"></i></a>
</header>
<main id="me">
<p>
I have the same middle initial as Donald J. Trump, which has caused a lot of tension among friends and family members.
It is painful to think my beautiful J. attached to such an ugly man
but I choose to believe that despite all, the letter is good and noble.
Also, when we are herded into camps by middle initial the J’s may be spared a little bit of waterboarding.
</p>
</main>
<footer>
<a href="blog.html" class="blog"> <i class="fa"></i></a>
<a href="me.html" class="me"> <i class="fa"></i></a>
</footer>
</body>
</html>