Skip to content

Commit c4b6463

Browse files
giliomeejgroansong
andauthored
Reset home and grants page (#11006)
* Added logging for calls to mautic_proxy In the process of moving from Mautic/Acquia to Hubspot. Starting by adding a log to develop a deeper understanding of requests, in order to prepare for writing the Hubspot part, which would see requests temporarily be sent to both Acquia and Hubspot before turning the Acquia requests off. * Added MauticLog table * Added entry for every call to mautic_proxy * Wrapped DB call in try-except * fix(Home): GR15 Image should be loaded via CDN. * func(Bottom nav): Add Passport to the footer nav. * func(Passport): Redirect gitcoin.co/passport to new landing page * fix(Loading image): Loading image size can be reduced by 50% as it appears the frontend uses fairly small versions of the image. * func(GR15): Temporary (1-2 weeks). Thank you banner for participating in GR15. * fix(Styling): Use smaller padding for mobile devices. * func(Home): Change banner to highlight protocol & grants for desktop. * func(Banner): Add responsiveness for mobile. * fix(Nav): Main nav was sitting under the banner images. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * fix(Home banner): Mobile nav sat under the protocol image, instead of over it. * undo * func(Text): Small text change requested by ceresstation. * func(Grants): Remove navigational items for grant creation, as we're sunsetting cGrants. * func(Grants): Replace grant creation page with notification of new protocol launch. * func(Grants): Small text change to sunsetting cGrants. * func(Grants): Change more info links. * func(Grants): Small text change. * fix(Grants): Amend tests for new content. * fix(Grants): Breaking test. * fix(New grant): Remove new.scss that's causing a bundling error. * fix(Grants sunset): Remove unused .css that's throwing a bundle error. * fix(Docker): Recent change to the bleach library stopped things working, so pin to a working version. * func(Banner): Remove yellow banner at the top. * func(Home): Reset back to what it was pre-alpha rounds. * func(Grants): Update page to remove focus on alpha-rounds and explain protocol transision. --------- Co-authored-by: Roan Song <[email protected]>
1 parent 0344dbb commit c4b6463

File tree

4 files changed

+45
-40
lines changed

4 files changed

+45
-40
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div style="min-height: 30px; background: #FFCC00; text-align: center; padding-top: 4px; font-size: 14px;">
1+
<!-- <div style="min-height: 30px; background: #FFCC00; text-align: center; padding-top: 4px; font-size: 14px;">
22
The Gitcoin Program Alpha Round is now live!
33
<a href="/grants" title="The Gitcoin Alpha Round" style="color: #000; text-decoration: underline;">Donate today.</a>
4-
</div>
4+
</div> -->

0 commit comments

Comments
 (0)