Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KB-85 Main and other static pages #335

Merged
merged 10 commits into from
Dec 24, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
CAMPUS_API_BASE_PATH=https://dev-api.campus.cloud.kpi.ua
COOKIE_DOMAIN=localhost
NEXT_PUBLIC_KBIS_URL=https://kbis.kpi.ua/
NEXT_PUBLIC_RECAPTCHA_KEY=6LeMy30qAAAAAIC6KUhNfReP-Us5wkrkp3FLfOgl
NEXT_PUBLIC_RECAPTCHA_KEY=6LeMy30qAAAAAIC6KUhNfReP-Us5wkrkp3FLfOgl
NEXT_PUBLIC_USER_MANUAL_URL=https://do4rt9wur3t6m.cloudfront.net/campus-user-manual.pdf
NEXT_PUBLIC_ADDRESS_URL=https://goo.gl/maps/ij4s8vuHPpLB92ZFA
NEXT_PUBLIC_GITHUB_URL=https://github.com/kpi-ua
NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/kpiuaofficial
NEXT_PUBLIC_INSTAGRAM_URL=https://www.instagram.com/kpiuaofficial
NEXT_PUBLIC_LINKEDIN_URL=https://www.linkedin.com/company/kpiuaofficial
NEXT_PUBLIC_TWITTER_URL=https://x.com/kpiuaofficial
NEXT_PUBLIC_CODE_OF_HONOR=https://kpi.ua/code
NEXT_PUBLIC_INTERNAL_REGULATIONS=https://kpi.ua/admin-rule
NEXT_PUBLIC_EDUCATIONAL_ORGANIZATION_REGULATION=https://kpi.ua/regulations
NEXT_PUBLIC_COMPLAINTS_FORM="https://docs.google.com/forms/d/e/1FAIpQLSdlWaMSxcYVSfYDZpVgygSIl8reTZBM2Nl2ZzyuZzdaFwef_w/viewform?embedded=true"
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": ["next", "prettier"]
}
9 changes: 7 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"singleQuote": true,
"trailingComma": "all"
"singleQuote": true,
"trailingComma": "all",
"semi": true,
"tabWidth": 2,
"jsxSingleQuote": false,
"printWidth": 120,
"plugins": ["prettier-plugin-tailwindcss"]
}
207 changes: 207 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-label": "^2.1.0",
Expand All @@ -28,6 +30,7 @@
"embla-carousel-autoplay": "^8.3.0",
"embla-carousel-fade": "^8.3.0",
"embla-carousel-react": "^8.3.0",
"file-saver": "^2.0.5",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.447.0",
"next": "14.2.9",
Expand All @@ -54,15 +57,19 @@
"@storybook/react": "^8.3.6",
"@storybook/test": "^8.3.6",
"@svgr/webpack": "^8.1.0",
"@types/file-saver": "^2.0.7",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.9",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-storybook": "^0.10.1",
"postcss": "^8.4.47",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"storybook": "^8.3.6",
"tailwindcss": "^3.4.13",
"typescript": "^5"
Expand Down
Binary file added public/images/Saly-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"purpose": "maskable"
}
],
"theme_color": "#1c396e",
"theme_color": "#ffffff",
"background_color": "#1c396e",
"display": "standalone"
}
}
Loading