-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
193 lines (177 loc) · 8.52 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/theme.css" type="text/css">
<link rel="stylesheet" href="css/basic.css" type="text/css">
<link rel="stylesheet" href="fonts/fonts setup.css" type="text/css"/>
<link rel="stylesheet" href="Pic/PictureStyling.css" type="text/css"/>
<title>TODO supply a title</title>
<meta charset="UTF-8">
<script src="Js/Angular.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="overflow-x:hidden">
<nav class="head">
<Button class="slideToggle">☰</Button>
<span class="Pname"><a href="#">Ailmax</a></span>
<nav class="options" display='none'>
<nav class="popbase">
<a href="account.html" class="fa fa-user"><span style="">User</span></a>
<a href="Activity.html#cart" class="fa fa-cart-arrow-down"><span>cart</span></a>
<a href="ID.html?login" class="fa fa-sign-out"><span>Sign_out</span></a>
</nav>
</nav>
<button class="popup fa fa-user"></button>
<button class="searchToggle fa fa-search"></button>
<div class="searchCon" display="none">
<span class="back fa fa-arrow-left"></span>
<form method="get" action="search.html" class="searchBox">
<span class="fa fa-search"></span>
<input type="text" name="search" placeholder="search..." autocomplete="off"/>
</form>
</div>
</nav>
<div class="slidenav" style="overflow: scroll" expand="false">
<a href="#">Free</a>
<a href="#">Paid</a>
<span>Value </span>
<a href="#">Trending</a>
<a href="#">Latest</a>
<span>Uses </span>
<a href="#">Anti Virus</a>
<a href="#">Operating System</a>
<a href="#">Developement</a>
<a href="#">3D CAD</a>
<a href="#">Graphic Design</a>
<a href="#">Data/Financing</a>
<a href="#">Others</a>
</div>
<div class="body" ng-app="Home_pg" ng-controller="ControllA">
<div class="carousel_container">
<div class="image">
<div ng-repeat="x in offer" id="pic{{$index+1}}" active="{{$first}}" class="carousel_picture">
<img src={{x.img}} style="">
</div>
</div>
<div class="desc">
<div class="fa arrows">
<span id="shiftL" class="fa-arrow-left"></span>
<span id="shiftR" class="fa-arrow-right"></span>
<div class="dots">
<span ng-repeat="x in offer" id="port{{offer.length-$index}}" class="circle" active="{{$last}}"></span>
</div>
</div>
<div ng-repeat="x in offer" id="text{{$index+1}}" active="{{$first}}" class="carousel_text">
<h1>{{x.name}}</h1>
<p>{{x.data}}</p>
<a href="#">See more information →</a>
</div>
</div>
</div>
<div class="horizontal-list" style="">
<h2>Latest</h2>
<div class="cards">
<div ng-repeat="x in latest" class="card" last="{{$last}}">
<a href="product.html?{{x.name}}">
<img src="{{x.img}}">
<h3>{{x.name}}</h3>
<p>{{x.price}}</p>
</a>
<form action="addCart" method="get">
<input type="hidden" value="{{x.name}}"/>
<button type="submit">Add to Cart</button>
</form>
</div>
</div>
</div>
<div class="horizontal-list" style="">
<h2>Latest</h2>
<div class="cards">
<div ng-repeat="x in free" class="card" last="{{$last}}">
<a href="product.html?{{x.name}}">
<img src="{{x.img}}">
<h3>{{x.name}}</h3>
<p>{{x.price}}</p>
</a>
<form action="addCart" method="get">
<input type="hidden" value="{{x.name}}"/>
<button type="submit">Add to Cart</button>
</form>
</div>
</div>
</div>
<div class="horizontal-list" style="">
<h2>Latest</h2>
<div class="cards">
<div ng-repeat="x in paid" class="card" last="{{$last}}">
<a href="product.html?{{x.name}}">
<img src="{{x.img}}">
<h3>{{x.name}}</h3>
<p>{{x.price}}</p>
</a>
<form action="addCart" method="get">
<input type="hidden" name="product" value="{{x.name}}"/>
<button type="submit">Add to Cart</button>
</form>
</div>
</div>
</div>
<div class="bottom">
<h3>Follow Us on:</h3>
<div class="fa">
<a href="#" class="hidenable"><span class="fa-github" onColor="black"></span></a>
<a href="#"><span class="fa-facebook" onColor="blue"></span></a>
<a href="#" class="hidenable"><span class="fa-paypal" onColor="cyan-blue"></span></a>
<a href="#"><span class="fa-skype" onColor="Lblue"></span></a>
<a href="#"><span class="fa-twitter" onColor="cyan"></span></a>
<a href="#"><span class="fa-google-plus" onColor="red"></span></a>
</div>
<h3>Consumer Support</h3>
<div class="text">
<ul>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Transaction issue</a></li>
<li><a href="#">Problem with Product/License</a></li>
</ul>
</div>
</div>
</div>
<script src="Js/jquery-3.4.1.js"></script>
<script src="Js/main.js"></script>
<script>
var app = angular.module('Home_pg', []);
app.controller('ControllA', function($scope) {
//start data
$scope.offer = [
{name:"Koding", img:"Pic/koding.png", data:"Now avilable in .msi extention"},
{name:"Haudini", img:"Pic/haudini.png", data:"getting 20% discount on Licence"},
{name:"Dream Waver",img:"Pic/dw.jpg", data:"getting 90% discount"},
{name:"Windows 10",img:"Pic/windows10.jpg",data:"getting 50% discount on Product-key"}
];
$scope.len=$scope.offer.length;
$scope.latest = [
{name:"Gambas", img:"Pic/icons/Gambas.png", price:"Free"},
{name:"Sap", img:"Pic/icons/sap-logo.png", price:"\u20B9"+"49 324 "},
{name:"QuickHeal", img:"Pic/icons/QuickHeal.png", price:"\u20B9"+"1 909"},
{name:"Coral Draw", img:"Pic/icons/CoralDraw.jpg", price:"\u20B9"+"55 000"},
{name:"Adobe Illustrator",img:"Pic/icons/Adobe illustrator.png",price:"\u20B9"+"2 300"}
];
$scope.paid = [
{name:"MacOS", img:"Pic/icons/MacOS.png", price:"\u20B9"+"2 000"},
{name:"Maya", img:"Pic/icons/Maya.jpg", price:"\u20B9"+"11 000"},
{name:"Unity", img:"Pic/icons/unity.jpg", price:"\u20B9"+"8 875"},
{name:"Norton", img:"Pic/icons/Norton.jpg", price:"\u20B9"+"3 500"},
{name:"Visual Studio",img:"Pic/icons/VisualStudio.png",price:"\u20B9"+"3 195"}
];
$scope.free = [
{name:"MySQL", img:"Pic/icons/mysql.jpg", price:"Free"},
{name:"Blender", img:"Pic/icons/blender.jpg", price:"Free"},
{name:"zip Book", img:"Pic/icons/zipBooks.png", price:"Free"},
{name:"Avira", img:"Pic/icons/avira.png", price:"Free"},
{name:"Android Studio",img:"Pic/icons/Android Studio.png",price:"Free"}
];
//end data
});
</script>
</body>
</html>