Final changes for deploying (#279)
Reviewed-on: #279 Co-authored-by: Aditya Thakral <a3thakra@csclub.uwaterloo.ca> Co-committed-by: Aditya Thakral <a3thakra@csclub.uwaterloo.ca>pull/288/head
parent
690fb8b566
commit
7960d71afe
@ -1,19 +0,0 @@ |
||||
--- |
||||
name: 'New Website' |
||||
short: 'Check out our new website' |
||||
date: 'Jun 15 2022 00:00:00 GMT-0400 (Eastern Daylight Time)' |
||||
online: true |
||||
location: 'Zoom' |
||||
poster: 'images/events/2021/spring/new-website.png' |
||||
--- |
||||
|
||||
Hey everyone! 👋 Today we are finally releasing the new website internally. Feedback from yall would be really appreciated to iron out bugs before we release it to the public on Wednesday, September 1!! 🥳 |
||||
|
||||
Link to the beta version: https://csclub.uwaterloo.ca/~a3thakra/csc/main/ |
||||
|
||||
## How to give feedback |
||||
|
||||
- Submit this google form: https://forms.gle/YD6MD726KjKwCd1v6 OR |
||||
- Create an issue in our repository https://git.csclub.uwaterloo.ca/www/www-new (use your CSC credentials to sign in) |
||||
|
||||
_**(This is a dummy event, and will be removed before publishing the website)**_ |
@ -0,0 +1,10 @@ |
||||
import Head from "next/head"; |
||||
import React from "react"; |
||||
|
||||
export default function GetStartedRedirect() { |
||||
return ( |
||||
<Head> |
||||
<meta httpEquiv="refresh" content="0;url=/get-involved" /> |
||||
</Head> |
||||
); |
||||
} |
Loading…
Reference in new issue