Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
final_project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
evilla_gomez_guian_principe
final_project
Commits
d6825da1
Commit
d6825da1
authored
Jul 20, 2016
by
Wills Gomez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
last minute push fuck ups
parent
b5e99c92
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
27 additions
and
14 deletions
+27
-14
philippineflag.jpg
Halalan-trial/app/assets/images/philippineflag.jpg
+0
-0
philippineflag2.jpeg
Halalan-trial/app/assets/images/philippineflag2.jpeg
+0
-0
ver1.css.scss
Halalan-trial/app/assets/stylesheets/ver1.css.scss
+15
-0
evilla.html.erb
Halalan-trial/app/views/about/evilla.html.erb
+6
-5
index.html.erb
Halalan-trial/app/views/admin/candidates/index.html.erb
+1
-3
application.html.erb
Halalan-trial/app/views/layouts/application.html.erb
+0
-2
index.html.erb
Halalan-trial/app/views/pages/index.html.erb
+5
-4
No files found.
Halalan-trial/app/assets/images/philippineflag.jpg
0 → 100644
View file @
d6825da1
29.1 KB
Halalan-trial/app/assets/images/philippineflag2.jpeg
0 → 100644
View file @
d6825da1
9.3 KB
Halalan-trial/app/assets/stylesheets/ver1.css.scss
View file @
d6825da1
...
...
@@ -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
Halalan-trial/app/views/about/evilla.html.erb
View file @
d6825da1
...
...
@@ -14,23 +14,24 @@
<div
class=
"row"
>
<p>
 
<b>
What do you want to be when you grow up?
</b>
<br>
<i>
  
Insert Answer Here
</i>
<i>
  
Batman!
</i>
<br>
 
<b>
Happy ka ba kay Sir Happy?
</b>
<br>
<i>
  
Insert Answer Here
</i>
<i>
  
happy!
</i>
<br>
 
<b>
Kapag nagluto si Sir Happy, Happy Meal ba tawag dun?
</b>
<br>
<i>
  
Insert Answer Here
</i>
<i>
  
Happy Meal ba tawag dun? Jolly meal siguro
</i>
<br>
 
<b>
Expected grade sa MIS21?
</b>
<br>
<i>
  
Insert Answer Here
</i>
<i>
  
Ayoko na magexpect, mahirap na!
</i>
<br>
 
<b>
Ano ang favorite final fantasy mo?
</b>
<br>
<i>
  
Insert Answer Here)
</i>
<i>
  
ff10
</i>
<br>
 
<b>
(For the purposes of being in this institution, the question was censored)
</b>
<br>
...
...
Halalan-trial/app/views/admin/candidates/index.html.erb
View file @
d6825da1
...
...
@@ -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>
...
...
Halalan-trial/app/views/layouts/application.html.erb
View file @
d6825da1
...
...
@@ -9,8 +9,6 @@
<body>
<%=
render
'/layouts/navbar'
%>
<%=
yield
%>
...
...
Halalan-trial/app/views/pages/index.html.erb
View file @
d6825da1
<%
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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment