Skip to content

Commit

Permalink
re-adding website assets
Browse files Browse the repository at this point in the history
  • Loading branch information
arelia committed Apr 7, 2018
0 parents commit d49338f
Show file tree
Hide file tree
Showing 5 changed files with 205 additions and 0 deletions.
Binary file added font/Entypo-webfont.woff
Binary file not shown.
Binary file added font/entypo.zip
Binary file not shown.
Binary file added images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
137 changes: 137 additions & 0 deletions stylesheets/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
/* baseFontSize assumes you're using the fontSize mixin and desire ems */
@font-face {
font-family: 'EntypoRegular';
src: url("../font/Entypo-webfont.eot");
src: url("../font/Entypo-webfont.eot?#iefix") format("embedded-opentype"), url("../font/Entypo-webfont.woff") format("woff"), url("../font/Entypo-webfont.ttf") format("truetype"), url("../font/Entypo-webfont.svg#EntypoRegular") format("svg");
font-weight: normal;
font-style: normal;
}

/* line 8, ../sass/main.scss */
html, body, button, input, select, textarea,
.pure-g [class*="pure-u"],
.pure-g-r [class*="pure-u"] {
color: #272727;
background-color: #f4f4f4;
font-weight: 300;
font-size: 1.1em;
font-family: "clavo", "Georgia", serif;
}

/* line 16, ../sass/main.scss */
a {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
color: #5b5b5b;
font-weight: 400;
border: none;
text-decoration: none;
}

/* line 24, ../sass/main.scss */
a:hover {
color: #f25c65;
}

/* line 28, ../sass/main.scss */
code {
padding: 5px;
background-color: white;
font-family: "Courier New", Courier, monospace;
}

/* line 34, ../sass/main.scss */
ol, ul, li {
margin: 0px 20px;
padding: 10px;
}

/* line 41, ../sass/main.scss */
header {
padding: 20px;
}
/* line 44, ../sass/main.scss */
header h1, header h2, header h3 {
padding: 20px 0px;
text-align: center;
}
/* line 49, ../sass/main.scss */
header h1 {
color: #f25c65;
font-weight: 800;
font-size: 2.75em;
margin: 100px 0px 0px 0px;
}
/* line 56, ../sass/main.scss */
header h2 {
font-weight: 300;
font-size: 2.2em;
}
/* line 61, ../sass/main.scss */
header h3 {
font-size: 1.1em;
}
/* line 65, ../sass/main.scss */
header a {
padding: 20px;
}
/* line 69, ../sass/main.scss */
header a:before {
padding: 0px 10px;
content: '7';
font-family: 'EntypoRegular';
font-size: 1.5em;
}
/* line 73, ../sass/main.scss */
header p {
text-align: center;
}

/* line 80, ../sass/main.scss */
article {
padding: 20px;
margin: 0px 0px 20px 0px;
line-height: 1.6em;
border-top: 1px dotted #5b5b5b;
}
/* line 86, ../sass/main.scss */
article p {
padding: 10px 0px;
}
/* line 90, ../sass/main.scss */
article h1 {
padding: 30px 0px 10px 0px;
font-weight: 700;
font-size: 1.76em;
}
/* line 96, ../sass/main.scss */
article h2 {
padding: 30px 0px 10px 0px;
font-weight: 300;
font-size: 1.43em;
}
/* line 102, ../sass/main.scss */
article .symbol {
font-family: 'EntypoRegular';
font-size: 1.65em;
padding: 0px 10px;
}
/* line 106, ../sass/main.scss */
article ul li:before {
padding: 0px 10px;
content: '7';
font-family: 'EntypoRegular';
font-size: 1.5em;
}

/* line 113, ../sass/main.scss */
footer {
padding: 40px 0px;
font-size: 0.66em;
text-align: center;
}
/* line 117, ../sass/main.scss */
footer p {
padding: 20px;
}
68 changes: 68 additions & 0 deletions stylesheets/screen.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
/* Welcome to Compass.
* In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}

/* line 22, ../../../.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
line-height: 1;
}

/* line 24, ../../../.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
list-style: none;
}

/* line 26, ../../../.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* line 28, ../../../.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}

/* line 30, ../../../.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
quotes: none;
}
/* line 103, ../../../.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none;
}

/* line 32, ../../../.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
border: none;
}

/* line 116, ../../../.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
display: block;
}

0 comments on commit d49338f

Please sign in to comment.