summaryrefslogtreecommitdiff
path: root/archive.html
blob: 1409c69b3141cf89195fd776801463ff89bea222 (plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>

<html lang="en-us">
	<head>
		<meta charset="UTF-8">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<meta name="author" content="Rafael Marรงalo">
		<meta name="description" content="Archive">
		<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
		<link rel="stylesheet" type="text/css" href="styles/style.css">
		<title>Archive</title>
	</head>
	<body>
		<div id="header">
			<h1>Rafa's Website</h1>
			<nav>
				<a href="index.html">home</a>
				|
				<a href="projects.html">projects</a>
				|
				<a href="services.html">services</a>
				|
				<a href="archive.html">archive</a>
				|
				<a href="donate.html">donate</a>
				|
				<a href="contact.html">contact</a>
			</nav>
		</div>
		<div id="content">
			<h2>Select a Topic:</h2>
			<div class="grid">
				<a href="posts.html" title="Posts" class="grid-element">
					<p class="grid-icon">โœ๏ธ</p>
				</a>
				<a href="books.html" title="Books" class="grid-element">
					<p class="grid-icon">๐Ÿ“š</p>
				</a>
				<a href="people.html" title="People" class="grid-element">
					<p class="grid-icon">๐Ÿ‘ฅ</p>
				</a>
				<a href="web.html" title="Web" class="grid-element">
					<p class="grid-icon">๐ŸŒŽ</p>
				</a>
				<a href="bookmarks.html" title="References" class="grid-element">
					<p class="grid-icon">๐Ÿ—ƒ๏ธ</p>
				</a>
			</div>
		</div>
	</body>
</html>