-
Notifications
You must be signed in to change notification settings - Fork 1
/
vos-depute-es-ar.html
143 lines (120 loc) · 6.06 KB
/
vos-depute-es-ar.html
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!doctype html>
<html lang="ar" dir="rtl">
<head>
<meta charset="utf-8">
<title>Nouabook | Vos Député-es</title>
<meta name="description" content="Nouabook">
<meta name="author" content="The Engine Room">
<link rel="shortcut icon" href="assets/favicon.ico?v=2.0" />
<link rel="stylesheet" href="assets/dist/css/site.min.css?v=1.7.5">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<header class="primary" data-include="header-ar"></header>
<main>
<div class="container">
<div class="main-content vos-depute-es">
<h1>نوابكم/نائباتكم</h1>
<form class="dropdowns" method="get">
<div class="dropdown-wrapper">
<label>اسم النائب أو النائبة</label>
<select id="" name="depute" class="wide">
<option class='selected'>نائبكم/نائبتكم</option>
<option>Example 1</option>
<option>Example 1</option>
<option>Example 1</option>
</select>
</div>
<div class="dropdown-wrapper">
<label>الحزب</label>
<select id="" name="depute" class="wide">
<option class='selected'>جميع الاختيارات</option>
<option>Example 1</option>
<option>Example 1</option>
<option>Example 1</option>
</select>
</div>
<div class="dropdown-wrapper">
<label>الدائرة الانتخابية</label>
<select id="" name="depute" class="wide">
<option class='selected'>جميع الاختيارات</option>
<option>Example 1</option>
<option>Example 1</option>
<option>Example 1</option>
</select>
</div>
<div class="dropdown-wrapper">
<label> العمالة أو الإقليم</label>
<select id="" name="depute" class="wide">
<option class='selected'>جميع الاختيارات</option>
<option>Example 1</option>
<option>Example 1</option>
<option>Example 1</option>
</select>
</div>
<div class="dropdown-wrapper">
<label>اللجنة</label>
<select id="" name="depute" class="wide">
<option class='selected'>جميع الاختيارات</option>
<option>Example 1</option>
<option>Example 1</option>
<option>Example 1</option>
</select>
</div>
<input class="button-primary" type="submit" value="ابحث">
</form>
</div>
</div>
</main>
<section class="responses">
<div class="container">
<div class="responses-list">
<div class="response" data-include="response-ar"></div>
<div class="response" data-include="response-ar"></div>
<div class="response" data-include="response-ar"></div>
<div class="response" data-include="response-ar"></div>
<div class="response" data-include="response-ar"></div>
<div class="response" data-include="response-ar"></div>
<div class="response" data-include="response-ar"></div>
<div class="response" data-include="response-inactive-ar"></div>
<div class="response" data-include="response-inactive-ar"></div>
</div>
<div class="pagination">
<a href="#"><i class="fa fa-angle-right" aria-hidden="true"></i></a>
<a href="#">التالي</a>
<ul>
<li>
<a href="#" class="current-page">1</a>
<a href="#">2</a>
<a href="#">3</a>
</li>
</ul>
<a href="#">السابق</a>
<a href="#"><i class="fa fa-angle-left" aria-hidden="true"></i></a>
</div>
</div>
</section>
<div data-include="footer-ar"></div>
<!--
<script>
WebFontConfig = {
google: {
families: ['Lato:400,700', 'Montserrat:400,700']
}
};
(function(d) {
var wf = d.createElement('script'), s = d.scripts[0];
wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js';
wf.async = true;
s.parentNode.insertBefore(wf, s);
})(document);
</script>
-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="assets/dist/js/jquery.nice-select.min.js"></script>
<script src="assets/dist/js/site.js?v=1"></script>
<script src="https://use.fontawesome.com/6f07f7ab39.js"></script>
</body>
</html>