Skip to content

Commit

Permalink
Merge pull request #43 from sebasmagri/cartelera-de-empleos
Browse files Browse the repository at this point in the history
Añadiendo cartelera de empleos (cd5974683cc)
  • Loading branch information
nhomar committed Feb 5, 2016
2 parents e871455 + 8c1db48 commit 33f9586
Show file tree
Hide file tree
Showing 11 changed files with 299 additions and 0 deletions.
Binary file added empleos/2c1b69cb.favicon.ico
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file added empleos/images/99e8a824.logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 55 additions & 0 deletions empleos/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<!DOCTYPE html> <html> <head> <meta charset=utf-8> <title>Cartelera de Empleos - PyVe</title> <meta name=description content=""> <meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> <link rel=icon href=2c1b69cb.favicon.ico type="image/x-icon"> <link rel=stylesheet href=styles/4e6437b0.main.css> <body> <!--[if lt IE 10]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]--> <div id=jobs_on_fire class=container> <nav class="navbar navbar-default navbar-fixed-top"> <div class=container> <div class=navbar-header> <button type=button class="navbar-toggle collapsed" data-toggle=collapse data-target=#navbar_extra> <span class=sr-only>Mostrar menú</span> <span class=icon-bar></span> <span class=icon-bar></span> <span class=icon-bar></span> </button> <a class=navbar-brand href=https://pyve.github.io> <img src=images/99e8a824.logo.png height=100% alt="Logo de Python Venezuela"> Python Venezuela </a> </div> <div id=navbar_extra class="collapse navbar-collapse"> <button class="btn navbar-btn navbar-right btn-info" id=add_job>Añadir Oferta</button> </div> </div> </nav> <!-- Login or Register Modal --> <div class="modal fade" id=login_or_register_modal tabindex=-1 role=dialog aria-labelledby=login_or_register_modal_label aria-hidden=true> <div class="modal-dialog modal-sm"> <div class=modal-content> <div class=modal-header> <button type=button class=close data-dismiss=modal><span aria-hidden=true>&times;</span><span class=sr-only>Cerrar</span></button> <h4 class=modal-title id=login_or_register_modal_label>Ingresar o Registrarse</h4> </div> <div class=modal-body id=login_or_register_body> <p> Por favor selecciona una opción a continuación para ingresar: </p> <ul class=list-group> <li class=list-group-item><a href=# id=login_or_register_fb>Entrar con Facebook</a></li> <li class=list-group-item><a href=# id=login_or_register_tw>Entrar con Twitter</a></li> <li class=list-group-item><a href=# id=login_or_register_gh>Entrar con GitHub</a></li> <li class=list-group-item><a href=# id=login_or_register_go>Entrar con Google</a></li> </ul> </div> <div class=modal-footer> <button type=button class="btn btn-default" data-dismiss=modal>Cancelar</button> </div> </div> </div> </div> <!-- Add Job Modal --> <div class="modal fade" id=add_job_modal tabindex=-1 role=dialog aria-labelledby=add_job_modal_label aria-hidden=true> <div class=modal-dialog> <div id=add_job_content class=modal-content> <div class=modal-header> <button type=button class=close data-dismiss=modal><span aria-hidden=true>&times;</span><span class=sr-only>Cerrar</span></button> <h4 class=modal-title id=add_job_modal_label>Añadir Oferta de Empleo</h4> </div> <div class=modal-body> <p class=bg-warning> Por favor lee nuestros <a target=_blank href=https://github.com/pyve/documentos/blob/master/como-hacer-ofertas-de-empleo.md>lineamientos para la publicación de empleos</a> antes de publicar. </p> <div class=add-job-form></div> </div> <div class=modal-footer> <button type=button class="btn btn-default" data-dismiss=modal>Cerrar</button> <button id=add_job_button type=button class="btn btn-primary">Añadir</button> </div> </div> </div> </div> <div id=jobs> <div class=page-header> <h1>Cartelera de Empleos</h1> </div> <ul class=jobs-list> </ul> </div> <div class=footer> <p class="logout pull-right hide"> <a id=logout_link href=#>Salir</a> </p> <p>Una iniciativa de Python Venezuela</p> </div> </div> <script id=job_template type=text/template><article id="job_<%= id %>" data-id="<%= id %>" class="job-wrapper">
<% if (firebase.getAuth() && userId == firebase.getAuth().uid) { %>
<a class="job-delete text-danger pull-right" href="#"><small>Eliminar</small></a>
<% } %>
<header>
<h2><%= title %></h2>
</header>
<section class="job-info text-muted">
<p>
<% if (remote && !location) { %>
<span class="glyphicon glyphicon-home"></span> Remoto.
<% } else { %>
<span class="glyphicon glyphicon-map-marker"></span> Ubicación: <%= location %>.
<% } %>
<% if (workingTime) { %>
<span class="glyphicon glyphicon-time"></span> Horario: <%= workingTime %>.
<% } %>
</p>
<p>
<span class="glyphicon glyphicon-briefcase"></span> Publicado por: <%= publisher %>
</p>
<p>
<% if (email) { %>
<span class="glyphicon glyphicon-envelope"></span> Enviar aplicación a: <a href="mailto:<%= email %>"><%= email %></a>
<% } else { %>
<span class="glyphicon glyphicon-link"></span> Aplicar en: <a href="<%= url %>"><%= url %></a>
<% } %>
</p>
</section>
<section class="job-description">
<h4>Descripción:</h4>
<p>
<%= description %>
</p>
</section>
<% if (this.model.get('posted') || this.model.get('updated') || this.model.get('expires')) { %>
<footer class="job-timestamps text-muted">
<p>
<% if (this.model.get('posted')) { %>
Publicado: <time datetime="<%= new Date(posted).toISOString() %>" published><%= _.isFunction(Date.toLocaleString) ? new Date(posted).toLocaleString() : new Date(posted).toString() %></time>.
<% } %>
<% if (this.model.get('posted')) { %>
<% if (posted !== this.model.get('updated')) { %>
Actualizado: <time datetime="<%= new Date(updated).toISOString() %>" updated><%= _.isFunction(Date.toLocaleString) ? new Date(updated).toLocaleString() : new Date(updated).toString() %></time>.
<% } %>
<% } %>
<% if (this.model.get('expires')) { %>
Expira: <time datetime="<%= new Date(expires).toISOString() %>"><%= _.isFunction(new Date().toLocaleDateString) ? new Date(expires).toLocaleDateString() : new Date(expires).toDateString() %></time>.
<% } %>
</p>
</footer>
<% } %>
</article></script> <script src=scripts/b1d95749.vendor.js></script> <script src=scripts/8378f132.main.js></script>
3 changes: 3 additions & 0 deletions empleos/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# robotstxt.org/

User-agent: *
1 change: 1 addition & 0 deletions empleos/scripts/8378f132.main.js

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

10 changes: 10 additions & 0 deletions empleos/scripts/b1d95749.vendor.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions empleos/styles/4e6437b0.main.css

Large diffs are not rendered by default.

0 comments on commit 33f9586

Please sign in to comment.