-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhello_panel_crearwork.html
44 lines (40 loc) · 1.76 KB
/
hello_panel_crearwork.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello Admin</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link rel="stylesheet" type="text/css" href="stylesheets/admin.css">
<link rel="stylesheet" type="text/css" href="stylesheets/surattack.css">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div id="container">
<section id="content">
<form action="">
<p>Titulo <input type="text" name="titulo"></p>
<p>Tags <input type="text" name="tags"><span>Los tags van separados por comas</span></p>
<p>Caratula<input type="file" name="caratula" id="file_browse"></p>
<p>Link Vimeo o YouTube <input type="url" name="linkvideo"></p>
<p>Contenido <textarea name="contenido" cols="30" rows="10"></textarea></p>
<p>Imagen<input type="file" name="imagen"></p>
<p><a class="btnaddimage" href="#">Agregar imagen</a></p>
</form>
<hr>
<p><a class="publicar" href="#">Publicar</a></p>
</section>
<aside class="sidebaradmin sidebarhello">
<a class="logoadmin" href="#"><img src="img/hello.svg" alt="Sur.attack"></a>
<h1>Chino</h1>
<ul>
<li><a href=""><i class="icon-monitor"></i> Home</a></li>
<li><a href=""><i class="icon-pencil"></i> Agregar trabajo</a></li>
<li><a href=""><i class="icon-list"></i> Mis Trabajos</a></li>
<li><a href=""><i class="icon-tools"></i> Configuracion</a></li>
</ul>
</aside>
</div>
</body>
</html>