Commit Graph

77 Commits

Author SHA1 Message Date
Jina Anne
91b8816673
Simplify copyright statement (#458)
Switching the explicitly named team members for "the Sass team" so it has longevity.
2020-07-06 12:57:36 -07:00
Emiel Koning
1202cf40b9
Typo (#457) 2020-06-29 09:10:57 -07:00
Jina Anne
6dc426ba2a
remove extra with
Gonna push directly to master since this change is straight-forwardly simple.
2020-06-02 11:30:46 -07:00
Jina Anne
304ec0c96a
Add Black Lives Matters statement (#452)
* Black Lives Matters statement

Swaps top banner out for Black Lives Matter messaging with inline styles for stylistic tweaks since these styles won't need to be added to the main global styles.

* Bold call to action

* Update layout.haml
2020-06-01 17:12:27 -07:00
tatianamac
569efcc4a7 🦐 Address undone git edits sob 2019-12-19 17:25:38 -08:00
tatianamac
4466eb75a7 🔗 Fix busted link thats breaking everything 2019-12-18 16:26:35 -08:00
tatianamac
07e0e11b01 🔎 Add missing search input and placeholder 2019-12-18 16:09:00 -08:00
tatianamac
8e2bc0d6f1 ✏️ Revised language for alert banner 2019-12-18 16:09:00 -08:00
tatianamac
293d310dfa Fixes post feedback 2019-12-18 16:09:00 -08:00
tatianamac
bb1ca93ddc 🔗 Added skip link 2019-12-18 16:09:00 -08:00
tatianamac
beac1ac6f2 ⚒ Fix menu a11y issues 2019-12-18 16:08:14 -08:00
tatianamac
41ca35e9e2 ⚒ Structural changes to make page more semantic 2019-12-18 16:08:14 -08:00
tatianamac
80e672a3e0 Small a11y edits 2019-12-18 16:00:40 -08:00
tatianamac
fa05e1d3f7 🔡 Added pre-wrap so code wraps and prevents scrollbar in pre 2019-12-18 16:00:40 -08:00
Natalie Weizenbaum
193a124050 Move the blog onto sass-lang.com
Logdown seems to be basically unmaintained, its servers are
unreliable, and it's been causing some mixed-content errors lately.
This moves all blog posts to sass-lang.com itself; I'll set up
redirects from the blog as best I can once this lands.

Closes #401
Closes #402
Closes #403
2019-12-18 16:00:40 -08:00
Natalie Weizenbaum
55e495cad6
Fix the link to the module system blog post (#376) 2019-10-02 11:19:55 -07:00
Natalie Weizenbaum
5ebd0e4c32 Update the top-level callout to mention the module system 2019-10-01 15:24:42 -07:00
Natalie Weizenbaum
7bca65c349
Update the copyright line (#348) 2019-05-31 12:05:02 +01:00
Natalie Weizenbaum
79097d0fe1 Bundle all JS into a single file
Because we weren't doing this yet, we weren't actually loading the
redirect.js JS code at all.

This also gets rid of some unused JS.
2019-05-08 13:01:20 -07:00
Natalie Weizenbaum
03bc54bca2 Make search result URLs always point to the current site 2019-04-17 17:49:03 -07:00
Natalie Weizenbaum
e7ffef4fc9 Avoid an unstyled rendering moment with the tables of contents
Tables of contents are now statically rendered in their appropriately
open/closed states, rather than updated via JavaScript, so they render
correctly on the first page load. In order to make the "page sections"
table still usable without JS, this adds a stylesheet in a <noscript>
tag that forces the sections into an open state.
2019-04-12 00:09:10 -07:00
Jina Anne
096c6512f3 condense home 2019-03-04 16:50:23 -08:00
Natalie Weizenbaum
8805a7ce33 Enable Algolia search (#289)
* Enable Algolia search

This adds:

* Algolia bootstrap JS.
* A search bar (without styling)
* A "docSearch-content" class to the main reference doc container, so
  the sidebars don't get indexed.
* A "docSearch-function" class to function names, so that they'll be
  indexed.

* Fix a few lints
2019-03-04 15:05:59 -06:00
Natalie Weizenbaum
e6771747ad Enable html-proofer for the new docs, and fix errors 2019-01-09 14:36:31 -08:00
Jina Anne
c21200ba14 header linking 2018-12-28 17:59:53 -08:00
Jina Anne
1a9e640fb3 Merge branch 'wip.reference' of github.com:sass/sass-site into wip.reference 2018-12-28 16:29:26 -08:00
Jina Anne
39263a13e3 update layout 2018-12-28 16:29:22 -08:00
Natalie Weizenbaum
7f886f13ee Link to GitHub for Ruby Sass release notes 2018-12-28 15:45:13 -08:00
Natalie Weizenbaum
170352c8d0 Update Hampton's website link
It looks like the old link is broken.
2018-12-28 15:41:14 -08:00
Jina Anne
8b2d48f774 merge in master 2018-12-27 19:47:31 -08:00
Jina Anne
4a5ee52092 fixes #262 2018-12-27 17:02:45 -08:00
Jina Anne
67020d2037 merge conflicts 2018-12-27 16:50:00 -08:00
Jina Anne
92d9baf850 fix nav 2018-12-27 16:43:43 -08:00
Jina Anne
66f3526bd5 major clean up 2018-12-27 16:31:28 -08:00
Jina Anne
6620433c50 redo holy grail layout 2018-10-26 23:37:10 -07:00
Jina Anne
3f1c2d338d lots of clean up 2018-10-23 15:06:39 -07:00
Jina Anne
f47e8bd912 fix layouts to be DRY 2018-10-22 14:13:05 -07:00
Natalie Weizenbaum
e367b287a7 Add release info for all major implementations in the middle bar
This doesn't actually get the release data from anywhere yet, nor do
Ruby Sass nor Dart Sass have their own pages yet.
2018-03-17 12:38:51 -07:00
Natalie Weizenbaum
c5b0886812 Don't include the Sass version name
I plan to phase out the idea of a version name in favor of a purely-numeric
identifier.
2017-07-13 16:23:02 -07:00
Joe Francis
79be5acaf8 Fix case issue of Github vs GitHub (#188) 2017-06-05 13:48:52 -07:00
jina
ffbafff55e syntax fixes 2015-10-13 17:02:12 -07:00
jina
8aac006d61 update gems, cleanup, and surface implementation guide better 2015-10-13 16:55:29 -07:00
Jina Bolton
89cad97f5d Update gems and un-abstract layouts for now. 2014-07-30 22:26:38 -07:00
Jina Bolton
3e6339e9a7 Reorganize layout 2014-07-27 19:34:14 -07:00
Jina Bolton
352f71fd1a Update site to remove IE conditionals 2014-07-27 18:58:17 -07:00
Jina Bolton
63ca14c977 Closes #84 2014-07-22 15:27:15 -07:00
namusyaka
7194815722 Update sass repository URL 2014-07-01 21:23:01 +09:00
Michael JL Catlin
8d565d4035 Removing the CampSass alert 2014-04-19 14:43:32 -07:00
Michael JL Catlin
dbdefb7eef I can't spell April 2014-03-20 12:25:01 -07:00
Michael JL Catlin
8d6ad06656 Adding a 'Come to CampSass' alert on the homepage 2014-03-20 10:52:34 -07:00