Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Commit

Permalink
updated the landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonid Medovyy committed Dec 16, 2019
1 parent 56dc175 commit 67bb017
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
8 changes: 3 additions & 5 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions app/views/pages/landing.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
.content-holder
= container
= grid
= column size: 14, class: 'centered content'
= column size: 10, class: 'centered content'
= h1 class: 'inverted', text: 'Grow Your Business'
= text text: 'with an easy to use platform under your control.'
= text text: 'On the platform that can grow with you.'

= fragment 'features'
= container
Expand All @@ -19,7 +19,7 @@
= h1 'horizontal divider'
| Take The Center
= text 'lead'
| Increase brand awareness, build loyalty, and create long term value with a platform that grows with you.
| Increase brand awareness, build loyalty, and create long term value with a platform that you control.

iframe src="/animations/virality-and-beyond/virality-and-beyond.html" width="100%" height="550" frameBorder="0" scrolling="no"

Expand All @@ -29,9 +29,9 @@
= column size: 16
= segment 'inverted black basic center aligned padded'
= h1 class: 'centered dividing'
= "What's Next?"
= "Next Step"
= text
| Let us show you how the platform can help your business grow.
= link_to "Explore the Features", features_path, class: 'ui button purple big'
br
| Learn what makes the platform unique.
= link_to features_path, class: 'ui button purple big'
| View Features
br
2 changes: 1 addition & 1 deletion frontend/js/landing_cover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<script lang="coffee">
export default {
data: ->
background: '#222'
background: '#111'
hemispheric_light: '#fff'
hemispheric_specular_light: '#000'
point_light: '#fff'
Expand Down

0 comments on commit 67bb017

Please sign in to comment.