Skip to content

Commit

Permalink
chore(docs): remove GraphQL Conf banner
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLytek committed Oct 4, 2023
1 parent fe1d901 commit c038ab2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 48 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<!-- prettier-ignore-start -->
<!-- markdownlint-disable-next-line MD041 -->
[![GraphQL Conf 2023](./images/GraphQLConf-2023-Banner.png)](https://graphql.org/conf/)
<!-- prettier-ignore-end -->

![logo](./images/logo.png)
<!-- prettier-ignore-end -->

# TypeGraphQL

Expand Down
Binary file removed images/GraphQLConf-2023-Banner.png
Binary file not shown.
9 changes: 0 additions & 9 deletions website/core/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,8 @@ const DarkModeButton = () => {
html.classList.toggle("theme-mode--light");
}
function addGraphQLBanner() {
const a = document.createElement("a");
a.href = "https://graphql.org/conf/";
a.target = "_blank";
a.classList.add("graphql-banner");
document.body.appendChild(a);
}
appendButtonToDOM();
setInitialColorMode();
addGraphQLBanner();
`,
}}
/>
Expand Down
36 changes: 0 additions & 36 deletions website/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,42 +44,6 @@ body {
color: var(--color-main-light);
}

.navPusher {
padding-top: 180px !important;
}

@media screen and (min-width: 1024px) {
.navPusher {
padding-top: 130px !important;
}
}

@media only screen and (min-width: 1024px) {
@supports ((position: -webkit-sticky) or (position: sticky)) {
.onPageNav {
top: 170px !important;
}
}
}

.graphql-banner {
position: fixed;
top: 0;
height: 80px;
display: block;
z-index: 999999;
width: 100%;
background-color: #4c204a;
background-image: url("../img/GraphQLConf-2023-Banner.png");
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}

.fixedHeaderContainer {
top: 80px;
}

blockquote {
color: var(--color-blockquote-text);
}
Expand Down
Binary file removed website/static/img/GraphQLConf-2023-Banner.png
Binary file not shown.

0 comments on commit c038ab2

Please sign in to comment.