-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathApptemplateDesktop.html
More file actions
92 lines (71 loc) · 3.09 KB
/
ApptemplateDesktop.html
File metadata and controls
92 lines (71 loc) · 3.09 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
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
<!DOCTYPE HTML>
<html>
<head>
<link rel="shortcut icon" type="image/x-icon" href="resources/Moody.png">
<title>Application</title>
<link rel="stylesheet" type="text/css" href="data/css/main.css">
<link rel="stylesheet" type="text/css" href="data/css/App.css">
</head>
<body>
<!-- <div class="header-top"> -->
<div id="triDtest" class="triDtest"></div>
<div class="headsup">
<img src="resources/MoodyBanner.png">
<p>Beta</p>
</div>
<div class="locBox">
<button class="getLocation"><img src="resources/icon.png"></button>
</div>
<div class="locBox ambient">
<button class="getAmbient"><img src="resources/sunny.png"></button>
</div>
<div class="wrap">
<div class="header">
<div class="textField">
<form>
<input type="text" id="loctField" placeholder="Search a location" maxlength='45'>
<!-- <div id="button">Get current location</div> -->
</form>
</div>
<!-- </div> -->
</div>
</div>
<!-- <div class="textfield">
<form>
<input type="text" id="loctField" name="location" value="Wellington" maxlength='45'>
<div id="button">Get current location</div>
</form>
</div> -->
<!-- <div id="button" class="TheMood">
Under Construction
</div> -->
<!-- ***Jquery*** -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://sole.github.io/tween.js/build/tween.min.js"></script>
<!-- ****ThreeJs**** -->
<script src="data/js/threejs/three.min.js"></script>
<script src="data/js/threejs/threex.windowresize.js"></script>
<script src="data/js/threejs/webgl.utils.js"></script>
<script src="data/js/threejs/DeviceOrientationControls.js"></script>
<!-- ****Shaders**** -->
<script src="data/js/threejs/shaders/CopyShader.js"></script>
<script src="data/js/threejs/shaders/MirrorShader.js"></script>
<script src="data/js/threejs/shaders/RGBShiftShader.js"></script>
<script src="data/js/threejs/shaders/FilmShader.js"></script>
<script src="data/js/threejs/shaders/DigitalGlitch.js"></script>
<script src="data/js/threejs/shaders/BadTVShader.js"></script>
<script src="data/js/threejs/shaders/AdditiveBlendShader.js"></script>
<script src="data/js/threejs/shaders/ConvolutionShader.js"></script>
<!-- ****PostProcessing**** -->
<script src="data/js/threejs/postprocessing/BloomPass.js"></script>
<script src="data/js/threejs/postprocessing/RenderPass.js"></script>
<script src="data/js/threejs/postprocessing/ShaderPass.js"></script>
<script src="data/js/threejs/postprocessing/MaskPass.js"></script>
<script src="data/js/threejs/postprocessing/EffectComposer.js"></script>
<script src="data/js/threejs/postprocessing/GlitchPass.js"></script>
<script src="http://scenejs.org/api/latest/scenejs.js"></script>
<script type="text/javascript" src="data/js/jquery/jquery.simpleWeather.js"></script>
<script type="text/javascript" src="data/js/threedUI.js"></script>
</body>
</html>