Skip to content

Commit 27d906e

Browse files
committed
fix shop page and donate page
1 parent fccb0ba commit 27d906e

File tree

6 files changed

+20
-16
lines changed

6 files changed

+20
-16
lines changed

public/crt.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ background-color: var(--text-link) !important;
115115
}
116116

117117

118-
118+
.invert {
119+
filter:invert(1) !important;
120+
}
119121
.spring-23.featured .title,
120122
.spring-23 #session-name, #tag.spring-23 {
121123
/* -webkit-text-stroke-color: var(--text-color);
57.6 KB
Loading

public/images/funder_logos/a4j.png

201 KB
Loading
30.1 KB
Loading

public/templates/about/about.hbs

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,17 @@
2525
<link id="mode" rel="stylesheet" type="text/css" href="/crt.css" />
2626
<link rel="shortcut icon" type="image/png" href="https://sfpc.study/images/sessions/favicon.ico" />
2727
<link rel="stylesheet" href="https://use.typekit.net/thn3crj.css">
28-
28+
<style>
29+
.funder-logo {
30+
width: 200px;
31+
margin: 10px;
32+
display:inline-block
33+
}
34+
.ford {
35+
padding-top: 40px;
36+
padding-bottom: 40px;
37+
}
38+
</style>
2939

3040

3141
<script src="/jquery-3.6.0.min.js"></script>
@@ -284,15 +294,6 @@
284294
</p>
285295
</dd>
286296
</div>
287-
<div class="entity">
288-
<dd><span class="bio" style="background-image: url('images/people/tyler-yin.jpg')" role="img"></span>
289-
<h4 id="role">Program Assistant</h4>
290-
<h3>Tyler Yin</h3>
291-
<p>
292-
<i>he/him</i> · <a href="mailto:[email protected]">email</a>
293-
</p>
294-
</dd>
295-
</div>
296297

297298
</dl>
298299

@@ -339,8 +340,9 @@
339340

340341
<div class="grid-2">
341342
<p class="medium">We’re thankful for our generous supporters:</p>
342-
<p class="medium"> - Art for Justice Fund<br>
343-
- Ford Foundation<br>
343+
<img src="images/funder_logos/ford.png" alt="Ford Foundation" class="funder-logo invert ford">
344+
<img src="images/funder_logos/a4j.png" alt="Art for Justice" class="funder-logo">
345+
<p class="medium">
344346
- Jeffrey Alan Scudder<br>
345347
- Maya Man</p>
346348
<p>...and many others! <3</p>

public/templates/donate/storefront.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
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.">
2323
<meta property="twitter:image" content="https://sfpc.study/images/sessions/meta.jpg">
2424
<link href="/styles.css" rel="stylesheet">
25-
<link href="/css/shopify.css" rel="stylesheet" />
25+
{{!-- <link href="/css/shopify.css" rel="stylesheet" /> --}}
2626
<link id="mode" rel="stylesheet" type="text/css" href="/lcd.css" />
2727
<link rel="shortcut icon" type="image/png" href="https://sfpc.study/images/sessions/favicon.ico" />
2828

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

50-
<script src="/js/initShopify.js"></script>
50+
{{!-- <script src="/js/initShopify.js"></script>
5151
<script>
5252
initShopifyCart()
5353
5454
initShopifyProduct("7864334090391", "addon-inkind-wrapper", "Donate")
5555
56-
</script>
56+
</script> --}}
5757
<script async
5858
src="https://js.stripe.com/v3/buy-button.js">
5959
</script>

0 commit comments

Comments
 (0)