Skip to content

Commit ca519ef

Browse files
committed
Fixedhero section for mobile and made the circuit animation cooler
1 parent 04a9edd commit ca519ef

54 files changed

Lines changed: 687 additions & 63 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Source code/404.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Redirecting...</title>
6+
</head>
7+
<body>
8+
<script>
9+
// Single Page Apps for GitHub Pages
10+
// MIT License
11+
// https://github.com/rafgraph/spa-github-pages
12+
// This script takes the current url and converts the path and query
13+
// string into just a query string, and then redirects the browser
14+
// to the new url with only a query string and hash fragment.
15+
var pathSegmentsToKeep = 0;
16+
17+
var l = window.location;
18+
l.replace(
19+
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
20+
l.pathname.split('/').slice(0, 1 + pathSegmentsToKeep).join('/') + '/?/' +
21+
l.pathname.slice(1).split('/').slice(pathSegmentsToKeep).join('/').replace(/&/g, '~and~') +
22+
(l.search ? '&' + l.search.slice(1).replace(/&/g, '~and~') : '') +
23+
l.hash
24+
);
25+
</script>
26+
</body>
27+
</html>

Source code/Everyone_SoSe2025.jpg

6.14 MB

Source code/_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* /index.html 200

Source code/assets/index-Cg-wODUl.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Source code/assets/index-CwS04j1q.js

Lines changed: 368 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Source code/favicon.ico

1.12 KB
Binary file not shown.

Source code/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
<meta name="twitter:site" content="@open_hardware" />
1717
<meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
1818
<link rel="icon" href="/lovable-uploads/8c21749c-761b-4cf2-85ca-64f204ac61dd.png" type="image/png">
19+
<script type="module" crossorigin src="/assets/index-CwS04j1q.js"></script>
20+
<link rel="stylesheet" crossorigin href="/assets/index-Cg-wODUl.css">
1921
</head>
2022

2123
<body>
@@ -47,6 +49,5 @@
4749
}(window.location))
4850
</script>
4951

50-
<script type="module" src="/src/main.tsx"></script>
5152
</body>
5253
</html>
29.6 KB
7.32 KB
175 KB

0 commit comments

Comments
 (0)