Skip to content

Commit

Permalink
fixed up about page styles
Browse files Browse the repository at this point in the history
Signed-off-by: cjyabraham <cjyabraham@gmail.com>
  • Loading branch information
cjyabraham committed Jul 31, 2022
1 parent e37a92c commit 99be604
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 16 deletions.
23 changes: 21 additions & 2 deletions website/assets/scss/_about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,29 @@
}

section {
padding-top: 2rem;
padding-bottom: 2rem;
padding-top: 4rem;
padding-bottom: 4rem;
}

.section-group section:first-of-type, .main section:first-of-type {
padding-top: 5rem;
}

.td-box--primary p > a, .td-box--secondary p > a, .td-box--light p > a {
color: $link-color;
}

.td-box--secondary {
color: #464646;
}

.td-box--primary, .td-box--white {
background-color: #FDFDFD;
}

@media (min-width: 768px) {
.td-box--primary h2[id]:before {
margin-top: 0;
height: 0;
}
}
12 changes: 1 addition & 11 deletions website/content/about/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
automatically have the invite on your calendar. You can get it from a [past
message here](https://lists.cncf.io/g/cncf-tag-contributor-strategy/message/1)
- [Meeting minutes and agenda](https://bit.ly/cncf-contribstrat-agenda)
- Meeting Link: [zoom.us/my/cncftagcontributorstrategy](https://zoom.us/my/cncftagcontributorstrategy)
- [Meeting Link](https://zoom.us/my/cncftagcontributorstrategy)

</div>

Expand All @@ -120,13 +120,3 @@
- Josh Berkus ([@jberkus](https://github.com/jberkus)), Red Hat

{{< /blocks/section >}}

{{< blocks/section color="secondary" >}}

- [Governance](governance/)
- [Contributor Growth](contributor-growth/)
- [Maintainer's Circle](maintainers-circle/)

## Working Groups

{{< /blocks/section >}}
2 changes: 1 addition & 1 deletion website/content/resources/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ linkTitle: Templates
description: We have templates that you can use to jump start a new project or take your existing project to the next level.
---

## [_View templates here_](/maintainers/github/templates/)
[See our templates](/maintainers/github/templates/)
Original file line number Diff line number Diff line change
Expand Up @@ -14546,12 +14546,26 @@ h3 a:hover {
border: none; }

section {
padding-top: 2rem;
padding-bottom: 2rem; }
padding-top: 4rem;
padding-bottom: 4rem; }

.section-group section:first-of-type, .main section:first-of-type {
padding-top: 5rem; }

.td-box--primary p > a, .td-box--secondary p > a, .td-box--light p > a {
color: #d62293; }

.td-box--secondary {
color: #464646; }

.td-box--primary, .td-box--white {
background-color: #FDFDFD; }

@media (min-width: 768px) {
.td-box--primary h2[id]:before {
margin-top: 0;
height: 0; } }

.navbar-dark .navbar-nav a.active {
border-bottom: 4px #5c2cff9c solid !important; }

Expand Down

0 comments on commit 99be604

Please sign in to comment.