Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
njs50 committed Apr 26, 2024
0 parents commit e547516
Show file tree
Hide file tree
Showing 38 changed files with 1,969 additions and 0 deletions.
41 changes: 41 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!DOCTYPE html>
<html>
<head>
<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
// ----------------------------------------------------------------------
// 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
// 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).
// 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;

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.hash
);

</script>
</head>
<body>
</body>
</html>
1 change: 1 addition & 0 deletions catalog.json

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions css/chunk-vendors.883e90ee.css

Large diffs are not rendered by default.

Binary file added favicon.ico
Binary file not shown.
Binary file added fonts/Roboto-Black.313a6563.woff
Binary file not shown.
Binary file added fonts/Roboto-Black.59eb3601.woff2
Binary file not shown.
Binary file added fonts/Roboto-BlackItalic.cc2fadc3.woff
Binary file not shown.
Binary file added fonts/Roboto-BlackItalic.f75569f8.woff2
Binary file not shown.
Binary file added fonts/Roboto-Bold.50d75e48.woff
Binary file not shown.
Binary file added fonts/Roboto-Bold.b52fac2b.woff2
Binary file not shown.
Binary file added fonts/Roboto-BoldItalic.4fe0f73c.woff
Binary file not shown.
Binary file added fonts/Roboto-BoldItalic.94008e69.woff2
Binary file not shown.
Binary file added fonts/Roboto-Light.c73eb1ce.woff
Binary file not shown.
Binary file added fonts/Roboto-Light.d26871e8.woff2
Binary file not shown.
Binary file added fonts/Roboto-LightItalic.13efe6cb.woff
Binary file not shown.
Binary file added fonts/Roboto-LightItalic.e8eaae90.woff2
Binary file not shown.
Binary file added fonts/Roboto-Medium.1d659482.woff
Binary file not shown.
Binary file added fonts/Roboto-Medium.90d16760.woff2
Binary file not shown.
Binary file added fonts/Roboto-MediumItalic.13ec0eb5.woff2
Binary file not shown.
Binary file added fonts/Roboto-MediumItalic.83e114c3.woff
Binary file not shown.
Binary file added fonts/Roboto-Regular.35b07eb2.woff
Binary file not shown.
Binary file added fonts/Roboto-Regular.73f0a88b.woff2
Binary file not shown.
Binary file added fonts/Roboto-RegularItalic.4357beb8.woff2
Binary file not shown.
Binary file added fonts/Roboto-RegularItalic.f5902d5e.woff
Binary file not shown.
Binary file added fonts/Roboto-Thin.ad538a69.woff2
Binary file not shown.
Binary file added fonts/Roboto-Thin.d3b47375.woff
Binary file not shown.
Binary file added fonts/Roboto-ThinItalic.5b4a33e1.woff2
Binary file not shown.
Binary file added fonts/Roboto-ThinItalic.8a96edbb.woff
Binary file not shown.
Binary file added fonts/materialdesignicons-webfont.541e65fb.eot
Binary file not shown.
Binary file added fonts/materialdesignicons-webfont.c61b9c12.woff2
Binary file not shown.
Binary file added fonts/materialdesignicons-webfont.fc03f7f1.ttf
Binary file not shown.
Binary file added fonts/materialdesignicons-webfont.ff13d121.woff
Binary file not shown.
27 changes: 27 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/tfecat/favicon.ico><title>Webpack App</title><script>// Single Page Apps for GitHub Pages
// https://github.com/rafrex/spa-github-pages
// Copyright (c) 2016 Rafael Pedicini, licensed under the MIT License
// ----------------------------------------------------------------------
// This script checks to see if a redirect is present in the query string
// and converts it back into the correct url and adds it to the
// browser's history using window.history.replaceState(...),
// which won't cause the browser to attempt to load the new url.
// When the single page app is loaded further down in this file,
// the correct url will be waiting in the browser's history for
// the single page app to route accordingly.
(function(l) {
if (l.search) {
var q = {};
l.search.slice(1).split('&').forEach(function(v) {
var a = v.split('=');
q[a[0]] = a.slice(1).join('=').replace(/~and~/g, '&');
});
if (q.p !== undefined) {
window.history.replaceState(null, null,
l.pathname.slice(0, -1) + (q.p || '') +
(q.q ? ('?' + q.q) : '') +
l.hash
);
}
}
}(window.location))</script><link href=/tfecat/css/chunk-vendors.883e90ee.css rel=preload as=style><link href=/tfecat/js/app.c82a168f.js rel=preload as=script><link href=/tfecat/js/chunk-vendors.902fe590.js rel=preload as=script><link href=/tfecat/css/chunk-vendors.883e90ee.css rel=stylesheet></head><body><noscript><strong>We're sorry but Webpack App doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/tfecat/js/chunk-vendors.902fe590.js></script><script src=/tfecat/js/app.c82a168f.js></script></body></html>
2 changes: 2 additions & 0 deletions js/app.c82a168f.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/app.c82a168f.js.map

Large diffs are not rendered by default.

1,886 changes: 1,886 additions & 0 deletions js/chunk-vendors.902fe590.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/chunk-vendors.902fe590.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions summary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Trea":1414,"ICHalter":1751,"Mojune":1403,"Shazzul":452,"lacopato":100,"darion":155,"Paulus":72,"Umarroh":3,"Rar":1,"roguegeek":2,"Notho":41,"A'linak":39,"Gnoggh":35,"Manetow":6,"Quay":31}

0 comments on commit e547516

Please sign in to comment.