-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
104 lines (93 loc) · 4.29 KB
/
index.html
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<head>
<title>Test page</title>
<meta HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link id="size-stylesheet" rel="stylesheet" type="text/css" href="css/small.css">
<link href="https://fonts.googleapis.com/css?family=Cabin+Sketch:700|Clicker+Script|Devonshire|Jacques+Francois+Shadow|Love+Ya+Like+A+Sister" rel="stylesheet">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body>
<!-- id="load" onload="device.js" removed -->
<div class="Bg"></div>
<main>
<nav>
<!--<p>will be a navbar menu across all loaded pages</p>-->
<div class="topmenu">
<ul>
<li><a id="index" href="">Home</a>
<li><a id="projects" href="">Projects</a>
<li><a id="linkstop" href="">Links</a>
<li><a id="futuretop" href="">Future</a>
</ul>
</div>
</nav>
<div class="headerMain">
<header class="mainBorder">
<h1 class="headMain">1 Intelligent Solution</h1>
<h6 class="headSub">Code it like you stole it.</h6>
</div>
</header>
<div class="logo">
<!-- Proof of image locating above another division. replace with logo-->
<!--<img alt="under construction" src="http://i.imgur.com/UDGDhUT.png">-->
</div>
<div class="pageLeftMenu">
<!-- use js to determine if page needs this bar populated-->
<h3>MENU</h3>
<div class="links1">
<ul>
<li><a id="default" href="">Home</a>
<li><a id="htmpages" href="">Html</a>
<li><a id="css" href="">css</a>
<li><a id="jscript" href="">Jscript</a>
<li><a id="git.io" href="">Git.io</a>
<li><a id="future" href="">future</a>
<li><a id="future2" href="">future2</a>
<li><a id="future3" href="">future3</a>
</ul>
</div>
</div>
<div class="pagecontent">
<div class="contentborder">
<div class="content">
<div class="home" id="defaultcontent"></div>
<div class="home" id="htmpages2"></div>
<div class="home" id="css2"></div>
<div class="home" id="jscript2"></div>
<div class "home" id="gitio2"></div>
<div class="home" id="future3"></div>
<!-- content to be determined with js -->
</div>
</div>
</div>
</body>
<footer>
<h4>footer here</h4>
<link rel="apple-touch-icon" sizes="57x57" href="resources/favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="resources/favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="resources/favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="resources/favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="resources/favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="resources/favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="resources/favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="resources/favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="resources/favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="resources/favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="resources/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="resources/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="resources/favicons/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="resources/favicons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- will be static across all pages -->
</footer>
</main>
<script type="text/javascript" src="javascript/jquery-1.8.3.js"></script>
<!-- -->
<!--test-->
<!--Removed till needed-->
<script type="text/javascript" src="javascript/link.js"></script>
</html>