diff --git a/partners/templates/partners/supporting_partners.html b/partners/templates/partners/supporting_partners.html index 54bb08a50e9bfb4ab831a5ce87783f675d1e744b..16eebaa7d1e5cb27ee9790b93b139677acd0fd7c 100644 --- a/partners/templates/partners/supporting_partners.html +++ b/partners/templates/partners/supporting_partners.html @@ -19,6 +19,12 @@ </div> </div> +<div class="row"> + <div class="col-12"> + <h2 class="text-danger">We are deprecating our Partners pages, please go to our <a href="{% url 'sponsors:sponsors' %}">Sponsors page</a> instead.</h2> + </div> +</div> + {% if perms.scipost.can_manage_SPB %} <div class="row"> <div class="col-12"> diff --git a/scipost/static/scipost/assets/css/_homepage.scss b/scipost/static/scipost/assets/css/_homepage.scss index 6cafbbc8d6eaa0ea655c830e6a137ed877d46f82..4bd7bd7ac673a3576ba68391e2caeac66a8c023c 100644 --- a/scipost/static/scipost/assets/css/_homepage.scss +++ b/scipost/static/scipost/assets/css/_homepage.scss @@ -58,18 +58,19 @@ background-color: $white; } } - -.sponsors ul { - height: 100px !important; - list-style: none; - - li { +.homepage { + .sponsors ul { height: 100px !important; + list-style: none; - img { - max-height: 100px !important; - height: auto !important; - width: auto !important; + li { + height: 100px !important; + + img { + max-height: 100px !important; + height: auto !important; + width: auto !important; + } } } } diff --git a/scipost/templates/scipost/index.html b/scipost/templates/scipost/index.html index 91bea0d896838893ab01e0969ab4d0dd64592b1d..a47a00d6dc11067f0ff14b190e356a315e9d8d4e 100644 --- a/scipost/templates/scipost/index.html +++ b/scipost/templates/scipost/index.html @@ -143,7 +143,7 @@ We invite <a href="{% url 'organizations:organizations' %}">organizations benefitting from SciPost's activities</a> to join our growing <a href="{% url 'sponsors:sponsors' %}">list of Sponsors</a>. Look at our <a href="{% static 'sponsors/SciPost_Sponsors_Board_Prospectus.pdf' %}">one-page Prospectus</a> and at our full <a href="{% static 'sponsors/SciPost_Sponsorship_Agreement.pdf' %}">Sponsorship Agreement template</a>. </p> <p> - <span style="color: red;">Scientists, please help us out:</span> Please petition your local librarian/director/... to consider sponsoring us. You can use this email <a href="mailto:?subject=Petition to support SciPost&body={% autoescape on %}{% include 'sponsors/sponsor_petition_email.html' %}{% endautoescape %}&cc=admin@scipost.org">template</a>. + <span style="color: red;">Scientists, please help us out:</span> Please petition your local librarian/director/... to consider sponsoring us. You can use this email <a href="mailto:?subject=Petition to support SciPost&body={% autoescape on %}{% include 'sponsors/sponsor_petition_email.html' %}{% endautoescape %}&cc=sponsors@scipost.org">template</a>. </p> <p>Do you or somebody you know have the means to make a difference? <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> diff --git a/sponsors/static/sponsors/SciPost_Sponsors_Board_Prospectus.pdf b/sponsors/static/sponsors/SciPost_Sponsors_Board_Prospectus.pdf index b1f3d4bfe9678d8026ff62647f225ca6312a6fe4..938fd18eaf2d5d76bb9416802cf7ab6ca90f0f69 100644 Binary files a/sponsors/static/sponsors/SciPost_Sponsors_Board_Prospectus.pdf and b/sponsors/static/sponsors/SciPost_Sponsors_Board_Prospectus.pdf differ diff --git a/sponsors/static/sponsors/SciPost_Sponsorship_Agreement.pdf b/sponsors/static/sponsors/SciPost_Sponsorship_Agreement.pdf index 6ef3a5e0c5711743b5992033f3c9b1ddb9a2d80b..1f57fb9eba1066fa26e60beb58555747dfdf346e 100644 Binary files a/sponsors/static/sponsors/SciPost_Sponsorship_Agreement.pdf and b/sponsors/static/sponsors/SciPost_Sponsorship_Agreement.pdf differ diff --git a/sponsors/templates/sponsors/sponsors.html b/sponsors/templates/sponsors/sponsors.html index adb2a3589fa0d90d735dc6cfb1718451cd5f8021..956efe10d47a6f6f7038a4cffe24b98742c6ef46 100644 --- a/sponsors/templates/sponsors/sponsors.html +++ b/sponsors/templates/sponsors/sponsors.html @@ -24,21 +24,12 @@ <br/> <p> Is your organization benefitting from SciPost's activities (check our <a href="{% url 'organizations:organizations' %}">organizations page</a>), and does it not appear in our list of Sponsors below? Then consider helping SciPost: + <br/> + <strong>Are you a scientist?</strong><br/> + Please petition your local librarian/director/... to consider sponsoring us. You can use this email <a href="mailto:?subject=Petition to support SciPost&body={% autoescape on %}{% include 'sponsors/sponsor_petition_email.html' %}{% endautoescape %}&cc=sponsors@scipost.org">template</a>. + <strong>Are you a librarian, funding agency representative or other potential supporter?</strong><br/> + Take a look at our <a href="{% static 'sponsors/SciPost_Sponsorship_Agreement.pdf' %}">Sponsorship Agreement</a> template, and contact us at <a href="mailto:sponsors@scipost.org?subject=Sponsors enquiry">sponsors@scipost.org</a> to enquire about further details or initiate your sponsorship. </p> - <ul> - <li> - <p> - <strong>Are you a scientist?</strong><br/> - Please petition your local librarian/director/... to consider sponsoring us. You can use this email <a href="mailto:?subject=Petition to support SciPost&body={% autoescape on %}{% include 'sponsors/sponsor_petition_email.html' %}{% endautoescape %}&cc=admin@scipost.org">template</a>. - </p> - </li> - <li> - <p> - <strong>Are you a librarian, funding agency representative or other potential supporter?</strong><br/> - Take a look at our <a href="{% static 'sponsors/SciPost_Sponsorship_Agreement.pdf' %}">Sponsorship Agreement</a> template, and contact us at <a href="mailto:admin@scipost.org?subject=Sponsors enquiry">admin@scipost.org</a> to enquire about further details or initiate your sponsorship. - </p> - </li> - </ul> </div> </div> @@ -122,6 +113,4 @@ </div> - - {% endblock content %}