Skip to content

Commit

Permalink
improve: home page design
Browse files Browse the repository at this point in the history
  • Loading branch information
borishrncic committed Mar 24, 2024
1 parent 2bca1c5 commit ae36409
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions app/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -335,4 +335,8 @@ img.window-frame {
.sub-brands-container h2.heading-1 {
margin-top: 6rem !important;
margin-bottom: -2rem !important;
}

img.web-screenshot {
border-radius: 0 0 4px 4px;
}
8 changes: 4 additions & 4 deletions imgs/window-frame.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<section class="sub-brand">
<a class="screen" href="https://polyfen.com" target="_blank" rel="dofollow">
<img src="imgs/window-frame.svg" alt="" class="window-frame">
<img src="imgs/sub-brands/polyfen-screen.webp" alt="Polyfen screenshot">
<img src="imgs/sub-brands/polyfen-screen.webp" alt="Polyfen screenshot" class="web-screenshot">
</a>
<h3 class="polyfen --sub-brand">
<a href="https://polyfen.com" target="_blank" class="web-url" rel="dofollow">Polyfen<span></span></a>
Expand All @@ -90,7 +90,7 @@ class="web-icon" alt="">polyfen.com</a>
</h3>
<a class="screen" href="https://polyatlas.wiki" target="_blank" rel="dofollow">
<img src="imgs/window-frame.svg" alt="" class="window-frame">
<img src="imgs/sub-brands/polyatlas-screen.webp" alt="Polyatlas screenshot">
<img src="imgs/sub-brands/polyatlas-screen.webp" alt="Polyatlas screenshot" class="web-screenshot">
</a>
<p>Open-source step-by-step guide to the Branding process, including practical tips, case studies,
template files, and many other useful resources.</p>
Expand All @@ -104,7 +104,7 @@ class="web-icon" alt="">polyatlas.wiki</a>
</h3>
<a class="screen" href="https://polycookies.com" target="_blank" rel="dofollow">
<img src="imgs/window-frame.svg" alt="" class="window-frame">
<img src="imgs/sub-brands/polycookies-screen.webp" alt="Polycookies screenshot">
<img src="imgs/sub-brands/polycookies-screen.webp" alt="Polycookies screenshot" class="web-screenshot">
</a>
<p>Open-source solution to privacy policy implementing a cookie consent banner with Google Tag Manager.
</p>
Expand All @@ -118,7 +118,7 @@ class="web-icon" alt="">polycookies.com</a>
</h3>
<a class="screen" href="https://polyqwerty.com" target="_blank" rel="dofollow">
<img src="imgs/window-frame.svg" alt="" class="window-frame">
<img src="imgs/sub-brands/polyqwerty-screen.webp" alt="Polyqwerty screenshot">
<img src="imgs/sub-brands/polyqwerty-screen.webp" alt="Polyqwerty screenshot" class="web-screenshot">
</a>
<p>Your keyboard's assistant. Click on a character to copy it.</p>
<a href="https://polyqwerty.com" target="_blank" class="links web-url" rel="dofollow"><img src="imgs/icons/globe.svg"
Expand All @@ -131,7 +131,7 @@ class="web-icon" alt="">polyqwerty.com</a>
</h3>
<a class="screen" href="https://polykit.xyz" target="_blank" rel="dofollow">
<img src="imgs/window-frame.svg" alt="" class="window-frame">
<img src="imgs/sub-brands/polykit-screen.webp" alt="Polikit screenshot">
<img src="imgs/sub-brands/polykit-screen.webp" alt="Polikit screenshot" class="web-screenshot">
</a>
<p><small class="caption" style="opacity: 0.6;">// Work in Progress //</small><br><br>Open-source design system for User Interfaces with CSS code for developers and Figma library for
designers.
Expand Down

0 comments on commit ae36409

Please sign in to comment.