Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated 'Ask' styling to match website #15

Merged
merged 1 commit into from
Nov 18, 2016
Merged
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
27 changes: 14 additions & 13 deletions _includes/home/ask.html
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
<section id="ask" class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp">
<div class="mdl-card mdl-cell mdl-cell--12-col">
<div class="mdl-card mdl-cell mdl-cell--12-col">
<div class="card-header mdl-card__title mdl-color--grey-circuit">
<h2 class="mdl-card__title-text">Recent Activity on Ask Sigfox</h2>
</div>

<div class="mdl-card__supporting-text mdl-grid mdl-grid--no-spacing">
<h4 class="mdl-cell mdl-cell--12-col">Recent activity on <a href="//ask.sigfox.com" rel="noopener noreferrer" target="_blank">ask.sigfox.com</a></h4>
<p>
Ask Sigfox is an online platform dedicated to technical knowledge exchange about Sigfox, and development of Sigfox products.This is the place to go to find answers to your questions, or to help other users.
<a href="//ask.sigfox.com" rel="noopener noreferrer" target="_blank">Ask Sigfox</a> is an online platform dedicated to technical knowledge exchange about Sigfox and to support the development of Sigfox products. Visit <a href="//ask.sigfox.com" rel="noopener noreferrer" target="_blank">Ask</a> for the answers to your questions, to help others with their issues/concerns and to support the Sigfox community.
</p>

<table id="ask-activity" class="mdl-data-table mdl-js-data-table mdl-shadow--2dp">
<thead>

<th class="mdl-color-text--primary ask-table-headers-title">Subject</th>
<th class="mdl-data-table__header--sorted-descending mdl-color-text--primary mdl-cell--hide-tablet mdl-cell--hide-phone ask-table-headers-date">Last Activity</th>

<th class="mdl-color-text--primary ask-table-headers-user">User</th>
</thead>
<tbody></tbody>
</table>
<div class="mdl-card__actions ">
<a href="http://ask.sigfox.com" class="mdl-button mdl-color-text--primary">More topics</a>
</div>
</div>
</div>
</div>
<div class="mdl-card__actions-purple">
<a href="http://ask.sigfox.com" class="mdl-button mdl-color-text--white">More Topics</a>
</div>
</section>