-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (36 loc) · 1.86 KB
/
index.html
File metadata and controls
40 lines (36 loc) · 1.86 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
<!DOCTYPE html>
<html ng-app="appPortfolio">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./js/styles/normalize.css">
<link rel="styleSheet" href="./js/styles/styles.css">
<link rel="styleSheet" href="./js/styles/stylesMenu.css">
<link rel="styleSheet" href="./js/Resume/resumeStyle.css">
<link rel="styleSheet" href="./js/Home/homeStyle.css">
<link rel="styleSheet" href="./js/Adobe/styles/bottom_Area.css">
<link rel="styleSheet" href="./js/Adobe/styles/main_and_header.css">
<link rel="styleSheet" href="./js/Adobe/styles/middle_Creative.css">
<link rel="styleSheet" href="./js/Adobe/styles/middle_Experience.css">
<link rel="styleSheet" href="./js/Adobe/styles/middle_Tutorial.css">
<link rel="styleSheet" href="./js/Adobe/styles/top_Landing.css">
<link rel="shortcut icon" href="./js/images/spartan-shapes.png"/>
<title>Johnathan Lund</title>
</head>
<body>
<ui-view></ui-view>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.3.1/angular-ui-router.min.js"></script>
<script src="https://code.jquery.com/jquery-3.0.0.js"></script>
<script src="/bower_components/ngSmoothScroll/lib/angular-smooth-scroll.js"></script>
<script src="./js/app.js"></script>
<script src="./js/Home/homeCtrl.js"></script>
<script src="./js/Resume/resumeCtrl.js"></script>
<script src="./js/directives/typingHome.js"></script>
<script src="./js/animations/jquery.js"></script>
<script src="./js/animations/parallax.min.js"></script>
<script src="./js/directives/navbar.js"></script>
<script src="./js/Adobe/main.js"></script>
</body>
</html>