-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (65 loc) · 3.94 KB
/
index.html
File metadata and controls
91 lines (65 loc) · 3.94 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/png" href="./assets/images/favicon.ico">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous">
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.0/animate.min.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Jacob Morris</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>
<nav class="navbar navbar-expand-lg navbar-light">
<a id="move" class="navbar-brand" href="#">
<h1> Jacob Morris</h1>
</a>
<ul class="navbar-nav ml-auto" id="move2">
<li class="nav-item ">
<a class="nav-link" href="./#" id="ab"><b><u>About</u></b>
</a>
</li>
<li class="nav-item active">
<a id="cn" class="nav-link" href="./contact">Contact
</a>
</li>
<li class="nav-item">
<a id="pr" class="nav-link" href="./portfolio">Portfolio</a>
</li>
</ul>
</div>
</nav>
<div class="row">
</div>
<div class="col-sm-12">
<div id="imag">
<div id="about">
<br>
<p>Hi! I'm <span class="big">Jacob Morris</span>.</p>
<p> I’m a <span class="big">Full Stack Web Developer</span> who loves acquiring new skills. My quick learning has lead to
rapid
promotion in
multiple customer service leadership roles.
</p><p>
Recently graduated from the University of Utah Coding
Bootcamp, I have a passion for web development. My excellent communication skills have helped me to fit in seamlessly with every team I've had the pleasure to be a part of. One of my strengths is a high tolerance for setbacks. This continues to help me progress as a developer, because I know how to patiently problem solve, and keep trying new approaches.
</p><p>
The most important thing I have learned on my web development journey is how to learn. If I don't know something I have no fear of sitting down and figuring it out. Some of the great things I've been able to learn so far include: WordPress, PHP, Node.Js, Express, JavaScript, jQuery, React.js, React Native, GIT, Github, MongoDB, MySQL, Firebase, HTML, CSS, Bootstrap, Media Queries, APIs, JSON, REST, AJAX, the command line, and computer science fundamentals.</p>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous"></script>
</body>
</html>