Skip to content

Commit 628c14b

Browse files
committed
Update Reason association name
1 parent 446b0ad commit 628c14b

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Reason Association
3+
Copyright (c) 2019 ReScript Association
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

_blogposts/2020-08-28-new-rescript-logo.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
author: made_by_betty
3-
date: "2020-08-27"
3+
date: "2020-08-27"
44
title: "A New Logo for ReScript"
55
previewImg: https://res.cloudinary.com/dmm9n7v9f/image/upload/v1598616442/Reason%20Association/rescript-lang.org/Art-3-rescript-launch_ovoibg.jpg
6-
articleImg: https://res.cloudinary.com/dmm9n7v9f/image/upload/v1598616442/Reason%20Association/rescript-lang.org/ReScript-3_by4q2u.jpg
6+
articleImg: https://res.cloudinary.com/dmm9n7v9f/image/upload/v1598616442/Reason%20Association/rescript-lang.org/ReScript-3_by4q2u.jpg
77
description: |
88
Today, our resident designer Bettina is unveiling to us the fresh new ReScript branding we've been long waiting for. We hope you're as excited about the result as us!
99
---
@@ -56,6 +56,6 @@ We hope you enjoyed our new design article. In the future, we're hoping to inter
5656

5757
## About the Designer / Creator
5858

59-
[Bettina Steinbrecher](https://bettystein.com/) is a freelance designer and brand consultant, specialising in digital products and brands, based in Vienna. Previously she has been a Digital Designer and later on Head of Brand Design at [adidas runtastic](https://runtastic.com/), where she led major design efforts in the visual brand developing processes before and during the Runtastic / adidas acquisition. She is now working as a freelance designer.
59+
[Bettina Steinbrecher](https://bettystein.com/) is a freelance designer and brand consultant, specialising in digital products and brands, based in Vienna. Previously she has been a Digital Designer and later on Head of Brand Design at [Adidas Runtastic](https://runtastic.com/), where she led major design efforts in the visual brand developing processes before and during the Runtastic / Adidas acquisition. She is now working as a freelance designer.
6060

61-
She has been involved in our design processes since the inception of the [Reason Association](https://reason-association.org) in 2018, and was responsible for all the user-facing websites such as `reasonml.org` (now `rescript-lang.org`), reason-association.org. She also created the new logo of the [OCaml Software Foundation](https://ocaml-sf.org/).
61+
She has been involved in our design processes since the inception of the [ReScript Association](https://rescript-association.org) in 2018, and was responsible for all the user-facing websites such as `reasonml.org` (now `rescript-lang.org`) and rescript-association.org. She also created the new logo of the [OCaml Software Foundation](https://ocaml-sf.org/).

src/BlogArticle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/BlogArticle.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ let default = (props: props) => {
157157
<P>
158158
<span className="font-bold"> {React.string("Important: ")} </span>
159159
{React.string(
160-
"This is an archived blog post, kept for historic reasons. Please note that this information might be terribly outdated.",
160+
"This is an archived blog post, kept for historical reasons. Please note that this information might be outdated.",
161161
)}
162162
</P>
163163
</Warn>

src/components/Footer.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/Footer.res

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ let make = () => {
3838
</Next.Link>
3939
</li>
4040
<li>
41-
<a href="https://reason-association.org/imprint" target="_blank" className=linkClass>
42-
{React.string("Reason Association")}
41+
<a href="https://rescript-association.org/imprint" target="_blank" className=linkClass>
42+
{React.string("ReScript Association")}
4343
</a>
4444
</li>
4545
</ul>

0 commit comments

Comments
 (0)