Skip to content

Commit 77607fd

Browse files
authored
Merge pull request #341 from sjrd/visual-identity
Add visual identity page.
2 parents 771a2a4 + 8814d9c commit 77607fd

8 files changed

+83
-0
lines changed

_includes/footer.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ <h5>Scala Center</h5>
2121
<li><a href="{{ site.baseurl }}/records.html">Records</a></li>
2222
<li><a href="{{ site.baseurl }}/contact.html">Contact</a></li>
2323
<li><a href="{{ site.baseurl }}/donate.html">Donate</a></li>
24+
<li><a href="{{ site.baseurl }}/visual-identity.html">Visual Identity</a></li>
2425
</ul>
2526

2627
</div>

resources/css/main.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1640,3 +1640,14 @@ ul.nav {
16401640
.project-logo-inverted {
16411641
filter: invert(100%);
16421642
}
1643+
1644+
.generic-block table {
1645+
border-collapse: separate;
1646+
/*border-spacing: 10px;*/
1647+
}
1648+
1649+
.generic-block th, .generic-block td {
1650+
border-width: 1px;
1651+
border-style: solid;
1652+
padding: 10px;
1653+
}
-7.16 KB
Loading
10.9 KB
Loading
31.1 KB
Loading
24.3 KB
Loading

resources/img/scalacenter-logo.png

10.9 KB
Loading

visual-identity.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
layout: contact
3+
---
4+
5+
## Scala Center Visual Identity Guidelines
6+
7+
### Logo
8+
9+
There are two acceptable versions of the Scala Center logo.
10+
The first one consists of:
11+
12+
* the "swirl" graphic
13+
* the Scala Center name
14+
15+
The second one includes the above and also contains:
16+
17+
* the mission statement: "For open source. For education."
18+
19+
It is possible to use different combinations of the default color palette, depending on the use case and on background.
20+
21+
### Default color palette
22+
23+
<table>
24+
<thead>
25+
<tr><th>&nbsp;</th><th>Hex</th><th>RGB</th><th>CMYK</th></tr>
26+
</thead>
27+
<tbody>
28+
<tr><th>Orange</th><td>#f1592a</td><td>241, 89, 42</td><td>0, 63, 100, 5</td></tr>
29+
<tr><th>Petrol</th><td>#002b36</td><td>0, 43, 54</td><td>100, 20, 0, 79</td></tr>
30+
</tbody>
31+
</table>
32+
33+
### Logo versions
34+
35+
We recommend to use one of the two following versions as the first choice on a clear background (white, light grey, etc.).
36+
37+
<img src="/resources/img/scala-center-logo-black.png">
38+
39+
<img src="/resources/img/scala-center-main-logo-black.png">
40+
41+
#### Alternative
42+
43+
On dark backgrounds, use the orange swirl and white text:
44+
45+
<img style="background-color: darkgrey" src="/resources/img/scala-center-logo.png">
46+
47+
<img style="background-color: darkgrey" src="/resources/img/scala-center-main-logo.png">
48+
49+
On colored backgrounds, you may use the white swirl and white text:
50+
51+
<img style="background-color: brown" src="/resources/img/scala-center-logo-white.png">
52+
53+
<img style="background-color: brown" src="/resources/img/scala-center-main-logo-white.png">
54+
55+
### Swirl only
56+
57+
The swirl only, without the text, should only be used in its colored version:
58+
59+
<img src="/resources/img/scala-center-swirl.png">
60+
61+
### Resources
62+
63+
PNG files:
64+
65+
* [Logo with black text, no mission statement](/resources/img/scala-center-logo-black.png)
66+
* [Logo with black text, with mission statement](/resources/img/scala-center-main-logo-black.png)
67+
* [Logo with white text, no mission statement](/resources/img/scala-center-logo.png)
68+
* [Logo with white text, with mission statement](/resources/img/scala-center-main-logo.png)
69+
* [White logo with white text, no mission statement](/resources/img/scala-center-logo-white.png)
70+
* [White logo with white text, with mission statement](/resources/img/scala-center-main-logo-white.png)
71+
* [Swirl logo only](/resources/img/scala-center-swirl.png)

0 commit comments

Comments
 (0)