Commit 038abefbdd3cf39c59710233acbfda08c1bf931d

Authored by Paul Wallace
1 parent 0578d52453
Exists in master

Center everything

Showing 1 changed file with 4 additions and 4 deletions Inline Diff

public/views/index.html View file @ 038abef
<!DOCTYPE html> 1 1 <!DOCTYPE html>
<html lang="en"> 2 2 <html lang="en">
<head> 3 3 <head>
<meta charset="utf-8"> 4 4 <meta charset="utf-8">
<!-- Ensure that Bootstrap is mobile friendly --> 5 5 <!-- Ensure that Bootstrap is mobile friendly -->
<meta name="viewport" content="width=device-width, initial-scale=1"> 6 6 <meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Latest compiled and minified CSS --> 7 7 <!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> 8 8 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
9 9
<!-- Optional theme --> 10 10 <!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"> 11 11 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
12 12
<!-- Latest compiled and minified JavaScript --> 13 13 <!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> </head> 14 14 <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> </head>
15 15
16 16
<body> 17 17 <body>
<!-- <nav class="fixed-nav-bar group nav-collapse"> 18 18 <!-- <nav class="fixed-nav-bar group nav-collapse">
<ul class="group"> 19 19 <ul class="group">
<li><a href="Files/PaulWallaceResume.6.1.1.pdf" class="resume-link" target="_blank">Resume</a></li> 20 20 <li><a href="Files/PaulWallaceResume.6.1.1.pdf" class="resume-link" target="_blank">Resume</a></li>
</ul> 21 21 </ul>
<a href="#" id="pull" ontouchend="this.onclick=fix">Menu</a> 22 22 <a href="#" id="pull" ontouchend="this.onclick=fix">Menu</a>
</nav> --> 23 23 </nav> -->
24 24
<!--asdifhasdfasdfapsdbfasdfa--> 25 25 <!--asdifhasdfasdfapsdbfasdfa-->
26 26
27 27
28 28
<div class="container-fluid"> 29 29 <div class="container-fluid">
30 30
31 31
<div class="jumbotron"> 32 32 <div class="jumbotron text-center">
<h1>Safe Routes</h1> 33 33 <h1>Safe Routes</h1>
<p>The best way to find the safest routes.</p> 34 34 <p>The best way to find the safest routes.</p>
</div> 35 35 </div>
36 36
<!--What are for and type for?--> 37 37 <!--What are for and type for?-->
38 38
<form> 39 39 <form class="text-center">
<div class="form-group"> 40 40 <div class="form-group text-center">
<label for="currentLocation">From</label> 41 41 <label for="currentLocation">From</label>
<input type="currentLocation" class="form-control" placeholder="Enter Current Location"> 42 42 <input type="currentLocation" class="form-control" placeholder="Enter Current Location">
</div> 43 43 </div>
44 44