-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (65 loc) · 3.55 KB
/
index.html
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
63
64
65
66
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0' />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="css/styles.css" />
<title>Brayden Wood</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light navbar-custom py-0">
<a class="navbar-brand" href="#"><img src='images/logo.png'></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link active" href="pages/experience.html">Resume</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pages/course-projects.html">Course Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pages/personal-projects.html">Personal Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pages/interests-hobbiess.html">Hobbies and Interests</a>
</li>
</ul>
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="pages/contact.html">Contact Me</a>
</li>
</ul>
</div>
</nav>
<div class="page">
<div class="heading-container">
<div class="heading-text">
<h1 class="heading-title">Brayden Wood</h1>
<div class="heading-info">
<h3>About Me</h3>
<p>Hello! My name is Brayden Wood. I am a currently a junior at Brigham
Young University in Provo, Utah majoring in computer science. I am an
aspiring software engineer and am excited about the future of the field.</p>
<p>A bit about me, I grew up
in the central valley of California in a mid-sized city called Visalia. After
highschool I attended college for a year and then deffered my studies to serve as a missionary
for the Church of Jesus Christ of Latter Day Saints for two years in Chile.</p>
<p>I enjoy hiking, playing sports and just being active outside in general. See more about
my what I like to do and about my time in Chile under Hobbies and Interests.</p>
</div>
</div>
<img class="heading-image image-box" src="images/portrait.jpg">
</div>
</div>
<div class='footer'>
<a href='pages/contact.html'>Contact Me</a>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</body>
</html>