Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Restyle layout |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
898a546278adcb9cf6e6f392c5dccf5c |
| User & Date: | nalck 2016-01-19 23:26:06.332 |
Context
|
2016-01-20
| ||
| 02:42 | Style slideshow check-in: b4753e765a user: nalck tags: trunk | |
|
2016-01-19
| ||
| 23:26 | Restyle layout check-in: 898a546278 user: nalck tags: trunk | |
| 06:29 | Add webserver check-in: 7c384fbb38 user: nalck tags: trunk | |
Changes
Deleted index.html.
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted logo.jpg.
cannot compute difference between binary files
Deleted raw.css.
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted style.css.
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted www/404.html.
|
| < < < < < < < < < < < < < < < < < < < |
Changes to www/index.html.
| ︙ | ︙ | |||
23 24 25 26 27 28 29 |
getting our hands dirty is what we do, design is what we love.
We are the wild creative type, and so are our customers. We
design for you in mind, making your dream home come true.
</p>
<img src='shelf.jpg' alt='Shelf' />
<p>
You can view our work on our
| | | | > | | | | | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
getting our hands dirty is what we do, design is what we love.
We are the wild creative type, and so are our customers. We
design for you in mind, making your dream home come true.
</p>
<img src='shelf.jpg' alt='Shelf' />
<p>
You can view our work on our
<a href='https://etsy.com/shop/YELLOWFOXCO'>Etsy</a>
shop. We write on
<a href='https://yellowfoxco.tumblr.com'>Tumblr</a>
and post photos to
<a href='https://instagram.com/yellowfoxco/'>Instagram</a>
You can also find us on
<a href='https://facebook.com/YellowFoxCo'>Facebook</a>.
</p>
<p>
We often make custom orders. If you've got an idea,
send us an <a href='mailto:emily@yellowfoxco.com'>email</a>
to get in touch. You can also use the following form:
</p>
<form action='http://formspree.io/nathaniel@ixtech.net' method='POST'>
<input type='text' name='name' placeholder='Your Name' />
<input type='email' name='_replyto' placeholder='Email Address' />
<textarea placeholder='Tell us about your project!' rows='5'>
</textarea>
<input id='submit' type='submit' value='Send' />
</form>
</main>
<footer>
©
2016
YELLOWFOXCO
</footer>
</body>
|
| ︙ | ︙ |
Deleted www/instafeed.min.js.
|
| < < |
Changes to www/raw.css.
| ︙ | ︙ | |||
18 19 20 21 22 23 24 |
--dark-indigo: #2c3e50;
--light-indigo: #34495e;
--dark-violet: #8e44ad;
--light-violet: #9b59b6;
}
body {
| | | | | | < | | | | < | < | | | > | > > | | > | < | | > | > > | | | | | | | | | | > > | | > | | < | | < | < < < | < < < < < < < < < < < < < < < | < < | | | | < | | | | | | | < < < | | | | | < | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 |
--dark-indigo: #2c3e50;
--light-indigo: #34495e;
--dark-violet: #8e44ad;
--light-violet: #9b59b6;
}
body {
color: var(--dark-black);
font-family: helvetica, arial, verdana, sans-serif;
font-size: 2em;
line-height: 1.5;
margin: auto;
}
header {
display: block;
height: 100vh;
}
h1 {
border-top: 0.2ch solid;
border-bottom: 0.2ch solid;
margin: 0.5ch auto;
text-align: center;
width: 15ch;
}
h2 {
color: var(--dark-grey);
font-size: 1.2em;
font-weight: normal;
letter-spacing: 0.5ch;
text-align: center;
}
a {
border-bottom: solid 0.2ch transparent;
color: var(--dark-blue);
padding-bottom: 0.2ch;
text-decoration: none;
}
a:hover {
border-bottom: solid 0.2ch;
}
header img {
border-radius: 100%;
display: block;
margin: 4% auto;
width: 500px;
}
nav {
margin: 2% auto;
text-align: center;
}
nav a {
color: var(--dark-black);
font-size: 1.5em;
margin: auto 2ch;
}
main img {
display: block;
margin: 3ch auto;
max-width: 500px;
}
p {
max-width: 72ch;
}
form, input, textarea {
display: block;
font-family: helvetica, arial, verdana, sans-serif;
font-size: 1em;
margin: 2ch auto;
padding: 1ch;
width: 80%;
}
#submit {
width: 10ch;
}
footer {
padding: 2ch;
text-align: center;
}
@media screen and (orientation: landscape) {
body {
width: 60%;
}
}
@media screen and (orientation: portrait) {
body {
width: 95%;
}
}
|
Changes to www/style.css.
1 2 3 |
body {
color: #212121;
font-family: helvetica, arial, verdana, sans-serif;
| | < | > > | > | > > > > | > > > > > > > > > > > > > > > > > | | < | < | < | | | < | > > | | > < < | < < | < < < < < < < < < | < < < < < | < < < < < < < < < < < < < < < < < < < | < | | | | | < < < | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
body {
color: #212121;
font-family: helvetica, arial, verdana, sans-serif;
font-size: 2em;
line-height: 1.5;
margin: auto;
}
header {
display: block;
height: 100vh;
}
h1 {
border-top: 0.2ch solid;
border-bottom: 0.2ch solid;
margin: 0.5ch auto;
text-align: center;
width: 15ch;
}
h2 {
color: #7f8c8d;
font-size: 1.2em;
font-weight: normal;
letter-spacing: 0.5ch;
text-align: center;
}
a {
border-bottom: solid 0.2ch transparent;
color: #2980b9;
padding-bottom: 0.2ch;
text-decoration: none;
}
a:hover {
border-bottom: solid 0.2ch;
}
header img {
border-radius: 100%;
display: block;
margin: 4% auto;
width: 500px;
}
nav {
margin: 2% auto;
text-align: center;
}
nav a {
color: #212121;
font-size: 1.5em;
margin: auto 2ch;
}
main img {
display: block;
margin: 3ch auto;
max-width: 500px;
}
p {
max-width: 72ch;
}
form,
input,
textarea {
display: block;
font-family: helvetica, arial, verdana, sans-serif;
font-size: 1em;
margin: 2ch auto;
padding: 1ch;
width: 80%;
}
#submit {
width: 10ch;
}
footer {
padding: 2ch;
text-align: center;
}
@media screen and (orientation: landscape) {
body {
width: 60%;
}
}
@media screen and (orientation: portrait) {
body {
width: 95%;
}
}
|