Skip to content

Commit

Permalink
more about page edits
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrandaccio committed Nov 12, 2024
1 parent 8ca8414 commit 52aa72d
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 20 deletions.
18 changes: 10 additions & 8 deletions assets/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -545,24 +545,26 @@ html,
.team-header {
font-family: var(--font-display);
text-align: center;
font-size: 8rem;
font-size: 4rem;
margin-bottom: 4rem;
padding: 0 auto;
text-transform: uppercase;
}

.team > p {
.team div {
font-family: var(--font-content);
font-weight: 600;
font-size: 1.8rem;
display: flex;
justify-content: space-between;
border-bottom: solid 1px black;
padding: 2.25rem 0;
line-height: 1;
}

.board {
font-family: var(--font-content);
font-weight: 600;
font-size: 1.8rem;
text-align: center;
margin: 6rem auto 0 auto;
.team-member > p:first-of-type {
font-family: var(--font-display);
font-size: 2rem;
}


Expand Down
65 changes: 53 additions & 12 deletions page-about.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -67,22 +67,63 @@
</div>

<div class="mt-48 max-w-7xl mx-auto text-center">
<h2 class="team-header">Masthead</h2>
<div class="team-header">
<h2>Masthead</h2>
<img class="w-24 h-2 mb-12 mx-auto" src="{{asset "images/author-line.png"}}" />
</div>
<div class="team">
<p>Paula Berman, <i>Editor</i></p>
<p>Guy Mackinnon-Little, <i>Editor</i></p>
<p>Jack Henderson, <i>Contributing Editor</i></p>
<p>Matt Prewitt, <i>Contributing Editor</i></p>
<p>Alex Randaccio, <i>Contributing Editor</i></p>
<p>Isabel Bortagaray, <i>Design</i></p>
<p>Angela Corpus, <i>Communications</i></p>
<div>
<p>Paula Berman</p>
<p>Editor</p>
</div>
<div>
<p>Guy Mackinnon-Little</p>
<p>Editor</p>
</div>
<div>
<p>Jack Henderson</p>
<p>Contributing Editor</p>
</div>
<div>
<p>Matt Prewitt</p>
<p>Contributing Editor</p>
</div>
<div>
<p>Alex Randaccio</p>
<p>Contributing Editor</p>
</div>
<div>
<p>Isabel Bortagaray</p>
<p>Design</p>
</div>
<div>
<p>Angela Corpus</p>
<p>Communications</p>
</div>
</div>
</div>

<div class="board">
<p class="font-bold">Editorial Board</p>
<p>Nils Gilman</p>
<p>Margaret Levi</p>
<div class="mt-48 max-w-7xl mx-auto text-center">
<div class="team-header">
<h2>Editorial Board</h2>
<img class="w-24 h-2 mb-12 mx-auto" src="{{asset "images/author-line.png"}}" />
</div>
<div class="team">
<div>
<p>Nils Gilman</p>
</div>
<div>
<p>Margaret Levi</p>
</div>
</div>
</div>


<div class="mt-48 max-w-7xl mx-auto text-center">
<p><i>Combinations</i> is a publication by the RadicalxChange Foundation, with generous support from Project Liberty.</p>
<p>RadicalxChange retains complete editorial independence and control over its content and strategy.</p>
<p class="mt-8">All rights reserved ©, but not for long:</p>
<p>We are retaining the rights while we develop a license that fits our mission. Stay tuned.</p>
</div>

</article>
Expand Down

0 comments on commit 52aa72d

Please sign in to comment.