-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed relative locations of files (#112)
- Loading branch information
1 parent
8499a40
commit a98f098
Showing
44 changed files
with
1,159 additions
and
1,176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,10 @@ | |
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="css_files/utils.css"> | ||
<link rel="stylesheet" href="articlestyle.css"> | ||
<link rel="stylesheet" href="css_files/stylemenstrualcycle.css"> | ||
<link rel="stylesheet" href="css_files/style.css"> | ||
<link rel="stylesheet" href="./css/utils.css"> | ||
<link rel="stylesheet" href="./css/articlestyle.css"> | ||
<link rel="stylesheet" href="./css/stylemenstrualcycle.css"> | ||
<link rel="stylesheet" href="./css/style.css"> | ||
<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=Raleway:wght@800&display=swap" rel="stylesheet"> | ||
|
@@ -15,20 +15,20 @@ | |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous"> | ||
|
||
|
||
<link rel="stylesheet" href="css_files/go_to_top.css"> | ||
<link rel="icon" href="images/icon.png"> | ||
<link rel="stylesheet" href="./css/go_to_top.css"> | ||
<link rel="icon" href="./assets/img/icon.png"> | ||
<title>About Us</title> | ||
|
||
</head> | ||
<body> | ||
<button class="gotop"> | ||
<img src="images/upButton.png" alt="arrow up"> | ||
<img src="./assets/img/upButton.png" alt="arrow up"> | ||
</button> | ||
<section class="navigation-bar"> | ||
<nav class="navbar navbar-expand-sm me-0 p-0" style="background-color: white;"> | ||
|
||
<div class="container-fluid"> | ||
<a class="navbar-brand p-0"href="index.html"><img src="images/icon.png" height="70" alt="flow cycle logo"><p class="logoheading">FLOW CYCLE</p></a> | ||
<a class="navbar-brand p-0"href="index.html"><img src="./assets/img/icon.png" height="70" alt="flow cycle logo"><p class="logoheading">FLOW CYCLE</p></a> | ||
</div> | ||
|
||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation"> | ||
|
@@ -38,10 +38,10 @@ | |
<div class="collapse navbar-collapse" id="navbarTogglerDemo02"> | ||
<ul class="navbar-nav me-auto mb-2 mb-lg-0"> | ||
<li class="nav-item"> | ||
<a class="nav-link active" aria-current="page" href="#"><img src="images/calendar.png" height="70" alt=""></a> | ||
<a class="nav-link active" aria-current="page" href="#"><img src="./assets/img/calendar.png" height="70" alt=""></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link mx-4" href="#"><img src="images/woman.png" height="70" alt=""></a> | ||
<a class="nav-link mx-4" href="#"><img src="./assets/img/woman.png" height="70" alt=""></a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
@@ -122,6 +122,6 @@ <h1 class="heading">About Us</h1> | |
nomodule | ||
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js" | ||
></script> | ||
<script src="js_files/go_to_top.js"></script> | ||
<script src="./js/go_to_top.js"></script> | ||
</body> | ||
</html> |
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
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.
Oops, something went wrong.