Skip to content

Commit

Permalink
Merge pull request #39 from usethesource/feature/logo-2023
Browse files Browse the repository at this point in the history
Update logo and colors to new 2023 version
  • Loading branch information
JJWTimmer authored Dec 21, 2023
2 parents 5e9bfb5 + f2024e3 commit 106b07c
Show file tree
Hide file tree
Showing 18 changed files with 84 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"java.configuration.updateBuildConfiguration": "interactive"
"java.configuration.updateBuildConfiguration": "interactive",
"java.compile.nullAnalysis.mode": "automatic"
}
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const config = {
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
trailingSlash: true,
favicon: 'images/favicon.png',
favicon: 'images/logo_23/rascal_logo_64px.png',
organizationName: 'usethesource', // Usually your GitHub org/user name.
projectName: 'rascal-website', // Usually your repo name.
deploymentBranch: 'gh-pages-v2',
Expand Down Expand Up @@ -75,7 +75,7 @@ const config = {
title: 'The Rascal Meta Programming Language',
logo: {
alt: 'Rascal logo',
src: 'images/rascal_large_no_text.png',
src: 'images/logo_23/rascal_beeldmerk.png',
},
items: [
{
Expand Down
4 changes: 2 additions & 2 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #0c77cf;
--ifm-color-primary: #8ca4b4;
--ifm-code-font-size: 95%;
--docusaurus-highlighted-code-line-bg: var(--ifm-color-primary-lightest);
}

/* For readability concerns, you should choose a lighter palette in dark mode. */
[data-theme='dark'] {
--ifm-color-primary: #5f5f5f;
--ifm-color-primary: #768c9c;
--docusaurus-highlighted-code-line-bg: var(--ifm-color-primary);
}

Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function HomepageHeader() {
<header className={clsx('hero', styles.heroBanner)}>
<div className="container">
<div className='hero__text text--center'>
<img src='images/rascal_logo.png' className='hero__image' /><br/>
<img src='images/logo_23/rascal_logo.png' className='hero__image' /><br/>
<p className="hero__subtitle">{siteConfig.tagline}</p>
</div>
</div>
Expand Down
8 changes: 5 additions & 3 deletions src/pages/team.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ UseTheSource is a collection of open-source projects related to [metaprogramming

| Title | Author | Image |
| ---- | ---- | ----- |
| First logo | [Tobias Baanders](https://honingen.com/kunstenaar/tobias-baanders/) | <img alt="original Rascal logo" src="/images/old-rascal-logo.png" width="50%"></img> |
| Current logo [PNG](/images/rascal_logo.png) | [Kitty Molenaar](https://www.kittymolenaar.nl) | ![current Rascal logo](/images/rascal_logo.png) |
| Current logo [SVG](/images/rascal_logo.svg) | [Kitty Molenaar](https://www.kittymolenaar.nl) | ![current Rascal logo](/images/rascal_logo.svg) |
| First logo | [Tobias Baanders](https://honingen.com/kunstenaar/tobias-baanders/) | <img alt="original Rascal logo" src="/images/logo_pre/old-rascal-logo.png" width="50%"></img> |
| 2nd logo [PNG](/images/logo_22/rascal_logo.png) | [Kitty Molenaar](https://www.kittymolenaar.nl) | ![2nd Rascal logo](/images/logo_22/rascal_logo.png) |
| 2nd logo [SVG](/images/logo_22/rascal_logo.svg) | [Kitty Molenaar](https://www.kittymolenaar.nl) | ![2nd Rascal logo](/images/logo_22/rascal_logo.svg) |
| Current logo [PNG](/images/logo_23/rascal_logo.png) | [Kitty Molenaar](https://www.kittymolenaar.nl) | <img alt="current Rascal logo" src="/images/logo_23/rascal_logo.png" width="50%"></img> |
| Current logo [SVG](/images/logo_23/rascal_logo.svg) | [Kitty Molenaar](https://www.kittymolenaar.nl) | <img alt="current Rascal logo" src="/images/logo_23/rascal_logo.svg" width="50%"></img> |

# Contributors

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added static/images/logo_23/rascal_beeldmerk.jpg
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 static/images/logo_23/rascal_beeldmerk.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 static/images/logo_23/rascal_logo.jpg
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 static/images/logo_23/rascal_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 72 additions & 0 deletions static/images/logo_23/rascal_logo.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 static/images/logo_23/rascal_logo_16px.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 static/images/logo_23/rascal_logo_32px.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 static/images/logo_23/rascal_logo_64px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit 106b07c

Please sign in to comment.