Logo: verschil tussen versies

Uit MakerSpace Leiden
Ga naar: navigatie, zoeken
 
(47 tussenliggende versies door 3 gebruikers niet weergegeven)
Regel 1: Regel 1:
[[Category:Servers network & websites]]
+
[[Category:Servers network & websites]][[Category:Procedures]]
==Previous Logo ==
+
This page contains the current and previous logos of the makerspace in various file formats for use in projects and promotional materials.
 +
==Current logo==
 +
The new logo of the MakerSpace Leiden is shown below. It is available in 3 different versions:
 +
* The '''standard''' version to be used on light backgrounds. Avoid colored backgrounds if possible
 +
[[File:MSL_logo_default.svg|375px|Standard Logo]]
 +
* The '''minimal''' version, aimed towards locations with limited space, such as a favicon. A white version with transparent cutout of the keys/wrenches is also available (click next to the red logo below)
 +
[[File:MSL_logo_minimal.svg|80px|Minimal Logo (aka favicon)]]
 +
[[File:MSL_logo_minimal_white_transparent.svg|80px|Minimal Logo with transparent cutout]]
 +
* The '''white''' version, to maximize contrast on darker backgrounds:
 +
<table style="border-spacing: 30px;background-color:black">
 +
<tr><td border=5 style="background-color:black">[[File:MSL_logo_white.svg|375px|White Logo]]</td></tr>
 +
<tr><td border=5 style="background-color:red">[[File:MSL_logo_white.svg|375px|White Logo]]</td></tr>
 +
</table>
 +
 
 +
When putting the logo somewhere, try to give it room to 'breathe', ie. keep some margins around it (when possible).
 +
 
 +
The font used is 'ITC Avant Garde Gothic LT Bold'.
 +
 
 +
The colour is RGB=0xEA, 0x33, 0x23 which is a Vivid red that is nearish to Lust and Verizon/Huawei red in the PNT scale.
 +
 
 +
Ask Valère if you have a specific use case of the logo that cannot be satisfied by any of the above.
 +
 
 +
=== Version for firmware ===
 +
 
 +
E.g. for the various [[PowerNode White]]s and the [[Payment Terminal with TFT screen]]s.
 +
 
 +
    const unsigned char msl_logo_32x32_width = 32;
 +
    const unsigned char msl_logo_32x32_height = 32;
 +
    const unsigned char msl_logo_32x32 [] PROGMEM = {
 +
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
 +
    0x00, 0xe0, 0x00, 0x00, 0x00, 0x78, 0x00, 0xc0, 0x00, 0x3c, 0x01, 0xe0, 0x00, 0x3c, 0x03, 0xe0,
 +
    0x08, 0x3c, 0x07, 0xc0, 0x0c, 0x3c, 0x0f, 0xc0, 0x0f, 0xfc, 0x1f, 0xe0, 0x0f, 0xfe, 0x3f, 0xe0,
 +
    0x07, 0xff, 0x7f, 0x60, 0x03, 0xfe, 0xfe, 0x00, 0x00, 0x1d, 0xff, 0x00, 0x00, 0x0b, 0xe7, 0x00,
 +
    0x00, 0x07, 0xd2, 0x00, 0x00, 0x0f, 0xb8, 0x00, 0x03, 0xff, 0x7f, 0xc0, 0x07, 0xfe, 0xff, 0xe0,
 +
    0x07, 0xfc, 0x7f, 0xe0, 0x0e, 0x1c, 0x38, 0x70, 0x0e, 0x1c, 0x38, 0x70, 0x0e, 0x1c, 0x38, 0x70,
 +
    0x0f, 0x1c, 0x38, 0x70, 0x07, 0xf8, 0x3f, 0xe0, 0x03, 0xf8, 0x1f, 0xe0, 0x01, 0xe0, 0x07, 0x80,
 +
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
 +
    };
 +
 
 +
==Previous logo ==
 +
 
 +
This was the previous logo of the makerspace. The logo was designed by Henry.
 +
*Typeface Arial-Bold
 +
*The colors are:
 +
**ff0000 Red
 +
**0000ff Blue
  
*This is was the logo of the makerspace before 2025
 
**Typeface Arial-Bold
 
**kleuren zijn:
 
***ff0000 Rood
 
***0000ff Blauw
 
  
 
[[File:MSL-logo-old.svg]]
 
[[File:MSL-logo-old.svg]]
  
* This is the logo without its colors, only with vector lines:
+
 
 +
* The logo without its colors, only with vector lines:
 +
 
 
[[File:MSL-logo-old-only-vector-lines.svg]]
 
[[File:MSL-logo-old-only-vector-lines.svg]]

Huidige versie van 20 nov 2024 om 15:04

This page contains the current and previous logos of the makerspace in various file formats for use in projects and promotional materials.

The new logo of the MakerSpace Leiden is shown below. It is available in 3 different versions:

  • The standard version to be used on light backgrounds. Avoid colored backgrounds if possible

Standard Logo

  • The minimal version, aimed towards locations with limited space, such as a favicon. A white version with transparent cutout of the keys/wrenches is also available (click next to the red logo below)

Minimal Logo (aka favicon) Minimal Logo with transparent cutout

  • The white version, to maximize contrast on darker backgrounds:
White Logo
White Logo

When putting the logo somewhere, try to give it room to 'breathe', ie. keep some margins around it (when possible).

The font used is 'ITC Avant Garde Gothic LT Bold'.

The colour is RGB=0xEA, 0x33, 0x23 which is a Vivid red that is nearish to Lust and Verizon/Huawei red in the PNT scale.

Ask Valère if you have a specific use case of the logo that cannot be satisfied by any of the above.

Version for firmware

E.g. for the various PowerNode Whites and the Payment Terminal with TFT screens.

   const unsigned char msl_logo_32x32_width = 32;
   const unsigned char msl_logo_32x32_height = 32;
   const unsigned char msl_logo_32x32 [] PROGMEM = {
   	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
   	0x00, 0xe0, 0x00, 0x00, 0x00, 0x78, 0x00, 0xc0, 0x00, 0x3c, 0x01, 0xe0, 0x00, 0x3c, 0x03, 0xe0, 
   	0x08, 0x3c, 0x07, 0xc0, 0x0c, 0x3c, 0x0f, 0xc0, 0x0f, 0xfc, 0x1f, 0xe0, 0x0f, 0xfe, 0x3f, 0xe0, 
   	0x07, 0xff, 0x7f, 0x60, 0x03, 0xfe, 0xfe, 0x00, 0x00, 0x1d, 0xff, 0x00, 0x00, 0x0b, 0xe7, 0x00, 
   	0x00, 0x07, 0xd2, 0x00, 0x00, 0x0f, 0xb8, 0x00, 0x03, 0xff, 0x7f, 0xc0, 0x07, 0xfe, 0xff, 0xe0, 
   	0x07, 0xfc, 0x7f, 0xe0, 0x0e, 0x1c, 0x38, 0x70, 0x0e, 0x1c, 0x38, 0x70, 0x0e, 0x1c, 0x38, 0x70, 
   	0x0f, 0x1c, 0x38, 0x70, 0x07, 0xf8, 0x3f, 0xe0, 0x03, 0xf8, 0x1f, 0xe0, 0x01, 0xe0, 0x07, 0x80, 
   	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
   };

This was the previous logo of the makerspace. The logo was designed by Henry.

  • Typeface Arial-Bold
  • The colors are:
    • ff0000 Red
    • 0000ff Blue


MSL-logo-old.svg


  • The logo without its colors, only with vector lines:

MSL-logo-old-only-vector-lines.svg