diff --git a/.env.development b/.env.development
index 285fe024..828f7913 100644
--- a/.env.development
+++ b/.env.development
@@ -18,3 +18,5 @@ NEXT_PUBLIC_COMPLAINTS_FORM="https://docs.google.com/forms/d/e/1FAIpQLSdlWaMSxcY
NEXT_PUBLIC_SCHEDULE_URL=https://schedule.kpi.ua
NEXT_PUBLIC_UNIVERSITY_NOTICE_BOARD_URL=https://kpi.ua/boardlist/
NEXT_PUBLIC_LIBRARY_DISCOVERY_URL=https://discovery.kpi.ua/
+NEXT_PUBLIC_UNIVERSITY_NEWS=https://kpi.ua/news/
+NEXT_PUBLIC_STUDENT_COUNCIL==https://sc.kpi.ua/
\ No newline at end of file
diff --git a/.env.production b/.env.production
index 138dd980..05e1501e 100644
--- a/.env.production
+++ b/.env.production
@@ -14,4 +14,6 @@ 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"
NEXT_PUBLIC_SCHEDULE_URL=https://schedule.kpi.ua
NEXT_PUBLIC_UNIVERSITY_NOTICE_BOARD_URL=https://kpi.ua/boardlist/
-NEXT_PUBLIC_LIBRARY_DISCOVERY_URL=https://discovery.kpi.ua/
\ No newline at end of file
+NEXT_PUBLIC_LIBRARY_DISCOVERY_URL=https://discovery.kpi.ua/
+NEXT_PUBLIC_UNIVERSITY_NEWS=https://kpi.ua/news/
+NEXT_PUBLIC_STUDENT_COUNCIL==https://sc.kpi.ua/
\ No newline at end of file
diff --git a/src/app/[locale]/(private)/cards/information-card.tsx b/src/app/[locale]/(private)/cards/information-card.tsx
index d6a81e1e..47ae4e77 100644
--- a/src/app/[locale]/(private)/cards/information-card.tsx
+++ b/src/app/[locale]/(private)/cards/information-card.tsx
@@ -24,12 +24,12 @@ export const InformationCard = ({ className }: InformationCardProps) => {
{t('library-discovery')}
- {/**/}
- {/* {t('faq')}*/}
- {/**/}
- {/**/}
- {/* {t('user-manual')}*/}
- {/**/}
+
+ {t('university-news')}
+
+
+ {t('student-council')}
+
);
diff --git a/src/messages/en.json b/src/messages/en.json
index dcb3955e..c928f554 100644
--- a/src/messages/en.json
+++ b/src/messages/en.json
@@ -192,7 +192,9 @@
"faq": "Frequently asked questions",
"user-manual": "User manual",
"university-notice-board": "University notice board",
- "library-discovery": "Library catalog"
+ "library-discovery": "Library catalog",
+ "university-news": "University news",
+ "student-council": "Student council"
},
"social-networks": {
"title": "Social Networks",
diff --git a/src/messages/uk.json b/src/messages/uk.json
index abb1c2f9..ed865c54 100644
--- a/src/messages/uk.json
+++ b/src/messages/uk.json
@@ -192,7 +192,9 @@
"faq": "Поширенi запитання",
"user-manual": "Інструкція користувача",
"university-notice-board": "Загальноуніверситетські оголошення",
- "library-discovery": "Каталог бібліотеки"
+ "library-discovery": "Каталог бібліотеки",
+ "university-news": "Новини університету",
+ "student-council": "Студентська рада"
},
"social-networks": {
"title": "Соціальні мережі",