Link to First UI Impressions @discourse

This commit is contained in:
davegson 2019-02-26 11:02:07 +01:00
parent 2358d4e8de
commit 092e01a56e
2 changed files with 13 additions and 3 deletions

View file

@ -15,7 +15,7 @@
padding-bottom: 3.5em; padding-bottom: 3.5em;
} }
.ui.two.cards { .ui.three.cards {
.content p { .content p {
font-size: 1.1em; font-size: 1.1em;
} }

View file

@ -197,8 +197,8 @@ heading: Portmaster Tour
Dive into it Dive into it
</h3> </h3>
</div> </div>
<div class="nine wide column"> <div class="thirteen wide column">
<div class="ui two stackable cards"> <div class="ui three stackable cards">
<a class="card" href="/technology#portmaster"> <a class="card" href="/technology#portmaster">
<div class="content"> <div class="content">
<p>Explore the mechanics behind Portmaster</p> <p>Explore the mechanics behind Portmaster</p>
@ -219,6 +219,16 @@ heading: Portmaster Tour
</button> </button>
</div> </div>
</a> </a>
<a class="ui raised card" href='https://discourse.safing.community/t/first-ui-impressions/65' target="_blank">
<div class="content">
<p>Glimps at some screenshots of the UI</p>
</div>
<div class="extra content">
<button class='ui safing-secondary button'>
Visit our Forum
</button>
</div>
</a>
</div> </div>
</div> </div>
</div> </div>