Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,9 @@ <h3><a href="/community">Community</a></h3>
<li>
<h3><a href="/about">About</a></h3>
<ul>
<li><a href="/about">Sandstorm story</a>
<li><a href="/about#team">Team</a>
<li><a href="/about#advisors">Advisors</a>
<li><a href="mailto:[email protected]">Contact</a>
<li><a href="/about#history">History</a>
<li><a href="/about#sponsors">Sponsors</a>
<li><a href="https://groups.google.com/g/sandstorm-dev">Contact</a>
</ul>
</li>
<li>
Expand Down
120 changes: 11 additions & 109 deletions about.html

Large diffs are not rendered by default.

Binary file removed images/people/asheesh.png
Binary file not shown.
Binary file removed images/people/audrey.png
Binary file not shown.
Binary file removed images/people/david.png
Binary file not shown.
Binary file removed images/people/drew.png
Binary file not shown.
Binary file removed images/people/garply.png
Binary file not shown.
Binary file removed images/people/jade.png
Binary file not shown.
Binary file removed images/people/jason.png
Binary file not shown.
Binary file removed images/people/jasvir.png
Binary file not shown.
Binary file removed images/people/luto.png
Binary file not shown.
Binary file removed images/people/miller.png
Binary file not shown.
Binary file removed images/people/nena.png
Binary file not shown.
Binary file removed images/people/seaborn.png
Binary file not shown.
Binary file removed images/people/swetland.png
Binary file not shown.
Binary file removed images/people/wagner.png
Binary file not shown.
52 changes: 2 additions & 50 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1952,14 +1952,14 @@ body >footer {
}
}

.story {
.story, .history {
width: 90%;
p {
padding: 0 0 40px 0;
}
}

#team, #past-team, #advisors, #sponsors {
#team, #sponsors {

li h3 {
border-bottom: 1px solid #ddd;
Expand Down Expand Up @@ -2013,20 +2013,6 @@ body >footer {
}

&.kenton::before { background-image: url("images/people/kenton.png"); }
&.jade::before { background-image: url("images/people/jade.png"); }
&.jason::before { background-image: url("images/people/jason.png"); }
&.david::before { background-image: url("images/people/david.png"); }
&.asheesh::before { background-image: url("images/people/asheesh.png"); }
&.nena::before { background-image: url("images/people/nena.png"); }
&.drew::before { background-image: url("images/people/drew.png"); }
&.garply::before { background-image: url("images/people/garply.png"); }
&.swetland::before { background-image: url("images/people/swetland.png"); }
&.lutomirski::before { background-image: url("images/people/luto.png"); }
&.nagra::before { background-image: url("images/people/jasvir.png"); }
&.seaborn::before { background-image: url("images/people/seaborn.png"); }
&.miller::before { background-image: url("images/people/miller.png"); }
&.wagner::before { background-image: url("images/people/wagner.png"); }
&.tang::before { background-image: url("images/people/audrey.png"); }
}

@media (max-width: 800px) {
Expand Down Expand Up @@ -2068,40 +2054,6 @@ body >footer {
}
}
}

#corporate {
ul {
width: 100%;
padding: 0px;
margin: 0px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
}

li {
display: inline-block;
width: 25%;
padding: 15px 15px;
position: relative;

&::before {
content: " ";
display: block;
background-repeat: no-repeat;
height: 200px;
background: center/contain no-repeat;
}
&.drawio::before { background-image: url("thirdparty/draw.io-logo.svg"); }
&.humanweb::before { background-image: url("thirdparty/humanweb.png"); }
&.uniregistry::before { background-image: url("thirdparty/uniregistry.svg"); }
}

#anonymous {
display: block;
}
}
}

// =======================================================================================
Expand Down