Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update logo and colors to new 2023 version #39

Merged
merged 4 commits into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.