-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
231 lines (223 loc) · 9.97 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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SimplCommerce - A simple, cross platform, modularized ecommerce system built on .NET Core</title>
<meta name="keywords" content="netcore, modular, ecommerce, aspnetcore, shopping cart, cross-platform, free" />
<meta name="description" content="SimplCommere is the first ecommerce system built on .NET Core. It is free, simple to use and easy to customize. With its modular architecture you can easily develop your own modules for your own business or install modules on marketplace. SimplCommerce can be deployed in docker containers, Windows, Linux and in any cloud providers." />
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Stylesheet
================================================== -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/prettyPhoto.css">
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,900,300' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,600,300' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="js/modernizr.custom.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script data-ad-client="ca-pub-9894119512055307" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<body>
<!-- Navigation
==========================================-->
<nav id="menu" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="navbar-brand" href="index.html"><img src="img/Logo_SimplCommerce.png" /></a> </div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#why-section" class="page-scroll">Why SimplCommerce?</a></li>
<li><a href="#features-section" class="page-scroll">Features</a></li>
<li><a target="_blank" href="https://github.com/simplcommerce/SimplCommerce" class="page-scroll">GitHub</a></li>
<li><a target="_blank" href="https://www.simplcommerce.com/docs" class="page-scroll">Documentation</a></li>
<li><a target="_blank" href="https://marketplace.simplcommerce.com" class="page-scroll">Marketplace</a></li>
<li><a href="#partners-section" class="page-scroll">Partners</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header class="text-center" name="home">
<div class="intro-text">
<h1><span class="color">Simpl</span>Commerce</h1>
<p>A simple, cross platform, modularized ecommerce system built on .NET Core</p>
<div class="clearfix"></div>
<a href="#why-section" class="btn btn-default btn-lg page-scroll">Learn More</a> </div>
</header>
<!-- Why Section -->
<div id="why-section">
<div class="container">
<div class="section-title">
<h2>Why SimplCommerce?</h2>
<hr>
</div>
<div class="space"></div>
<div class="row">
<div class="col-md-4">
<h4>Cross Platform</h4>
<p>Docker, Windows, Linux, Mac. Microsoft SQL Server, PostgreSQL, MySQL, SQLite</p>
</div>
<div class="col-md-4">
<h4>Modular</h4>
<p>The application is divided into many self contained modules</p>
</div>
<div class="col-md-4">
<h4>Free and Open Source</h4>
<p>SimplCommerce is free and fully open source on <a target="_blank" href="https://github.com/simplcommerce/SimplCommerce">GitHub</a></p>
</div>
</div>
</div>
</div>
<!-- Features Section -->
<div id="features-section">
<div class="container">
<div class="section-title">
<h2>SimplCommerce features</h2>
<hr>
</div>
<div class="space"></div>
<div class="row">
<div class="col-md-3 col-sm-6 feature">
<i class="fa fa-braille"></i>
<h4>Rich product features</h4>
<p>Product variations, Product attributes, Product comparision</p>
</div>
<div class="col-md-3 col-sm-6 feature">
<i class="fa fa-handshake-o"></i>
<h4>Multi-vendors</h4>
<p>Allow other vendors to sell their products on your site</p>
</div>
<div class="col-md-3 col-sm-6 feature">
<i class="fa fa-camera"></i>
<h4>Theming</h4>
<p>Simply create your own theme or download a theme in SimplCommerce marketplace</p>
</div>
<div class="col-md-3 col-sm-6 feature">
<i class="fa fa-bullseye"></i>
<h4>Localization</h4>
<p>It's very easy to translate to your own language</p>
</div>
</div>
<div class="space2"></div>
<div class="row">
<div class="col-md-3 col-sm-6 feature">
<i class="fa fa-credit-card"></i>
<h4>Payment</h4>
<p>Stripe, Paypal, Braintree, Cashfree, MoMo, COD</p>
</div>
<div class="col-md-3 col-sm-6 feature">
<i class="fa fa-truck"></i>
<h4>Shipping</h4>
<p>Free shipping, shipping price configuration base on delivery adddress</p>
</div>
<div class="col-md-3 col-sm-6 feature">
<i class="fa fa-gift"></i>
<h4>Coupon</h4>
<p>Engage your customers with coupons and boost your sales</p>
</div>
<div class="col-md-3 col-sm-6 feature">
<i class="fa fa-percent"></i>
<h4>Tax</h4>
<p>Different tax per country, state or zipcode</p>
</div>
</div>
<div class="space2"></div>
<div class="row">
<div class="col-md-12 feature">
<i class="fa fa-exchange"></i>
<h4>Open for integration</h4>
<p>Having OAuth 2.0/OpenID Connect built-in and a lot of management APIs, SimplCommerce offer a fexible way to integrate with your line of business applications. Discover SimplCommerce's APIs <a target="_blank" href="https://demo.simplcommerce.com/swagger/index.html">here</a> </p>
</div>
</div>
</div>
</div>
<!-- Demo Section -->
<div id="demo-section">
<div class="container"> <!-- Container -->
<div class="section-title">
<h2>Try SimplCommerce online demo</h2>
<hr>
<div class="clearfix"></div>
</div>
<div class="row">
<div class="portfolio-items">
<div class="col-sm-6">
<div class="portfolio-item">
<div class="hover-bg"> <a href="http://demo.simplcommerce.com">
<div class="hover-text">
<h4>View Store front</h4>
<div class="clearfix"></div>
</div>
<img src="img/simplcommerce.png" class="img-responsive" alt="SimplCommerce"> </a> </div>
</div>
</div>
<div class="col-sm-6">
<div class="portfolio-item">
<div class="hover-bg"> <a href="http://demo.simplcommerce.com/admin">
<div class="hover-text">
<h4>View Administration</h4>
<small>Login: [email protected] / 1qazZAQ!</small>
<div class="clearfix"></div>
</div>
<img src="img/simplcommerce-admin.png" class="img-responsive" alt="SimplCommerce Admin"> </a> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Team Section -->
<div id="partners-section">
<div class="container">
<div class="section-title">
<h2>Partners</h2>
<hr>
</div>
<div class="row">
<div class="col-md-12">
<p>SimplCommerce is looking for partners. We open to any organization or individual, and it is free. </p>
<p>Becoming SimplCommerce's partners, you will have more opportunities to be contacted for custom development,theming, etc. </p>
<p>For more information, please contact us via email [email protected]</p>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="container text-right">
<p>© 2019 SimplCommerce. Theme by <a href="http://www.templatewire.com" rel="nofollow">TemplateWire</a></p>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.1.11.1.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/SmoothScroll.js"></script>
<script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="js/jquery.isotope.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-78132767-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>