Skip to content

Commit

Permalink
short logo, contact info update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob committed Sep 15, 2023
1 parent 14ba3fc commit d4d0a7d
Show file tree
Hide file tree
Showing 8 changed files with 160 additions and 147 deletions.
Binary file added dist/assets/climes_logo_trim-6dd6dd6e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
223 changes: 151 additions & 72 deletions dist/assets/index-95c81322.js → dist/assets/index-4f1ed6fe.js

Large diffs are not rendered by default.

70 changes: 2 additions & 68 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand All @@ -12,74 +12,8 @@
html {
background-color: #f0efe3;
}
/* Position and sizing of burger button */
.bm-burger-button {
position: fixed;
width: 36px;
height: 30px;
right: 36px;
top: 36px;
}

/* Color/shape of burger icon bars */
.bm-burger-bars {
background: rgb(52, 88, 0);
}

/* Color/shape of burger icon bars on hover*/
.bm-burger-bars-hover {
background: #a90000;
}

/* Position and sizing of clickable cross button */
.bm-cross-button {
height: 24px;
width: 24px;
}

/* Color/shape of close button cross */
.bm-cross {
background: #bdc3c7;
}

/*
Sidebar wrapper styles
Note: Beware of modifying this element as it can break the animations - you should not need to touch it in most cases
*/
.bm-menu-wrap {
position: fixed;
height: 100%;
}

/* General sidebar styles */
.bm-menu {
background: #373a47;
padding: 2.5em 1.5em 0;
font-size: 1.15em;
}

/* Morph shape necessary with bubble or elastic */
.bm-morph-shape {
fill: #373a47;
}

/* Wrapper for item list */
.bm-item-list {
color: #b8b7ad;
padding: 0.8em;
}

/* Individual item */
.bm-item {
display: inline-block;
}

/* Styling of overlay */
.bm-overlay {
background: rgba(0, 0, 0, 0.3);
}
</style>
<script type="module" crossorigin src="/assets/index-95c81322.js"></script>
<script type="module" crossorigin src="/assets/index-4f1ed6fe.js"></script>
<link rel="stylesheet" href="/assets/index-280502fd.css">
</head>
<body>
Expand Down
Binary file added src/assets/logos/climes_logo_trim.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/Footer/ContactInfo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ function ContactInfo() {
<h3>Contact</h3>
<div>Robert Lepage | PhD., P.Eng</div>
<div>
<a href="mailto: rob@climesgroup.ca">rob@climesgroup.ca</a>
<a href="mailto: rob@climesgroup.ca">rob (at) climesgroup.ca</a>
</div>
<div>
<a href="tel:+12268689865">226-868-9865</a>
<a>226 868 9865</a>
</div>
</Root>
);
Expand Down
4 changes: 2 additions & 2 deletions src/components/Header/index.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Link } from "react-router-dom";
import styled from "styled-components";
import climesTreeTransUrl from "../../assets/logos/clime_tree_trans.png";
import climesBannerUrl from "../../assets/logos/climes_group_engineering_high.jpg";
import climesTreeTransUrl from "../../assets/logos/climes_logo_trim.png"; //Shortened logo
import climesBannerUrl from "../../assets/logos/climes_group_engineering_high.jpg";
import { PAGES, THEME } from "../../utils";
import MobileNav from "./MobileNav";

Expand Down
4 changes: 2 additions & 2 deletions src/pages/Contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ function Contact() {
<div>
<block>
<h2>Robert Lepage | PhD, P.Eng.</h2>
<h3>e. rob (at) climesgroup.ca</h3>
<h3>c. (226) 868.9865</h3>
<h3>e: <a href="mailto: rob@climesgroup.ca">rob (at) climesgroup.ca</a></h3>
<h3>c: 226 868 9865</h3>
</block>
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const CenteredText = styled.p`
function Home() {
return (
<Root>
<Quote fontSize="2em">
<Quote fontSize="1.75em">
<CenteredText>
<i>The climate is changing; our buildings are not.</i>
</CenteredText>
Expand Down

0 comments on commit d4d0a7d

Please sign in to comment.