-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (28 loc) · 1.08 KB
/
index.html
File metadata and controls
38 lines (28 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
layout: default
title: "SIL Cameroon Branch Voting"
---
<nav class="navbar navbar-expand-lg navbar-dark bg-primary mb-4 justify-content-between">
<span class="navbar-text d-none d-sm-block">
Welcome to the SIL Cameroon Branch voting system.
</span>
<span class="navbar-text d-none d-sm-block">
Bienvenue sur le system de vote CMB.
</span>
<span class="navbar-text d-block d-sm-none">
CMB Voting
</span>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</nav>
<div class="container-fluid">
<div class="row">
<div class="col-xs-1 col-md-3"></div>
<div class="col-xs-12 col-md-6">
<p align=center>There are currently no voting issues available.</p>
<p align=center>Il n'y a actuellement aucune question disponible.</p>
</div>
<div class="col-xs-1 col-md-3"></div>
</div>
</div>