modernizing the templates and making it more accessible#15805
Conversation
✅ Deploy Preview for devopsdays-web ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
mattstratton
left a comment
There was a problem hiding this comment.
A lot of these changes remove inline comments in the code; not sure that's awesome since our code is complex and not documented in any other way
|
Like @mattstratton said, a lot of code changes. |
Co-authored-by: Laura Santamaria <nimbinatus@users.noreply.github.com>
Co-authored-by: Laura Santamaria <nimbinatus@users.noreply.github.com>
nimbinatus
left a comment
There was a problem hiding this comment.
adding css comments back in
| } | ||
|
|
||
| /* set a max-width for horizontal fluid layout and make it centered */ | ||
| .container-fluid { |
There was a problem hiding this comment.
| .container-fluid { | |
| /* set a max-width for horizontal fluid layout and make it centered */ | |
| .container-fluid { |
|
|
||
| /* Left navigation */ | ||
| /* TODO: all of these left-nav elements can probably be collapsed */ | ||
| .left-nav-navs { |
There was a problem hiding this comment.
| .left-nav-navs { | |
| /* TODO: all of these left-nav elements can probably be collapsed */ | |
| .left-nav-navs { |
| } | ||
|
|
||
| /* set the current month style */ | ||
| .left-nav-months.current { |
There was a problem hiding this comment.
| .left-nav-months.current { | |
| /* set the current month style */ | |
| .left-nav-months.current { |
| } | ||
|
|
||
| // Note that welcome-page-masthead is also defined in templates/welcome.html so we cannot use SCSS here | ||
| .welcome-page-masthead { |
There was a problem hiding this comment.
| .welcome-page-masthead { | |
| // Note that welcome-page-masthead is also defined in templates/welcome.html so we cannot use SCSS here | |
| .welcome-page-masthead { |
| padding: 20px; | ||
| margin-bottom:20px; | ||
| margin-top:20px; | ||
| background: linear-gradient(135deg, $devopsdays-blue, lighten($devopsdays-blue, 15%)); |
There was a problem hiding this comment.
Note: May need to handle gradients; not sure it really matters, tbh, nowadays
|
|
||
| //formatting for content provided by events, pages, etc | ||
| .content-text h1, h2, h3 { | ||
| .content-text h1, |
There was a problem hiding this comment.
| .content-text h1, | |
| //formatting for content provided by events, pages, etc | |
| .content-text h1, |
Attempting to modernize and update the site to new Hugo standards and accessibility.