Skip to content

Commit

Permalink
fix: improved directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ameeshagireesh committed Nov 17, 2022
1 parent 2189603 commit 11ef49f
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Chota Vyapar</title>
</head>
<link rel="stylesheet" href="home.css">
<link rel="stylesheet" href="styles/home.css">
<script src="https://kit.fontawesome.com/9e51ee02b4.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
Expand Down
4 changes: 2 additions & 2 deletions frontend/sell.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">

<link rel="stylesheet" href="sell.css">
<link rel="stylesheet" href="styles/sell.css">

<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
Expand All @@ -35,7 +35,7 @@

<body>
<nav id="mainNavbar" class="navbar navbar-light navbar-expand-lg fixed-top shadow-sm">
<a href="home.html" class="navbar-brand">Chota Vyapar.</a>
<a href="home.html" class="navbar-brand">THE SMALL SHOP.</a>
<button class="navbar-toggler" data-toggle="collapse" data-target="#navLinks" aria-label="toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
Expand Down
2 changes: 1 addition & 1 deletion frontend/shop.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class="bold-header">
<link href="https://fonts.googleapis.com/css2?family=Figtree:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Cedarville+Cursive&display=swap" rel="stylesheet">
<link rel="stylesheet" href="shop.css">
<link rel="stylesheet" href="styles/shop.css">
</head>

<body>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 11ef49f

Please sign in to comment.