Skip to content

Commit

Permalink
tweakages pre-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
windhamdavid committed May 10, 2011
1 parent e51dc87 commit 8f83ad9
Show file tree
Hide file tree
Showing 11 changed files with 153 additions and 58 deletions.
Binary file removed .DS_Store
Binary file not shown.
11 changes: 11 additions & 0 deletions .gitignore
@@ -0,0 +1,11 @@
Icon?
.DS_Store?
.DS_Store
Thumbs.db

*.jar
*.rar
*.tar
*.zip
*.log
*.sql
Binary file removed public/.DS_Store
Binary file not shown.
Binary file added public/favicon.ico
Binary file not shown.
Binary file added public/images/map.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/mock.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/pinapple.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions public/javascripts/jquery-1.5.2.min.js

Large diffs are not rendered by default.

140 changes: 100 additions & 40 deletions public/stylesheets/app.css
@@ -1,18 +1,45 @@
/* @override http://silverbullet.local:9491/stylesheets/app.css */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

body {
background-color: #e6e2df;
font-family: myriad-pro-1, myriad-pro-2, HelveticaNeue, Helvetica, Arial, serif;
color: #666;
margin: 10px 10px;
padding: 0px;
text-align: center;
background-color: #fff;
font-family: myriad-pro-1, myriad-pro-2, HelveticaNeue, Helvetica, Arial, serif;
color: #555;
}

h1 {
color: #e3e3e3;
text-shadow: #b9c949 .05em .05em .06em;
color: #3b3b3b;
text-shadow: #777 .05em .05em .06em;
margin: .4em;
}

h2 {
margin: 1em 0;
font-size: 1.3em;
}
h3 {
margin: .5em 0;
}
a {
text-decoration: none;
}
Expand All @@ -33,46 +60,64 @@ img.twitter_pic {
}

.tweet-text {
font-size: 14px;
font-size: 13px;
padding: 2px;
margin: 3px 0 0 220px;
}

#wrap {
width:900px;
#wrap {
margin:0px auto;
text-align:left;
}

#header {
/* Firefox 3.6+ */
background-image: -moz-linear-gradient(#2F2727, #1a82f7);
background-image: -moz-linear-gradient(#333, #1a82f7);
/* Safari 4+, Chrome 1+ */
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2F2727));
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#444));
/* Safari 5.1+, Chrome 10+ */
background-image: -webkit-linear-gradient(#2F2727, #1a82f7);
background-image: -webkit-linear-gradient(#333, #444);
width: 100%;
padding: 10px;
padding: 10px 0px;
text-align: center;
margin-bottom: 4px;
border-radius: 5px;

}

#content {
/* Firefox 3.6+ */
background-image: -moz-linear-gradient(#e6e2df, whitesmoke);
/* Safari 4+, Chrome 1+ */
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(whitesmoke), to(#e6e2df));
/* Safari 5.1+, Chrome 10+ */
background-image: -webkit-linear-gradient(#e6e2df, whitesmoke);
.header-content {
padding: 10px 0px;
width: 900px;
margin: 5px auto;
}
.title {
height: 170px;
background: url(/images/pinapple.png) 0px 0px no-repeat;
width: 900px;
margin: 0 auto;
}
.title h1 {
color: #333;
text-shadow: #b9c949 .07em .07em .07em;
margin: 2.5em 0em 0em 2em;
float: left;
width: 170px;
font-size: 1.7em;
padding: .1em .1em .1em 2em;
background: ;

}

#content {
background-color: whitesmoke;
width: 100%;
padding: 10px;
margin: 5px 0;
width: 900px;
padding: 10px 10px;
margin: 5px auto;
border-radius: 5px;
color: #171717;
}
#tweets {
float: right;
}

#footer {
/* Firefox 3.6+ */
Expand All @@ -81,19 +126,34 @@ img.twitter_pic {
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2F2727));
/* Safari 5.1+, Chrome 10+ */
background-image: -webkit-linear-gradient(#2F2727, #1a82f7); width: 100%;
padding: 10px;
background: #333;
padding: 10px 0px;
text-align: right;
margin-bottom: 4px;
border-radius: 5px;
}

#footer p {
margin-top: 20px;
color: #e3e3e3;
text-shadow: #b9c949 .01em .01em .1em;
}

#footer img {
float: right;
margin: -20px 0 10px 0;
}
.footer-content {
padding: 20px 0px;
width: 900px;
margin: 5px auto;
}
.footer-content a.node {
background: #000;
}
.footer-content a.coffeescript {
background: #000;
}
.footer-content img {
padding: 1em;
display: block;
float: right;
}
#footer p {
margin-top: 20px;
color: #e3e3e3;
text-shadow: #b9c949 .01em .01em .1em;
}

#footer img {
float: right;
margin: -20px 0 10px 0;
}
20 changes: 11 additions & 9 deletions views/index.coffee
@@ -1,18 +1,20 @@
h2 ->
"Location & Schedule"

div class: "right", ->
a href: "http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=Jack+Russell+Software+Co,+Cliffwood+Drive,+Mount+Pleasant,+SC&aq=0&sll=37.0625,-95.677068&sspn=37.871902,63.544922&ie=UTF8&hq=Jack+Russell+Software+Co,&hnear=Cliffwood+Dr,+Mt+Pleasant,+South+Carolina+29464&ll=32.79669,-79.884059&spn=0.009379,0.015514&z=16", ->
img src: "/images/jack_russell_on_google_map.png"
img src: "/images/map.png"
div class: "left", ->
h2 ->
"Everyone is welcome."
h3 ->
"Schedule & Location"
"Meetups are the last<br />" +
"Wednesday of the month <br />" +
"from 6:30 to 8:30<br /><br />" +
"Jack Russell Software <br />" +
"1067 Cliffwood Drive <br />" +
"Mount Pleasant, SC 29464 <br /><br />" +
"JavaScript meetup is the " +
"last Wed. of the month <br />" +
"from 6:30 to 8:30 <br /><br />" +
"Everyone is welcome."
"Mount Pleasant, SC 29464 <br /><br />"
div class: "clear"

div id: "tweets", ->
for tweet in @tweets
p ->
tweet
24 changes: 15 additions & 9 deletions views/layout.coffee
@@ -1,18 +1,24 @@
doctype 5
html ->
head ->
title 'Charleston, SC JavaScript User Groups'
link rel: 'stylesheet', href: '/stylesheets/app.css'
meta charset: 'utf-8',
title 'Charleston, SC JavaScript User Groups',
link rel: 'stylesheet', href: '/stylesheets/app.css',
script src: '/javascripts/jquery-1.5.2.min.js',
body ->
div id: 'wrap', ->
div id: 'header', ->
a href: '/', ->
h1 ->
"Charleston JavaScript User Group"
div class: 'header-content', ->
div class: 'title', ->
a href: '/', ->
h1 ->
"Charleston JavaScript User Group"
div id: 'content',
-> @render @content, @context
div id: 'footer', ->
p ->
em 'Powered by', a href: 'http://nodejs.org/', target: '_blank', ->
img src: '/images/node.png'
div id: 'footer', ->
div class: 'footer-content', ->
p ->
em 'Powered by', a href: 'http://nodejs.org/', target: '_blank', ->
img src: '/images/node.png'


0 comments on commit 8f83ad9

Please sign in to comment.