cv 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -111,7 +111,7 @@ h4 {
111
111
  }
112
112
 
113
113
  h5, .contact_sx li label {
114
- color: #a4a6a6;
114
+ color: #999;
115
115
  line-height: 22px;
116
116
  font-size: 18px;
117
117
  font-style: italic;
@@ -125,10 +125,10 @@ h6 {
125
125
  }
126
126
 
127
127
  p, li {
128
- color: #a4a6a6;
128
+ color: #444;
129
129
  letter-spacing: 0px;
130
130
  line-height: 22px;
131
- font: normal normal lighter 18px/22px Helvetica Neue, sans-serif;
131
+ font: normal normal lighter 15px Helvetica Neue, sans-serif;
132
132
  letter-spacing: 0px;
133
133
  word-spacing: 3px;
134
134
  }
@@ -1,3 +1,3 @@
1
1
  module Cv
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -38,6 +38,13 @@
38
38
  %h2 About Me
39
39
  .grid_8.alpha.omega.prefix_1.suffix_1
40
40
  .section_content= to_html(content.about)
41
+
42
+ - unless content.highlights.blank?
43
+ .grid_10.push_1.alpha.omega.section
44
+ .grid_10.alpha.omega.section_title
45
+ %h2 Highlights
46
+ .grid_8.alpha.omega.prefix_1.suffix_1
47
+ .section_content= to_html(content.highlights)
41
48
 
42
49
 
43
50
  - unless content.projects.blank?
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cv
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Bruno Azisaka Maciel