Skip to content

Commit

Permalink
Speed: Our page is made more speed than before
Browse files Browse the repository at this point in the history
  • Loading branch information
Ningsang-Jabegu committed Feb 19, 2024
1 parent 3f0113f commit 98440db
Show file tree
Hide file tree
Showing 64 changed files with 428 additions and 249 deletions.
7 changes: 6 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin />
<!-- or use dns-prefetch for older browsers -->
<link rel="dns-prefetch" href="https://fonts.gstatic.com" />
<link rel="dns-prefetch" href="https://fonts.googleapis.com" />
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand All @@ -25,7 +30,7 @@
content="Revolutionizing eco-friendly bags made from banana fiber. Join us in our mission to reduce plastic waste."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://team-inventrix.vercel.app/" />
<meta property="og:url" content="https://ecothaili.vercel.app/" />
<meta property="og:image" content="%PUBLIC_URL%/OurTeam.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
Expand Down
8 changes: 8 additions & 0 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ a {
text-decoration: none;
}

.active {
border-bottom: 3px solid #226a49;
}

/* a.active img{
border: none;
} */

nav li {
list-style: none;
color: var(--primary-green-color-dark);
Expand Down
2 changes: 1 addition & 1 deletion src/component/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Container from "@mui/material/Container";
import Grid from "@mui/material/Grid";
import Typography from "@mui/material/Typography";
import { styled } from "@mui/system";
import ourTeam from "../image/OurTeam.png";
import ourTeam from "../image/OurTeam.webp";

const StyledContainer = styled(Container)({
padding: "0",
Expand Down
1 change: 0 additions & 1 deletion src/component/ContactUs.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import Typography from "@mui/material/Typography";
import { styled } from "@mui/system";
import TextField from "@mui/material/TextField";
import Button from "@mui/material/Button";
import bananaLeaf from "../image/banana-leaf 1.png";

const StyledContainer = styled(Container)({
minHeight: "100vh",
Expand Down
2 changes: 1 addition & 1 deletion src/component/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Link from "@mui/material/Link";
import Stack from "@mui/material/Stack";
import TextField from "@mui/material/TextField";
import Typography from "@mui/material/Typography";
import Ecothaili from "../image/logo/ecoThaili-color-logo-box.png";
import Ecothaili from "../image/logo/ecoThaili-color-logo-box.webp";
import GitHubicon from "@mui/icons-material/GitHub";
import LinkedInIcon from "@mui/icons-material/LinkedIn";
import YouTubeIcon from "@mui/icons-material/YouTube";
Expand Down
Loading

0 comments on commit 98440db

Please sign in to comment.