Commit a2011b7dee0d67f121275234c19fc4a4d9c6fa1a
contact fixes + gzip compression
Joran committed on 4/15/2017, 8:12:22 AMParent: 15a6de959f855fc4c114b38f8752c1034202b1b2
Files changed
Gemfile | changed |
Gemfile.lock | changed |
app/views/visitors/index.html.haml | changed |
Gemfile | ||
---|---|---|
@@ -76,5 +76,6 @@ | ||
76 | 76 … | end |
77 | 77 … | group :production do |
78 | 78 … | gem 'puma' |
79 | 79 … | gem 'rails_12factor' |
80 … | + gem 'heroku-deflater' # Gzip compression | |
80 | 81 … | end |
Gemfile.lock | ||
---|---|---|
@@ -229,8 +229,10 @@ | ||
229 | 229 … | haml (>= 4.0.6, < 5.0) |
230 | 230 … | html2haml (>= 1.0.1) |
231 | 231 … | railties (>= 4.0.1) |
232 | 232 … | hashdiff (0.3.1) |
233 … | + heroku-deflater (0.6.3) | |
234 … | + rack (>= 1.4.5) | |
233 | 235 … | high_voltage (3.0.0) |
234 | 236 … | html2haml (2.0.0) |
235 | 237 … | erubis (~> 2.7.0) |
236 | 238 … | haml (~> 4.0.0) |
@@ -407,8 +409,9 @@ | ||
407 | 409 … | figaro |
408 | 410 … | fittextjs_rails |
409 | 411 … | google-webfonts-rails |
410 | 412 … | haml-rails |
413 … | + heroku-deflater | |
411 | 414 … | high_voltage |
412 | 415 … | html2haml |
413 | 416 … | inline_svg |
414 | 417 … | jbuilder |
app/views/visitors/index.html.haml | ||
---|---|---|
@@ -224,9 +224,9 @@ | ||
224 | 224 … | %p.lead We're an enthusiastic and friendly group of technologists, creatives, environmentalists and dreamers |
225 | 225 … | .row |
226 | 226 … | .col-sm-2.text-center.wow.fadeIn |
227 | 227 … | = image_tag "tudor_2.jpg", class: "img-responsive profile_pic" |
228 | - %p.lead Tudor Georg | |
228 … | + %p.lead Tudor Georgescu | |
229 | 229 … | %p Hacker of OpenSource, planter of trees, grower of beard |
230 | 230 … | %p |
231 | 231 … | %a{:href => "https://uk.linkedin.com/in/tudorg"} |
232 | 232 … | %i.fa.fa-linkedin |
@@ -278,10 +278,8 @@ | ||
278 | 278 … | %a{:href => "mailto:kiamo.m@gmail.com"} |
279 | 279 … | %i.fa.fa-envelope-o |
280 | 280 … | %a{:href => "https://www.linkedin.com/in/kianmehrabi"} |
281 | 281 … | %i.fa.fa-linkedin |
282 | - %a{:href => "https://twitter.com/thebeardninja"} | |
283 | - %i.fa.fa-twitter | |
284 | 282 … | |
285 | 283 … | |
286 | 284 … | %section#contact |
287 | 285 … | .container |
Built with git-ssb-web