Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
VeNJob
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tô Ngọc Ánh
VeNJob
Commits
a4ec7e87
Commit
a4ec7e87
authored
Aug 13, 2020
by
Tô Ngọc Ánh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflict
parent
803abcc4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
56 additions
and
47 deletions
+56
-47
app/assets/stylesheets/application.scss
+55
-47
config/routes.rb
+1
-0
No files found.
app/assets/stylesheets/application.scss
View file @
a4ec7e87
...
@@ -14,57 +14,65 @@
...
@@ -14,57 +14,65 @@
*= require_self
*= require_self
*/
*/
$main-color
:
#1da173
;
$main-color
:
#1da173
;
.min-vh-80
{
.navbar
{
min-height
:
80vh
;
background-color
:
$main-color
;
}
}
.navbar
{
.footer
{
width
:
100%
;
height
:
50px
;
background-color
:
$main-color
;
background-color
:
$main-color
;
}
}
.footer
{
.divider
{
width
:
100%
;
width
:
100px
;
height
:
50px
;
border-top
:
2px
solid
$main-color
background-color
:
$main-color
;
}
}
.divider
{
.vertical-divider
{
width
:
100px
;
position
:
relative
;
border-top
:
2px
solid
$main-color
padding
:
0px
4px
;
}
.vertical-divider
{
&
:
:
after
{
position
:
relative
;
content
:
''
;
padding
:
0px
4px
;
width
:
1px
;
height
:
18px
;
margin-left
:
3px
;
position
:
absolute
;
border-right
:
1px
solid
black
;
top
:
50%
;
right
:
-3px
;
transform
:
translateY
(
-50%
);
}
&
:last-child
{
&
:
:
after
{
display
:
none
;
}
}
}
&
:
:
after
{
.
ribbon
:
:
before
,
.
ribbon
::
after
{
content
:
''
;
content
:
""
;
width
:
1px
;
position
:
absolute
;
height
:
18px
;
height
:
49px
;
margin-left
:
3px
;
top
:
0
;
position
:
absolute
;
}
border-right
:
1px
solid
black
;
top
:
50%
;
right
:
-3px
;
transform
:
translateY
(
-50%
);
}
&
:last-child
{
&
:
:
after
{
display
:
none
;
}
}
}
.card-img-rounded
{
.
ribbon
:
:
before
{
border-radius
:
50%
;
left
:
0
;
background-color
:
mediumseagreen
;
border-top
:
24px
solid
transparent
;
height
:
220px
;
width
:
220px
;
border-bottom
:
24px
solid
transparent
;
margin-top
:
50px
;
border-right
:
24px
solid
transparent
;
padding
:
10px
;
border-left
:
24px
solid
white
;
}
.card-img
{
.
ribbon
:
:
after
{
margin-top
:
40px
;
right
:
0
;
}
border-top
:
24px
solid
white
;
}
border-bottom
:
24px
solid
white
;
border-right
:
24px
solid
white
;
border-left
:
24px
solid
transparent
;
}
config/routes.rb
View file @
a4ec7e87
...
@@ -7,5 +7,6 @@ Rails.application.routes.draw do
...
@@ -7,5 +7,6 @@ Rails.application.routes.draw do
get
'jobs/:model/:slug'
,
to:
'jobs#index'
,
as: :jobs
get
'jobs/:model/:slug'
,
to:
'jobs#index'
,
as: :jobs
get
'my'
,
to:
'users#my_page'
,
as: :my_page
get
'my'
,
to:
'users#my_page'
,
as: :my_page
resources
:users
,
only: :show
resources
:users
,
only: :show
get
'apply'
,
to:
'applied_jobs#new'
,
as: :new_applied_job
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end
end
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