Skip to content

Commit

Permalink
fix shop page and donate page
Browse files Browse the repository at this point in the history
  • Loading branch information
toddwords committed Dec 5, 2024
1 parent fccb0ba commit 27d906e
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 16 deletions.
4 changes: 3 additions & 1 deletion public/crt.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ background-color: var(--text-link) !important;
}



.invert {
filter:invert(1) !important;
}
.spring-23.featured .title,
.spring-23 #session-name, #tag.spring-23 {
/* -webkit-text-stroke-color: var(--text-color);
Expand Down
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 public/images/funder_logos/a4j.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 public/images/funder_logos/ford.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 14 additions & 12 deletions public/templates/about/about.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,17 @@
<link id="mode" rel="stylesheet" type="text/css" href="/crt.css" />
<link rel="shortcut icon" type="image/png" href="https://sfpc.study/images/sessions/favicon.ico" />
<link rel="stylesheet" href="https://use.typekit.net/thn3crj.css">

<style>
.funder-logo {
width: 200px;
margin: 10px;
display:inline-block
}
.ford {
padding-top: 40px;
padding-bottom: 40px;
}
</style>


<script src="/jquery-3.6.0.min.js"></script>
Expand Down Expand Up @@ -284,15 +294,6 @@
</p>
</dd>
</div>
<div class="entity">
<dd><span class="bio" style="background-image: url('images/people/tyler-yin.jpg')" role="img"></span>
<h4 id="role">Program Assistant</h4>
<h3>Tyler Yin</h3>
<p>
<i>he/him</i> · <a href="mailto:[email protected]">email</a>
</p>
</dd>
</div>

</dl>

Expand Down Expand Up @@ -339,8 +340,9 @@

<div class="grid-2">
<p class="medium">We’re thankful for our generous supporters:</p>
<p class="medium"> - Art for Justice Fund<br>
- Ford Foundation<br>
<img src="images/funder_logos/ford.png" alt="Ford Foundation" class="funder-logo invert ford">
<img src="images/funder_logos/a4j.png" alt="Art for Justice" class="funder-logo">
<p class="medium">
- Jeffrey Alan Scudder<br>
- Maya Man</p>
<p>...and many others! <3</p>
Expand Down
6 changes: 3 additions & 3 deletions public/templates/donate/storefront.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
content="The School for Poetic Computation is an experimental school in New York City supporting interdisciplinary study in art, code, hardware and critical theory. It's a place for learning and unlearning.">
<meta property="twitter:image" content="https://sfpc.study/images/sessions/meta.jpg">
<link href="/styles.css" rel="stylesheet">
<link href="/css/shopify.css" rel="stylesheet" />
{{!-- <link href="/css/shopify.css" rel="stylesheet" /> --}}
<link id="mode" rel="stylesheet" type="text/css" href="/lcd.css" />
<link rel="shortcut icon" type="image/png" href="https://sfpc.study/images/sessions/favicon.ico" />

Expand All @@ -47,13 +47,13 @@
<!-- <script data-goatcounter="https://sfpc.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script> -->
<!-- end stats -->

<script src="/js/initShopify.js"></script>
{{!-- <script src="/js/initShopify.js"></script>
<script>
initShopifyCart()
initShopifyProduct("7864334090391", "addon-inkind-wrapper", "Donate")
</script>
</script> --}}
<script async
src="https://js.stripe.com/v3/buy-button.js">
</script>
Expand Down

0 comments on commit 27d906e

Please sign in to comment.