-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
62 lines (46 loc) · 2.52 KB
/
Copy pathabout.html
File metadata and controls
62 lines (46 loc) · 2.52 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!doctype html>
<html lang="en" class="h-100 contact-page" data-bs-theme="auto">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Moses Dilts">
<meta name="generator" content="Hugo 0.118.2">
<title>Who Is This Guy Anyway?</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="components/styling/styles.css">
<link href="components/styling/cover.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Righteous&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Sixtyfour&display=swap" rel="stylesheet">
</head>
<div class="bg-image" style="background-image: linear-gradient(rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0.5)), url('components/images/opensauce.jpg'); height: 100vh; background-size: cover; background-repeat: no-repeat; background-position: center; box-shadow: inset 0 0 100px #000;
">
</body>
<div style="color:aliceblue;" ; class="align-items-center d-flex w-200 h-100 p-3 mx-auto flex-column">
<header class="mb-auto">
<div>
<nav class="nav nav-masthead justify-content-center float-md-end">
<a class="nav-link fw-bold py-1 px-0" href="index.html">Home</a>
<a class="nav-link fw-bold py-1 px-0" href="projects.html">Projects</a>
<a class="nav-link fw-bold py-1 px-0 active" aria-current="page" href="about.html">About</a>
</nav>
</div>
</header>
<p class="med-text">
Hey there! As you probably saw on my amazing landing page, I'm Moses Dilts. I am a junior in computer engineering
at Purdue University. In my spare time, I work on rockets, robots, and other such contraptions. I've done everything
from PCB design to CNC machining. If you want to get in touch, email me at mosesdilts@gmail.com
</p>
<footer class="mt-auto text-white-50">
<p>Background: my Open Sauce booth</p>
</footer>
</div>
</div>
</body>