-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
100 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<%- include("./partials/head") %> | ||
<%- include("./partials/navigation") %> | ||
<div class="layout"> | ||
<%- include("./partials/sidebar") %> | ||
<div class="content "> | ||
<header class="container-medium center-align"> | ||
<h1 class="huge no-margin" id="election-name">Block A General Elections</h1> | ||
<small class="margin-bottom">4day 10hrs 33mins 12sec to go</small> | ||
<span class="large muted no-margin">Aug 25, 2024 · 10 Candidates · 1234 | ||
Voters</span> | ||
</header> | ||
<nav class="row margin-top border-bottom" id="tabs"> | ||
<button class="tab active">Candidates</button> | ||
<button class="tab">Voters</button> | ||
<button class="tab">Parties</button> | ||
<button class="mini crimson move-right margin-right ">Vote Now</button> | ||
</nav> | ||
<div class="grid padding"> | ||
<a href="/candidates/1234567" class="row border padding black hover-elevate"> | ||
<img src="/images/sample.png" alt="" class="round small"> | ||
<span class="max margin-left"> | ||
<h6 class="large no-margin">John D. Doe </h6> | ||
<p class="small ">Candidate</p> | ||
<small class="smaller muted"> Party Name · Position</small> | ||
</span> | ||
</a> | ||
<a href="/users/2" class="row border padding black hover-elevate"> | ||
<img src="/images/sample.png" alt="" class="round small"> | ||
<span class="max margin-left"> | ||
<h6 class="large no-margin">John D. Doe </h6> | ||
<p class="small ">Voter</p> | ||
<small class="smaller muted"> 25 years old · No Affiliation</small> | ||
</span> | ||
</a> | ||
<a href="/parties/12345678" class="border row padding black hover-elevate tiny-radius"> | ||
<img class="small" src="/images/up.png" alt="" /> | ||
<span class="column margin-left"> | ||
<h3 class="large no-margin"> Unity Party</h3> | ||
<small class="muted"> 0 Candidates · 0 Elections Won </small> | ||
</span> | ||
</a> | ||
|
||
</div | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters