From ff3edf84f9932ebb76181baabacb876c4fb5644f Mon Sep 17 00:00:00 2001 From: Emilie Ma <45278276+kewbish@users.noreply.github.com> Date: Tue, 6 Jun 2023 17:40:46 -0700 Subject: [PATCH] Remove Cube Talks (#460) This PR removes the Cube Talks pages from the site as per vote last exec meeting. Force-merging. --- config/_default/menu.yml | 4 - config/_default/params.yml | 1 - content/_index.md | 4 - content/cube-talks/_index.md | 4 - content/cube-talks/ep-1-scarlet-nguyen.md | 19 -- content/services/_index.md | 4 +- layouts/index.html | 9 +- layouts/partials/header.html | 41 ----- themes/hugo-bootstrap-5/i18n/en.yaml | 3 - .../cube-talks/cube-talks-episode.html | 173 ------------------ .../layouts/cube-talks/cube-talks-index.html | 60 ------ .../layouts/partials/cube-talks-sidebar.html | 35 ---- .../static/css/cube-talks.css | 29 --- 13 files changed, 6 insertions(+), 380 deletions(-) delete mode 100644 content/cube-talks/_index.md delete mode 100644 content/cube-talks/ep-1-scarlet-nguyen.md delete mode 100644 themes/hugo-bootstrap-5/layouts/cube-talks/cube-talks-episode.html delete mode 100644 themes/hugo-bootstrap-5/layouts/cube-talks/cube-talks-index.html delete mode 100644 themes/hugo-bootstrap-5/layouts/partials/cube-talks-sidebar.html delete mode 100644 themes/hugo-bootstrap-5/static/css/cube-talks.css diff --git a/config/_default/menu.yml b/config/_default/menu.yml index 5a3b9c59..6c361a1b 100644 --- a/config/_default/menu.yml +++ b/config/_default/menu.yml @@ -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/ diff --git a/config/_default/params.yml b/config/_default/params.yml index c8da6bbf..7cb46218 100644 --- a/config/_default/params.yml +++ b/config/_default/params.yml @@ -15,4 +15,3 @@ header: colorScheme: light footer: colorScheme: dark -googleApiKey: AIzaSyB4_tOOGxZg4wybcheoOWZS1-HLEwWLI_E diff --git a/content/_index.md b/content/_index.md index 8f91a40d..68a11226 100644 --- a/content/_index.md +++ b/content/_index.md @@ -11,7 +11,3 @@ on our social media outlets.
Join us on Discord and sign up for our newsletter! - - - Check out our new podcast, Cube Talks! - diff --git a/content/cube-talks/_index.md b/content/cube-talks/_index.md deleted file mode 100644 index aacba985..00000000 --- a/content/cube-talks/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -layout: cube-talks-index -title: "Cube Talks Podcast" ---- diff --git a/content/cube-talks/ep-1-scarlet-nguyen.md b/content/cube-talks/ep-1-scarlet-nguyen.md deleted file mode 100644 index d2b2976d..00000000 --- a/content/cube-talks/ep-1-scarlet-nguyen.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -layout: cube-talks-episode -title: "Episode 1: Scarlet Nguyen" -imageLink: /files/cube-talks/cube-talks-ep-1-thumbnail.jpg -date: 2023-03-20 -desc: > - In the first episode of Cube Talks, we interview the talented Scarlet Nguyen! With diverse internship experiences at big tech companies, Scarlet spills the beans on what it takes to impress hiring managers and land that dream job. But that's not all – she also shares insider tips on how to excel as an intern, from balancing personal projects to acing hackathons. Whether you're curious about the day-to-day life of a tech intern or just looking to up your game, this episode has something for you. So sit back, relax, and tune in to get the inside scoop on one of the industry's rising stars!

- Speaker - [Scarlet Nguyen](https://www.linkedin.com/in/scarletnguyen/)
- Hosts - [Shubh Bhalla](https://www.linkedin.com/in/shubh-bhalla/), [Alice Fu](https://www.linkedin.com/in/alicefu012/)
- Production/Video - [Andrew Joji](https://www.linkedin.com/in/andrew-joji-1577a51b4/)
-audio: https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3 -youtube: KeT7btOQizk -spotify: https://open.spotify.com/embed/episode/0NWv8mbaz7mBZcld1Pygwr -spotifyPodcasters: https://podcasters.spotify.com/pod/show/cubetalks/embed/episodes/Scarlet-Nguyen-Cube-Talks-Episode-1-e20ostp -guestName: Scarlet Nguyen -guestImage: /files/cube-talks/scarlet-nguyen-cube-talks.jpeg -guestBio: | - Scarlet is in her junior year studying Computer Science at UBC. Over the past few years, Scarlet has interned at numerous tech companies including Hootsuite, IMI.AI, Bolt, Google, Linkedin, and Slack. She is also planning to join Dropbox as a software engineering intern this summer. On Scarlet’s LinkedIn, you can find many useful resources, motivational posts, and other words of advice about her experiences! Reach out to them [here](https://www.linkedin.com/in/scarletnguyen/)! ---- diff --git a/content/services/_index.md b/content/services/_index.md index bc720d74..d2dbd47e 100644 --- a/content/services/_index.md +++ b/content/services/_index.md @@ -22,8 +22,8 @@ The UBC CSSS offers the following services. {{}}
- {{< 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. {{}}
diff --git a/layouts/index.html b/layouts/index.html index 9f08a711..a664640f 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -67,18 +67,17 @@
- Cube Talks + Tutoring

- 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.

diff --git a/layouts/partials/header.html b/layouts/partials/header.html index ecfcd17e..b6912e97 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -32,8 +32,6 @@ {{ .Name }}
- diff --git a/themes/hugo-bootstrap-5/i18n/en.yaml b/themes/hugo-bootstrap-5/i18n/en.yaml index 99fe8146..6eae14d3 100644 --- a/themes/hugo-bootstrap-5/i18n/en.yaml +++ b/themes/hugo-bootstrap-5/i18n/en.yaml @@ -19,9 +19,6 @@ - id: recentPosts translation: "Recent Posts" -- id: recentEpisodes - translation: "Recent Episodes" - - id: backToTop translation: "Back to top" diff --git a/themes/hugo-bootstrap-5/layouts/cube-talks/cube-talks-episode.html b/themes/hugo-bootstrap-5/layouts/cube-talks/cube-talks-episode.html deleted file mode 100644 index f6cbb594..00000000 --- a/themes/hugo-bootstrap-5/layouts/cube-talks/cube-talks-episode.html +++ /dev/null @@ -1,173 +0,0 @@ -{{ define "main" }} -
- {{ partial "breadcrumb/breadcrumbs" . }} - - -

- {{ .Title | markdownify }} -

-
-
-
- -
- Published {{ .Params.date.Format "January 2, 2006" }}.  - views. -
-

- {{ .Params.desc | markdownify }} -

-
- - - Share feedback - -
-
-
-

Audio only (can play in background):

- -
-
-
-
- -
- -
- -
- -
-
-
-
-

About our Guest

-
-
- {{ .Params.guestName }}'s cover photo -
-

{{ .Params.guestBio | markdownify }}

-
-
-
- -
- - - -{{ end }} - -{{ define "sidebar" }} - {{ partial "cube-talks-sidebar" . }} -{{ end }} diff --git a/themes/hugo-bootstrap-5/layouts/cube-talks/cube-talks-index.html b/themes/hugo-bootstrap-5/layouts/cube-talks/cube-talks-index.html deleted file mode 100644 index 340ef124..00000000 --- a/themes/hugo-bootstrap-5/layouts/cube-talks/cube-talks-index.html +++ /dev/null @@ -1,60 +0,0 @@ -{{ define "main" }} -

Cube Talks

- Cube Talks banner -

- Introducing the newest addition to the Computer Science Student Society's - engagement efforts - our very own podcast! Made by UBC students for UBC - students, our bi-weekly podcast will feature UBC alumni and upper-year - students as speakers, discussing topics relevant to all students interested - in computer science, not just those in the major. We'll be diving deep into - conversations with our guests and bringing you valuable insights into the - tech industry. To ensure easy access, our podcasts will be available on all - major podcast platforms. So, tune in and join us on this exciting new - journey! -

-
-

Episode Gallery

-
-
- {{ range sort (where .Pages ".Params.layout" "cube-talks-episode") ".Params.date" "desc" }} -
-
- -
- {{ .Params.title }} cover image -
-
-
- {{ .Params.title }} -
-

{{ .Params.desc }}

- Published {{ .Params.date.Format "January 2, 2006" }} -
-
-
- {{ end }} -
-
- -{{ end }} - -{{ define "sidebar" }} - {{ partial "cube-talks-sidebar" . }} -{{ end }} diff --git a/themes/hugo-bootstrap-5/layouts/partials/cube-talks-sidebar.html b/themes/hugo-bootstrap-5/layouts/partials/cube-talks-sidebar.html deleted file mode 100644 index 8d9bdc3e..00000000 --- a/themes/hugo-bootstrap-5/layouts/partials/cube-talks-sidebar.html +++ /dev/null @@ -1,35 +0,0 @@ - diff --git a/themes/hugo-bootstrap-5/static/css/cube-talks.css b/themes/hugo-bootstrap-5/static/css/cube-talks.css deleted file mode 100644 index 8e46312b..00000000 --- a/themes/hugo-bootstrap-5/static/css/cube-talks.css +++ /dev/null @@ -1,29 +0,0 @@ -.card { - border-radius: 4px; - background: #fff; - box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05); - transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12), - 0.3s box-shadow, - 0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12); - cursor: pointer; -} -.card-title, -.card-text, -.card-link { - color: black; -} -.card:hover { - transform: scale(1.05); - box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06); -} -.blue-card:hover, -.no-hover:hover { - cursor: unset; - transform: none; - box-shadow: 0 6px 10px rgb(13, 110, 253, 0.1), 0 0 6px rgb(13, 110, 253, 0.08); -} -.blue-card { - border: 1px solid rgb(13, 110, 253); - cursor: unset; - box-shadow: 0 6px 10px rgb(13, 110, 253, 0.1), 0 0 6px rgb(13, 110, 253, 0.08); -}