git ssb

0+

dangerousbeans / project-entropy.com



Commit a2011b7dee0d67f121275234c19fc4a4d9c6fa1a

contact fixes + gzip compression

Joran committed on 4/15/2017, 8:12:22 AM
Parent: 15a6de959f855fc4c114b38f8752c1034202b1b2

Files changed

Gemfilechanged
Gemfile.lockchanged
app/views/visitors/index.html.hamlchanged
GemfileView
@@ -76,5 +76,6 @@
7676 end
7777 group :production do
7878 gem 'puma'
7979 gem 'rails_12factor'
80 + gem 'heroku-deflater' # Gzip compression
8081 end
Gemfile.lockView
@@ -229,8 +229,10 @@
229229 haml (>= 4.0.6, < 5.0)
230230 html2haml (>= 1.0.1)
231231 railties (>= 4.0.1)
232232 hashdiff (0.3.1)
233 + heroku-deflater (0.6.3)
234 + rack (>= 1.4.5)
233235 high_voltage (3.0.0)
234236 html2haml (2.0.0)
235237 erubis (~> 2.7.0)
236238 haml (~> 4.0.0)
@@ -407,8 +409,9 @@
407409 figaro
408410 fittextjs_rails
409411 google-webfonts-rails
410412 haml-rails
413 + heroku-deflater
411414 high_voltage
412415 html2haml
413416 inline_svg
414417 jbuilder
app/views/visitors/index.html.hamlView
@@ -224,9 +224,9 @@
224224 %p.lead We're an enthusiastic and friendly group of technologists, creatives, environmentalists and dreamers
225225 .row
226226 .col-sm-2.text-center.wow.fadeIn
227227 = image_tag "tudor_2.jpg", class: "img-responsive profile_pic"
228- %p.lead Tudor Georg
228 + %p.lead Tudor Georgescu
229229 %p Hacker of OpenSource, planter of trees, grower of beard
230230 %p
231231 %a{:href => "https://uk.linkedin.com/in/tudorg"}
232232 %i.fa.fa-linkedin
@@ -278,10 +278,8 @@
278278 %a{:href => "mailto:kiamo.m@gmail.com"}
279279 %i.fa.fa-envelope-o
280280 %a{:href => "https://www.linkedin.com/in/kianmehrabi"}
281281 %i.fa.fa-linkedin
282- %a{:href => "https://twitter.com/thebeardninja"}
283- %i.fa.fa-twitter
284282
285283
286284 %section#contact
287285 .container

Built with git-ssb-web