-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdazzleReadme.txt
executable file
·161 lines (102 loc) · 5.61 KB
/
dazzleReadme.txt
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
==================================================================================================
DESCRIPTION:
DAZZLE is a modern and beautiful well crafted responsive template created for showcasing
your software and mobile application. Built with clean and organized css3 and html5 code,
this template is very easy to customize. It's mobile ready and retina/hi-dpi ready which
means it will look great on any devices from mobile to desktop, sharp and crisp on any screen
resolutions and displays. This stylish template is perfect for showcasing your software and mobile
application.
==================================================================================================
USING THE MAILCHIMP FORM:
To use the mailchimp form you need a mailchimp url. To get the mailchimp url, login to
your mailchimp account, click the list menu, click the stats download menu and select signup forms.
Then choose embedded forms and select naked form. In the generated form code get the value of
the form ACTION attribute and use it as your mailchimp url. Open the main.js file located
in the template's "js" folder and look for this line of code:
var cfg = {
scrollDuration : 800, // smoothscroll duration
mailChimpURL : 'https://facebook.us8.list-manage.com/subscribe/post?u=cdb7b577e41181934ed6a6a44&id=e6957d85dc' // mailchimp url
},
Replace the value of mailChimpURL with your mailchimp url and make sure to uncomment the function
call ssAjaxChimp() inside the ssInit() function:
(function ssInit() {
ssPreloader();
ssMobileMenu();
ssFitVids();
ssOwlCarousel();
ssWaypoints();
ssSmoothScroll();
ssPlaceholder();
ssAlertBoxes();
ssAOS();
ssBackToTop();
// to use the mailchimp form, uncomment the
// function call ssAjaxChimp() below:
// ssAjaxChimp();
})();
-----------------------------------------------------------------------------------------------------
LICENSE:
DAZZLE is released under the Creative Commons Attribution 3.0 License
(http://creativecommons.org/licenses/by/3.0/). This means that you are free:
to Share - to copy, distribute, display, and perform the work
to Remix - to make derivative works
to make commercial use of the work
Under the following conditions:
Attribution - You must attribute the work in the manner specified by the
author or licensor (but not in any way that suggests that they endorse you
or your use of the work).
For any reuse or distribution, you must make clear to others the license
terms of this work
Any of these conditions can be waived if you get permission from the
copyright holder
Attribution:
You must include a credit link to our website(http://www.Styleshout.com) somewhere on
your site. We prefer the footer credit that comes with the template but you are still
free to move it somewhere else.
-----------------------------------------------------------------------------------------------------
REMOVING THE LINK:
We understand that there are situations where you want to use the template without the
crediting obligation. If that's your case, you can always send us a
credit removal fee of 10 USD through Paypal. This will allow you to use the
template attribution/credit link free on ONE DOMAIN name.
You can send your payments through Paypal to this address: [email protected]
If possible, kindly send us the site's url where the template is being used.
Also, keep your Paypal receipt as proof of payment and your good to go.
------------------------------------------------------------------------------------------------------
SUPPORT:
Since DAZZLE is distributed for free, support is not offered. DAZZLE is coded according
to current web standards and we did our best to make the template easy to use and modify.
If you have minimum web development experience, you can easily modify the template.
However, If you're still new to HTML and CSS, I suggest that you visit the
following tutorials:
- http://tutsplus.com/course/30-days-to-learn-html-and-css/
- http://learn.shayhowe.com/html-css/
These will teach you the essentials of HTML and CSS. In addition, if you want to include
jQuery in your skill-set, you can also check out these tutorials:
- http://code.tutsplus.com/courses/30-days-to-learn-jquery
- http://try.jquery.com/
-------------------------------------------------------------------------------------------------------
SOURCES AND CREDITS:
I've used the following resources as listed.
Fonts:
- Montserrat Font (https://www.google.com/fonts/specimen/Montserrat)
- Muli Font (https://fonts.google.com/specimen/Muli)
Icons:
- Font Awesome (http://fortawesome.github.io/Font-Awesome/)
- Micons Free Icons (http://geticonjar.com/freebies/231-micons/)
- Webfont generated by ICOMOON (https://icomoon.io/)
Stock Photos and Graphics:
- Unsplash.com (https://unsplash.com/)
- Relate UI Kit (https://www.invisionapp.com/relate)
Javascript Files:
- JQuery (http://jquery.com/)
- Modernizr (http://modernizr.com/)
- Waypoints (http://imakewebthings.com/jquery-waypoints/)
- jQuery Placeholder (https://github.com/mathiasbynens/jquery-placeholder)
- FitVids (http://fitvidsjs.com/)
- pace js (http://github.hubspot.com/pace/)
- Masonry (http://masonry.desandro.com/)
- ajaxChimp (https://github.com/scdoshi/jquery-ajaxchimp)
- animate on scroll (https://michalsnik.github.io/aos/)
- parallax.js (http://pixelcog.github.io/parallax.js/)
- Owl Carousel (https://owlcarousel2.github.io/OwlCarousel2/)