-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
110 lines (103 loc) · 3.92 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
105
106
107
108
109
110
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="icon" href="/images/icon.png" type="image/x-icon">
<title>Technology with Mr Jones</title>
<link rel="stylesheet" media="screen" type="text/css" href="style.css" />
<style type="text/css"></style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-83874863-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="page">
<div id="header">
<div id="logo">
<p>Technology<span class="green"></span></p>
<div id="slogan">
<p>with Mr Jones</p></div>
</div>
<!--Navigation menu STARTS here-->
<div id="nav">
<div id="nav-menu">
<ul id="menu-bar">
<li><a href="/">Home</a></li>
<li><a href="#">Projects</a>
<ul>
<script language="JavaScript" type="text/javascript" src="projectsmenu.js">
</script>
</ul>
</li>
<li><a href="resources.html">Resources</a>
<ul>
<script language="JavaScript" type="text/javascript" src="resourcesmenu.js">
</script>
</ul>
</li>
<li><a href="contact.html">Contact Me</a></li>
</ul> </div>
</div>
<!--Navigation menu ENDS here-->
</div>
<div class="clearfloats"></div>
<div id="header2">
<div id="header2-slogan1">
<p>Design First</p></div>
<div id="header2-slogan2">
<p>Technology Second</p></div>
</div>
<div id="content">
<div class="content-padding">
<h1>Welcome my resource site</h1>
<p>This is a semi-dynamic website for you to access learning and support resources to assist you in your design projects and also act as a hub of working examples.</p>
<ul>
<li><a href="\projects.html">Example Projects</a>: Working examples of projects for you to use as models and access the source code to base your projects. </li>
<li><a href="\resources.html">Support Resources</a>: There are generic resources you will need regardless of the design project you are working on.</li>
<li><a href="\contact.html">Contact</a>: How to contact Mr Jones. </li>
</ul>
</div>
</div>
<div id="body-divider"></div>
<div id="content2">
<div class="content-padding">
<div class="content2-block">
<h2>Site news</h2>
<p>CSS Updated 25/4/2015</p>
<p>Upgraded server to Apache running on Synology infrastructure 01/05/2015</p>
<p>We are now live in the Android Playstore 01/06/2015</p>
<p> </p>
<p> </p>
<p> </p>
</div>
<div class="content-divider"></div>
<div class="content2-block">
<h3>New Projects and Resources</h3>
<p><a href="https://play.google.com/store/apps/details?id=com.penpaddlejones.platformer" target="_blank">Android Playstore Game</a></p>
<p><a href="/webkiosk/index.html">Web kiosk example</a></p>
<p><a href="/myplatformer/index.html">HTML5 Platformer Game</a></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</div>
<div class="content-divider"></div>
<div class="content2-block">
<h4>News from the internets...</h4>
<p><a href="https://news.ycombinator.com/">Hacker News</a>, the only source</p>
<p> </p>
</div>
<div class="clearfloats"></div>
</div>
</div>
</div>
</body>
</html>