forked from imbenzene/BitRec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
products.html
79 lines (64 loc) · 2.8 KB
/
products.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>BitRec</title>
<meta name="generator" content="Bootply" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="card/lib/css/card.css">
<!-- <link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet"> -->
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="css/styles.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-trans navbar-fixed-top" role="navigation">
<div class="navbar-header">
<a class="navbar-brand" id="logo" href="">
<img src="./image/bitreclogo.png" alt="Home" style="
width: 150px;
padding-top: 5px;
">
</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
</ul>
<ul class = "nav navbar-nav pull-right">
<li class="dropdown navbar-right">
<ul class="nav navbar-nav">
<li class="dropdown navbar-right">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><!-- {{ user.username }} -->18R3xvbF71kxAmpzmZWLaQeBVK22E51qtE<b class="caret"></b></a>
</li>
<!-- <li><a href="">Sign out</a></li> -->
<!-- {% endif%} -->
</ul>
</li>
<!-- <li><a href="">Sign out</a></li> -->
</ul>
<!-- {% endif %} -->
</div><!--/.navbar-collapse -->
</nav>
<div>
<img src="./image/products1.jpg" width="100%" height="100%" style="margin-top: 25px; position: relative; ">
</div>
<a href="products2.html"><div id="buy" style="position: absolute;
height: 30px;
width: 200px;
left: 920px;
top: 650px;" ></div></a>
<!-- script references -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/script.js"></script>
<script src="js/homepage.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="card/lib/js/card.js"></script>
</body>
<footer></footer>
</html>