-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (53 loc) · 1.83 KB
/
index.html
File metadata and controls
55 lines (53 loc) · 1.83 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Bradley Hutchings</title>
<script src="sharedHeader.js"></script>
<link rel="stylesheet" href="index.css" />
</head>
<body>
<nav-bar></nav-bar>
<br />
<div class="container my-4">
<div id="about">
<div>
<h1>
Hello, my name is
<span class="no-wrap">
<span id="name"> Bradley Hutchings </span> .
</span>
<br />
Welcome to my website!
</h1>
<br />
<p>I am a <type-writter></type-writter></p>
<p>
Currently located in Napa California and born and raised in Napa Valley,
California. Many of my projects involve digging into why tech is how
it is, in my never-ending quest to understand as much of it as I
can.
</p>
<project-highlight></project-highlight>
<p>
In my free time, I enjoy making and listening to music, learning
languages like Spanish and Japanese, swimming, as well as cooking
and baking! I bring passion and dedication to every task, always
striving for excellence.
</p>
</div>
<img src="assets/me.jpg" alt="me" />
</div>
</div>
<footer-links></footer-links>
<br />
<script type="module" src="navBar.js"></script>
<script type="module" src="themeListener.js"></script>
<script type="module" src="footer.js"></script>
<script type="module" src="Typewritter.js"></script>
<script type="module" src="aOpenNew.js"></script>
<script type="module" src="ProjectHighlight.js"></script>
</body>
</html>