-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (43 loc) · 1.71 KB
/
index.html
File metadata and controls
54 lines (43 loc) · 1.71 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
<!DOCTYPE html>
<html>
<head>
<title>Derek Lasky</title>
<!--Compiled and minified CSS-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!--jQuery CDN-->
<script src="https://code.jquery.com/jquery-3.2.1.js"></script>
<!--Compiled and minified JavaScript-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel = "stylesheet" href = "CSSNEW.css">
</head>
<body class = "row">
<div class = "container">
<header class = "row" >
<div class = "header">
<h1>Derek Lasky</h1>
</div>
</header>
<nav class="row navbar navbar-default">
<div class = "navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target="#menu">Menu
</button>
</div>
<div class = "collapse navbar-collapse" id="menu">
<ul class="nav navbar-nav">
<li><a href = "index.html">Home</a></li>
<li><a href = "aboutme.html">About Me</a></li>
<li><a href = "blockchain.html">Blockchain</a></li>
</ul>
</div>
</nav>
<main class = "row">
<div class = "col-lg-12 col-md-12 col-sm-12 col-xs-12">
<h2>Introduction</h2>
</div>
<p>
This is the home of Derek Lasky's portfolio.</p>
</main>
<footer>Derek Lasky | Phone: 555-555-5555 | 123 Kelley Dr, Bloomington, IN 63502</footer>
</div>
</body>
</html>