Skip to content

Commit 3183a73

Browse files
author
Luis Ignacio
committed
New face
Facelifting is not something that I like. Besides, isn't weird that women are the ones who beautify themselves for males? In Nature, it is the opposite. How fucked this civilization is?? Anyway, but for this occasion, a facelifting was more than necessary. This is an almost done design.
1 parent c9a0f81 commit 3183a73

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+695
-43
lines changed
2.38 KB
Loading
3.5 KB
Loading
2.87 KB
Loading
4.04 KB
Loading
3.5 KB
Loading

app/assets/images/ruby-wave.png

2.01 KB
Loading

app/assets/images/whales-logo.png

4.93 KB
Loading

app/assets/javascripts/application.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
// This is a manifest file that'll be compiled into application.js, which will include all the files
2-
// listed below.
3-
//
4-
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
5-
// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
6-
//
7-
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
8-
// compiled file. JavaScript code in this file should be added after the last require_* statement.
9-
//
10-
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
11-
// about supported directives.
12-
//
131
//= require vendor-bundle
142
//= require app-bundle
153
//= require application_non_webpack
Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,28 @@
1-
@import url('//fonts.googleapis.com/css?family=Open+Sans');
2-
1+
@import url('//fonts.googleapis.com/css?family=Space+Mono');
32
* {
43
box-sizing: border-box;
54
margin: 0;
65
padding: 0;
76
}
87

98
html, body {
10-
background: #F4F7F9;
9+
background: white;
1110
color: #334B57;
12-
font-family: 'Open Sans', sans-serif;
13-
font-size: 14px;
11+
font-family: 'Space Mono', monospace;
12+
font-size: 16px;
13+
}
14+
15+
body {
16+
display: flex;
17+
flex-direction: column;
1418
}
1519

1620
a {
1721
display: inline-block;
1822
text-decoration: none;
1923
color: inherit;
2024
}
25+
26+
.hidden {
27+
display: none !important;
28+
}

0 commit comments

Comments
 (0)