diff --git a/content/body/index.php b/content/body/index.php index ecfb1375..4b420abf 100644 --- a/content/body/index.php +++ b/content/body/index.php @@ -1,21 +1,9 @@
-

Enable

A space for developers to learn and collaborate on making the web accessible.

- -
diff --git a/content/bottom/code-patterns-menu.php b/content/bottom/code-patterns-menu.php index 0c4baa1f..e69de29b 100644 --- a/content/bottom/code-patterns-menu.php +++ b/content/bottom/code-patterns-menu.php @@ -1,5 +0,0 @@ - - - \ No newline at end of file diff --git a/content/bottom/content-menu.php b/content/bottom/content-menu.php index 0c4baa1f..e69de29b 100644 --- a/content/bottom/content-menu.php +++ b/content/bottom/content-menu.php @@ -1,5 +0,0 @@ - - - \ No newline at end of file diff --git a/content/bottom/controls-menu.php b/content/bottom/controls-menu.php index 0c4baa1f..e69de29b 100644 --- a/content/bottom/controls-menu.php +++ b/content/bottom/controls-menu.php @@ -1,5 +0,0 @@ - - - \ No newline at end of file diff --git a/content/bottom/forms-menu.php b/content/bottom/forms-menu.php index 0c4baa1f..e69de29b 100644 --- a/content/bottom/forms-menu.php +++ b/content/bottom/forms-menu.php @@ -1,5 +0,0 @@ - - - \ No newline at end of file diff --git a/css/index.css b/css/index.css index 1e3867d8..98ba8a12 100644 --- a/css/index.css +++ b/css/index.css @@ -99,7 +99,7 @@ a { } } .homepage__intro--section { - font-size: 16px; + font-size: 1rem; border-radius: 25px; background-color: #f4f7f5; margin-bottom: 40px; @@ -221,7 +221,6 @@ a { } .homepage__bottom-copy--heading { font-weight: bold; - font-size: 1.8rem; color: #fff; display: inline-flex; align-items: stretch; diff --git a/less/enable-flyout.less b/less/enable-flyout.less index 55ac6ca2..b1df64f2 100644 --- a/less/enable-flyout.less +++ b/less/enable-flyout.less @@ -113,7 +113,6 @@ } &__last-top-level-link { - // margin-right: 40px !important; &::after { content: ""; @@ -251,7 +250,6 @@ background: transparent; border: none; text-align: left; - // text-transform: uppercase; font-weight: bold; .enable-flyout-container--positioned-left & { @@ -400,7 +398,6 @@ &__open-level-button { cursor: pointer; display: block; - // padding: (14 / @px) 0; transition: background @anim-time ease-in-out; &:hover { @@ -647,8 +644,6 @@ } &__open-level-button { - // padding-right: 5px; - &::after { background-image: data-uri("../images/chevron-down.svg"); } @@ -665,7 +660,6 @@ } &__menu-item { - // display: inline-block; &--close { display: none; diff --git a/less/index.less b/less/index.less index ff0f6a51..85dc805d 100644 --- a/less/index.less +++ b/less/index.less @@ -18,11 +18,11 @@ a { display: flex; flex-direction: column; justify-content: center; - font-size: 1.2rem; + font-size: (19.2 / @px); &--heading { font-family: @font-default-brand; - font-size: 4rem; + font-size: (64 / @px); margin: 30px auto 10px; font-weight: normal; color: @pink; @@ -103,9 +103,8 @@ a { } &--section { - font-size: 16px; + font-size: (16 / @px); border-radius: 25px; - // background-color: #fffffff2; background-color: #f4f7f5; margin-bottom: 40px; padding: 20px; @@ -212,17 +211,14 @@ a { &--question::before { background-image: data-uri("../images/icons/question.svg"); - // background-color: @color-npm; } &--donate:before { background-image: data-uri("../images/icons/donate.svg"); - // background-color: @color-scratch; } &--bug:before { background-image: data-uri("../images/icons/bug.svg"); - // background-color: @color-integrate; } } @@ -248,15 +244,13 @@ a { &--heading { font-weight: bold; - font-size: 1.8rem; color: #fff; display: inline-flex; - //DECIDING STILL IF IM KEEPING THIS ALIGN-ITEMS align-items: stretch; margin-bottom: 0px; @media @tablet-up { - font-size: 2.375rem; + font-size: (38 / @px); } } diff --git a/less/shared/defaults.less b/less/shared/defaults.less index 776ed53c..5364b796 100755 --- a/less/shared/defaults.less +++ b/less/shared/defaults.less @@ -55,14 +55,14 @@ h2 { h3 { font-weight: bold; padding-top: 20px; - font-size: 1.25rem; + font-size: (20 / @px); border-bottom: double 3px #000; } h4 { font-weight: 500; padding: 20px 0; - font-size: 1.25rem; + font-size: (20 / @px); } h1, diff --git a/less/showcode.less b/less/showcode.less index 3ab7e97f..db1e8e1a 100755 --- a/less/showcode.less +++ b/less/showcode.less @@ -81,7 +81,7 @@ code { &__heading { font-weight: bold; padding-top: 20px; - font-size: 1.25rem; + font-size: (20 / @px); border-bottom: double 3px #000; } diff --git a/less/site.less b/less/site.less index 4a3d7a2a..7e39e1ad 100644 --- a/less/site.less +++ b/less/site.less @@ -120,7 +120,7 @@ } a { - font-size: 1.3rem; + font-size: (20.8 / @px); color: #000; font-family: helvetica; font-weight: bold; diff --git a/sitemap.txt b/sitemap.txt index 636967f3..c3668b36 100644 --- a/sitemap.txt +++ b/sitemap.txt @@ -6,11 +6,11 @@ https://www.useragentman.com/enable/audio-player.php https://www.useragentman.com/enable/button.php https://www.useragentman.com/enable/carousel.php https://www.useragentman.com/enable/checkbox.php -https://www.useragentman.com/enable/combobox.php -https://www.useragentman.com/enable/dark-mode.php https://www.useragentman.com/enable/code-patterns-menu.php +https://www.useragentman.com/enable/combobox.php https://www.useragentman.com/enable/content-menu.php https://www.useragentman.com/enable/controls-menu.php +https://www.useragentman.com/enable/dark-mode.php https://www.useragentman.com/enable/description-list.php https://www.useragentman.com/enable/dialog.php https://www.useragentman.com/enable/dropdown.php