From 847990fd2642bdb1f429383805c6468c27621044 Mon Sep 17 00:00:00 2001 From: Saksham Jaiswal Date: Wed, 2 Apr 2025 15:23:48 +0530 Subject: [PATCH 1/2] File Structure Implemented --- .../data/indexhtmlbackup.txt | 0 .../data/trending topics_and_footer.txt | 0 {fonts => assets/fonts}/bootstrap-icons.woff | Bin {fonts => assets/fonts}/bootstrap-icons.woff2 | Bin {images => assets/images}/OIP (5).jpeg | Bin {images => assets/images}/OIP (7).jpeg | Bin {images => assets/images}/OIP (8).jpeg | Bin {images => assets/images}/Screenshot1.png | Bin {images => assets/images}/Screenshot2.png | Bin {images => assets/images}/Screenshot3.png | Bin .../businesswoman-using-tablet-analysis.jpg | Bin ...eagues-working-cozy-office-medium-shot.jpg | Bin {images => assets/images}/faq_graphic.jpg | Bin {images => assets/images}/favicon.png | Bin .../rear-view-young-college-student.jpg | Bin {images => assets/images}/robot-state-3.png | Bin ...eagues-working-cozy-office-medium-shot.png | Bin .../topics/undraw_Compose_music_re_wpiw.png | Bin .../topics/undraw_Educator_re_ju47.png | Bin .../images}/topics/undraw_Finance_re_gnv2.png | Bin .../topics/undraw_Graduation_re_gthn.png | Bin .../topics/undraw_Group_video_re_btu7.png | Bin .../undraw_Podcast_audience_re_4i5q.png | Bin .../undraw_Redesign_feedback_re_jvm0.png | Bin .../undraw_Remote_design_team_re_urdx.png | Bin .../topics/undraw_happy_music_g6wc.png | Bin .../topics/undraw_online_ad_re_ol62.png | Bin .../topics/undraw_viral_tweet_gndb.png | Bin css/bootstrap-icons.css | 4 +- feedbackform.css => css/feedbackform.css | 0 css/style.css | 2 +- testimonial.css => css/testimonial.css | 0 Baselink.js => js/Baselink.js | 0 IndexPage.js => js/IndexPage.js | 0 addcomment.js => js/addcomment.js | 0 js/click-scroll.js | 2 +- feedbackform.js => js/feedbackform.js | 0 fetchcomment.js => js/fetchcomment.js | 0 summary.js => js/summary.js | 0 package-lock.json | 17 + package.json | 1 + 404.html => pages/404.html | 4 +- add-topics.html => pages/add-topics.html | 54 +- contact.html => pages/contact.html | 1278 +++++---- edit-insight.html => pages/edit-insight.html | 36 +- edit-profile.html => pages/edit-profile.html | 34 +- feedbackform.html => pages/feedbackform.html | 64 +- index.html => pages/index.html | 2541 ++++++++--------- profile.html => pages/profile.html | 34 +- .../puplicprofile.html | 32 +- .../topics-detail.html | 2022 +++++++------ .../topics-listing.html | 1816 ++++++------ 52 files changed, 3974 insertions(+), 3967 deletions(-) rename indexhtmlbackup.txt => assets/data/indexhtmlbackup.txt (100%) rename trending topics_and_footer.txt => assets/data/trending topics_and_footer.txt (100%) rename {fonts => assets/fonts}/bootstrap-icons.woff (100%) rename {fonts => assets/fonts}/bootstrap-icons.woff2 (100%) rename {images => assets/images}/OIP (5).jpeg (100%) rename {images => assets/images}/OIP (7).jpeg (100%) rename {images => assets/images}/OIP (8).jpeg (100%) rename {images => assets/images}/Screenshot1.png (100%) rename {images => assets/images}/Screenshot2.png (100%) rename {images => assets/images}/Screenshot3.png (100%) rename {images => assets/images}/businesswoman-using-tablet-analysis.jpg (100%) rename {images => assets/images}/colleagues-working-cozy-office-medium-shot.jpg (100%) rename {images => assets/images}/faq_graphic.jpg (100%) rename {images => assets/images}/favicon.png (100%) rename {images => assets/images}/rear-view-young-college-student.jpg (100%) rename {images => assets/images}/robot-state-3.png (100%) rename {images => assets/images}/topics/colleagues-working-cozy-office-medium-shot.png (100%) rename {images => assets/images}/topics/undraw_Compose_music_re_wpiw.png (100%) rename {images => assets/images}/topics/undraw_Educator_re_ju47.png (100%) rename {images => assets/images}/topics/undraw_Finance_re_gnv2.png (100%) rename {images => assets/images}/topics/undraw_Graduation_re_gthn.png (100%) rename {images => assets/images}/topics/undraw_Group_video_re_btu7.png (100%) rename {images => assets/images}/topics/undraw_Podcast_audience_re_4i5q.png (100%) rename {images => assets/images}/topics/undraw_Redesign_feedback_re_jvm0.png (100%) rename {images => assets/images}/topics/undraw_Remote_design_team_re_urdx.png (100%) rename {images => assets/images}/topics/undraw_happy_music_g6wc.png (100%) rename {images => assets/images}/topics/undraw_online_ad_re_ol62.png (100%) rename {images => assets/images}/topics/undraw_viral_tweet_gndb.png (100%) rename feedbackform.css => css/feedbackform.css (100%) rename testimonial.css => css/testimonial.css (100%) rename Baselink.js => js/Baselink.js (100%) rename IndexPage.js => js/IndexPage.js (100%) rename addcomment.js => js/addcomment.js (100%) rename feedbackform.js => js/feedbackform.js (100%) rename fetchcomment.js => js/fetchcomment.js (100%) rename summary.js => js/summary.js (100%) rename 404.html => pages/404.html (93%) rename add-topics.html => pages/add-topics.html (93%) rename contact.html => pages/contact.html (91%) rename edit-insight.html => pages/edit-insight.html (90%) rename edit-profile.html => pages/edit-profile.html (91%) rename feedbackform.html => pages/feedbackform.html (92%) rename index.html => pages/index.html (92%) rename profile.html => pages/profile.html (93%) rename puplicprofile.html => pages/puplicprofile.html (96%) rename topics-detail.html => pages/topics-detail.html (92%) rename topics-listing.html => pages/topics-listing.html (90%) diff --git a/indexhtmlbackup.txt b/assets/data/indexhtmlbackup.txt similarity index 100% rename from indexhtmlbackup.txt rename to assets/data/indexhtmlbackup.txt diff --git a/trending topics_and_footer.txt b/assets/data/trending topics_and_footer.txt similarity index 100% rename from trending topics_and_footer.txt rename to assets/data/trending topics_and_footer.txt diff --git a/fonts/bootstrap-icons.woff b/assets/fonts/bootstrap-icons.woff similarity index 100% rename from fonts/bootstrap-icons.woff rename to assets/fonts/bootstrap-icons.woff diff --git a/fonts/bootstrap-icons.woff2 b/assets/fonts/bootstrap-icons.woff2 similarity index 100% rename from fonts/bootstrap-icons.woff2 rename to assets/fonts/bootstrap-icons.woff2 diff --git a/images/OIP (5).jpeg b/assets/images/OIP (5).jpeg similarity index 100% rename from images/OIP (5).jpeg rename to assets/images/OIP (5).jpeg diff --git a/images/OIP (7).jpeg b/assets/images/OIP (7).jpeg similarity index 100% rename from images/OIP (7).jpeg rename to assets/images/OIP (7).jpeg diff --git a/images/OIP (8).jpeg b/assets/images/OIP (8).jpeg similarity index 100% rename from images/OIP (8).jpeg rename to assets/images/OIP (8).jpeg diff --git a/images/Screenshot1.png b/assets/images/Screenshot1.png similarity index 100% rename from images/Screenshot1.png rename to assets/images/Screenshot1.png diff --git a/images/Screenshot2.png b/assets/images/Screenshot2.png similarity index 100% rename from images/Screenshot2.png rename to assets/images/Screenshot2.png diff --git a/images/Screenshot3.png b/assets/images/Screenshot3.png similarity index 100% rename from images/Screenshot3.png rename to assets/images/Screenshot3.png diff --git a/images/businesswoman-using-tablet-analysis.jpg b/assets/images/businesswoman-using-tablet-analysis.jpg similarity index 100% rename from images/businesswoman-using-tablet-analysis.jpg rename to assets/images/businesswoman-using-tablet-analysis.jpg diff --git a/images/colleagues-working-cozy-office-medium-shot.jpg b/assets/images/colleagues-working-cozy-office-medium-shot.jpg similarity index 100% rename from images/colleagues-working-cozy-office-medium-shot.jpg rename to assets/images/colleagues-working-cozy-office-medium-shot.jpg diff --git a/images/faq_graphic.jpg b/assets/images/faq_graphic.jpg similarity index 100% rename from images/faq_graphic.jpg rename to assets/images/faq_graphic.jpg diff --git a/images/favicon.png b/assets/images/favicon.png similarity index 100% rename from images/favicon.png rename to assets/images/favicon.png diff --git a/images/rear-view-young-college-student.jpg b/assets/images/rear-view-young-college-student.jpg similarity index 100% rename from images/rear-view-young-college-student.jpg rename to assets/images/rear-view-young-college-student.jpg diff --git a/images/robot-state-3.png b/assets/images/robot-state-3.png similarity index 100% rename from images/robot-state-3.png rename to assets/images/robot-state-3.png diff --git a/images/topics/colleagues-working-cozy-office-medium-shot.png b/assets/images/topics/colleagues-working-cozy-office-medium-shot.png similarity index 100% rename from images/topics/colleagues-working-cozy-office-medium-shot.png rename to assets/images/topics/colleagues-working-cozy-office-medium-shot.png diff --git a/images/topics/undraw_Compose_music_re_wpiw.png b/assets/images/topics/undraw_Compose_music_re_wpiw.png similarity index 100% rename from images/topics/undraw_Compose_music_re_wpiw.png rename to assets/images/topics/undraw_Compose_music_re_wpiw.png diff --git a/images/topics/undraw_Educator_re_ju47.png b/assets/images/topics/undraw_Educator_re_ju47.png similarity index 100% rename from images/topics/undraw_Educator_re_ju47.png rename to assets/images/topics/undraw_Educator_re_ju47.png diff --git a/images/topics/undraw_Finance_re_gnv2.png b/assets/images/topics/undraw_Finance_re_gnv2.png similarity index 100% rename from images/topics/undraw_Finance_re_gnv2.png rename to assets/images/topics/undraw_Finance_re_gnv2.png diff --git a/images/topics/undraw_Graduation_re_gthn.png b/assets/images/topics/undraw_Graduation_re_gthn.png similarity index 100% rename from images/topics/undraw_Graduation_re_gthn.png rename to assets/images/topics/undraw_Graduation_re_gthn.png diff --git a/images/topics/undraw_Group_video_re_btu7.png b/assets/images/topics/undraw_Group_video_re_btu7.png similarity index 100% rename from images/topics/undraw_Group_video_re_btu7.png rename to assets/images/topics/undraw_Group_video_re_btu7.png diff --git a/images/topics/undraw_Podcast_audience_re_4i5q.png b/assets/images/topics/undraw_Podcast_audience_re_4i5q.png similarity index 100% rename from images/topics/undraw_Podcast_audience_re_4i5q.png rename to assets/images/topics/undraw_Podcast_audience_re_4i5q.png diff --git a/images/topics/undraw_Redesign_feedback_re_jvm0.png b/assets/images/topics/undraw_Redesign_feedback_re_jvm0.png similarity index 100% rename from images/topics/undraw_Redesign_feedback_re_jvm0.png rename to assets/images/topics/undraw_Redesign_feedback_re_jvm0.png diff --git a/images/topics/undraw_Remote_design_team_re_urdx.png b/assets/images/topics/undraw_Remote_design_team_re_urdx.png similarity index 100% rename from images/topics/undraw_Remote_design_team_re_urdx.png rename to assets/images/topics/undraw_Remote_design_team_re_urdx.png diff --git a/images/topics/undraw_happy_music_g6wc.png b/assets/images/topics/undraw_happy_music_g6wc.png similarity index 100% rename from images/topics/undraw_happy_music_g6wc.png rename to assets/images/topics/undraw_happy_music_g6wc.png diff --git a/images/topics/undraw_online_ad_re_ol62.png b/assets/images/topics/undraw_online_ad_re_ol62.png similarity index 100% rename from images/topics/undraw_online_ad_re_ol62.png rename to assets/images/topics/undraw_online_ad_re_ol62.png diff --git a/images/topics/undraw_viral_tweet_gndb.png b/assets/images/topics/undraw_viral_tweet_gndb.png similarity index 100% rename from images/topics/undraw_viral_tweet_gndb.png rename to assets/images/topics/undraw_viral_tweet_gndb.png diff --git a/css/bootstrap-icons.css b/css/bootstrap-icons.css index 85c21fe..d732c9d 100644 --- a/css/bootstrap-icons.css +++ b/css/bootstrap-icons.css @@ -1,8 +1,8 @@ @font-face { font-display: block; font-family: "bootstrap-icons"; - src: url("../fonts/bootstrap-icons.woff2?8d200481aa7f02a2d63a331fc782cfaf") format("woff2"), -url("../fonts/bootstrap-icons.woff?8d200481aa7f02a2d63a331fc782cfaf") format("woff"); + src: url("../assets/fonts/bootstrap-icons.woff2?8d200481aa7f02a2d63a331fc782cfaf") format("woff2"), +url("../assets/fonts/bootstrap-icons.woff?8d200481aa7f02a2d63a331fc782cfaf") format("woff"); } .bi::before, diff --git a/feedbackform.css b/css/feedbackform.css similarity index 100% rename from feedbackform.css rename to css/feedbackform.css diff --git a/css/style.css b/css/style.css index 9502f98..68c196d 100644 --- a/css/style.css +++ b/css/style.css @@ -786,7 +786,7 @@ blockquote { TIMELINE -----------------------------------------*/ .timeline-section { - background-image: url("../images/colleagues-working-cozy-office-medium-shot.jpg"); + background-image: url("../assets/images/colleagues-working-cozy-office-medium-shot.jpg"); background-repeat: no-repeat; background-position: center; background-size: cover; diff --git a/testimonial.css b/css/testimonial.css similarity index 100% rename from testimonial.css rename to css/testimonial.css diff --git a/Baselink.js b/js/Baselink.js similarity index 100% rename from Baselink.js rename to js/Baselink.js diff --git a/IndexPage.js b/js/IndexPage.js similarity index 100% rename from IndexPage.js rename to js/IndexPage.js diff --git a/addcomment.js b/js/addcomment.js similarity index 100% rename from addcomment.js rename to js/addcomment.js diff --git a/js/click-scroll.js b/js/click-scroll.js index 3144dcf..dbc7111 100644 --- a/js/click-scroll.js +++ b/js/click-scroll.js @@ -1,4 +1,4 @@ - +// const scrollButton = document.getElementById('scrollButton'); const outerCircle = document.querySelector('.outer-circle'); diff --git a/feedbackform.js b/js/feedbackform.js similarity index 100% rename from feedbackform.js rename to js/feedbackform.js diff --git a/fetchcomment.js b/js/fetchcomment.js similarity index 100% rename from fetchcomment.js rename to js/fetchcomment.js diff --git a/summary.js b/js/summary.js similarity index 100% rename from summary.js rename to js/summary.js diff --git a/package-lock.json b/package-lock.json index 42d3afe..d65ce05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,6 +6,7 @@ "": { "dependencies": { "axios": "^1.7.9", + "bootstrap-icons": "^1.11.3", "cloudinary": "^2.5.1", "dotenv": "^16.4.7", "multer": "^1.4.5-lts.1", @@ -35,6 +36,22 @@ "proxy-from-env": "^1.1.0" } }, + "node_modules/bootstrap-icons": { + "version": "1.11.3", + "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.11.3.tgz", + "integrity": "sha512-+3lpHrCw/it2/7lBL15VR0HEumaBss0+f/Lb6ZvHISn1mlK83jjFpooTLsMWbIjJMDjDjOExMsTxnXSIT4k4ww==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/twbs" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + } + ], + "license": "MIT" + }, "node_modules/buffer-from": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", diff --git a/package.json b/package.json index d60cca9..121fc91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "dependencies": { "axios": "^1.7.9", + "bootstrap-icons": "^1.11.3", "cloudinary": "^2.5.1", "dotenv": "^16.4.7", "multer": "^1.4.5-lts.1", diff --git a/404.html b/pages/404.html similarity index 93% rename from 404.html rename to pages/404.html index 44a9d54..99839f4 100644 --- a/404.html +++ b/pages/404.html @@ -70,12 +70,12 @@
- error-404-img + error-404-img

Oops!

We couldn't find the page you're looking for.

- Go Home + Go Home
diff --git a/add-topics.html b/pages/add-topics.html similarity index 93% rename from add-topics.html rename to pages/add-topics.html index 9755413..8b18840 100644 --- a/add-topics.html +++ b/pages/add-topics.html @@ -5,16 +5,16 @@ Add Topic - InsightSync - - - + + + - - - + + + @@ -84,7 +84,7 @@ - - - - - - - - - - - - - -
-
-
- -
-

We'd love to hear from you

-
- -
- - -
-
-
-
- - - -
-
- -
-
- - - -
-
- -
-
- - - -
- -
- - - -
-
- -
- -
- -
-
-
- -
- - -
InsightSync Center
- -

Bay St &, Larkin St, San Francisco, CA 94109, United States

-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + InsightSync Contact Page + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + +
+
+
+ +
+

We'd love to hear from you

+
+ +
+ + +
+
+
+
+ + + +
+
+ +
+
+ + + +
+
+ +
+
+ + + +
+ +
+ + + +
+
+ +
+ +
+ +
+
+
+ +
+ + +
InsightSync Center
+ +

Bay St &, Larkin St, San Francisco, CA 94109, United States

+
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/edit-insight.html b/pages/edit-insight.html similarity index 90% rename from edit-insight.html rename to pages/edit-insight.html index f9035f5..ed8d761 100644 --- a/edit-insight.html +++ b/pages/edit-insight.html @@ -9,9 +9,9 @@ - - - + + + - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - -
- - -
- -
-

Generating summary...

-
-
-
- - -
-
-
-
-

Introduction to Web Design

-

- -

-
-
-
-
- - - -
-

Comments

-
-

Loading comments...

-
-
- -
- - -
- - -
-
- -
-
-
- -
-

Introduction to Web Design

-

- -

-
- - -
-
- -
- - - -
-
- -
-
- - -
-
-
- -
- -
- - - -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + InsightSync Detail Page + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + +
+ + +
+ +
+

Generating summary...

+
+
+
+ + +
+
+
+
+

Introduction to Web Design

+

+ +

+
+
+
+
+ + + +
+

Comments

+
+

Loading comments...

+
+
+ +
+ + +
+ + +
+
+ +
+
+
+ +
+

Introduction to Web Design

+

+ +

+
+ + +
+
+ +
+ + + +
+
+ +
+
+ + +
+
+
+ +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/topics-listing.html b/pages/topics-listing.html similarity index 90% rename from topics-listing.html rename to pages/topics-listing.html index b7c5805..b9f296c 100644 --- a/topics-listing.html +++ b/pages/topics-listing.html @@ -1,908 +1,908 @@ - - - - - - - - - - - - InsightSync Listing Page - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - -
-
-
-
-

All Topics

-
- -
- - -
-
-
- -
-
- -
- -
- -
-
-
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + InsightSync Listing Page + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + +
+
+
+
+

All Topics

+
+ +
+ + +
+
+
+ +
+
+ +
+ +
+ +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 29409b33578b625010e8bbf22d0aa7c8ac90b56b Mon Sep 17 00:00:00 2001 From: Saksham Jaiswal Date: Thu, 3 Apr 2025 14:41:21 +0530 Subject: [PATCH 2/2] Links Update --- pages/404.html | 3 +-- pages/add-topics.html | 8 ++++---- pages/contact.html | 4 ++-- pages/edit-insight.html | 3 ++- pages/edit-profile.html | 3 ++- pages/index.html | 1 - pages/profile.html | 1 + 7 files changed, 12 insertions(+), 11 deletions(-) diff --git a/pages/404.html b/pages/404.html index 99839f4..4a88adf 100644 --- a/pages/404.html +++ b/pages/404.html @@ -75,9 +75,8 @@

Oops!

We couldn't find the page you're looking for.

- Go Home + Go Home - diff --git a/pages/add-topics.html b/pages/add-topics.html index 8b18840..7602cf8 100644 --- a/pages/add-topics.html +++ b/pages/add-topics.html @@ -5,9 +5,9 @@ Add Topic - InsightSync - - - + + + Information - + - - + + diff --git a/pages/edit-insight.html b/pages/edit-insight.html index ed8d761..a065550 100644 --- a/pages/edit-insight.html +++ b/pages/edit-insight.html @@ -162,9 +162,10 @@ + + - diff --git a/pages/profile.html b/pages/profile.html index 816771d..cf92689 100644 --- a/pages/profile.html +++ b/pages/profile.html @@ -456,6 +456,7 @@

User Insights

+