Skip to content

Commit

Permalink
Add the website
Browse files Browse the repository at this point in the history
  • Loading branch information
wycats committed Aug 2, 2011
1 parent b325e00 commit 02896a6
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 4 deletions.
Binary file added website/content/images/thor-rounded.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 website/content/images/thor.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 12 additions & 2 deletions website/content/stylesheets/stylesheet.css
Expand Up @@ -8,6 +8,12 @@ body {
font-family: Helvetica;
font-size: 14px;
line-height: 20px;
background: url("/images/thor.png") no-repeat;
background-position: 10px 10px;
padding-top: 280px;
width: 700px;
margin: 0 auto;
box-sizing: border-box;
}

a {
Expand All @@ -24,19 +30,23 @@ a:hover {
}

#main {
font-family: "Helvetica Neue";
font-weight: 400;
margin: 10px auto;
width: 700px;
background: rgba(255,255,255,0.9);
padding: 20px;
border-radius: 5px;
box-sizing: border-box;
}

header {
background: rgba(0,0,0,0.1);
padding: 10px;
-webkit-border-radius: 5px;
font-size: 16px;
line-height: 24px;
font-size: 20px;
font-weight: 400;
line-height: 28px;
color: #925700;
}

Expand Down
Binary file added website/output/images/thor-rounded.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 website/output/images/thor.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions website/output/strobe/config.json
@@ -0,0 +1,9 @@
// Strobe Platform application configuration file. This file should
// be checked into revision control.
{

// The Strobe Platform ID for the application. This is how the local
// application is mapped to one on the server.
"application_id": "286"

}
14 changes: 12 additions & 2 deletions website/output/stylesheets/stylesheet.css
Expand Up @@ -8,6 +8,12 @@ body {
font-family: Helvetica;
font-size: 14px;
line-height: 20px;
background: url("/images/thor.png") no-repeat;
background-position: 10px 10px;
padding-top: 280px;
width: 700px;
margin: 0 auto;
box-sizing: border-box;
}

a {
Expand All @@ -24,19 +30,23 @@ a:hover {
}

#main {
font-family: "Helvetica Neue";
font-weight: 400;
margin: 10px auto;
width: 700px;
background: rgba(255,255,255,0.9);
padding: 20px;
border-radius: 5px;
box-sizing: border-box;
}

header {
background: rgba(0,0,0,0.1);
padding: 10px;
-webkit-border-radius: 5px;
font-size: 16px;
line-height: 24px;
font-size: 20px;
font-weight: 400;
line-height: 28px;
color: #925700;
}

Expand Down

0 comments on commit 02896a6

Please sign in to comment.