-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsafe-secure.html
157 lines (125 loc) · 7.07 KB
/
safe-secure.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!DOCTYPE html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!-- Consider adding a manifest.appcache: h5bp.com/d/Offline -->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<!-- Use the .htaccess and remove these lines to avoid edge case issues.
More info: h5bp.com/b/378 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Cognitopia Health Checker</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile viewport optimized: h5bp.com/viewport -->
<meta name="viewport" content="width=device-width,initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons -->
<link rel="stylesheet" type="text/css" href="css/fonts/fonts.css" />
<link rel="stylesheet" href="css/hc2.css">
<!-- More ideas for your <head> here: h5bp.com/d/head-Tips -->
<!-- All JavaScript at the bottom, except this Modernizr build incl. Respond.js
Respond is a polyfill for min/max-width media queries. Modernizr enables HTML5 elements & feature detects;
for optimal performance, create your own custom Modernizr build: www.modernizr.com/download/ -->
<script src="js/modernizr-2.0.6.min.js"></script>
</head>
<body>
<div id="content">
<div id="header"><img src="images/skinnylogo.png"></div>
<div id="guide1"><img src='images/host_150.png'></div>
<div id="pageheader"><h1>Safety and Security</h1></div>
<div id="minibubble"><img src='images/minibubble.png'></div>
<div id="bubbletalk"><h3 id="talkbubble" class="talkable red">Is anyone teasing you?</h3></div>
<div id="moodquestions">
<div id="safefive">
<h4 class="black">It's important that the people around you are kind, courteous and helpful.<br/>Unfortunately, that's not always true.</h4>
<fieldset id="safefiveans" class="floatright">
<img class="yes" id="safefiveyes" src="images/yes_back.png">
<img class="no" id="safefiveno" src="images/no_back.png">
</fieldset>
<img class="floatleft teasingguy" src="images/teasing.png">
</div> <!-- end safefive -->
<div id="fiveuhoh">
<img class="next" id="fiveuhohnext" src="images/next_back.png">
<img class="floatleft trustbench" src="images/trustbench.png">
</div>
<div id="safesix">
<fieldset id="safesixans" class="floatright">
<img class="yes" id="safesixyes" src="images/yes_back.png">
<img class="no" id="safesixno" src="images/no_back.png">
</fieldset>
<img class="floatleft bullyguy" src="images/bullypunch.png">
</div> <!-- end safesix -->
<div id="sixuhoh">
<img class="next" id="sixuhohnext" src="images/next_back.png">
<img class="floatleft trustdad" src="images/trustdad.png">
</div>
<div id="safeseven">
<fieldset id="safesevenans" class="floatright">
<img class="yes" id="safesevenyes" src="images/yes_back.png">
<img class="no" id="safesevenno" src="images/no_back.png">
</fieldset>
<img class="floatleft creepyguy" src="images/creepyguy5.png">
</div> <!-- end safeseven -->
<div id="sevenuhoh">
<img class="next" id="sevenuhohnext" src="images/next_back.png">
<img class="floatleft trustdad" src="images/trustwomen.png">
</div>
<div id="safeeight">
<fieldset id="safeeightans" class="floatright">
<img class="yes" id="safeeightyes" onmouseover='speakText("Yes")' src="images/yes_back.png">
<img class="no" id="safeeightno" src="images/no_back.png">
</fieldset>
<img class="floatleft secretguy" src="images/secretguy.png">
</div> <!-- end safeseven -->
<div id="safetrust">
<h3 class="black" onclick='speakText("If you answered Yes, please tell someone you trust right away!")' >If you answered "Yes",<br/>please tell someone you trust right away!</h3>
<div id="safetrustnextcontainer">
<img class="next" id="safetrustnext" src="images/next_back.png">
<img class="floatleft trustdad2" src="images/trusttelephone.png">
</div> <!-- end moodfournextcontainer -->
</div> <!-- end safefive -->
</div> <!-- end questions -->
</div> <!-- end content -->
<script type="text/javascript" src="js/jquery-1.6.2.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.16.custom.min.js"></script>
<script type="text/javascript" src="js/jquery.transit.min.js"></script>
<script type="text/javascript" src="js/jquery.path.js"></script>
<script type="text/javascript" src="js/jquery.healthchecker.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$("#guide1").animate({ opacity: 1 }, 10,function() {
$("#safefive").animate({ top: "30px", left: "25px"}, 1500,'easeOutCubic');
});
$(window).load(function(){speakText("Let's talk about safety and security. ... It's important that the people around you are kind, courteous and helpful. Unfortunately, that's not always true. ... Is anyone teasing you?");});
$(".talkable").click(function(){
var speakThis = $(this).text();
speakText(speakThis);
});
$(".next").hover(function() {
speakText("next");
$(this).attr("src","images/next_backh.png");
}, function() {
$(this).attr("src","images/next_back.png");
});
$(".yes").hover(function() {
speakText("yes");
$(this).attr("src","images/yes_backh.png");
}, function() {
$(this).attr("src","images/yes_back.png");
});
$(".no").hover(function() {
speakText("no");
$(this).attr("src","images/no_backh.png");
}, function() {
$(this).attr("src","images/no_back.png");
});
});
</script>
<footer></footer>
<div id='speech'></div>
<script type="text/javascript" src="js/tts.js"></script>
</body>
</html>