Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ImgBot] Optimize images #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
22 changes: 11 additions & 11 deletions about.html → src/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand All @@ -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">
Expand All @@ -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>
Expand Down Expand Up @@ -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.
Loading