Skip to content

Commit dfd0391

Browse files
Website/new greenwood logo (#1094)
* updating to new greenwood logo * add new favicon * update with proportional favicon * update srcset image set to webp * update srcset paths and mobile banner sizing tweaks * update open graph image * image files cleanup
1 parent 9686fc1 commit dfd0391

16 files changed

+13
-14
lines changed

www/assets/greenwood-logo-1000w.png

-88.8 KB
Binary file not shown.

www/assets/greenwood-logo-1000w.webp

19.9 KB
Binary file not shown.

www/assets/greenwood-logo-1500w.png

-158 KB
Binary file not shown.

www/assets/greenwood-logo-1500w.webp

30.9 KB
Binary file not shown.

www/assets/greenwood-logo-300w.png

-4.9 KB
Binary file not shown.

www/assets/greenwood-logo-300w.webp

5.3 KB
Binary file not shown.

www/assets/greenwood-logo-500w.png

-31.2 KB
Binary file not shown.

www/assets/greenwood-logo-500w.webp

9.61 KB
Binary file not shown.

www/assets/greenwood-logo-750w.png

-57.7 KB
Binary file not shown.

www/assets/greenwood-logo-750w.webp

14.6 KB
Binary file not shown.

www/assets/greenwood-logo-og.png

7.31 KB
Loading

www/assets/greenwood-logo-sml.jpg

-5.58 KB
Binary file not shown.

www/components/banner/banner.css

+5-6
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
:host {
2222
& .banner {
2323
background-color: #fff;
24-
min-height: 60vh;
2524

2625
& .content {
2726
padding: 5vh 10px;
@@ -46,7 +45,7 @@
4645
& h3 {
4746
padding: 10px 0;
4847
max-width: 70%;
49-
margin: 0 auto 10px;
48+
margin: 20px auto;
5049
color: #201e2e;
5150

5251
@media (min-width: 768px) {
@@ -56,8 +55,9 @@
5655
}
5756

5857
& img {
59-
width: 300px;
60-
height: 300px;
58+
display: block;
59+
width: 40%;
60+
margin: 10px auto;
6161
}
6262
}
6363

@@ -98,8 +98,7 @@
9898
}
9999

100100
& img {
101-
width: 250px;
102-
height: 250px;
101+
width: 90%;
103102
}
104103
}
105104
}

www/components/banner/banner.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ class Banner extends LitElement {
5555
<eve-container>
5656
<div class='content'>
5757
<img
58-
src="../../assets/greenwood-logo-300w.png"
58+
src="/assets/greenwood-logo-300w.webp"
5959
alt="Greenwood Logo"
60-
srcset="../../assets/greenwood-logo-300w.png 1x,
61-
../../assets/greenwood-logo-500w.png 2x,
62-
../../assets/greenwood-logo-750w.png 3x,
63-
../../assets/greenwood-logo-1000w.png 4x,
64-
../../assets/greenwood-logo-1500w.png 5x"/>
65-
60+
srcset="/assets/greenwood-logo-300w.webp 350w,
61+
/assets/greenwood-logo-500w.webp 500w,
62+
/assets/greenwood-logo-750w.webp 750w,
63+
/assets/greenwood-logo-1000w.webp 1000w,
64+
/assets/greenwood-logo-1500w.webp 1500w"/>
65+
6666
<h3>Your full stack <span class="emphasis-text">workbench for the web</span>. Ready to help you build your next. . . <span class="${this.animateState}">${currentProjectType}.</span></h3>
6767
6868
<eve-button size="md" href="/getting-started/" style="${buttonCss}">Get Started</eve-button>

www/favicon.ico

13.9 KB
Binary file not shown.

www/templates/app.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="twitter:site" content="@PrjEvergreen"/>
99
<meta property="og:type" content="website"/>
1010
<meta property="og:url" content="https://www.greenwoodjs.io"/>
11-
<meta property="og:image" content="https://www.greenwoodjs.io/assets/greenwood-logo-300w.png"/>
11+
<meta property="og:image" content="https://www.greenwoodjs.io/assets/greenwood-logo-og.png"/>
1212
<meta property="og:description" content="Your workbench for the web, focused on supporting modern web standards and development to help you create your next project."/>
1313
<meta name="viewport" content="width=device-width, initial-scale=1"/>
1414
<meta name="mobile-web-app-capable" content="yes"/>

0 commit comments

Comments
 (0)