Skip to content

Commit 64273cc

Browse files
committed
Cleanup links and css a bit more
1 parent 7ac3c82 commit 64273cc

File tree

3 files changed

+19
-24
lines changed

3 files changed

+19
-24
lines changed

_pages/about-peer-review.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ toc: false
1111
classes: wide
1212
---
1313

14-
1514
{% include feature_row id="intro" type="center" %}
1615

1716
<!--TODO: this into a template -->
@@ -25,7 +24,7 @@ classes: wide
2524
<p>You're in the right place! Learn about the steps to submit a package
2625
for open peer review in our guidebook. </p>
2726
</div>
28-
<p><a href="https://www.pyopensci.org/contributing-guide/open-source-software-submissions/author-guide.html" class="btn btn--inverse"><i class="fas fa-angle-right"></i> View our Author Guide </a></p>
27+
<p><a href="https://www.pyopensci.org/peer-review-guide/software-peer-review-guide/author-guide.html" class="btn btn--inverse"><i class="fas fa-angle-right"></i> View our Author Guide </a></p>
2928
</div>
3029
</div>
3130
</div>
@@ -55,7 +54,7 @@ classes: wide
5554
check in on any part of any review and read all of the conversation.
5655
Check it out.</p>
5756
</div>
58-
<p><a href="" class="btn btn--inverse"><i class="fas fa-angle-right"></i> See Open Reviews </a></p>
57+
<p><a href="https://github.com/pyOpenSci/software-review/issues" class="btn btn--inverse"><i class="fas fa-angle-right"></i> See Open Reviews </a></p>
5958
</div>
6059
</div>
6160
</div>

_pages/redirects/author-guide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: "pyopensci author guide redirect page"
3+
permalink: /contributing-guide/open-source-software-submissions/author-guide/
4+
redirect_to: https://www.pyopensci.org/peer-review-guide/software-peer-review-guide/author-guide.html
5+
---

assets/css/main.scss

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ $nav-font-color: #535a60;
1212
$nav-hover-color: #8d0065;
1313
$global-transition: all 0.2s ease-in-out !default;
1414

15-
body {font-size:90%;}
16-
1715
/* system typefaces */
1816
$serif: Georgia, Times, serif !default;
1917
$sans-serif: "Open Sans", sans-serif; //-apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI",
@@ -39,6 +37,7 @@ $type-size-6: 0.75em !default; // ~12px
3937
$type-size-7: 0.6875em !default; // ~11px
4038
$type-size-8: 0.625em !default; // ~10px
4139

40+
body {font-size:90%;}
4241

4342
h1,
4443
h2,
@@ -69,7 +68,7 @@ h3 {
6968
font-size: $type-size-5!important;
7069
}
7170

72-
// Sidebar author with circle font and header font adjustment
71+
/* Sidebar author with circle font and header font adjustment */
7372
.sidebar .author__name {
7473
font-family: $header-font!important;
7574
font-size: .9em;
@@ -79,7 +78,6 @@ h3 {
7978
font-size: 1em!important;
8079
}
8180

82-
8381
/* styles for the people grid */
8482
.contrib_avatar {
8583
border-radius: 50%;
@@ -129,8 +127,6 @@ div > div {
129127
}
130128

131129
/* BEGIN Top nav drop down styles
132-
nav bar: POSITION:relative to ensure it stays at the top */
133-
134130
/* replaces mm greedy_nav */
135131
.nav__topbar {
136132
position: relative;
@@ -199,11 +195,8 @@ nav bar: POSITION:relative to ensure it stays at the top */
199195
max-width: 25%;
200196
}
201197

202-
203198
/* Upon click the menu should turn into a vertical stacked menu with a soft
204199
drop shadow
205-
206-
TODO check for redundant styles
207200
*/
208201
.nav__links.vertical {
209202
position: absolute;
@@ -526,7 +519,6 @@ TODO check for redundant styles
526519
display: flex;
527520
}
528521

529-
530522
.cards h2 a {
531523
text-decoration: none;
532524
font-size: 1.2em;
@@ -612,7 +604,7 @@ h2.clearall {
612604
font-size: 1.0em;
613605
}
614606

615-
.wide__p_text{
607+
.wide__p_text {
616608
-webkit-box-flex: 0;
617609
-webkit-flex: 0 0 66.66667%;
618610
-ms-flex: 0 0 66.66667%;
@@ -621,7 +613,6 @@ h2.clearall {
621613
}
622614

623615
/* TWITTER cards */
624-
625616
.twitter-tweet {
626617
border: 1px solid #ccc;
627618
border-radius: .5em;
@@ -637,17 +628,17 @@ h2.clearall {
637628
filter: drop-shadow(5px 5px 4px #ccc);
638629
}
639630

640-
.drop-down-off {
641-
opacity: 0;
642-
}
631+
// .drop-down-off {
632+
// opacity: 0;
633+
// }
643634

644-
.drop-down-off .vis-opac {
645-
opacity: 1;
646-
}
635+
// .drop-down-off .vis-opac {
636+
// opacity: 1;
637+
// }
647638

648-
.drop-down-on {
649-
opacity: 1;
650-
}
639+
// .drop-down-on {
640+
// opacity: 1;
641+
// }
651642

652643
@charset "utf-8";
653644
@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin

0 commit comments

Comments
 (0)