starting app pages
This commit is contained in:
parent
e31225594b
commit
cc790f9efa
6 changed files with 47 additions and 4 deletions
29
src/views/offers.ejs
Normal file
29
src/views/offers.ejs
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Seca home</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="/css/seca.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="over-background">
|
||||
<h1>la seca</h1>
|
||||
<button id="navbutton-home" class="button-primary">Home</button>
|
||||
<button id="navbutton-offers" class="button-primary">Ofertas</button>
|
||||
<button id="navbutton-network" class="button-primary">Red</button>
|
||||
<button id="navbutton-profile" class="button-primary">Mi perfil</button>
|
||||
</div>
|
||||
|
||||
<div class="over-background">
|
||||
<button class="button-primary">Crear oferta</button>
|
||||
<div style="display: none">
|
||||
<p>Let's create your offer</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%- include("partials/appCommonScripts") %>
|
||||
<script src="/javascript/offers.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue