git ssb

0+

dangerousbeans / project-entropy.com



Commit ff03a3ca817dc7d4c3183debf5caa1013fa168b0

Crowdfund page beginnings

Joran committed on 12/19/2016, 4:00:23 AM
Parent: d93301fb109b1fb98dfcfa151abb2cdf184af790

Files changed

Gemfile.lockchanged
app/views/pages/crowdfund.html.hamlchanged
app/views/visitors/index.html.hamlchanged
Gemfile.lockView
@@ -57,10 +57,10 @@
5757 railties (>= 4.0.0, < 5.2.x)
5858 coffee-script (2.4.1)
5959 coffee-script-source
6060 execjs
61- coffee-script-source (1.11.1)
62- concurrent-ruby (1.0.2)
61 + coffee-script-source (1.12.2)
62 + concurrent-ruby (1.0.3)
6363 crack (0.4.3)
6464 safe_yaml (~> 1.0.0)
6565 dalli (2.7.6)
6666 diff-lcs (1.2.5)
@@ -111,9 +111,9 @@
111111 xml-simple (~> 1.1)
112112 fog-atmos (0.1.0)
113113 fog-core
114114 fog-xml
115- fog-aws (0.13.0)
115 + fog-aws (1.1.0)
116116 fog-core (~> 1.38)
117117 fog-json (~> 1.0)
118118 fog-xml (~> 0.1)
119119 ipaddress (~> 0.8)
@@ -236,9 +236,9 @@
236236 rails-dom-testing (>= 1, < 3)
237237 railties (>= 4.2.0)
238238 thor (>= 0.14, < 2.0)
239239 json (1.8.3)
240- leaflet-rails (0.7.7)
240 + leaflet-rails (1.0.2)
241241 loofah (2.0.3)
242242 nokogiri (>= 1.5.9)
243243 mail (2.6.4)
244244 mime-types (>= 1.16, < 4)
@@ -290,9 +290,9 @@
290290 actionpack (= 4.2.7.1)
291291 activesupport (= 4.2.7.1)
292292 rake (>= 0.8.7)
293293 thor (>= 0.18.1, < 2.0)
294- rake (11.3.0)
294 + rake (12.0.0)
295295 rbvmomi (1.9.4)
296296 builder (~> 3.2)
297297 json (>= 1.8)
298298 nokogiri (~> 1.5)
@@ -359,9 +359,9 @@
359359 unf (0.1.4)
360360 unf_ext
361361 unf_ext (0.0.7.2)
362362 vcr (3.0.3)
363- webmock (2.1.0)
363 + webmock (2.3.1)
364364 addressable (>= 2.3.6)
365365 crack (>= 0.3.2)
366366 hashdiff
367367 xml-simple (1.1.5)
app/views/pages/crowdfund.html.hamlView
@@ -24,9 +24,9 @@
2424 %p.lead Project Entropy will be rolled out in 4 Waves:
2525 %ul.timeline
2626 %li
2727 .timeline-badge.success
28- %i.glyphicon.glyphicon-menu-down
28 + -# %i.glyphicon.glyphicon-menu-down
2929 .timeline-panel
3030 .timeline-heading
3131 %h4.timeline-title Wave One: New Horizon
3232 %p
@@ -36,9 +36,9 @@
3636 .timeline-body
3737 %p This wave sees us bootstrap the community, start testing ideas and confirm the projects foundations are good. Limits are in place to keep the number of Citizens, invested Ether and risk to safer levels.
3838 %li.timeline-inverted
3939 .timeline-badge
40- %i.glyphicon.glyphicon-credit-card
40 + -# %i.glyphicon.glyphicon-credit-card
4141 .timeline-panel
4242 .timeline-heading
4343 %h4.timeline-title Wave Two: Wet Feet
4444 %p
@@ -46,25 +46,25 @@
4646 %i.glyphicon.glyphicon-time
4747 Starting To Walk
4848 .timeline-body
4949 %p Once the community consensus that we are ready is reached, this wave adds additional power to Actions, including sending ether; changes to the Steering Committee and revoking existing desciscions.
50- %p Suco de cevadisris lectus, non scelerisque augue. Aenean justo massa.
50 +
5151 %li
5252 .timeline-badge
53- %i.glyphicon.glyphicon-credit-card
53 + -# %i.glyphicon.glyphicon-credit-card
5454 .timeline-panel
5555 .timeline-heading
5656 %h4.timeline-title Wave Three: Cast Off
5757 %p
5858 %small.text-muted
59- %i.glyphicon.glyphicon-time
59 + -# %i.glyphicon.glyphicon-time
6060 Setting Sail
6161 .timeline-body
6262 %p Once we have safe, stable governance we can take a historic step sailing onto the world's oceans and inspiring generations to come.
6363
6464 %li.timeline-inverted
6565 .timeline-badge
66- %i.glyphicon.glyphicon-floppy-disk
66 + -# %i.glyphicon.glyphicon-floppy-disk
6767 .timeline-panel
6868 .timeline-heading
6969 %h4.timeline-title Wave Four: The Fleet
7070 %p
app/views/visitors/index.html.hamlView
@@ -73,9 +73,9 @@
7373 the community that suggests and
7474 votes on everything the fleet is aiming for - destinations, ideas and projects
7575
7676 .col-sm-7.no-padding
77- = link_to 'JOIN COMMUNITY', page_path('community'), class:'btn btn-primary btn-lg btn-block ghost-button-lightblue'
77 + = link_to 'JOIN US', page_path('community'), class:'btn btn-primary btn-lg btn-block ghost-button-lightblue'
7878
7979
8080 -# .banner-left.col-lg-7.text-box-white
8181 -# .row
@@ -107,9 +107,9 @@
107107 %p.lead
108108 all open source of course!
109109
110110 .col-sm-7.col-sm-offset-5.text-right.no-padding
111- = link_to 'projects', page_path('community'), class:'btn btn-primary btn-lg btn-block ghost-button-lightblue'
111 + = link_to 'projects', page_path('projects'), class:'btn btn-primary btn-lg btn-block ghost-button-lightblue'
112112
113113 .header.secondary.map.text-left
114114 .container
115115 .row

Built with git-ssb-web