Skip to content

Commit

Permalink
Remove sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminrsherman committed Oct 6, 2023
1 parent 22f9958 commit 4478b45
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 307 deletions.
Binary file removed site/public/img/academic_discord/desktop.png
Binary file not shown.
Binary file removed site/public/img/academic_discord/mobile.png
Binary file not shown.
Binary file removed site/public/img/academic_discord/tablet.png
Binary file not shown.
Binary file removed site/public/img/bunkabl/desktop.png
Binary file not shown.
Binary file removed site/public/img/bunkabl/mobile.png
Binary file not shown.
Binary file removed site/public/img/bunkabl/tablet.png
Binary file not shown.
28 changes: 0 additions & 28 deletions site/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,17 +132,6 @@
style="height: 40px"
@click="rotateLogo()"
/-->
<a
href="https://patreon.com/quacs"
rel="noopener"
title="Sponsor us on Patreon!"
aria-label="Sponsor us on Patreon!"
target="_blank"
><font-awesome-icon :icon="['fab', 'patreon']"></font-awesome-icon>
</a>
</div>
<div class="footer-sponsors">
<router-link to="/sponsors"> View our sponsors</router-link>
</div>
<div class="footer-updated">
Last updated {{ lastUpdated }} (<a
Expand Down Expand Up @@ -361,23 +350,6 @@ export default class App extends Vue {
margin-bottom: 1rem;
}
.footer-sponsors > * {
color: var(--global-text);
font-size: 1.5rem;
padding: 0rem 1rem;
}
.footer-sponsors > a:hover {
color: DimGrey;
}
.footer-sponsors {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1rem;
}
.footer-copyright {
color: var(--global-text);
font-size: 1rem;
Expand Down
4 changes: 0 additions & 4 deletions site/src/assets/styles/themes/true-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@
}

[data-theme="true-dark"] img,
[data-theme="true-dark"] .sponsor {
visibility: hidden;
}

[data-theme="true-dark"] input,
[data-theme="true-dark"] select {
border: none;
Expand Down
59 changes: 0 additions & 59 deletions site/src/components/AdvertImage.vue

This file was deleted.

84 changes: 0 additions & 84 deletions site/src/components/Advertisement.vue

This file was deleted.

5 changes: 0 additions & 5 deletions site/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import Vue from "vue";
import VueRouter, { RouteConfig } from "vue-router";
import Home from "@/views/Home.vue";
import Search from "@/views/Search.vue";
import Sponsors from "@/views/Sponsors.vue";

Vue.use(VueRouter);

Expand All @@ -24,10 +23,6 @@ const routes: Array<RouteConfig> = [
path: "/search",
component: Search,
},
{
path: "/sponsors",
component: Sponsors,
},
{
path: "/prerequisites",
component: () => import("../views/Prerequisites.vue"),
Expand Down
18 changes: 0 additions & 18 deletions site/src/sponsors.ts

This file was deleted.

15 changes: 0 additions & 15 deletions site/src/typings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,18 +116,3 @@ export interface PrereqAdjList {
prereqs: string[];
};
}

export interface Advert {
advertiser: string;
url: string;
altText: string;
backgroundColor: string;
desktop_path: string;
tablet_path?: string;
mobile_path: string;
}

export interface LinkedSponsor {
name: string;
url: string;
}
4 changes: 0 additions & 4 deletions site/src/views/Home.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<template>
<div class="home">
<Advertisement />

<b-card-group columns class="department-cards">
<b-card
v-for="school in schools"
Expand All @@ -25,11 +23,9 @@
import { Component, Vue } from "vue-property-decorator";
import { mapState } from "vuex";
import { BCard, BCardGroup } from "bootstrap-vue";
import Advertisement from "@/components/Advertisement.vue";
@Component({
components: {
Advertisement,
"b-card": BCard,
"b-card-group": BCardGroup,
},
Expand Down
90 changes: 0 additions & 90 deletions site/src/views/Sponsors.vue

This file was deleted.

0 comments on commit 4478b45

Please sign in to comment.