Update theme to green

This commit is contained in:
Ben Sturmfels 2023-03-07 01:08:57 +11:00
parent 3d20f856a6
commit f05db8ce80
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -3,19 +3,19 @@
<title> </title> <title> </title>
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css"> <link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css">
<body class="sans-serif washed-red mt4 mb5" style="background: linear-gradient(124deg, rgba(213,0,143,1) 0%, rgba(213,0,174,1) 100%)"> <body class="sans-serif washed-yellow mt4 mb5" style="background: rgb(19,119,82); background: linear-gradient(124deg, rgba(19,119,82,1) 0%, rgba(19,106,119,1) 100%);">
<div class="ph3 ph5-ns pt3 pt4-ns pb4 flex-ns mw8 center"> <div class="ph3 ph5-ns pt3 pt4-ns pb4 flex-ns mw8 center">
<div> <div>
<h1 class="f-subheadline f-headline-ns lh-solid tracked-tight mv0">FOSSY 2023</h1> <h1 class="f-subheadline f-headline-ns lh-solid tracked-tight mv0">FOSSY 2023</h1>
<h2 class="f3 f2-ns lh-solid mt0 mb3">July 13-16th 2023 — Portland, OR</h2> <h2 class="f3 f2-ns lh-solid mt0 mb3">July 13-16th 2023 — Portland, OR</h2>
<h3 class="f4 f3-ns lh-title mv2 mv3-ns">The first Free and Open Source Software Yearly conference</h2> <h3 class="f4 f3-ns lh-title mv2 mv3-ns">The first Free and Open Source Software Yearly conference</h2>
</div> </div>
<div class="lh-solid mt0" style="font-size: 10rem; width: 25%"></div> <div class="lh-solid mt0" style="font-size: 10rem; width: 30%"><img src="{{ SITEURL }}/theme/images/fossy-tree.svg" style="width: 100%" alt="Tree"></div>
</div> </div>
<div class="f6 black-70 bg-washed-red lh-copy mw8 pv3 pv4-ns ph3 ph5-ns br4-ns center mb4"> <div class="f6 black-70 bg-washed-yellow lh-copy mw8 pv3 pv4-ns ph3 ph5-ns br4-ns center mb4">
<div class="tc f4 dark-pink flex-ns justify-center mt3 mb4 mb5-ns" style="gap: 1rem"> <div class="tc f4 dark-green flex-ns justify-center mt3 mb4 mb5-ns" style="gap: 1rem">
<a class="db dark-pink b dim" href="#sponsorship">Sponsorship</a> <a class="db dark-green b dim" href="#sponsorship">Sponsorship</a>
<a class="db dark-pink b dim" href="#call-for-track-proposals">Call for track proposals</a> <a class="db dark-green b dim" href="#call-for-track-proposals">Call for track proposals</a>
</div> </div>
<div class="flex-ns"> <div class="flex-ns">
@ -53,8 +53,7 @@
<p>We are looking for people who are committed to specific issues in free software: community, GIS, right to repair, educational software (for example). If you are interested in organizing and running, please see our submission page <a href="https://sfconservancy.org/fossy/community-tracks/">here</a>.</p> <p>We are looking for people who are committed to specific issues in free software: community, GIS, right to repair, educational software (for example). If you are interested in organizing and running, please see our submission page <a href="https://sfconservancy.org/fossy/community-tracks/">here</a>.</p>
</div> </div>
<div class="f6 b lh-title tc"> <div class="f6 b lh-title tc">
FOSSY is run by <a class="washed-red dim" href="https://sfconservancy.org">Software Freedom Conservancy</a> FOSSY is run by <a class="washed-yellow dim" href="https://sfconservancy.org">Software Freedom Conservancy</a>
</div> </div>
</body> </body>
</html> </html>