Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
venjob_thanhnd
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
3
Merge Requests
3
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
thanhnd
venjob_thanhnd
Commits
17abf0fe
Commit
17abf0fe
authored
Feb 20, 2020
by
thanhnd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20200220
parent
030ef8f5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
61 additions
and
115 deletions
+61
-115
app/assets/stylesheets/application.css
+41
-0
app/views/layouts/application.html.erb
+20
-115
No files found.
app/assets/stylesheets/application.css
0 → 100644
View file @
17abf0fe
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
* vendor/assets/stylesheets directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
* 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.
* It is generally better to create a new file per style scope.
*
*= require_tree .
*= require_self
*/
body
{
padding
:
0
;
margin
:
0
;
background
:
#f2f6e9
;
}
/*--- navigation bar ---*/
.navbar
{
background
:
#6ab446
;
}
.nav-link
,
.navbar-brand
{
color
:
#fff
;
cursor
:
pointer
;
}
.nav-link
{
margin-right
:
1em
!important
;
}
.nav-link
:hover
{
color
:
#000
;
}
.navbar-collapse
{
justify-content
:
flex-end
;
}
app/views/layouts/application.html.erb
View file @
17abf0fe
...
@@ -8,131 +8,36 @@
...
@@ -8,131 +8,36 @@
<%=
stylesheet_link_tag
'application'
,
media:
'all'
,
'data-turbolinks-track'
:
'reload'
%>
<%=
stylesheet_link_tag
'application'
,
media:
'all'
,
'data-turbolinks-track'
:
'reload'
%>
<%=
javascript_pack_tag
'application'
,
'data-turbolinks-track'
:
'reload'
%>
<%=
javascript_pack_tag
'application'
,
'data-turbolinks-track'
:
'reload'
%>
<!--
<%=
stylesheet_pack_tag
'application'
,
media:
'all'
%>
<%=
javascript_pack_tag
'application'
%>
-->
</head>
</head>
<body>
<body>
<!--
<%=
yield
%>
-->
<!--
<%=
yield
%>
-->
<div
class=
"page-header__inner"
>
<nav
class=
"navbar navbar-expand-md"
>
<nav
class=
"pageMenu default-navbar"
>
<a
class=
"navbar-brand"
href=
"#"
>
Logo
</a>
<div
class=
"container-fluid"
>
<button
class=
"navbar-toggler navbar-dark"
type=
"button"
data-toggle=
"collapse"
data-target=
"#main-navigation"
>
<div
class=
"pageMenu__header"
>
<span
class=
"navbar-toggler-icon"
></span>
<button
class=
"pageMenu__toggle"
data-target=
"#pageMenuToggle"
data-toggle=
"collapse"
type=
"button"
>
</button>
<div
class=
"pageMenu__toggleContent"
>
<div
class=
"collapse navbar-collapse"
id=
"main-navigation"
>
<span
class=
"icon-bar"
></span>
<ul
class=
"navbar-nav"
>
<span
class=
"icon-bar"
></span>
<li
class=
"nav-item"
>
<span
class=
"icon-bar"
></span>
<a
class=
"nav-link"
href=
"#"
>
Home
</a>
</div>
</li>
</button>
<li
class=
"nav-item"
>
<a
class=
"pageMenu__logo"
data-controller=
"utm-tracking"
href=
"/"
><img
class=
"logo-itviec"
alt=
"itviec"
src=
"https://itviec.com/assets/logo-itviec-65afac80e92140efa459545bc1c042ff4275f8f197535f147ed7614c2000ab0f.png"
width=
"108"
height=
"42"
>
<a
class=
"nav-link"
href=
"#"
>
About
</a>
</a><div
class=
"user-menu visible-xs"
>
</li>
<div
class=
"pageMenu__headerItem"
>
<li
class=
"nav-item"
>
<a
class=
"pageMenu__headerLink"
data-toggle=
"modal"
data-target=
"#sign-in-modal"
href=
""
>
Sign In
</a>
<a
class=
"nav-link"
href=
"#"
>
Contact
</a>
</div>
</li>
</div>
</ul>
</div>
</div>
<div
class=
"pageMenu__body collapse"
id=
"pageMenuToggle"
>
</nav>
<ul
class=
"pageMenu__itemList pageMenu__itemList--right pageMenu__not_signed_in"
>
<li
class=
"pageMenu__item"
>
<a
data-controller=
"utm-tracking"
href=
"/it-jobs"
>
All Jobs
</a>
</li>
<li
class=
"pageMenu__item hover-dropdown visible-xs"
>
<a
data-controller=
"utm-tracking"
href=
"/vietnam-best-it-companies-2020"
><i
class=
"fa fa-star"
></i>
Vietnam Best IT Companies 2020
</a>
</li>
<li
class=
"pageMenu__item visible-xs"
>
<a
data-controller=
"utm-tracking"
href=
"/companies/search-companies"
>
Company Reviews
</a>
</li>
<li
class=
"pageMenu__item dropdown hidden-xs"
id=
"companies-dropdown"
>
<a
aria-expanded=
"false"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
href=
""
role=
"button"
>
IT Companies
<span
class=
"caret dropdown-toggle__caret"
></span>
</a>
<div
class=
"dropdown-menu"
>
<div
class=
"hover-dropdown__content--item dropdown-menu__item--desktop"
>
<a
class=
"dropdown-menu__link--desktop"
data-controller=
"utm-tracking"
href=
"/vietnam-best-it-companies-2020"
><i
class=
"fa fa-star"
></i>
Vietnam Best IT Companies 2020
</a>
</div>
<div
class=
"hover-dropdown__content--item dropdown-menu__item--desktop"
>
<a
class=
"dropdown-menu__link--desktop"
data-controller=
"utm-tracking"
href=
"/companies/search-companies"
>
Company Reviews
</a>
</div>
</div>
</li>
<li
class=
"pageMenu__item"
>
<a
target=
"_blank"
href=
"https://itviec.com/blog/"
>
Blog
</a>
</li>
<li
class=
"pageMenu__item hidden-xs"
>
<a
class=
"pageMenu__link"
data-toggle=
"modal"
data-target=
"#sign-in-modal"
rel=
"nofollow"
href=
""
>
Sign In
</a>
</li>
<li
class=
"pageMenu__item pageMenu__language"
>
<div
class=
"switch-toggle well"
>
<input
checked=
""
id=
"en"
name=
"language"
type=
"radio"
>
<label
class=
"change-language"
for=
"en"
>
EN
</label>
<input
id=
"vn"
name=
"language"
type=
"radio"
>
<label
class=
"change-language"
for=
"vn"
>
VN
</label>
<a
class=
"btn btn-default"
></a>
</div>
</li>
<li
class=
"pageMenu__item"
>
<a
href=
"/post_jobs"
>
Employers
</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</body>
<h1
class=
"slogan"
>
1,800 IT Jobs For Chất Developers
</h1>
<div
class=
"search-form-wrapper clearfix"
>
<form
id=
"search_form"
class=
"search-form"
action=
"/it-jobs"
accept-charset=
"UTF-8"
method=
"get"
><input
name=
"utf8"
type=
"hidden"
value=
"✓"
>
<div
class=
"search_section_wrapper no_header"
>
<div
class=
"search_text_wrapper"
>
<div
class=
"ion-ios-search"
></div>
<div
class=
"search_field_wrapper"
>
<input
type=
"text"
name=
"query"
id=
"search_text"
value=
""
class=
"search_text hide"
style=
"display: none;"
><ul
class=
"tagit ui-widget ui-widget-content ui-corner-all"
><li
class=
"tagit-new"
><input
type=
"text"
class=
"ui-widget-content ui-autocomplete-input"
placeholder=
"Keyword skill (Java, iOS...), Job Title, Company..."
autocomplete=
"off"
><span
role=
"status"
aria-live=
"polite"
class=
"ui-helper-hidden-accessible"
></span></li></ul>
</div>
</div>
</div>
<div
class=
"city_section_wrapper"
>
<div
class=
"city_select_wrapper"
>
<div
class=
"ion-ios-location-outline"
></div>
<div
class=
"city_field_wrapper"
>
<select
name=
"city"
id=
"city"
class=
"search_city hide chzn-done"
data-cities=
"{"ho-chi-minh-hcm":"Ho Chi Minh","ha-noi":"Ha Noi","da-nang":"Da Nang","others":"Others"}"
data-preload=
"false"
style=
"display: none;"
><option
value=
""
>
All Cities
</option><option
value=
"ho-chi-minh-hcm"
>
Ho Chi Minh
</option>
<option
value=
"ha-noi"
>
Ha Noi
</option>
<option
value=
"da-nang"
>
Da Nang
</option>
<option
value=
"others"
>
Others
</option></select><div
class=
"chzn-container chzn-container-single chzn-container-single-nosearch"
style=
"width: 100%;"
title=
""
id=
"city_chzn"
><a
href=
"javascript:void(0)"
class=
"chzn-single"
tabindex=
"-1"
><span>
Ho Chi Minh
</span><div><b></b></div></a><div
class=
"chzn-drop"
><div
class=
"chzn-search"
><input
type=
"text"
autocomplete=
"off"
readonly=
""
></div><ul
class=
"chzn-results"
></ul></div></div>
</div>
</div>
</div>
<div
class=
"search_button_wrapper"
>
<input
type=
"submit"
name=
"commit"
value=
"Search"
class=
"search_button button-red left"
data-disable-with=
"Search"
>
</div>
</form>
</div>
<div
class=
"page-header__tag-list hidden-xs"
>
<a
class=
"head no-border ilabel popular-keyword"
data-controller=
"utm-tracking"
href=
"https://itviec.com/it-jobs/tester/ho-chi-minh-hcm"
>
Tester
</a>
<a
class=
"head no-border ilabel popular-keyword"
data-controller=
"utm-tracking"
href=
"https://itviec.com/it-jobs/java/ho-chi-minh-hcm"
>
Java
</a>
<a
class=
"head no-border ilabel popular-keyword"
data-controller=
"utm-tracking"
href=
"https://itviec.com/it-jobs/php/ho-chi-minh-hcm"
>
PHP
</a>
<a
class=
"head no-border ilabel popular-keyword"
data-controller=
"utm-tracking"
href=
"https://itviec.com/it-jobs/android/ho-chi-minh-hcm"
>
Android
</a>
<a
class=
"head no-border ilabel popular-keyword"
data-controller=
"utm-tracking"
href=
"https://itviec.com/it-jobs/.net/ho-chi-minh-hcm"
>
.NET
</a>
<a
class=
"head no-border ilabel popular-keyword"
data-controller=
"utm-tracking"
href=
"https://itviec.com/it-jobs/ios/ho-chi-minh-hcm"
>
iOS
</a>
<a
class=
"head no-border ilabel popular-keyword"
data-controller=
"utm-tracking"
href=
"https://itviec.com/it-jobs/business-analyst/ho-chi-minh-hcm"
>
Business Analyst
</a>
<a
class=
"head no-border ilabel popular-keyword"
data-controller=
"utm-tracking"
href=
"https://itviec.com/it-jobs/qa-qc/ho-chi-minh-hcm"
>
QA QC
</a>
<a
class=
"head no-border ilabel"
href=
"/jobs-skill-index"
>
All jobs by skill
</a>
</div>
</body>
</html>
</html>
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