Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bamjam101 committed Mar 6, 2024
1 parent fe06874 commit 1586e31
Show file tree
Hide file tree
Showing 36 changed files with 72 additions and 74 deletions.
34 changes: 13 additions & 21 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,35 @@
<html>

<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">

<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap" rel="stylesheet">

<title>TEDxACE | Official Website</title>
<meta charset="utf-8">
<title>Single Page Apps for GitHub Pages</title>
<script type="text/javascript">
// Single Page Apps for GitHub Pages
// https://github.com/rafrex/spa-github-pages
// Copyright (c) 2016 Rafael Pedicini, licensed under the MIT License
// ----------------------------------------------------------------------
// MIT License
// https://github.com/rafgraph/spa-github-pages
// This script takes the current url and converts the path and query
// string into just a query string, and then redirects the browser
// to the new url with only a query string and hash fragment,
// e.g. http://www.foo.tld/one/two?a=b&c=d#qwe, becomes
// http://www.foo.tld/?p=/one/two&q=a=b~and~c=d#qwe
// e.g. https://www.foo.tld/one/two?a=b&c=d#qwe, becomes
// https://www.foo.tld/?/one/two&a=b~and~c=d#qwe
// Note: this 404.html file must be at least 512 bytes for it to work
// with Internet Explorer (it is currently > 512 bytes)

// If you're creating a Project Pages site and NOT using a custom domain,
// then set segmentCount to 1 (enterprise users may need to set it to > 1).
// then set pathSegmentsToKeep to 1 (enterprise users may need to set it to > 1).
// This way the code will only replace the route part of the path, and not
// the real directory in which the app resides, for example:
// https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes
// https://username.github.io/repo-name/?p=/one/two&q=a=b~and~c=d#qwe
// Otherwise, leave segmentCount as 0.
var segmentCount = 1;
// https://username.github.io/repo-name/?/one/two&a=b~and~c=d#qwe
// Otherwise, leave pathSegmentsToKeep as 0.
var pathSegmentsToKeep = 0;

var l = window.location;
l.replace(
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
l.pathname.split('/').slice(0, 1 + segmentCount).join('/') + '/?p=/' +
l.pathname.slice(1).split('/').slice(segmentCount).join('/').replace(/&/g, '~and~') +
(l.search ? '&q=' + l.search.slice(1).replace(/&/g, '~and~') : '') +
l.pathname.split('/').slice(0, 1 + pathSegmentsToKeep).join('/') + '/?/' +
l.pathname.slice(1).split('/').slice(pathSegmentsToKeep).join('/').replace(/&/g, '~and~') +
(l.search ? '&' + l.search.slice(1).replace(/&/g, '~and~') : '') +
l.hash
);

Expand Down
35 changes: 19 additions & 16 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{
"files": {
"main.css": "/static/css/main.95694014.css",
"main.js": "/static/js/main.a4fa1e4d.js",
"static/js/303.880510f6.chunk.js": "/static/js/303.880510f6.chunk.js",
"main.css": "/static/css/main.ce156351.css",
"main.js": "/static/js/main.1c351cd9.js",
"static/js/303.118a0bb9.chunk.js": "/static/js/303.118a0bb9.chunk.js",
"static/js/406.496781a2.chunk.js": "/static/js/406.496781a2.chunk.js",
"static/js/541.d7091ca7.chunk.js": "/static/js/541.d7091ca7.chunk.js",
"static/js/541.b358a9a8.chunk.js": "/static/js/541.b358a9a8.chunk.js",
"static/js/994.ad8f562b.chunk.js": "/static/js/994.ad8f562b.chunk.js",
"static/css/522.ef2b1a0a.chunk.css": "/static/css/522.ef2b1a0a.chunk.css",
"static/js/522.ec951619.chunk.js": "/static/js/522.ec951619.chunk.js",
"static/js/872.a9ac4b1f.chunk.js": "/static/js/872.a9ac4b1f.chunk.js",
"static/js/522.cb19767d.chunk.js": "/static/js/522.cb19767d.chunk.js",
"static/js/872.4065adcf.chunk.js": "/static/js/872.4065adcf.chunk.js",
"static/css/356.f28234c9.chunk.css": "/static/css/356.f28234c9.chunk.css",
"static/js/356.46e122a6.chunk.js": "/static/js/356.46e122a6.chunk.js",
"static/js/604.64f419c4.chunk.js": "/static/js/604.64f419c4.chunk.js",
"static/js/943.b5417ae1.chunk.js": "/static/js/943.b5417ae1.chunk.js",
"static/js/354.71bb04d4.chunk.js": "/static/js/354.71bb04d4.chunk.js",
"static/js/943.92a00474.chunk.js": "/static/js/943.92a00474.chunk.js",
"static/js/477.056d3b59.chunk.js": "/static/js/477.056d3b59.chunk.js",
"static/js/370.e0e6cadd.chunk.js": "/static/js/370.e0e6cadd.chunk.js",
"static/media/footer.png": "/static/media/footer.3a29fd71551870b01be7.png",
Expand All @@ -27,6 +28,7 @@
"static/media/hero.png": "/static/media/hero.c953136a68312e5b327e.png",
"static/media/Parallax-bg.png": "/static/media/Parallax-bg.3d1c428665b5b1c1a90c.png",
"static/media/Parallax.png": "/static/media/Parallax.6f4012007a52d35341a5.png",
"static/media/Teams.png": "/static/media/Teams.54164571ee5e9ce04412.png",
"static/media/teamsectionbg.png": "/static/media/teamsectionbg.d804ad313e504d7ce5f1.png",
"static/media/Rectangle 79.png": "/static/media/Rectangle 79.620c95c050c3f718b3e9.png",
"static/media/about_page_bg.png": "/static/media/about_page_bg.d8952b12a6abfe70ca02.png",
Expand All @@ -41,24 +43,25 @@
"static/media/TEDLogo.svg": "/static/media/TEDLogo.c3bb590cff1c0ceead33544c0f4e70e0.svg",
"static/media/TEDxLogo.svg": "/static/media/TEDxLogo.40dacf430e0b06d97686ed34a1999d1e.svg",
"index.html": "/index.html",
"main.95694014.css.map": "/static/css/main.95694014.css.map",
"main.a4fa1e4d.js.map": "/static/js/main.a4fa1e4d.js.map",
"303.880510f6.chunk.js.map": "/static/js/303.880510f6.chunk.js.map",
"main.ce156351.css.map": "/static/css/main.ce156351.css.map",
"main.1c351cd9.js.map": "/static/js/main.1c351cd9.js.map",
"303.118a0bb9.chunk.js.map": "/static/js/303.118a0bb9.chunk.js.map",
"406.496781a2.chunk.js.map": "/static/js/406.496781a2.chunk.js.map",
"541.d7091ca7.chunk.js.map": "/static/js/541.d7091ca7.chunk.js.map",
"541.b358a9a8.chunk.js.map": "/static/js/541.b358a9a8.chunk.js.map",
"994.ad8f562b.chunk.js.map": "/static/js/994.ad8f562b.chunk.js.map",
"522.ef2b1a0a.chunk.css.map": "/static/css/522.ef2b1a0a.chunk.css.map",
"522.ec951619.chunk.js.map": "/static/js/522.ec951619.chunk.js.map",
"872.a9ac4b1f.chunk.js.map": "/static/js/872.a9ac4b1f.chunk.js.map",
"522.cb19767d.chunk.js.map": "/static/js/522.cb19767d.chunk.js.map",
"872.4065adcf.chunk.js.map": "/static/js/872.4065adcf.chunk.js.map",
"356.f28234c9.chunk.css.map": "/static/css/356.f28234c9.chunk.css.map",
"356.46e122a6.chunk.js.map": "/static/js/356.46e122a6.chunk.js.map",
"604.64f419c4.chunk.js.map": "/static/js/604.64f419c4.chunk.js.map",
"943.b5417ae1.chunk.js.map": "/static/js/943.b5417ae1.chunk.js.map",
"354.71bb04d4.chunk.js.map": "/static/js/354.71bb04d4.chunk.js.map",
"943.92a00474.chunk.js.map": "/static/js/943.92a00474.chunk.js.map",
"477.056d3b59.chunk.js.map": "/static/js/477.056d3b59.chunk.js.map",
"370.e0e6cadd.chunk.js.map": "/static/js/370.e0e6cadd.chunk.js.map"
},
"entrypoints": [
"static/css/main.95694014.css",
"static/js/main.a4fa1e4d.js"
"static/css/main.ce156351.css",
"static/js/main.1c351cd9.js"
]
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="favicon.svg" type="image/svg"><base href="/"><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="TEDxACE website from Atharva College of Engineering."/><meta content="width=device-width,initial-scale=1" name="viewport"><meta content="TEDx is a program of local, self-organized events that bring people together to share a TED-like experience. TEDxACE is an independently organized TEDx event by Atharva College of Engineering." name="description"><meta property="og:locale" content="en_US"/><meta property="og:type" content="website"/><meta property="og:title" content="TEDxACE 2023"/><meta property="og:description" content="TEDxACE is an independently organized TEDx Event hosted by Atharva College of Engineering."/><meta property="og:url" content="https://tedxace.com/"/><meta property="og:site_name" content="TEDxACE 2023"/><meta property="og:image" content="https://res.cloudinary.com/tedxace/image/upload/v1642937164/2022/logo-white_2_tpnzxv.png"/><meta property="og:image:secure_url" content="https://res.cloudinary.com/tedxace/image/upload/v1642937164/2022/logo-white_2_tpnzxv.png"/><link rel="image_src" href="https://res.cloudinary.com/tedxace/image/upload/v1642937164/2022/logo-white_2_tpnzxv.png"><meta property="og:image:type" content="image/png"><link rel="stylesheet" href="index.css"><title>TEDx ACE | Official Website</title><script defer="defer" src="/static/js/main.a4fa1e4d.js"></script><link href="/static/css/main.95694014.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="favicon.svg" type="image/svg"><script defer="defer" type="text/javascript">!function(n){if("/"===n.search[1]){var a=n.search.slice(1).split("&").map((function(n){return n.replace(/~and~/g,"&")})).join("?");window.history.replaceState(null,null,n.pathname.slice(0,-1)+a+n.hash)}}(window.location)</script><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="TEDxACE website from Atharva College of Engineering."/><meta content="width=device-width,initial-scale=1" name="viewport"><meta content="TEDx is a program of local, self-organized events that bring people together to share a TED-like experience. TEDxACE is an independently organized TEDx event by Atharva College of Engineering." name="description"><meta property="og:locale" content="en_US"/><meta property="og:type" content="website"/><meta property="og:title" content="TEDxACE 2023"/><meta property="og:description" content="TEDxACE is an independently organized TEDx Event hosted by Atharva College of Engineering."/><meta property="og:url" content="https://tedxace.com/"/><meta property="og:site_name" content="TEDxACE 2023"/><meta property="og:image" content="https://res.cloudinary.com/tedxace/image/upload/v1642937164/2022/logo-white_2_tpnzxv.png"/><meta property="og:image:secure_url" content="https://res.cloudinary.com/tedxace/image/upload/v1642937164/2022/logo-white_2_tpnzxv.png"/><link rel="image_src" href="https://res.cloudinary.com/tedxace/image/upload/v1642937164/2022/logo-white_2_tpnzxv.png"><meta property="og:image:type" content="image/png"><link rel="stylesheet" href="index.css"><title>TEDx ACE | Official Website</title><script defer="defer" src="/static/js/main.1c351cd9.js"></script><link href="/static/css/main.ce156351.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
5 changes: 0 additions & 5 deletions static/css/main.95694014.css

This file was deleted.

Loading

0 comments on commit 1586e31

Please sign in to comment.