Skip to content

Commit

Permalink
SoMakeIt branding files
Browse files Browse the repository at this point in the history
  • Loading branch information
dpslwk committed Aug 21, 2023
1 parent e83c5f8 commit c7e31e3
Show file tree
Hide file tree
Showing 28 changed files with 940 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ ziggy.js
.php-cs-fixer.cache
dump.html
report.html
/resources/sass/_variables_*.scss
# /resources/sass/_variables_*.scss
porter.yml
1 change: 1 addition & 0 deletions public/images/somakeit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/somakeit/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/somakeit/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/somakeit/apple-touch-icon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/somakeit/apple-touch-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/somakeit/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/images/somakeit/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/images/somakeit/mstile-150x150.png?v=XBJgQp70gw"/>
<TileColor>#005257</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file added public/images/somakeit/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/somakeit/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/somakeit/favicon.ico
Binary file not shown.
Binary file added public/images/somakeit/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/somakeit/logo_closed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/somakeit/logo_open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/somakeit/mstile-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/somakeit/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/somakeit/mstile-310x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/somakeit/mstile-310x310.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/somakeit/mstile-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
856 changes: 856 additions & 0 deletions public/images/somakeit/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions public/images/somakeit/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/images/somakeit/android-chrome-192x192.png?v=XBJgQp70gv",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/images/somakeit/android-chrome-512x512.png?v=XBJgQp70gv",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
Binary file added public/images/somakeit_with_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 54 additions & 0 deletions resources/sass/_variables_somakeit.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
@import "variables";

// HMS colours
$hackspace-green: #005056;
$hackspace-green-tint: tint($hackspace-green, 50%);

// Header
$header-background-colour: #222;
$header-text-colour: $hackspace-gray;

// Navbar
$navbar-background-tint: $gray-200;
$navbar-background-colour: $gray-300;
$navbar-background-shade: $gray-400;
$navbar-background-active: $hackspace-green-tint;
$navbar-text-colour: black;
$navbar-link-colour: $hackspace-green;
$navbar-link-active-colour: white;

// Footer
$footer-background-colour: $header-background-colour;
$footer-text-colour: white;
$footer-link-colour: $hackspace-green-tint;
$footer-link-hover-colour: white;
$social-networks-colour: $hackspace-green-tint;

// Override theme colours
$primary: $hackspace-green;

$theme-colors: (
"hackspace-gray": $hackspace-gray,
"booking-normal": $tool-booking-normal,
"booking-induction": $tool-booking-induction,
"booking-maintenance": $tool-booking-maintenance,
"indigo": $indigo,
"pink": $pink,
"red": $red,
"orange": $orange,
"yellow": $yellow,
"green": $green,
"teal": $teal,
"cyan": $cyan,
);

$sizes: (
10: 10%,
15: 15%,
20: 20%,
35: 35%,
40: 40%
);

// Override font family Oxygen + $font-family-sans-serif
$font-family-base: 'Oxygen', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ;

0 comments on commit c7e31e3

Please sign in to comment.