-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (57 loc) · 1.61 KB
/
index.html
File metadata and controls
61 lines (57 loc) · 1.61 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GovTracker AZ</title>
<link rel="stylesheet" type="text/css" href="styles/style.css">
</head>
<body>
<header>
<img src="images/200px-Flag_of_Arizona.png" alt="State flag of Arizona.">
<h1>GovTracker AZ</h1>
</header>
<main>
<h2>General and Special Election/Elección General y Especial<br />
City of Tucson/Ciudad de Tucson<br />
November 2, 2021/2 de Noviembre de 2021</h2>
<section>
<h3>Section One/Sección Uno<br />
Partisan Ballot/Boleta Partidista</h3>
<article>
<h4>Council Member Ward 3/Miembro del Consejo Distrito 3</h4>
<ul>
<li class="democrat">Kevin Dahl (D)</li>
<li class="republican">Alan Harwell (R)</li>
<li class="independent">Lucy Libosha (I)</li>
</ul>
</article>
<article>
<h4>Council Member Ward 5/Miembro del Consejo Distrito 5</h4>
<ul>
<li class="democrat">Richard G Fimbres (D)</li>
</ul>
</article>
<article>
<h4>Council Member Ward 6/Miembro del Consejo Distrito 6</h4>
<ul>
<li class="democrat">Steve Kozachik (D)</li>
<li class="independent">Val Romero (I)</li>
</ul>
</article>
</section>
<section>
<h3>Section Two/Sección Dos<br />
Nonpartisan Ballot/Boleta Antipartidista</h3>
<article>
<h4>Proposition/Proposición 206</h4>
<h5>Tucson Minimum Wage Act</h5>
</article>
<article>
<h4>Proposition/Proposición 410</h4>
<h5>Compensation of the Mayor and Council</h5>
</article>
</section>
</main>
<footer>A project of Code for Tucson.</footer>
</body>
</html>