Skip to content

Commit

Permalink
Merge pull request #5 from natedillon/develop
Browse files Browse the repository at this point in the history
v0.4.0
  • Loading branch information
natedillon authored May 4, 2017
2 parents 65ddd64 + 5c4e5a3 commit 84380f6
Show file tree
Hide file tree
Showing 13 changed files with 115 additions and 1,868 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# System files
.DS_Store

# DreamHost favicons
/favicon.gif
67 changes: 67 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
html {
box-sizing: border-box;
font-size: 62.5%;
color: white;
background-color: #353895;
}

*,
*:before,
*:after {
box-sizing: inherit;
}

body {
margin: 0;
padding: 0 20px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
font-size: 1.6rem;
line-height: 1.5;
}

.header,
.content {
max-width: 600px;
margin: 20px auto;
text-align: center;
}

.content {
color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 480px) {
.content {
font-size: 2.1rem;
line-height: 1.5;
}
}

@media (min-width: 680px) {
.header,
.content {
margin-top: 40px;
margin-bottom: 40px;
}

.content {
font-size: 2.4rem;
line-height: 1.5;
}
}

.header__logo {
margin: 0;
padding: 0;
text-align: center;
}

.header__logo-img {
max-width: 100%;
height: auto;
}

#logo .path-1,
#logo .path-2 {
fill: white;
}
Binary file added favicon.ico
Binary file not shown.
Binary file removed img-src/bg-original.psd
Binary file not shown.
Binary file removed img-src/bg.fw.png
Binary file not shown.
1,773 changes: 0 additions & 1,773 deletions img-src/logo.ai

This file was deleted.

Binary file removed img-src/logo.png
Binary file not shown.
Binary file removed img/bg.jpg
Binary file not shown.
1 change: 0 additions & 1 deletion img/logo.svg

This file was deleted.

138 changes: 44 additions & 94 deletions index.html

Large diffs are not rendered by default.

Binary file added src/img/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/logo.sketch
Binary file not shown.
Binary file added src/img/urban-haat-logo-squareup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 84380f6

Please sign in to comment.