Skip to content

Commit ac821e1

Browse files
committed
Made events
1 parent ee725f9 commit ac821e1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+10757
-69
lines changed

app/assets/images/box-logo.jpg

-36.4 KB
Loading

app/assets/images/logo.jpg

19.6 KB
Loading

app/assets/images/plannerace.jpg

26 KB
Loading

app/assets/javascripts/application.js

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
//= require jquery_ujs
1515
//= require_tree .
1616
$(document).ready(function () {
17+
var count = 0
18+
1719
$('#group_invitation_tokens').tokenInput('/genpars/friends.json');
1820
$('#event_member_tokens').tokenInput('/genpars/friends.json');
1921
$('#event_group_tokens').tokenInput('/groups.json');
@@ -32,4 +34,20 @@ $(document).ready(function () {
3234
get_dates();
3335
return false;
3436
});
35-
});
37+
$("#slider_link1").click(function(){
38+
play(0)
39+
return false;
40+
});
41+
$('#slider_link2').click(function(){
42+
play(1)
43+
return false;
44+
});
45+
$('#slider_link3').click(function(){
46+
play(2)
47+
return false;
48+
});
49+
$('#slider_link4').click(function(){
50+
play(3);
51+
return false;
52+
});
53+
});
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Place all the behaviors and hooks related to the matching controller here.
22
# All this logic will automatically be available in application.js.
3-
# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
3+
# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/

app/assets/stylesheets/application.css

Lines changed: 88 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,103 @@ z-index: 1;
2020
}
2121
.main
2222
{
23+
height: 300px;
24+
width: 500px;
2325
position: absolute;
24-
left: 150px;
25-
right: 150px;
26-
top: 0px;
27-
z-index: 2;
26+
left: 700px;
27+
right: 100px;
28+
top: 50px;
29+
border-radius: 15px;
2830
}
2931

3032
.input_label
3133
{
32-
margin-left: 400px;
33-
color:white;
34+
margin-left: 100px;
35+
color:#176F00;
3436
font-size: 30px;
3537
}
3638

3739
.input-box
3840
{
39-
margin-left: 400px;
41+
margin-left: 100px;
4042
font-size: 20px;
4143
}
44+
45+
.input_label_
46+
{
47+
margin-left: 20px;
48+
color:#176F00;
49+
font-size: 30px;
50+
}
51+
52+
.input_label_notaplanner
53+
{
54+
margin-left: 120px;
55+
color:#176F00;
56+
font-size: 20px;
57+
}
58+
59+
.input-box_
60+
{
61+
margin-left: 20px;
62+
font-size: 20px;
63+
}
64+
65+
66+
.nottub {
67+
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
68+
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
69+
box-shadow:inset 0px 1px 0px 0px #ffffff;
70+
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #54c44e), color-stop(1, #0c8a00) );
71+
background:-moz-linear-gradient( center top, #54c44e 5%, #0c8a00 100% );
72+
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#54c44e', endColorstr='#0c8a00');
73+
background-color:#54c44e;
74+
moz-border-radius:6px;
75+
-webkit-border-radius:6px;
76+
border-radius:6px;
77+
display:inline-block;
78+
margin-left: 20px;
79+
color:#f0f0f0;
80+
font-family:Arial;
81+
font-size:19px;
82+
font-weight:normal;
83+
padding:6px 24px;
84+
text-decoration:none;
85+
}.nottub:hover {
86+
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0c8a00), color-stop(1, #54c44e) );
87+
background:-moz-linear-gradient( center top, #0c8a00 5%, #54c44e 100% );
88+
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c8a00', endColorstr='#54c44e');
89+
background-color:#0c8a00;
90+
}.nottub:active {
91+
position:relative;
92+
top:1px;
93+
}
94+
95+
.nottub_sign_up {
96+
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
97+
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
98+
box-shadow:inset 0px 1px 0px 0px #ffffff;
99+
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #54c44e), color-stop(1, #0c8a00) );
100+
background:-moz-linear-gradient( center top, #54c44e 5%, #0c8a00 100% );
101+
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#54c44e', endColorstr='#0c8a00');
102+
background-color:#54c44e;
103+
moz-border-radius:6px;
104+
-webkit-border-radius:6px;
105+
border-radius:6px;
106+
display:inline-block;
107+
margin-left: 190px;
108+
color:#f0f0f0;
109+
font-family:Arial;
110+
font-size:19px;
111+
font-weight:normal;
112+
padding:6px 24px;
113+
text-decoration:none;
114+
}.nottub_sign_up:hover {
115+
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0c8a00), color-stop(1, #54c44e) );
116+
background:-moz-linear-gradient( center top, #0c8a00 5%, #54c44e 100% );
117+
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c8a00', endColorstr='#54c44e');
118+
background-color:#0c8a00;
119+
}.nottub_sign_up:active {
120+
position:relative;
121+
top:1px;
122+
}

0 commit comments

Comments
 (0)