-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
118 lines (102 loc) · 6.64 KB
/
index.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<html lang="en" ng-app="Login">
<head>
<meta charset="UTF-8">
<title>Hackinshop - Shopping Online</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/formee-structure.css">
<link rel="stylesheet" href="css/formee-style.css">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="js/jquery-1.12.3.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<script src='https://cdn.firebase.com/js/client/2.2.1/firebase.js'></script>
</head>
<body >
<header>
<section class="content">
<div class="logo"><img src="img/logo.png" alt=""></div>
<a href="#" id="navigation" onclick=" document.getElementById('teste').style.visibility='',document.getElementById('navigation').style.visibility='hidden'"></a>
<p class="right registre-se"><a href="#" onclick="document.getElementById('registro').style.visibility=''">Registre-se</a></p>
<div ng-controller="LoginController" id="registro" style="visibility:hidden; position:absolute; margin:-100px 0 0 935px; width:200px; height:110px; background:rgba(0, 0, 0, 0.4);">
<!--Login-->
<form action="" class="formee" id="formee">
<input style="margin-top:20px; magin-left:2px; padding:10px; width:95%;" type="text" ng-model="usuario.login">
<input style="margin-top:5px; width:95%; magin-left:2px;" type="password" ng-model="usuario.senha">
<button ng-click="registrar(usuario)">Registrar!</button>
</form>
<!--Final Login-->
</div>
<div ng-controller="LogarController" id="login" style="visibility:hidden; position:absolute; margin:-100px 0 0 935px; width:200px; height:110px; background:rgba(0, 0, 0, 0.4);">
<form action="" class="formee" id="formee">
<input class="my-input" style="margin-top:20px; magin-left:2px; padding:10px; width:95%;" type="text" ng-model="usuario.login">
<input style="margin-top:5px; width:95%; magin-left:2px;" type="password" ng-model="usuario.senha">
<button ng-click="compare()">Logar</button>{{result}}
</form>
</div>
<p class="right login"><a href="#" onclick="document.getElementById('login').style.visibility=''">Entrar</p>
<nav id="teste" style="visibility:hidden;">
<ul>
<li><a href="index.html">PAGINA INICIAL</a></li>
<li><a href="">SHOPPING</a></li>
<li><a href="">DOWNLOADS</a></li>
<li><a href="">LOJAS</a></li>
<li><a href="">PRAÇA DE ALIMENTAÇÃO</a></li>
<li><a href="">CONTATO</a></li>
<li class="right" style="margin-right:360px; margin-top:-230px;"><img src="img/lupa.png" alt=""></li>
<li>
<form style="position:absolute; margin:-270px 0 0 660px;" id="formee" class="formee" action="">
<input style="width:200px; " type="text" value="Procure por produtos..." />
</form>
</li>
</ul>
<li style="list-style:none;" class="close right">
<a href="#" onclick="document.getElementById('teste').style.visibility='hidden',document.getElementById('navigation').style.visibility=''"><img src="img/botaoX.png" alt=""></a>
</li>
</nav>
</section>
</header>
<section id="banner">
<iframe src="source/FourBoxes/index.html" width="100%" style="margin:0 auto;" height="600px" frameborder="0"></iframe>
</section>
<section id="destaques">
<div class="content">
<div class="destaque">
<img src="img/renner.png" style="padding-left:90px; padding-top:30px;" width:100px height="150px" alt="">
</div>
<div class="destaque">
<img src="img/CARREFOUR.png" style="padding-left:10px; padding-top:30px;" width:100px height="150px" alt="">
</div>
<div class="destaque">
<img src="img/chilli.jpg" style="padding-left:60px; padding-top:30px;" width:100px height="150px" alt="">
</div>
<div class="destaque">
<img style="padding-left:60px" src="img/roupa-renner.jpg" alt="">
<img src="img/etiquetadesconto.png" style="position:absolute; margin:60px 0 0 -20px;" alt="">
<a href="interna.html" style="position:absolute; margin:160px 0 0 -120px;"><img src="img/botaomais.png" alt=""></a>
</div>
<div class="destaque">
<img src="img/carrefour-produtos.jpg" style="padding-left:40px;" alt="">
<img src="img/etiquetadesconto.png" style="position:absolute; margin:100px 0 0 -90px;" alt="">
<a href="" style="position:absolute; margin:160px 0 0 -275px;"><img src="img/botaomais.png" alt=""></a>
</div>
<div class="destaque">
<img src="img/chili-produtos.jpg" style="padding-left:30px;" alt="">
<img src="img/etiquetadesconto.png" style="position:absolute; margin:100px 0 0 -100px;" alt="">
<a href="" style="position:absolute; margin:160px 0 0 -263px;"><img src="img/botaomais.png" alt=""></a>
</div>
</div>
</section>
<footer style="margin:100px 0 0 0;">
<section class="container">
<img class="left;" style="margin-top:-20px;" width="200px" height "200px" src="img/logo.png" alt="">
</section>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.3/angular.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.3/angular-route.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>