Commit Graph

77 Commits

Author SHA1 Message Date
Andrew Brown
ee3200976d s/.color %>-text/.text_color %>/ 2021-07-18 18:22:58 -07:00
Andrew Brown
4f30ff9798 landing page redesign 2020-11-07 00:55:58 -08:00
Andrew Brown
988cf2ca7b seo h1/h2/h3 for landing, new planet, etc 2020-10-19 16:58:44 -07:00
Andrew Brown
5aa1818795 clean up homepage formatting on some screen sizes 2020-10-17 15:41:53 -07:00
Andrew Brown
aa997e7901 landing page feature table redesign 2020-06-28 21:12:23 -05:00
Andrew Brown
ff6d8a96d8 more work on dark mode 2020-05-16 16:04:21 -05:00
AmyMartika
66f20596e6 Fixing a heading tag that was changed on accident 2019-09-11 18:49:46 -05:00
AmyMartika
9372831d96 Updated H1 text and styling on landing page 2019-09-11 18:34:53 -05:00
Andrew Brown
fbbfcbf1eb landing page polish 2019-08-13 18:37:33 -05:00
Andrew Brown
5ada40f8f4 add job field to characters 2018-11-08 18:52:46 -06:00
Andrew Brown
37700b6c04 wip copywriting 2018-11-08 18:06:04 -06:00
Andrew Brown
e9ab0fe725 update landing page for new types 2018-02-01 18:11:39 -06:00
Andrew Brown
ed2e6e301f add landing page strings to i18n file 2017-11-24 15:26:59 +01:00
Andrew Brown
67638b13a3 Update content to reflect recent premium upgrades 2017-10-08 23:28:34 +02:00
Andrew Brown
e186c86aa9 Conclude community drive 2017-06-20 14:38:32 +00:00
Andrew Brown
36d8629714 Add communitydrive banner to front page 2017-05-04 14:17:17 +01:00
Andrew Brown
831b28657e Fix overlay overlap on mobile devices 2017-04-03 17:44:00 +01:00
Andrew Brown
c667b40ab4 Don't double-render footer on landing page 2017-03-08 18:06:05 +00:00
Andrew Brown
31ff49195b Add for/writers landing page 2017-03-08 15:50:51 +00:00
Andrew Brown
b16f155496 Improve styling consistency in responsiveness on landing page 2017-03-02 17:11:52 +00:00
Andrew Brown
56aee7d428 Update CTA button colors on landing page 2017-02-20 18:47:20 +00:00
Andrew Brown
8bf873a254 Add upload bandwidth to landing page 2017-02-19 01:24:17 +00:00
Andrew Brown
15dbc3074e Merge branch 'master' into mobile-header-dropdown
Conflicts:
	app/views/layouts/_navbar.html.erb
2017-02-06 11:26:15 +00:00
Andrew Brown
b134cf946b Landing page internationalization 2017-02-03 16:17:12 +00:00
Andrew Brown
6ff3a96583 Update landing page copy 2017-01-21 17:35:11 +00:00
Andrew Brown
31e0239266 Update promo text on landing page 2017-01-21 16:44:00 +00:00
Robert Richter
d958e5974e
Make Privacy Policy available from the index 2017-01-02 00:26:50 -06:00
Andrew Brown
0af6ab2048 update landing page -- fixes #157 2016-11-06 01:24:50 +01:00
Robert Richter
7dcf798f8a
Optimize javascript load times
Our application JS is bloated with minified libraries, while our actual
application Javascript barely amounts to more than two hundred lines.
I propose removing these libraries from our sass file, and instead
load them as separate resources in `<link>` and `<script>` tags.

This has several advantages:

 - By using common CDNs, users are likely to have many of these libraries
   cached already.
 - Even if the files aren't cached, the CDN is likely to deliver them
   faster.
 - We can use the HTML5 'async' attribute to load these libraries
   asynchronously, so users aren't held up while they download.
 - Our fully compiled application JS is much, much smaller, which
   reduces the load on our host.

Also, on the topic of load times, I realized that in #152 that one of the
images was a PNG, not a JPG. I had tried optimizing the image, but I didn't
realize that it wasn't a JPG like the others. Here, I converted it to a JPG,
and it is significantly smaller, and it is visually unchanged.

I'm having some difficulty testing on my local machine, so I would appreciate
some additional manual testing before merging this.
2016-11-02 23:41:00 -05:00
Andrew Brown
52585c1602 Reorder landing page content type cards 2016-10-31 21:47:51 +01:00
Andrew Brown
8fe3e186c6 Add updated pricing plans to landing page 2016-10-31 21:35:42 +01:00
Andrew Brown
c89baed9f8 Update landing page with new content types 2016-10-31 20:12:54 +01:00
Mitchel Pigsley
0951f846bb Consolidate hero image styles and apply them on index and about pages 2016-10-15 15:27:24 -05:00
Andrew Brown
cbe37b40c4 Merge branch 'master' into serendipitous-improvements 2016-10-03 22:02:02 +02:00
Andrew Brown
f277853df2 Couple other typos 2016-10-03 21:41:33 +02:00
Andrew Brown
5dbfc08ff9 Verbiage tweaks on landing page 2016-10-01 18:28:02 +02:00
Andrew Brown
bfb77ec249 Add more benefits 2016-09-22 16:14:59 +02:00
Andrew Brown
95fd2cf6bd Merge branch 'master' into landing-page-redesign
Conflicts:
	app/views/main/index.html.erb
2016-09-22 05:39:41 +02:00
Andrew Brown
a9d35a45d9 Add footer and promo code to signup form 2016-09-22 05:35:08 +02:00
Andrew Brown
f837c4fce4 Link through to signup page 2016-09-22 05:16:48 +02:00
Andrew Brown
989628085f landing page content 2016-09-22 05:03:53 +02:00
Robert Richter
67a3cfa3b7
Move description and keywords into layout 2016-09-21 11:35:37 -05:00
Andrew Brown
2b18b1b789 Way better landing page, still wip 2016-09-21 04:23:00 +02:00
Andrew Brown
9f0a82aea2 Two takes on landing pages, each wip 2016-09-14 23:53:52 -05:00
Robert Richter
9c1f9fdb60
Add keywords to main page 2016-09-05 16:53:15 -05:00
Robert Richter
df20108ec1
Keep only default data in SEO partial
Since the SEO partial will be in every page, we must keep either data
that is the same for all pages, or pointers to the data that will
be set dynamically in other pages.
2016-09-05 12:39:14 -05:00
Andrew Brown
293a456b32 Landing page redesign (lol) 2016-04-06 19:18:34 -05:00
Andrew Brown
5248c0b802 Revert "Internationalize strings" 2015-04-28 23:04:18 -05:00
Robert Richter
495ea7f328 Internationalize index 2015-04-25 11:18:42 -05:00
Andrew Brown
3fd6d604fe Revert "Revert "Resolve merge with master""
This reverts commit 6f8ae925ba.

Conflicts:
	app/assets/stylesheets/bootplus_overrides.css.less
2015-03-13 22:46:31 -05:00