Skip to content

Commit

Permalink
add select button to platform card
Browse files Browse the repository at this point in the history
  • Loading branch information
rushatgabhane committed Sep 22, 2023
1 parent c6283ec commit 6e296be
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions docs/_includes/platform-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,22 @@
<a class="platform-card" href="/{{ platform.href }}/hubs">
<div class="row">
<div class="body">
<h3 class="title with-margin">{{ platform.title }}</h3>
<p class="url">{{ platform.url }}</p>
<div class="header">
<div>
<h3 class="title with-margin">{{ platform.title }}</h3>
<p class="url">{{ platform.url }}</p>
</div>
<div class="select-button">
<button class="success">Select</button>
</div>
</div>

<p class="description">{{ platform.description }}</p>
</div>
<!-- <a href="/{{ platform.href }}/hubs">
<div class="submit-button">
<button class="success">Send a message</button>
</div>
</a> -->
<div class="platform-screenshot">
<img src="{{ platform.image }}" alt="{{ platform.href }}"/>
</div>
</div>
</a>


0 comments on commit 6e296be

Please sign in to comment.