Skip to content

Commit d05a53e

Browse files
authored
Merge pull request #11 from osgeouk/logo-text-colours
Assign logo colours and update logo text.
2 parents 0f7de82 + 60479ad commit d05a53e

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

src/app.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
name: light;
3434
default: true;
3535
--color-primary: '#1B2430';
36-
--color-secondary: '#57A9BB';
36+
--color-secondary: '#66caaa';
3737

3838
--color-primary-content: 'white';
39-
--color-success: '#88F15E';
39+
--color-success: '#fae339';
4040
--color-success-content: var(--color-primary);
4141

4242
--card-fs: var(--text-sm);

src/routes/about/logo/+page.svx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,15 @@ title: About our Logo
1616

1717
<div class="flex flex-col items-center my-8">
1818
<img src={LogoSrc} alt="FOSS4G 2027 Logo" class="max-w-[420px]" />
19-
<div class="mt-2 text-sm text-gray-500 italic">"Our Logo" by Andy Council</div>
19+
<div class="mt-2 text-sm text-gray-500 italic">"Bristol UK!" by <Link href="https://www.andycouncil.co.uk/" target="_blank">Andy Council</Link></div>
2020
</div>
21+
22+
We decided to commision a local artist with the creation of our logo for FOSS4G 2027.
23+
24+
Andy's design is a map of the UK (England, Scotland, Wales and Northern Ireland) made up of landmarks from Bristol, your FOSS4G 2027 host city.
25+
26+
Some of the landmarks included in the design are: <Link href="https://en.wikipedia.org/wiki/Clifton_Suspension_Bridge" target="_blank">Clifton Suspension Bridge</Link>, <Link href="https://en.wikipedia.org/wiki/SS_Great_Britain" target="_blank">SS <italic>Great Britain</italic></Link>, <Link href="https://en.wikipedia.org/wiki/Cabot_Tower,_Bristol" target="_blank">Cabot Tower</Link>, and <Link href="https://en.wikipedia.org/wiki/Bristol_Cathedral" target="_blank">Bristol Cathedral</Link>.
27+
28+
An old crane is also featured representing Bristol being a historic port city. The hot air ballons represent the famous <Link href="https://en.wikipedia.org/wiki/Bristol_International_Balloon_Fiesta" target="_blank">Bristol International Balloon Fiesta</Link>.
29+
30+
The bright colours and lettering are a nod to the Bristol street art scene which <Link href="https://en.wikipedia.org/wiki/Banksy" target="_blank">Banksy</Link> emerged from.

0 commit comments

Comments
 (0)