Skip to content

Commit bcde4f6

Browse files
authored
Merge branch 'dev' into codex-footer
2 parents 28b76a6 + 4649675 commit bcde4f6

File tree

16 files changed

+361
-27
lines changed

16 files changed

+361
-27
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- dev
77
types:
88
- closed
9+
push:
10+
branches:
11+
- dev
912

1013
jobs:
1114
build:

index.html

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
7-
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
8-
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
9-
<link rel="manifest" href="favicon/site.webmanifest">
10-
<title>CodeX</title>
11-
</head>
123

13-
<body>
14-
<div id="root"></div>
15-
<script type="module" src="/src/main.jsx"></script>
16-
</body>
17-
</html>
4+
<head>
5+
<meta charset="UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
8+
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
9+
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
10+
<link href="https://fonts.googleapis.com/css2?family=Orbitron:[email protected]&display=swap" rel="stylesheet" />
11+
<link rel="manifest" href="favicon/site.webmanifest">
12+
<title>CodeX</title>
13+
</head>
14+
15+
<body>
16+
<div id="root"></div>
17+
<script type="module" src="/src/main.jsx"></script>
18+
</body>
19+
20+
</html>

src/App.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ import Loader from "@/components/Loader";
1111
import ScrollToTop from "@/components/ScrollToTop";
1212

1313
const navLinks = [
14+
{ name: "Home", path: "/" },
1415
{ name: "About Us", path: "/about-us" },
1516
{ name: "Our Team", path: "/teams" },
1617
{ name: "Gallery", path: "/gallery" },
1718
{ name: "Events", path: "/events" },
1819
{ name: "Contact Us", path: "/contact" },
20+
{ name: "Symbitech 2025", path: "/symbitech2025" },
1921
];
2022

2123
function App() {
1.72 MB
Loading
2.74 MB
Loading

src/assets/images/Bug2Bot/bug2botLogo.svg

Lines changed: 9 additions & 0 deletions
Loading
367 KB
Loading
364 KB
Loading
366 KB
Loading
138 KB
Loading

0 commit comments

Comments
 (0)