-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
112 lines (85 loc) · 4.88 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
111
112
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>impress.js | presentation tool based on the power of CSS3 transforms and transitions in modern browsers | by Bartek Szopka @bartaz</title>
<meta name="description" content="impress.js is a presentation tool based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com.">
<meta name="author" content="Bartek Szopka" />
<link href="http://fonts.googleapis.com/css?family=Open+Sans:regular,semibold,italic,italicsemibold|PT+Sans:400,700,400italic,700italic|PT+Serif:400,700,400italic,700italic" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js" type="text/javascript"></script>
</head>
<body>
<div id="impress" class="impress-not-supported">
<div class="fallback-message">
<p>Your browser <b>doesn't support the features required</b> by impress.js, so you are presented with a simplified version of this presentation.</p>
<p>For the best experience please use the latest <b>Chrome</b> or <b>Safari</b> browser. Firefox 10 (to be released soon) will also handle it.</p>
</div>
<div id="bored" class="step slide" data-x="-1000" data-y="-1500">
<q>Aren't you just <b>bored</b> with all those standard business models?</q>
</div>
<div class="step slide" data-x="0" data-y="-1500">
<q>Don't you think that salaries given <strong>in modern companies</strong> shouldn't <strong>copy the limits</strong> of 'classic' Ltd's?</q>
</div>
<div class="step slide" data-x="1000" data-y="-1500">
<q>Would you like to <strong>participate</strong> with <strong>stunning skills</strong> of your own?</q>
</div>
<div id="title" class="step" data-x="0" data-y="0" data-scale="4">
<span class="try">then you should try</span>
<h1>Camplight<sup>*</sup></h1>
<span class="footnote"><sup>*</sup> @Campenlightment in twitter</span>
</div>
<div id="its" class="step" data-x="850" data-y="3000" data-rotate="45" data-scale="5">
<p>It's an <strong>open company</strong> <br/>
inspired by the idea behind <a href="http://en.wikipedia.org/wiki/Open_business">Open business</a> <br/>
and based on the <strong>power of people</strong> in modern ages. There you could </p>
</div>
<div id="big" class="step" data-x="3500" data-y="2100" data-rotate="0" data-scale="6">
<p>visualize your <b>big</b> <span class="thoughts">thoughts</span></p>
</div>
<div id="tiny" class="step" data-x="2825" data-y="2225" data-z="-3000" data-rotate="360" data-scale="1">
<p>and <b>tiny</b> ideas</p>
</div>
<div id="ing" class="step" data-x="3500" data-y="-850" data-rotate="270" data-scale="6">
<p>by <b class="positioning">talking</b>, <b class="rotating">doing</b> and <b class="scaling">coding</b> them on an infinite canvas</p>
</div>
<div id="imagination" class="step" data-x="6700" data-y="-300" data-scale="6">
<p>the only <b>limit</b> is your <b class="imagination">imagination</b></p>
</div>
<div id="source" class="step" data-x="6300" data-y="2000" data-rotate="20" data-scale="4">
<p>want to join?</p>
<q><a href="mailto:[email protected]">find us at</a> Camplight<img src="img/g24750.png" class="flame"></img></q>
</div>
<div id="one-more-thing" class="step" data-x="6000" data-y="4000" data-scale="2">
<p>one more thing...</p>
</div>
<div id="its-in-3d" class="step" data-x="6200" data-y="4300" data-z="-200" data-rotate-x="-70" data-rotate-y="10" data-scale="2">
<br />
<br />
<p>Send email to [email protected]</p>
<p><span class="have">And</span> <span class="you">we</span> <span class="noticed">will</span> <span class="its">contact</span> <span class="in"><b>you</b></span>
<span class="footnote">special credits for this presentation go to <a href="https://github.com/bartaz/impress.js">impress.js</a> </span>
</div>
<div id="overview" class="step" data-x="3000" data-y="1500" data-scale="10">
</div>
</div>
<div class="hint">
<p>Use arrow keys or mouse wheel to navigate</p>
</div>
<div class="resultBox" style="display: none">
<p>Thank you, {name}. Your request {status}</p>
</div>
<script src="js/impress.js"></script>
<script src="js/camplight.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28349696-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>