-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
112 lines (98 loc) · 4.56 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
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="A real-time marketplace for office supplies with built-in inventory, requisitions and invoice management.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Officeware</title>
<!-- Fallback to homescreen for Chrome <39 on Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="officeware" content="A real-time marketplace for office supplies with built-in inventory, requisitions and invoice management.">
<link rel="icon" href="images/favicon.ico">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Web Starter Kit">
<link rel="apple-touch-icon" href="images/touch/apple-touch-icon.png">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="images/favicon.ico">
<meta name="msapplication-TileColor" content="#3372DF">
<meta name="theme-color" content="#3372DF">
<!-- SEO: If your mobile URL is different from the desktop URL, add a canonical link to the desktop page https://developers.google.com/webmasters/smartphone-sites/feature-phones -->
<!--
<link rel="canonical" href="http://www.example.com/">
-->
<!-- Page styles -->
<link rel="stylesheet" href="css/semantic.min.css">
<link rel="stylesheet" href="css/styles.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/fotorama/4.6.3/fotorama.css" rel="stylesheet">
</head>
<body>
<div class=login>
<span class="msg">Already registered</span>
<a class="ui orange button" href="http://demo.officeware.pk">Log In</a>
<!-- <a class="ui orange button" href="/offline.html">Log In</a> -->
</div>
<header >
<div class="title"><b><i class="cube icon"></i><span>Officeware</span></b></div>
</header>
<div class="subtitle">buy@rightprice</div>
<div class="ui divider"></div>
<h1 class="ui header">Simple, Secure, Convenient</h1>
<h2 class="ui header">Inventory Management on Autopilot</h2>
<main>
<p>Officeware is a real-time marketplace for office supplies with built-in inventory, requisitions and invoices management.</p>
<div class="signup">
<div>for free registration</div>
<div class="ui yellow huge label"><i class="call icon" style="font-weight: bold !important;"> +92 03332637346</i></div>
</div>
<div class="slider">
<div class="fotorama" data-width="668"data-height="491" data-autoplay="true" data-loop="true" data-fit="scaledown">
<img src="images/dashboard.jpg">
<img src="images/market.jpg">
<img src="images/inventory.jpg">
<img src="images/requisitions.jpg">
<img src="images/order.jpg">
<img src="images/invoices.jpg">
<img src="images/guide.jpg">
</div>
</div>
</main>
<!-- build:js scripts/main.min.js -->
<!-- <script src="index.js"></script> -->
<!-- endbuild -->
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-22018690-3', 'auto');
ga('send', 'pageview');
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fotorama/4.6.4/fotorama.min.js"></script>
<script>
// Include the UserVoice JavaScript SDK (only needed once on a page)
UserVoice = window.UserVoice || [];
(function () {
var uv = document.createElement('script');
uv.type = 'text/javascript';
uv.async = true;
uv.src = '//widget.uservoice.com/JKjwh5KJ9ZEsW1g745QTg.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(uv, s)
})();
UserVoice.push(['set', {
accent_color: '#5bbd72',
trigger_color: '#5bbd72',
trigger_background_color: 'white'
}]);
UserVoice.push(['identify', {
}]);
UserVoice.push(['addTrigger', {mode: 'contact', trigger_position: 'bottom-left'}]);
UserVoice.push(['autoprompt', {}]);
</script>
</body>
</html>