-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdribblesimulation.html
148 lines (74 loc) · 3.03 KB
/
dribblesimulation.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
<html>
<head>
<title> dribble simulation</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel= "stylesheet" type="text/css" href="css/dribble.css" />
</head>
<body>
<center>
<nav class="fixed-nav-bar">
<a href ="riyaqas.html" >Riyaqas</a>
<a href ="home.html" >HOME</a>
<a href ="shop.html" >SHOP</a>
<a href ="blog.html" >BLOG</a>
<a href ="pages.html" >PAGES</a>
<a href ="contact.html" >CONTACT</a>
<a href ="uielement.html" >UI ELEMENT</a><span class="header">
<a href= "search.html" ><img src="image/search.png" alt="search"></img> </a>
<a href= "cart.html" ><img src="image/cart.png" alt="cart"></img> </a>
<a href= "heart.html" class="heart"><img src="image/heart.jpg" alt="heart"></img> </a>
</span>
</nav>
<br><br><br><br><br><br><br><br>
<div class="grid-container">
<div class="grid-item-1">
<h1 class="grow">Grow your retail <BR>faster with Riyaqas<BR><span class= "pos">POS software </span><br><br> <span class="pos2">Riyaqas is a leading POS software in th cloud with everything <br>you need to run and grow your business<br><br><br><a href="free.html" class="free">Start Free trial</a>
<a href="premium.html" class="premium">Get Premium</a>
</span></h1>
</div>
<div class="grid-item-2"><img src="image/computer.png" class="grid-item"></img></div>
</div>
<br><br><br><br><br>
<div class="top-container">
<div class="item-3"><div class="smile"> smile</div> </div>
<div class="item-4"><div class="natural"> natural </div> </div>
<div class="item-5"><div class="bistro"> Bistro</div> </div>
<div class="item-6"><div class="hipster"> Hipster</div> </div>
<div class="item-7"> <div class="iconic"> Iconic</div> </div>
<div class="item-8"> <div class="violet"> VI<span class="underline">O</span>LET</div> </div>
<div class="item-9"><div class="travel"> travel</div> </div>
</div>
<center>
<div class="bene">
<p><span class="ben">Benefits</span> <span class="point">of Point of Sale</span>
<span class="gurantee"><br>Guranteed to save you time, increase the accuracy of your inventory and help you make informed<br> decisions for your business</span>
</p>
</div>
</center>
<div class="image-grid-1">
<img src="image/save.png"></img>
<img src="image/increase.png"></img>
<img src="image/informed.png"></img>
<img src="image/access.png"></img>
</div>
<div class="perfect-1">
<p class="soft"> Perfect POS software for most <span class="retail">retail store</span>
<span class="soft1"><br> perfect POS software for most retail store.<br> Access and manage your books from Riyaqas</span>
</p>
</div>
<div class="image-gallery-1">
<img src="image/restaurant.png"></img>
<img src="image/mega.png"></img>
<img src="image/handcraft.png"></img>
<img src="image/home.png"></img>
<img src="image/hospital.png"></img><br><br>
<img src="image/dispensary.png"></img>
<img src="image/sports.png"></img>
<img src="image/beauty.png"></img>
<img src="image/storage.png"></img>
<img src="image/toy.png"></img>
</div>
<p>copyright © austinziza 2020</p>
</center>
</body>
</html>