Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
candi-date-tayo
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
George Nicole Balmaceda
candi-date-tayo
Commits
1edcfd12
Commit
1edcfd12
authored
Jul 19, 2016
by
royce-matthew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edited Ui
parent
4d9f3c1c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
51 additions
and
9 deletions
+51
-9
application.css
app/assets/stylesheets/application.css
+1
-3
style.css
app/assets/stylesheets/style.css
+27
-0
about.html.erb
app/views/pages/about.html.erb
+22
-5
index.html.erb
app/views/pages/index.html.erb
+1
-1
No files found.
app/assets/stylesheets/application.css
View file @
1edcfd12
...
@@ -9,9 +9,7 @@
...
@@ -9,9 +9,7 @@
* compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
* compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
* files in this directory. Styles in this file should be added after the last require_* statement.
* files in this directory. Styles in this file should be added after the last require_* statement.
* It is generally better to create a new file per style scope.
* It is generally better to create a new file per style scope.
*= require animate
*= require_tree .
*= require_tree .
*= require_self
*= require_self
*/
*/
*=
require
animate
\ No newline at end of file
\ No newline at end of file
app/assets/stylesheets/style.css
View file @
1edcfd12
...
@@ -42,6 +42,12 @@ h1, h2, h3, h4, h5, h6 {
...
@@ -42,6 +42,12 @@ h1, h2, h3, h4, h5, h6 {
}
}
.no-margin
{
margin-bottom
:
0px
;
margin-right
:
9px
;
color
:
#847a9b
;
}
hr
{
hr
{
padding
:
0px
;
padding
:
0px
;
margin
:
0px
;
margin
:
0px
;
...
@@ -130,6 +136,27 @@ thead {
...
@@ -130,6 +136,27 @@ thead {
}
}
.team-member
{
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
background
:
whitesmoke
;
box-sizing
:
border-box
;
padding
:
1em
3em
;
}
.badge
{
font-size
:
10px
;
text-transform
:
uppercase
;
background
:
#fdfdfd
;
display
:
inline
;
color
:
#ee5c82
!important
;
padding
:
5px
25px
;
border-radius
:
25px
;
font-weight
:
bold
;
letter-spacing
:
2px
;
}
.overlay
{
.overlay
{
background
:
linear-gradient
(
background
:
linear-gradient
(
rgba
(
20
,
20
,
20
,
.5
),
rgba
(
20
,
20
,
20
,
.5
),
...
...
app/views/pages/about.html.erb
View file @
1edcfd12
<h3>
The A Team
</h3>
<h3>
The A Team
</h3>
<h5>
Royce Matthew Chan
</h5>
<h4>
Full-Stack Developer
</h4>
<h5>
Alexander Hans Collado Jr.
</h5>
<h5>
George Balmaceda
</h5>
<div
class=
"team-member"
>
<h5>
Travis Munoz
</h5>
<h5
class=
"no-margin"
>
Royce Matthew Chan
</h5>
\ No newline at end of file
<span
class=
"badge"
>
full-stack developer
</span>
</div>
<hr>
<div
class=
"team-member"
>
<h5
class=
"no-margin"
>
Alexander Hans Collado Jr.
</h5>
<span
class=
"badge"
>
UI Engineer
</span>
</div>
<hr>
<div
class=
"team-member"
>
<h5
class=
"no-margin"
>
George Nicole Balmaceda
</h5>
<span
class=
"badge"
>
Ruby Developer
</span>
</div>
<hr>
<div
class=
"team-member"
>
<h5
class=
"no-margin"
>
Royce Matthew Chan
</h5>
<span
class=
"badge"
>
Ruby Developer
</span>
</div>
app/views/pages/index.html.erb
View file @
1edcfd12
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<%
end
%>
<%
end
%>
<h3
class=
"main-heading"
>
Election
Results
</h3>
<h3
class=
"main-heading"
>
Election
Summary
</h3>
<hr>
<hr>
<%
@positions
.
each
do
|
p
|
%>
<%
@positions
.
each
do
|
p
|
%>
<div
style=
"display:inline-block; padding:20px"
>
<div
style=
"display:inline-block; padding:20px"
>
...
...
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