Commit d6825da1 authored by Wills Gomez's avatar Wills Gomez

last minute push fuck ups

parent b5e99c92
......@@ -22,4 +22,19 @@ td {
ul.nav navbar-nav navbar-right{
padding-top: 20px;
}
.banner{
width: 100%;
height: 300px;
display: block;
background-image: url(image-path('philippineflag2.jpg'));
}
.banner > .banner-image{
width: 100%;
height: 300px;
display: block;
background-image: url(image-path('philippineflag2.jpg'));
}
\ No newline at end of file
......@@ -14,23 +14,24 @@
<div class="row">
<p>&emsp;<b>What do you want to be when you grow up?</b>
<br>
<i>&emsp;&emsp;Insert Answer Here</i>
<i>&emsp;&emsp;Batman!</i>
<br>
&emsp;<b>Happy ka ba kay Sir Happy?</b>
<br>
<i>&emsp;&emsp;Insert Answer Here</i>
<i>&emsp;&emsp;happy!
</i>
<br>
&emsp;<b>Kapag nagluto si Sir Happy, Happy Meal ba tawag dun?</b>
<br>
<i>&emsp;&emsp;Insert Answer Here</i>
<i>&emsp;&emsp;Happy Meal ba tawag dun? Jolly meal siguro</i>
<br>
&emsp;<b>Expected grade sa MIS21?</b>
<br>
<i>&emsp;&emsp;Insert Answer Here</i>
<i>&emsp;&emsp;Ayoko na magexpect, mahirap na! </i>
<br>
&emsp;<b>Ano ang favorite final fantasy mo? </b>
<br>
<i>&emsp;&emsp;Insert Answer Here)</i>
<i>&emsp;&emsp;ff10</i>
<br>
&emsp;<b>(For the purposes of being in this institution, the question was censored)</b>
<br>
......
......@@ -11,15 +11,13 @@
<%@positions.each do |p|%>
<hr>
<h3><center><%=p.name%></center></h3>
<<<<<<< HEAD
<table>
=======
<table class="table table-hover">
<thead>
<th witdth = "40%"><center>Name</center></th>
<th><center>Slogan</center></th>
</thead>
>>>>>>> 3a7c99764459a08d3b3963ee6e918b827b0e4445
<%p.candidates.each do |c|%>
<tr>
<td>
......
......@@ -9,8 +9,6 @@
<body>
<%= render '/layouts/navbar' %>
<%= yield %>
......
<% provide(:home, "active") %>
<% provide(:title, "Home") %>
<div class="banner">
<img class="banner-image" src="images/philippineflag2.jpg">
</div>
<div class ="container">
<div class="row">
<div class="col-md-12">
......@@ -13,10 +18,6 @@
<th width ="40%"><center>Name</center></th>
<th><center>Votes</center></th>
</thead>
<%total = 0%>
<%p.candidates.each do |c|%>
<%total = total+c.votes.count%>
<%end%>
<%p.candidates.each do |c|%>
<tr>
<td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment