-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtourcards.html
121 lines (117 loc) · 7.1 KB
/
tourcards.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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>No Context Menu Guide</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<script src="http://code.jquery.com/jquery-1.7.0.min.js"></script>
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
<script src="js/modals.js"></script>
</head>
<body>
<div class="modal first group">
<div class="modal-head">Welcome to 3Scape</div>
<div class="modal-content"><p>I'm Snaps. I'm here to show you around. To make this tour quick, I'll only show you things you can do with your hardware. So, what have you got?<sup>*</sup></p>
<div class="checkboxes">
<div class="checkbox">
<label for="touch">
<input type="checkbox" name="touch" id="touch">
<img class="shadow" src="img/TourIcons/touch.png">
<span class="block">touch screen</span>
</label>
</div>
<div class="checkbox">
<label for="click">
<input type="checkbox" name="click" id="click">
<img src="img/TourIcons/mouse.png">
<span class="block">mouse</span>
</label>
</div>
<div class="checkbox">
<label for="trackpad">
<input type="checkbox" name="trackpad" id="trackpad">
<img src="img/TourIcons/trackpad.png">
<span class="block">trackpad</span>
</label>
</div>
<div class="checkbox">
<label for="key">
<input type="checkbox" name="key" id="key">
<img src="img/TourIcons/keyboard.png">
<span class="block">keyboard</span>
</label>
</div>
</div>
<sup>*</sup><small>For example, if you're on a tablet with a keyboard, pick touch screen <i>and</i> keyboard.</small>
</div>
</br>
<div class="buttons">
<button class="quit">QUIT</button>
<button class="continue">Submit</button>
</div>
</div>
<div class="modal second group">
<div class="modal-head">Thanks, I never would have guessed that (my programing prohibits guessing)</div>
<div class="modal-content">I'll remember you're using <span class="customverb">a mouse and a keyboard</span> but you can change the hardware setting over here in your profile any time.</br></br> Enough introduction. You ready to start making things happen?</div>
<div class="buttons">
<button class="quit">Quit</button>
<button class="continue">Let's do it</button>
</div>
</div>
<div class="modal">
<div class="modal-head">In this world, you have untold powers</div>
<div class="modal-content">Ahem. Well, I guess they're not <i>untold</i> if I'm telling you about them. Moving on... </br></br>You do have powers. Like, the power to spawn shapes wherever you want.</br></br>Try it. Choose a spawn point by <span class="customverb">clicking</span> on the texture face, then <span class="customverb">click</span> a shape in the object bar to spawn it.</div>
<div class="buttons">
<button class="quit">QUIT</button>
</div>
</div>
<div class="modal third group">
<div class="modal-head">I'm impressed - I can't do that</div>
<div class="modal-content"> I mean, I could if I wasn't just text on a screen... </br></br>Anyway, you could spawn another shape, but lets clone this <span class="customshape">shape</span> instead.</br></br><span class="customverb">Click</span> on the <span class="customshape">shape</span> to select it. Then <span class="customverb">press cmd/ctrl C</span> to copy it. </br></br> Last, <span class="customverb">click</span> where you want the new <span class="customshape">shape</span>, and <span class="customverb">press cmd/ctrl V</span> to paste it there.</div>
<div class="buttons">
<button class="quit">QUIT</button>
</div>
</div>
<div class="modal fourth group">
<div class="modal-head">I would high five you if I had hands</div>
<div class="modal-content">To make up for the lack of high fives, I'll leave you with one last thing. Did you know you can stick these shapes together? </br></br> Your mind is blown, right? Here's how you do it.</br></br>Drag one of those <span class="customshape">shapes</span> next to the other one. <span class="customverb">You can use the arrows on your keyboard to nudge the selected shape too.</span></div>
<div class="buttons">
<button class="quit">QUIT</button>
</div>
</div>
<div class="modal fifth group">
<div class="modal-head">Hmm, that's not quite getting it</div>
<div class="modal-content">Really get those <span class="customshape">shapes</span> close to each other.</div>
<div class="buttons">
<button class="quit">QUIT</button>
</div>
</div>
<div class="modal sixth group highfive">
<div class="modal-head">Great job, I knew you could do it</div>
<div class="modal-content"></div>
<div class="buttons">
<button class="quit">QUIT</button>
<button class="continue">Lets finish this</button>
</div>
</div>
<div class="modal eighth group last">
<div class="modal-head">This turned out really great for us both</div>
<div class="modal-content">I learned how to high five, and you learned all kinds of stuff. Not too bad for your first five minutes here.</br></br>There's a lot more to discover, so I'll leave you to it. </br></br>If you need more help, I'll be over here in this menu practicking my high fiving skills. Have fun!</div>
<div class="buttons">
<button class="quit">End Tour</button>
</div>
</div>
<div class="nav">
<button class="previous"> <span class="fa fa-angle-left"></span></button>
<button class="next"><span class="fa fa-angle-right"></span>
</button>
</div>
</body>
</html>