Skip to content
This repository was archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
Client dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Jul 15, 2016
1 parent 0c42fbc commit 9e443d4
Show file tree
Hide file tree
Showing 23 changed files with 380 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/css/bootstrap-material-design.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/css/bootstrap-material-design.min.css.map

Large diffs are not rendered by default.

192 changes: 192 additions & 0 deletions public/css/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,192 @@
* {
box-sizing: border-box;
}

.header-panel {
background-color: #009587;
height: 144px;
position: relative;
z-index: 3;
}

.header-panel div {
position: relative;
height: 100%;
}

.header-panel h1 {
color: #FFF;
position: absolute;
bottom: 10px;
padding-left: 35px;
}

.menu {
overflow: auto;
padding: 0;
}

.menu, .menu * {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}

.menu ul {
padding: 0;
margin: 7px 0;
}

.menu ul li {
list-style: none;
padding: 20px 0 20px 50px;
font-size: 15px;
font-weight: normal;
cursor: pointer;
}

.menu ul li.active {
background-color: #dedede;
position: relative;
}

.menu ul li a {
color: rgb(51, 51, 51);
text-decoration: none;
}

.pages {
position: absolute;
top: 0;
right: 0;
z-index: 4;
padding: 0;
overflow: auto;
}

.pages > div {
padding: 0 5px;
padding-top: 64px;
}

.pages .header {
color: rgb(82, 101, 162);
}

.page {
transform: translateY(1080px);
transition: transform 0 linear;
display: none;
opacity: 0;
font-size: 16px;
}

.page.active {
transform: translateY(0px);
transition: all 0.3s ease-out;
display: block;
opacity: 1;
}

.opensource {
color: rgba(0, 0, 0, 0.62);
position: fixed;
margin-top: 50px;
margin-left: 50px;
z-index: 100;
}

#source-modal h4 {
color: black;
}

#paypal .btn {
padding: 5px 30px 6px 30px;
}

#paypal input {
background: transparent;
border: 0;
}

.cbwrapper div {
display: none;
}

.cbwrapper div:nth-child(2) {
display: block;
}

#carbonads, #fakecb {
border: 1px solid #d5d5d5;
font-size: 11px;
line-height: 15px;
overflow: hidden;
width: 340px;
padding: 20px;
margin: auto;
height: 142px;
border-radius: 2px;
}

#carbonads .carbon-img {
float: left;
display: block;
}

#carbonads .carbon-text, #carbonads .carbon-poweredby {
float: left;
width: 150px;
padding: 0 10px 10px 10px;
}

#carbonads .carbon-text:hover, #carbonads .carbon-poweredby:hover {
text-decoration: none;
}

#carbonads .carbon-poweredby {
color: #9D9D9D;
}

#shadow .sample {
width: 100px;
height: 100px;
margin: 16px;
padding: 16px;
display: inline-block;
}

#shadow-sample2 {
display: inline-block;
width: 100px;
height: 100px;
margin: 16px;
padding: 16px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;

}

#shadow-sample3 {
display: inline-block;
width: 100px;
height: 100px;
margin: 16px;
padding: 16px;
border-radius: 100px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}

#input .inputs {
width: 80%;
}


#slider .sample2 {
height: 150px;
}
42 changes: 42 additions & 0 deletions public/css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
body {
margin-top: 50px;
margin-bottom: 50px;
background: none;
}
.list {
list-style-type: none;
padding-left: 0;
}
.page-header {
text-align: center;
margin-top: 80px;
}
#container-jobs {
margin-top: 300px;
}
#totalJobs {
text-align: center;
}
.col-centered {
text-align: center;
float: none;
margin: 0 auto;
}
#search-order {
text-align: center;
max-width: 60%;
margin: auto;
}
.footer-container{
background-color: #f5f5f5;
margin-top: 45px;
padding-top: 25px;
height: 70px;
text-align: center;
}
#nav-main{
box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
}
.btn-panel{
color: #009688 !important;
}
2 changes: 2 additions & 0 deletions public/css/ripples.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/css/ripples.min.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added public/img/betabeers_jobs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/big_gael.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/big_gael_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/big_gael_3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/curratelo-mini-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/curratelo_jobs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/domestika_jobs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/fork.png
Binary file not shown.
Binary file added public/img/github_jobs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/stackoverflow_jobs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/js/fuzzysearch.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions public/js/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
(function() {
var allDates = document.getElementsByClassName("dateTarget");
document.getElementById("totalJobs").innerHTML = " Tenemos " + allDates.length + " ofertas para tí!";
for (var i = 0; allDates.length > i; i++) {
allDates[i].innerHTML = moment(allDates[i].innerHTML).fromNow();
}
var options = {
valueNames: ['title', 'description'],
plugins: [ListFuzzySearch()]
};
var userList = new List('ofertas', options);
})();
Loading

0 comments on commit 9e443d4

Please sign in to comment.