-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 568d397
Showing
157 changed files
with
6,633 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: Build and Deploy | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v2 | ||
|
||
- name: Set up Node.js | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: 18 | ||
- name: install pnpm | ||
run: npm install -g pnpm | ||
|
||
- name: Install dependencies | ||
run: pnpm i | ||
|
||
- name: Build the Next.js app | ||
run: pnpm run build | ||
|
||
- name: Deploy to mbsa branch | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "MBSA-INFINITY" | ||
git checkout --orphan mbsa | ||
ls | ||
rm -rf node_modules | ||
git add -f out | ||
cp -r out/. . | ||
git add . | ||
git commit -m "Deploy to mbsa branch" | ||
git push --force origin mbsa | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
/node_modules | ||
/.pnp | ||
.pnp.js | ||
|
||
# testing | ||
/coverage | ||
|
||
# next.js | ||
/.next/ | ||
/out/ | ||
|
||
# production | ||
/build | ||
|
||
# misc | ||
.DS_Store | ||
*.pem | ||
|
||
# debug | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# local env files | ||
.env*.local | ||
|
||
# vercel | ||
.vercel | ||
|
||
# typescript | ||
*.tsbuildinfo | ||
next-env.d.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/c9a5bc6a7c948fb0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/a1f8a9f84ec035ac.css" crossorigin="" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-7874769697b2e012.js" crossorigin=""/><script src="/_next/static/chunks/ba506871-a22dc6c69d8c44a5.js" async="" crossorigin=""></script><script src="/_next/static/chunks/338-c4eaf85b2e4268a5.js" async="" crossorigin=""></script><script src="/_next/static/chunks/main-app-a486bdd0b7205f9a.js" async="" crossorigin=""></script><script src="/_next/static/chunks/492-cbcd785b5f2a6783.js" async=""></script><script src="/_next/static/chunks/359-e6a1fedc50a911b1.js" async=""></script><script src="/_next/static/chunks/app/layout-4ff34d8b5b281faf.js" async=""></script><title>404: This page could not be found.</title><title>IET NITK</title><meta name="description" content="Local Chapter of IET"/><meta name="next-size-adjust"/><script src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js" crossorigin="" noModule=""></script></head><body class="__className_aaf875"><nav class="Navbar_navbar__UMdIx"><div class="Navbar_container__zauSF"><a href="/"><img alt="logo" loading="lazy" width="50" height="50" decoding="async" data-nimg="1" style="color:transparent" srcSet="/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Flogo-iet.6b5edb89.png&w=64&q=75 1x, /_next/image?url=%2F_next%2Fstatic%2Fmedia%2Flogo-iet.6b5edb89.png&w=128&q=75 2x" src="/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Flogo-iet.6b5edb89.png&w=128&q=75"/></a><div id="navbarSupportedContent"><ul class="Navbar_navbarNav__p_nmb"><li><a class="Navbar_navLink__WmfVb" aria-current="page" href="/">Home</a></li><li><a class="Navbar_navLink__WmfVb" aria-current="page" href="/about">About</a></li><li><a class="Navbar_navLink__WmfVb" aria-current="page" href="/team">Team</a></li><li><a class="Navbar_navLink__WmfVb" aria-current="page" href="/projects">Projects</a></li><li><a class="Navbar_navLink__WmfVb" aria-current="page" href="/events">Events</a></li><li><a class="Navbar_navLink__WmfVb" aria-current="page" href="/blogs">Blogs</a></li></ul></div></div></nav><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><script src="/_next/static/chunks/webpack-7874769697b2e012.js" crossorigin="" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/media/c9a5bc6a7c948fb0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n2:HL[\"/_next/static/css/a1f8a9f84ec035ac.css\",\"style\",{\"crossOrigin\":\"\"}]\n0:\"$L3\"\n"])</script><script>self.__next_f.push([1,"4:I[5910,[],\"\"]\n6:I[7338,[],\"\"]\n7:I[3492,[\"492\",\"static/chunks/492-cbcd785b5f2a6783.js\",\"359\",\"static/chunks/359-e6a1fedc50a911b1.js\",\"185\",\"static/chunks/app/layout-4ff34d8b5b281faf.js\"],\"\"]\n8:I[3359,[\"492\",\"static/chunks/492-cbcd785b5f2a6783.js\",\"359\",\"static/chunks/359-e6a1fedc50a911b1.js\",\"185\",\"static/chunks/app/layout-4ff34d8b5b281faf.js\"],\"Image\"]\n9:I[1640,[],\"\"]\na:I[1017,[],\"\"]\n"])</script><script>self.__next_f.push([1,"3:[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/a1f8a9f84ec035ac.css\",\"precedence\":\"next\",\"crossOrigin\":\"\"}]],[\"$\",\"$L4\",null,{\"buildId\":\"gIIPxTSGTlL3CBfqb0pAl\",\"assetPrefix\":\"\",\"initialCanonicalUrl\":\"/_not-found\",\"initialTree\":[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],\"initialHead\":[false,\"$L5\"],\"globalErrorComponent\":\"$6\",\"children\":[null,[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"className\":\"__className_aaf875\",\"children\":[[\"$\",\"nav\",null,{\"className\":\"Navbar_navbar__UMdIx\",\"children\":[\"$\",\"div\",null,{\"className\":\"Navbar_container__zauSF\",\"children\":[[\"$\",\"$L7\",null,{\"className\":\"$undefined\",\"href\":\"/\",\"passHref\":true,\"children\":[\"$\",\"$L8\",null,{\"src\":{\"src\":\"/_next/static/media/logo-iet.6b5edb89.png\",\"height\":49,\"width\":63,\"blurDataURL\":\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAAuElEQVR42g3JIU4DQQAF0P//7DJJqQASTAO6QREugC8GhSJIzoLgCASBR0KWC2BJUCSYJk1b3aYV253d+d1nHx9088qAn21bXxIaG/gamGdGeAwqvovOxFF3vLvF5L/GxgIXIJ4qflzEGO+L7HYIOwomwZ4SerZPtlxLZYifhxr+ZXRRCAewRivPB11IL2Nfge98ewZYJTcSNM3Md3KoAstJ6+ZXfaSE5lrAyMiUMWvo5Q71eQmc7gF1ZEvA/IHeRAAAAABJRU5ErkJggg==\",\"blurWidth\":8,\"blurHeight\":6},\"alt\":\"logo\",\"width\":50,\"height\":50}]}],[\"$\",\"div\",null,{\"className\":\"$undefined\",\"id\":\"navbarSupportedContent\",\"children\":[\"$\",\"ul\",null,{\"className\":\"Navbar_navbarNav__p_nmb\",\"children\":[[\"$\",\"li\",null,{\"className\":\"$undefined\",\"children\":[\"$\",\"$L7\",null,{\"className\":\"Navbar_navLink__WmfVb\",\"aria-current\":\"page\",\"href\":\"/\",\"passHref\":true,\"children\":\"Home\"}]}],[\"$\",\"li\",null,{\"className\":\"$undefined\",\"children\":[\"$\",\"$L7\",null,{\"className\":\"Navbar_navLink__WmfVb\",\"aria-current\":\"page\",\"href\":\"/about\",\"passHref\":true,\"children\":\"About\"}]}],[\"$\",\"li\",null,{\"className\":\"$undefined\",\"children\":[\"$\",\"$L7\",null,{\"className\":\"Navbar_navLink__WmfVb\",\"aria-current\":\"page\",\"href\":\"/team\",\"passHref\":true,\"children\":\"Team\"}]}],[\"$\",\"li\",null,{\"className\":\"$undefined\",\"children\":[\"$\",\"$L7\",null,{\"className\":\"Navbar_navLink__WmfVb\",\"aria-current\":\"page\",\"href\":\"/projects\",\"passHref\":true,\"children\":\"Projects\"}]}],[\"$\",\"li\",null,{\"className\":\"$undefined\",\"children\":[\"$\",\"$L7\",null,{\"className\":\"Navbar_navLink__WmfVb\",\"aria-current\":\"page\",\"href\":\"/events\",\"passHref\":true,\"children\":\"Events\"}]}],[\"$\",\"li\",null,{\"className\":\"$undefined\",\"children\":[\"$\",\"$L7\",null,{\"className\":\"Navbar_navLink__WmfVb\",\"aria-current\":\"page\",\"href\":\"/blogs\",\"passHref\":true,\"children\":\"Blogs\"}]}]]}]}]]}]}],[\"$\",\"$L9\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"loading\":\"$undefined\",\"loadingStyles\":\"$undefined\",\"hasLoading\":false,\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"template\":[\"$\",\"$La\",null,{}],\"templateStyles\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[],\"childProp\":{\"current\":[\"$Lb\",[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null],\"segment\":\"__PAGE__\"},\"styles\":[]}]]}]}],null]}]]\n"])</script><script>self.__next_f.push([1,"5:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"1\",{\"children\":\"IET NITK\"}],[\"$\",\"meta\",\"2\",{\"name\":\"description\",\"content\":\"Local Chapter of IET\"}],[\"$\",\"meta\",\"3\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"4\",{\"name\":\"next-size-adjust\"}]]\nb:null\n"])</script></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). | ||
|
||
## Getting Started | ||
|
||
First, run the development server: | ||
|
||
```bash | ||
npm run dev | ||
# or | ||
yarn dev | ||
# or | ||
pnpm dev | ||
``` | ||
|
||
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. | ||
|
||
You can start editing the page by modifying `app/page.js`. The page auto-updates as you edit the file. | ||
|
||
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. | ||
|
||
## Learn More | ||
|
||
To learn more about Next.js, take a look at the following resources: | ||
|
||
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. | ||
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. | ||
|
||
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! | ||
|
||
## Deploy on Vercel | ||
|
||
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. | ||
|
||
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. |
Oops, something went wrong.