-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
184 lines (159 loc) · 9.02 KB
/
index.html
File metadata and controls
184 lines (159 loc) · 9.02 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Resume site for Mitchell Jones to show skills and qualifications in web development">
<meta name="author" content="">
<link rel="icon" href="../../../../favicon.ico">
<title>Mitchell Jones Resume</title>
<!-- Bootstrap core CSS -->
<link href="dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="carousel.css" rel="stylesheet">
</head>
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<a class="navbar-brand" href="#">Mitchell Jones</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">Goals</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</nav>
</header>
<main role="main">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="first-slide" src="images/cara1.jpg" alt="First slide">
<div class="container">
<div class="carousel-caption text-left">
<h1>Mitchell Jones</h1>
<p>www.github.com/Crayjen.</p>
<p><a class="btn btn-lg btn-primary" href="https://github.com/Crayjen" role="button">Github</a></p>
</div>
</div>
</div>
<div class="carousel-item">
<img class="second-slide" src="images/2.jpg" alt="Second slide">
<div class="container">
<div class="carousel-caption">
<h1>Expanding horizons</h1>
<p>Powerful applications you can count on.</p>
<p><a class="btn btn-lg btn-primary" href="#about" role="button">Learn more</a></p>
</div>
</div>
</div>
<div class="carousel-item">
<img class="third-slide" src="images/3.jpg" alt="Third slide">
<div class="container">
<div class="carousel-caption text-right">
<h1>Intuitive Design</h1>
<p>Websites to keep you engaged.</p>
<p><a class="btn btn-lg btn-primary" href="#contact" role="button">Contact</a></p>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#myCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container marketing">
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-lg-4">
<img class="rounded-circle" src="images/round1.jpg" alt="Generic placeholder image" width="140" height="140">
<h2>Web Design</h2>
<p>Using the latest in technology sites I create will be intuitive and extremely user friendly. Fast and friendly user experiences are key to proper web design.</p>
<p><a class="btn btn-secondary" href="#" role="button">View details »</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="rounded-circle" src="images/round2.jpg" alt="Generic placeholder image" width="140" height="140">
<h2>Your site Your way</h2>
<p>No site should look like another. I provide clients with their site to their specifications. </p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="rounded-circle" src="images/round3.jpg" alt="Generic placeholder image" width="140" height="140">
<h2>My Resume</h2>
<p>My name is Mitchell Jones I am a student enrolled at the University of Tennessee at Chattanooga my expected date of graduation is fall 2020. I have qualifications in multiple Object oriented languages such as Java and C# for asp.net web applications. I have used SQL as a database on a Microsoft Azure web application for a cloud services provider. I understand how to use Html and CSS with the Bootstrap framework to create an interactive user experience.</p>
<p><a class="btn btn-secondary" href="downloads/Mitchell's Resume.docx" download role="button">Resume(PDF) »</a></p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
<!-- START THE FEATURETTES -->
<hr id="about" class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Why simplicity <span class="text-muted">is key.</span></h2>
<p class="lead">A website should be as easy to navigate as it is to turn a computer on or off. Users should not be forced to go into tab after tab or look in the footer just to find a customer service page. With my designs websites are simplistic, fast, and logically designed to fit the user's needs.</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-fluid mx-auto" src="images/feature1.png" alt="Generic placeholder image">
</div>
</div>
<hr id="features" class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading">Simplicity creates Speed. <span class="text-muted">See for yourself.</span></h2>
<p class="lead">Following a simple design method allows designers to think of every programmable aspect to the highest effiency. A powerful design is one moment away from a sale or no sale.</p>
</div>
<div class="col-md-5 order-md-1">
<img class="featurette-image img-fluid mx-auto" src="images/feature2.jpg" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Always lean, <span class="text-muted">towards a brighter future.</span></h2>
<p class="lead">The future of web development is always changing and software developers always have to be ready for the next big thing. I strive to never stop learning and that's the attitude I bring to any job. Below I will leave contact information, if you have any questions or comments please contact me!</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-fluid mx-auto" src="images/feature3.jpg" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
</div><!-- /.container -->
<!-- FOOTER -->
<footer id ="contact" class="container">
<p class="float-right"><a href="#">Back to top</a></p>
<p>© 2018 Mitchell Jones. Chattanooga, TN. 37404 · Email: [email protected] </p>
</footer>
</main>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
<script src="assets/js/vendor/popper.min.js"></script>
<script src="dist/js/bootstrap.min.js"></script>
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->
<script src="assets/js/vendor/holder.min.js"></script>
</body>
</html>