Skip to content

Commit 92238ed

Browse files
committed
removed name gecian archive to project archive so that anyone can reuse it
1 parent 0dd034b commit 92238ed

3 files changed

Lines changed: 14 additions & 13 deletions

File tree

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# GecianArchive
21

3-
GecianArchive is a static website designed for students at **GEC Sreekrishnapuram** to showcase their projects. This platform provides students with visibility, helps them secure internships, and allows recruiters to assess their potential.
2+
# ProjectArchive
3+
4+
ProjectArchive is a static website designed for students at **GEC Sreekrishnapuram** to showcase their projects. This platform provides students with visibility, helps them secure internships, and allows recruiters to assess their potential.
45

56
## 🚀 Features
67
- 📌 **Centralized Repository** – A dedicated space to store and showcase student projects.
@@ -9,30 +10,30 @@ GecianArchive is a static website designed for students at **GEC Sreekrishnapura
910
- 💡 **Inspiration & Collaboration** – Encourages students to innovate and collaborate on projects.
1011

1112
## 📽️ Demo Video
12-
[![Watch the Video](https://img.youtube.com/vi/YOUR_VIDEO_ID/maxresdefault.jpg)](https://codecompasss.github.io/gecian_archive/public/video/demowebsitevideo.mp4)
13+
[![Watch the Video](https://codecompasss.github.io/project_archive/public/video/demowebsitevideo.mp4)]
1314

1415
## 🛠️ Tech Stack
15-
- **Frontend:** HTML, CSS, JavaScript
16+
- **Frontend:** Nextjs
1617
- **Hosting:** GitHub Pages
1718

1819
## 👨‍💻 Team Members
19-
- **Shadil AM**
20-
- **Sorraj**
21-
- **Abhijith**
20+
- **Shadil AM**
21+
- **Sorraj**
22+
- **Abhijith**
2223
- **Abhiram**
2324

2425
## 📜 How to Contribute
2526
1. Fork the repository.
26-
2. Clone it: `git clone https://github.com/yourusername/GecianArchive.git`
27+
2. Clone it: `git clone https://github.com/yourusername/ProjectArchive.git`
2728
3. Create a new branch: `git checkout -b feature-name`
2829
4. Make your changes and commit: `git commit -m 'Your Message'`
2930
5. Push changes: `git push origin feature-name`
3031
6. Open a Pull Request.
3132

3233
## 📩 Contact
33-
For any queries, feel free to reach out:
34-
- 📧 Email: [shadilrayyan2@gmail.com]
35-
- 🌐 Website: [GecianArchive](https://codecompasss.github.io/gecian_archive/)
34+
For any queries, feel free to reach out:
35+
- 📧 Email: [shadilrayyan2@gmail.com]
36+
- 🌐 Website: [ProjectArchive](https://codecompasss.github.io/project_archive/)
3637

3738
---
3839
*Empowering students by showcasing their projects!*

components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const Navbar = () => {
3333
<div className="max-w-screen-xl flex items-center justify-between mx-auto py-5">
3434
{/* Logo Section */}
3535
<div className="flex flex-row font-poppins font-bold text-[26px] z-10 items-center relative text-black">
36-
GecianArchive
36+
Project Archive
3737
</div>
3838

3939
{/* Authentication Button */}

components/loadingScrenn.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const LoadingScreen = () => {
1515

1616
return (
1717
<div className="fixed inset-0 flex items-center justify-center bg-gray-100">
18-
<h1 className="text-black text-7xl font-bold">Gecian Archive</h1>
18+
<h1 className="text-black text-7xl font-bold">Project Archive</h1>
1919
</div>
2020
);
2121
};

0 commit comments

Comments
 (0)