-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
103 lines (90 loc) · 3.93 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
---
layout: default
---
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- open/close -->
<header>
<section class="hero">
<div class="texture-overlay"></div>
<div class="container">
<div class="row nav-wrapper">
<div class="col-md-6 col-sm-6 col-xs-6 text-left">
<a href="/">SilverShop</a>
</div>
<div class="col-md-6 col-sm-6 col-xs-6 text-right navicon">
<p id="trigger-overlay">MENU <span class="nav_slide_button nav-toggle" href="#"><span></span></span></p>
</div>
</div>
<div class="row hero-content">
<div class="col-md-12">
<h1 class="animated fadeInDown">Open source e-commerce module for Silverstripe Framework</h1>
<a href="/download" class="use-btn animated fadeInUp">Download</a> <a href="#features" class="learn-btn animated fadeInUp">Learn more <i class="fa fa-arrow-down"></i></a>
<p class="animated fadeInUp">Latest Release: 3.1.0 (23rd Sept 2023). <a href="https://github.com/silvershop/silvershop-core/releases/tag/3.1.0">Release Notes</a></p>
</div>
</div>
</div>
</section>
</header>
<section class="features-list" id="features">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="col-md-4 feature-1 wp2">
<div class="feature-icon">
<i class="fa fa-desktop"></i>
</div>
<div class="feature-content">
<h1>Responsive</h1>
<p>Built using HTML5/CSS3 and jQuery, and built using one of the world's most powerful CSS frameworks available, Bootstrap out of the box or customize with your own templates.</p>
</div>
</div>
<div class="col-md-4 feature-2 wp2 delay-05s">
<div class="feature-icon">
<i class="fa fa-arrows"></i>
</div>
<div class="feature-content">
<h1>Extensible</h1>
<p>Tailor your shop to your needs. SilverShop has a wide range of supported extensions including Coupons, Shipping, Tax and PDF Invoices. Easily extend the modules to suit your business.</p>
<a href="/features" class="read-more-btn">More Features <i class="fa fa-chevron-circle-right"></i></a>
</div>
</div>
<div class="col-md-4 feature-3 wp2 delay-1s">
<div class="feature-icon">
<i class="fa fa-heart"></i>
</div>
<div class="feature-content">
<h1>Open Source</h1>
<p>SilverShop and supported modules are released free under the same BSD License as the SilverStripe framework. With an active community, you can be sure of support and regular updates.</p>
<a href="/support" class="read-more-btn">Support <i class="fa fa-chevron-circle-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="features-intro">
<div class="container-fluid">
<div class="row">
<div class="col-md-6 nopadding features-intro-img">
<div class="features-bg">
<div class="texture-overlay"></div>
<div class="features-img wp1">
</div>
</div>
</div>
<div class="col-md-6 nopadding">
<div class="features-slider">
<ul class="slides" id="featuresSlider">
<li>
<h1><strong>Latest News</strong></h1>
<h2>SilverShop 4 available for Silverstripe 5</h2>
<p>We've just moved version 3 of SilverShop to a new branch and updated the mainline for Silverstripe 5 support. SilverShop 3.1.0 offers support for SilverStripe 4 and the latest bug fixes, SilverShop 4.x-dev offers support for latest PHP and Silverstripe versions.</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>