diff --git a/content/index.md b/content/index.md index 638802d38..ba79b0104 100755 --- a/content/index.md +++ b/content/index.md @@ -14,6 +14,44 @@ footer: >
Developed by the Education and Outreach Working Group (EOWG). Developed with support from the WAI-Guide Project funded by the European Commission (EC) under the Horizon 2020 program (Grant Agreement 822245).
navigation: next: /curricula/introduction-to-web-accessibility/ +inline_css: | + .tablewrapper>div { + overflow-x: scroll; + } + .tablewrapper>div { + position:relative; + } + .tablewrapper:before { + display: block; + content: "Scroll to see the full table. ↔"; + text-align: right; + font-weight: bold; + } + .tablewrapper>div { + background-image: + linear-gradient(to right, var(--line-grey), rgba(255,255,255,0)), + linear-gradient(to left, var(--line-grey), rgba(255,255,255,0)); + background-size: 1rem, 1rem; + background-repeat: repeat-y, repeat-y; + background-position: left, right; + } + .tablewrapper.scrolled-to-right>div { + background-image: + linear-gradient(to right, var(--line-grey), rgba(255,255,255,0)); + background-size: 1rem; + background-repeat: repeat-y; + background-position: left; + } + .tablewrapper.scrolled-to-left>div { + background-image: + linear-gradient(to left, var(--line-grey), rgba(255,255,255,0)); + background-size: 1rem; + background-repeat: repeat-y; + background-position: right; + } + .tablewrapper table { + mix-blend-mode: multiply; + } --- ## Introduction @@ -52,7 +90,9 @@ Each curriculum also specifies competencies that students are expected to have p The table below shows ideas for future curricula. When completed, they will be linked from here. Currently only the first curriculum "Introduction to Web accessibility" is available. -@@ -155,3 +195,34 @@ The table below shows ideas for future curricula. When completed, they will be l |
---|
Rows refer to three levels: basic, intermediate, and advanced. Columns refer to five roles: developer, designer, author, manager, and tester.
+ +