Skip to content

Commit

Permalink
Remove Cube Talks (#460)
Browse files Browse the repository at this point in the history
This PR removes the Cube Talks pages from the site as per vote last exec
meeting.

Force-merging.
  • Loading branch information
kewbish committed Jun 7, 2023
1 parent d62b29f commit ff3edf8
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 380 deletions.
4 changes: 0 additions & 4 deletions config/_default/menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ main:
name: Course Reviews
url: /services/courses/
weight: -100
- identifier: cube-talks
name: Cube Talks
url: /cube-talks/
weight: -90
- identifier: contact
name: Contact
url: /contact/
Expand Down
1 change: 0 additions & 1 deletion config/_default/params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ header:
colorScheme: light
footer:
colorScheme: dark
googleApiKey: AIzaSyB4_tOOGxZg4wybcheoOWZS1-HLEwWLI_E
4 changes: 0 additions & 4 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,3 @@ on our social media outlets.
<br/>

Join us on <a id="discord-serverhttpsdiscordggxf3wbydubf" href="https://discord.gg/xF3WbYDubF" target="_blank">Discord</a> and sign up for our <a href="http://eepurl.com/h-QQ_z" target="_blank">newsletter</a>!

<b>
Check out our new podcast, <a href="/cube-talks">Cube Talks</a>!
</b>
4 changes: 0 additions & 4 deletions content/cube-talks/_index.md

This file was deleted.

19 changes: 0 additions & 19 deletions content/cube-talks/ep-1-scarlet-nguyen.md

This file was deleted.

4 changes: 2 additions & 2 deletions content/services/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ The UBC CSSS offers the following services.
{{</ card >}}
</div>
<div class="col-md-6 col-xl-4 mb-4 d-flex align-items-stretch">
{{< card title="Cube Talks" href="/cube-talks/" src="/files/coffee_chat_stock_image.jpg" >}}
Our bi-weekly podcast featuring UBC alumni and upper-year students, discussing topics relevant to all students interested in computer science.
{{< card title="Tutoring" href="/services/tutor" src="/files/tutor.jpg" >}}
We provide a place for tutors to advertise their availability and for students to find a tutor for Computer Science courses.
{{</ card >}}
</div>
<div class="col-md-6 col-xl-4 mb-4 d-flex align-items-stretch">
Expand Down
9 changes: 4 additions & 5 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,17 @@ <h5 class="card-title">
<div class="card w-100">
<img
class="card-img-top img-fluid"
src="https://d33wubrfki0l68.cloudfront.net/81098c9a102dddcba8eed4d56942b105494168e1/3b5bc/files/coffee_chat_stock_image.jpg"
src="https://d33wubrfki0l68.cloudfront.net/10e0ed0cbab83ecb5a61de3106d5fa309ae1b8b8/b3e32/files/tutor.jpg"
alt=""
width="348"
height="196" />
<div class="card-body">
<h5 class="card-title">
<a class="card-link" href="/cube-talks/">Cube Talks</a>
<a class="card-link" href="/services/tutor">Tutoring</a>
</h5>
<p class="card-text">
Our bi-weekly podcast featuring UBC alumni and upper-year
students, discussing topics relevant to all students
interested in computer science.
We provide a place for tutors to advertise their availability
and for students to find a tutor for Computer Science courses.
</p>
</div>
</div>
Expand Down
41 changes: 0 additions & 41 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
<a
class="nav-link {{ if eq $url $menuUrl }}
active
{{ end }} {{ if (eq $menuUrl "/cube-talks/") }}
pulse-primary
{{ end }}"
href="{{ $menuUrl }}"
>{{ .Name }}</a
Expand Down Expand Up @@ -72,43 +70,4 @@
</div>
</div>
</nav>
<style>
/* adapted from https://github.com/zachnietling/bootstrap-pulse/blob/master/pulse.css */
.pulse-primary {
color: rgba(255, 255, 255, 0.8);
border-radius: 8px;
animation: pulse-primary 3s 3;
box-shadow: 1px 1px 4px var(--bs-link-color);
}
@-webkit-keyframes pulse-primary {
0% {
-webkit-box-shadow: 1px 1px 4px var(--bs-link-color),
0px 0px 10px 5px rgba(13, 110, 253, 0);
}
50% {
-webkit-box-shadow: 1px 1px 4px var(--bs-link-color),
0px 0px 10px 5px rgba(13, 110, 253, 0.6);
color: rgba(255, 255, 255, 1);
}
100% {
-webkit-box-shadow: 1px 1px 4px var(--bs-link-color),
0px 0px 10px 5px rgba(13, 110, 253, 0);
}
}
@keyframes pulse-primary {
0% {
-webkit-box-shadow: 1px 1px 4px var(--bs-link-color),
0px 0px 10px 5px rgba(13, 110, 253, 0);
}
50% {
-webkit-box-shadow: 1px 1px 4px var(--bs-link-color),
0px 0px 10px 5px rgba(13, 110, 253, 0.6);
color: rgba(255, 255, 255, 1);
}
100% {
-webkit-box-shadow: 1px 1px 4px var(--bs-link-color),
0px 0px 10px 5px rgba(13, 110, 253, 0);
}
}
</style>
</header>
3 changes: 0 additions & 3 deletions themes/hugo-bootstrap-5/i18n/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
- id: recentPosts
translation: "Recent Posts"

- id: recentEpisodes
translation: "Recent Episodes"

- id: backToTop
translation: "Back to top"

Expand Down
173 changes: 0 additions & 173 deletions themes/hugo-bootstrap-5/layouts/cube-talks/cube-talks-episode.html

This file was deleted.

60 changes: 0 additions & 60 deletions themes/hugo-bootstrap-5/layouts/cube-talks/cube-talks-index.html

This file was deleted.

Loading

0 comments on commit ff3edf8

Please sign in to comment.