Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions css/bootstrap-icons.css
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion js/click-scroll.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Scroll to Top Button -->
// <!-- Scroll to Top Button -->

const scrollButton = document.getElementById('scrollButton');
const outerCircle = document.querySelector('.outer-circle');
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
17 changes: 17 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 2 additions & 3 deletions 404.html → pages/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,13 @@
<body>
<div class="container">
<div class="illustration">
<img src="./images/robot-state-3.png" alt="error-404-img" />
<img src="../assets/images/robot-state-3.png" alt="error-404-img" />
</div>
<p class="heading">Oops!</p>
<p class="subheading">We couldn't find the page you're looking for.</p>

<a href="/">Go Home</a>
<a href="./index.html">Go Home</a>

</div>
</div>
</body>
</html>
56 changes: 28 additions & 28 deletions add-topics.html → pages/add-topics.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Add Topic - InsightSync</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="testimonial.css" />
<link href="../css/bootstrap.min.css" rel="stylesheet">
<link href="../css/custom.css" rel="stylesheet">
<link href="../css/testimonial.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Open+Sans&display=swap"
rel="stylesheet">
<link href="css/bootstrap-icons.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/Scroll.css" rel="stylesheet">
<link href="../css/bootstrap-icons.css" rel="stylesheet">
<link href="../css/style.css" rel="stylesheet">
<link href="../css/Scroll.css" rel="stylesheet">

<!--icons cdn link-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
Expand Down Expand Up @@ -84,7 +84,7 @@
<!-- Nav Bar -->
<nav class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand" href="index.html">
<a class="navbar-brand" href="./index.html">
<i class="bi-back"></i>
<span>InsightSync</span>
</a>
Expand Down Expand Up @@ -147,9 +147,9 @@
data-bs-toggle="dropdown" aria-expanded="false">Pages</a>

<ul class="dropdown-menu dropdown-menu-light" aria-labelledby="navbarLightDropdownMenuLink">
<li><a class="dropdown-item" href="topics-listing.html">Topics Listing</a></li>
<li><a class="dropdown-item" href="add-topics.html">Add Topic Details</a></li>
<li><a class="dropdown-item" href="contact.html">Contact Form</a></li>
<li><a class="dropdown-item" href="./topics-listing.html">Topics Listing</a></li>
<li><a class="dropdown-item" href="./add-topics.html">Add Topic Details</a></li>
<li><a class="dropdown-item" href="./contact.html">Contact Form</a></li>


</ul>
Expand All @@ -159,7 +159,7 @@
<div class="d-none d-lg-block">
<ul class="navbar-nav">
<li class="nav-item dropdown">
<a class="navbar-icon bi-person smoothscroll" onclick="location.href='/profile.html'" class="nav-link dropdown-toggle"
<a class="navbar-icon bi-person smoothscroll" onclick="location.href='./profile.html'" class="nav-link dropdown-toggle"
data-bs-toggle="dropdown" role="button" aria-expanded="true"
id="navbarLightDropdownMenuLink"> </a>
<ul class="dropdown-menu authcomp dropdown-menu-light"
Expand Down Expand Up @@ -302,7 +302,7 @@ <h1 class="modal-title fs-4" id="promptModalLabel">Please Login first to continu
<div class="col-lg-5 col-12">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Homepage</a></li>
<li class="breadcrumb-item"><a href="./index.html">Homepage</a></li>
<li class="breadcrumb-item active" aria-current="page">Share Insight</li>
</ol>
</nav>
Expand Down Expand Up @@ -367,7 +367,7 @@ <h2 class="text-white">Share Your Insight</h2>
<div class="row">

<div class="col-lg-3 col-12 mb-4 pb-2">
<a class="navbar-brand mb-2" href="index.html">
<a class="navbar-brand mb-2" href="./index.html">
<i class="bi-back"></i>
<span>InsightSync</span>
</a>
Expand All @@ -378,30 +378,30 @@ <h6 class="site-footer-title mb-3">Resources</h6>

<ul class="site-footer-links">
<li class="site-footer-link-item">
<a href="index.html#section_1" class="site-footer-link">Home</a>
<a href="./index.html#section_1" class="site-footer-link">Home</a>
</li>

<li class="site-footer-link-item">
<a href="index.html#section_2" class="site-footer-link">Browse Topics</a>
<a href="./index.html#section_2" class="site-footer-link">Browse Topics</a>
</li>

<li class="site-footer-link-item">
<a href="index.html#section_3" class="site-footer-link">How it works</a>
<a href="./index.html#section_3" class="site-footer-link">How it works</a>
</li>

<li class="site-footer-link-item">
<a href="index.html#section_4" class="site-footer-link">FAQs</a>
<a href="./index.html#section_4" class="site-footer-link">FAQs</a>
</li>

<li class="site-footer-link-item">
<a href="index.html#section_5" class="site-footer-link">Testimonials</a>
<a href="./index.html#section_5" class="site-footer-link">Testimonials</a>
</li>

<li class="site-footer-link-item">
<a href="index.html#section_6" class="site-footer-link">Contact</a>
<a href="./index.html#section_6" class="site-footer-link">Contact</a>
</li>
<li class="site-footer-link-item">
<a href="feedbackform.html" class="site-footer-link">Give Us Your Feedback</a>
<a href="./feedbackform.html" class="site-footer-link">Give Us Your Feedback</a>
</li>
</ul>
</div>
Expand Down Expand Up @@ -470,14 +470,14 @@ <h6 class="site-footer-title mb-3">Information</h6>


<!-- JAVASCRIPT FILES -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/custom.js"></script>
<script type="module" src="js/signup.js"></script>
<script type="module" src="js/login.js"></script>
<script src="js/click-scroll.js"></script>

<script src="../js/jquery.min.js"></script>
<script src="../js/bootstrap.bundle.min.js"></script>
<script src="../js/jquery.sticky.js"></script>
<script src="../js/custom.js"></script>
<script type="module" src="../js/signup.js"></script>
<script type="module" src="../js/login.js"></script>
<script src="../js/click-scroll.js"></script>
<script type="module" src="../js/Baselink.js"></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/1.2.1/axios.min.js"></script>
<script type="module">
Expand Down
Loading