Browse Source

Update index.html

master
nils 8 years ago
parent
commit
218022a34c
1 changed files with 17 additions and 12 deletions
  1. +17
    -12
      web_dev/sas_web/news/templates/news/index.html

+ 17
- 12
web_dev/sas_web/news/templates/news/index.html View File

@@ -7,18 +7,23 @@
<h1 class="red" id="ministerien">Das Wahlergebnis</h1>
Die Bürger Goethopias haben gewählt. <b>David Schwarz</b> ist der neue Präsident und die <b>Liberalen Sozialdemokraten</b> werden die stärkste Partei im Parlament:
<br>
</p>
<center class="imagewrap">
<img src="{% static "news/images/Sitzverteilung.png" %}" alt="Wahlergebnis" class="images" width="40%">
</center>
<p class="paragraph">
<br>
Hieraus ergibt sich nun folgende Sitzverteilung:
<br>
</p>
<center class="imagewrap">
<img src="{% static "news/images/parliament.png" %}" alt="Sitverteilung" class="images" width="40%">
</center>
<table>
<tr width="50%">
<td>
<center class="imagewrap">
<img src="{% static "news/images/Sitzverteilung.png" %}" alt="Wahlergebnis" class="images" width="40%">
</center>
</td>
</tr>
<tr width="50%">
<td>
<center class="imagewrap">
<img src="{% static "news/images/parliament.png" %}" alt="Sitverteilung" class="images" width="40%">
</center>
</td>
</tr>
</table>

<p class="paragraph">
<br>
Es ist nun am Parlament, eine Parlamentspräsidentin zu


Loading…
Cancel
Save