universal 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 51e29e72fc0e47fa0efbf0b5fc22531611a2e0c115d79511b70d3f7b734f8074
4
- data.tar.gz: '058f1671e563930002fcba93bbb3b6a3c3fbb154b3d171c34fd514cfb3d616dc'
3
+ metadata.gz: 877ca44785e5e71a97588e6c377a600b65b59647a65f12a01f779bdf0e531f23
4
+ data.tar.gz: 5353d5ba2aa3207defce14dc8db82fbdb219db34c9ff0d4e37445527fd4a37e6
5
5
  SHA512:
6
- metadata.gz: a29824b7f6a59716cb8c5a0097d6ef9523d7aa6a0e3e9124af37a9dd61c724b589a055263eb506095ffff91af7d5d5b0da182e244d195e0fa2d264efc53d4ca9
7
- data.tar.gz: 385487ca16a869c9049fa02fa756c79e423f226d1bcb8a0476d013c1a1f158ae55ee1955943ae391b7abac9610861b07bef641348b89204d0a9fb5665932de01
6
+ metadata.gz: f505f868dbc2e192389d2b7790130ad9f54734cab5017f5aa63325cfd22fd36eac94f17a93ec6bdd0b457042efcc3ba0c0dab6c55aff8c1f46a2d4b522cb5d0d
7
+ data.tar.gz: eb35aa5df622b3abd7883b40fb91ee21196bf9578ff2b4cb07d4a25e3ce761973630839f310f4c767aefb19825c9b5f4252e3b7168704071703e195c6d2a86f5
@@ -7,7 +7,7 @@
7
7
  <br>
8
8
  <br>
9
9
  <br>
10
- <br>
10
+ <h1 class="text-uppercase">{{ site.title }}</h1>
11
11
  <br>
12
12
  <h3 class="text-uppercase">{{ site.proposition }}</h3>
13
13
  <p class="lead">{{ site.subproposition }}</p>
@@ -1,4 +1,7 @@
1
1
  <section>
2
+ <!-- stripe form -->
3
+ <script src="https://js.stripe.com/v3/" async></script>
4
+ <script src="assets/js/stripe.form.min.js" async></script>
2
5
  <div id="content">
3
6
  <div class="row">
4
7
  <div id="get-it">
@@ -167,10 +170,10 @@
167
170
  </div>
168
171
  </div>
169
172
  <br>
170
- <div class="row" style="display:none">
173
+ <div class="row">
171
174
  <div class="col-md-12">
172
- <div class="alert alert-success" role="alert" id="success">Félicitations ! Vous recevrez un email de confirmation dans quelques minutes, ainsi qu'un formulaire vous permettant de personnaliser les informations de votre site.</div>
173
- <div class="alert alert-danger" role="alert" id="fail">Aie ! Une erreur est survenue pendant votre achat, vous n'avez pas été débité.</div>
175
+ <div class="alert alert-success" role="alert" id="success" style="display:none">Félicitations ! Vous recevrez un email de confirmation dans quelques minutes, ainsi qu'un formulaire vous permettant de personnaliser les informations de votre site.</div>
176
+ <div class="alert alert-danger" role="alert" id="fail" style="display:none">Aie ! Une erreur est survenue pendant votre achat, vous n'avez pas été débité.</div>
174
177
  </div>
175
178
  </div>
176
179
  </div>
@@ -184,7 +187,4 @@
184
187
  </div>
185
188
  </div>
186
189
  </div>
187
- <!-- stripe form -->
188
- <script src="https://js.stripe.com/v3/"></script>
189
- <script src="assets/js/stripe.form.min.js"></script>
190
190
  </section>
data/_includes/head.html CHANGED
@@ -7,22 +7,20 @@
7
7
  <meta name="description" content="{{ site.description }}">
8
8
  <meta name="author" content="{{ site.author }}">
9
9
 
10
-
11
-
12
-
13
-
10
+
14
11
  <!-- Bootstrap and Font Awesome css -->
15
12
  <link rel="preload" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
16
13
  <link rel="preload" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
14
+ <!-- Css animations -->
15
+ <!--<link href="assets/css/animate.css" rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'">-->
17
16
 
18
- <!-- Css animations -->
19
- <link href="assets/css/animate.css" rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'">
20
-
21
- <!-- Theme stylesheet, if possible do not edit this stylesheet -->
22
- <link href="assets/css/style.blue.css" rel="preload" id="theme-stylesheet" as="style" onload="this.onload=null;this.rel='stylesheet'">
17
+ <!-- Theme stylesheet, if possible do not edit this stylesheet -->
18
+ <!-- <link href="assets/css/style.blue.css" rel="preload" id="theme-stylesheet" as="style" onload="this.onload=null;this.rel='stylesheet'">-->
19
+
20
+ <link rel="preload" href="assets/css/combined.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
23
21
 
24
22
  <!-- Custom stylesheet - for your changes -->
25
- <link href="assets/css/custom.css" rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'">
23
+ <!-- <link href="assets/css/custom.css" rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'">
26
24
 
27
25
  <!-- Responsivity for older IE -->
28
26
  <!--[if lt IE 9]>
@@ -42,16 +40,15 @@
42
40
  <link rel="apple-touch-icon" sizes="152x152" href="assets/img/apple-touch-icon-152x152.png">
43
41
 
44
42
  <!-- owl carousel css -->
45
- <link href="assets/css/owl.carousel.css" rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'">
46
- <link href="assets/css/owl.theme.css" rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'">
43
+ <!--<link href="assets/css/owl.carousel.css" rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'">
44
+ <!--<link href="assets/css/owl.theme.css" rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'">
47
45
  <noscript>
48
- <link rel="stylesheet" href="assets/css/style.blue.css">
49
46
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
50
47
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
51
- <link rel="stylesheet" href="assets/css/animate.css">
52
- <link rel="stylesheet" href="assets/css/custom.css">
53
- <link rel="stylesheet" href="assets/css/owl.carousel.css">
54
- <link rel="stylesheet" href="assets/css/owl.theme.css">
48
+ <!-- <link rel="stylesheet" href="assets/css/custom.css">
49
+ <!-- <link rel="stylesheet" href="assets/css/owl.carousel.css">
50
+ <!-- <link rel="stylesheet" href="assets/css/owl.theme.css">
51
+ <link rel="stylesheet" href="assets/css/combined.css">
55
52
  </noscript>
56
53
 
57
54
 
@@ -36,39 +36,21 @@ _________________________________________________________ -->
36
36
  <img src="assets/img/logo-small.png" alt="logo {{ site.title }}" class="visible-xs visible-sm">
37
37
  <span class="sr-only">{{ site.title }} - Retourner à l'accueil</span>
38
38
  </a>
39
- <div class="navbar-buttons">
40
- <button type="button" class="navbar-toggle btn-template-main" data-toggle="collapse" data-target="#navigation">
41
- <span class="sr-only">Naviguer</span>
42
- <i class="fa fa-align-justify"></i>
43
- </button>
44
- </div>
45
39
  </div>
46
40
 
47
41
  <div class="navbar-collapse collapse" id="navigation">
48
42
  <ul class="nav navbar-nav navbar-right">
49
-
50
- <li class="dropdown">
51
-
43
+ <li>
52
44
  <a href="#">Accueil</a>
53
-
54
45
  </li>
55
-
56
- <li class="dropdown">
57
-
46
+ <li>
58
47
  <a href="#offre">Offre</a>
59
-
60
48
  </li>
61
-
62
- <li class="dropdown">
63
-
49
+ <li>
64
50
  <a href="#equipe">Equipe</a>
65
-
66
51
  </li>
67
-
68
- <li class="dropdown">
69
-
52
+ <li>
70
53
  <a href="#footer">Contact</a>
71
-
72
54
  </li>
73
55
 
74
56
  </ul>
@@ -76,7 +58,6 @@ _________________________________________________________ -->
76
58
  </div>
77
59
  </div>
78
60
  <div id="top">
79
- <div class="container">
80
61
  <div class="row">
81
62
  <p class="text-center">
82
63
  <a class="btn btn-warning" onclick="document.getElementById('order').click()" href="#get-it">Je veux ce site !</a>
@@ -84,7 +65,6 @@ _________________________________________________________ -->
84
65
  </div>
85
66
  </div>
86
67
  </div>
87
- </div>
88
68
 
89
69
  <!-- *** NAVBAR END *** -->
90
70
  </header>
data/_includes/js.html CHANGED
@@ -2,13 +2,13 @@
2
2
  <script>
3
3
  window.jQuery || document.write('<script src="assets/js/jquery-1.11.0.min.js"><\/script>')
4
4
  </script>
5
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
5
+ <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js" async></script>
6
6
 
7
7
 
8
- <script src="assets/js/jquery.cookie.js"></script>
9
- <script src="assets/js/waypoints.min.js"></script>
10
- <script src="assets/js/jquery.counterup.min.js"></script>
11
- <script src="assets/js/front.js"></script>
8
+ <script src="assets/js/jquery.cookie.js" async></script>
9
+ <!--<script src="assets/js/waypoints.min.js" async></script>-->
10
+ <script src="assets/js/jquery.counterup.min.js" async></script>
11
+ <script src="assets/js/front.js" async></script>
12
12
 
13
13
 
14
14
  <!-- owl carousel -->
data/_includes/map.html CHANGED
@@ -13,7 +13,6 @@
13
13
  });
14
14
  }
15
15
  </script>
16
- <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCjZsHtLiY-JYQuRjpJh6sQzxnHJupL3qM&callback=initMap"
17
- async defer></script>
16
+ <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCjZsHtLiY-JYQuRjpJh6sQzxnHJupL3qM&callback=initMap" async defer></script>
18
17
  </section>
19
18
  <!-- /.banner -->
data/_includes/team.html CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  <div class="row">
9
9
  {% for team in site.team %}
10
- <div class="col-md-3 col-sm-3" data-animate="fadeInUp">
10
+ <div class="col-md-3 col-sm-3">
11
11
  <div class="team-member">
12
12
  <div class="image">
13
13
  <img src="assets/img/{{ team.name }}.jpg" alt="" class="img-responsive img-circle">
data/assets/css/.DS_Store CHANGED
Binary file
@@ -0,0 +1,357 @@
1
+
2
+ .gm-style .gm-style-mtc label, .gm-style .gm-style-mtc div { font-weight: 400; }
3
+ .gm-style .gm-style-cc span, .gm-style .gm-style-cc a, .gm-style .gm-style-mtc div { font-size: 10px; }
4
+ .gm-style-pbc { transition: opacity ease-in-out; background-color: rgba(0, 0, 0, 0.45); text-align: center; }
5
+ .gm-style-pbt { font-size: 22px; color: white; font-family: Roboto, Arial, sans-serif; position: relative; margin: 0px; top: 50%; transform: translateY(-50%); }
6
+ .clearfix::before, .clearfix::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after { content: " "; display: table; }
7
+ .clearfix::after, .navbar::after, .navbar-header::after { clear: both; }
8
+ .pull-right { float: right !important; }
9
+ .pull-left { float: left !important; }
10
+ .affix { position: fixed; transform: translate3d(0px, 0px, 0px); }
11
+ a, button { transition: all 0.2s ease-out; }
12
+ a i.fa, button i.fa { margin: 0px 5px; }
13
+ .clickable { cursor: pointer !important; }
14
+ .text-uppercase { text-transform: uppercase; letter-spacing: 0.08em; }
15
+ p.lead { margin-bottom: 40px; }
16
+ .no-mb { margin-bottom: 0px !important; }
17
+ .heading { margin-bottom: 40px; }
18
+ .heading h1, .heading h2, .heading h3, .heading h4, .heading h5 { display: inline-block; border-bottom: 5px solid rgb(70, 127, 191); line-height: 1.1; margin-bottom: 0px; padding-bottom: 10px; vertical-align: middle; text-transform: uppercase; letter-spacing: 0.06em; }
19
+ .heading h1 i.fa, .heading h2 i.fa, .heading h3 i.fa, .heading h4 i.fa, .heading h5 i.fa { display: inline-block; background: rgb(70, 127, 191); width: 30px; height: 30px; vertical-align: middle; text-align: center; color: rgb(255, 255, 255); font-size: 12px; line-height: 30px; border-radius: 15px; }
20
+ .icon { display: inline-block; width: 80px; height: 80px; color: rgb(255, 255, 255); line-height: 80px; border-radius: 40px; border: 1px solid rgb(255, 255, 255); font-size: 20px; }
21
+ .icon.icon-lg { font-size: 30px; border-width: 2px; }
22
+ .pages-listing .item { text-align: center; }
23
+ .pages-listing .item h3 { font-size: 18px; text-transform: uppercase; margin-bottom: 20px; letter-spacing: 0.08em; }
24
+ .pages-listing .item h3 a { color: rgb(85, 85, 85); }
25
+ .pages-listing .item .text { margin-bottom: 20px; }
26
+ .pages-listing .item .text p { color: rgb(153, 153, 153); font-size: 12px; margin-bottom: 20px; }
27
+ #top { background: rgb(85, 85, 85); color: rgb(238, 238, 238); padding: 10px 0px; }
28
+ #top p { margin: 0px; font-size: 12px; }
29
+ #top .social { float: right; text-align: right; }
30
+ #top .social a { color: rgb(153, 153, 153); display: inline-block; width: 24px; height: 24px; border-radius: 12px; line-height: 20px; font-size: 12px; text-align: center; vertical-align: bottom; }
31
+ #top .social a:hover { color: rgb(255, 255, 255); }
32
+ #top .social a:hover.linkedin { background-color: rgb(14, 118, 168); }
33
+ #top .social a:hover.facebook { background-color: rgb(68, 96, 174); }
34
+ #top .social a:hover.gplus { background-color: rgb(194, 31, 37); }
35
+ #top .social a:hover.twitter { background-color: rgb(51, 204, 255); }
36
+ #top .social a:hover.instagram { background-color: rgb(205, 67, 120); }
37
+ #top .social a:hover.email { background-color: rgb(74, 127, 69); }
38
+ #top .login { float: right; }
39
+ #top .login a { font-size: 12px; color: rgb(238, 238, 238); margin-right: 15px; text-decoration: none; text-transform: uppercase; font-weight: 700; letter-spacing: 0.1em; }
40
+ #top.light { background: rgb(255, 255, 255); color: rgb(153, 153, 153); border-bottom: 1px solid rgb(238, 238, 238); }
41
+ #top.light .login a { color: rgb(85, 85, 85); }
42
+ .navbar { border: none; }
43
+ .navbar ul.nav > li > a { text-transform: uppercase; text-decoration: underline; font-weight: bold; letter-spacing: 0.08em; border-top: 5px solid transparent; }
44
+ .navbar ul.nav > li > a:hover { border-top: 5px solid rgb(70, 127, 191); }
45
+ .navbar ul.nav > li.active > a, .navbar ul.nav > li.open > a { border-top: 5px solid rgb(41, 77, 118); text-decoration: none !important; }
46
+ .navbar.navbar-light ul.nav > li.active > a { border-top: 5px solid rgb(41, 77, 118); background: rgb(255, 255, 255) !important; color: rgb(85, 85, 85) !important; }
47
+ .navbar.navbar-light ul.nav > li.active > a:hover { border-top: 5px solid rgb(41, 77, 118); }
48
+ .navbar.navbar-light ul.nav > li > a:hover, .navbar.navbar-light ul.nav > li.open > a:hover, .navbar.navbar-light ul.nav > li > a:focus, .navbar.navbar-light ul.nav > li.open > a:focus { border-top: 5px solid rgb(70, 127, 191); background: rgb(255, 255, 255) !important; color: rgb(85, 85, 85) !important; }
49
+ .navbar ul.dropdown-menu { margin: 0px; padding: 0px; }
50
+ .navbar ul.dropdown-menu li { list-style-type: none; border-bottom: 1px solid rgb(238, 238, 238); text-transform: uppercase; letter-spacing: 0.08em; padding: 4px 0px; }
51
+ .navbar ul.dropdown-menu li a { position: relative; color: rgb(153, 153, 153); font-size: 12px; display: block; transition: all 0.2s ease-out; left: 0px; }
52
+ .navbar ul.dropdown-menu li a:hover { color: rgb(70, 127, 191); text-decoration: none; background: none; left: 2px; transition: all 0.2s ease-out; }
53
+ .navbar .yamm-content h3 { font-size: 18px; text-transform: uppercase; padding-bottom: 10px; margin-top: 5px; border-bottom: 1px dotted rgb(85, 85, 85); letter-spacing: 0.08em; }
54
+ .navbar .yamm-content h5 { text-transform: uppercase; padding-bottom: 10px; border-bottom: 1px dotted rgb(85, 85, 85); letter-spacing: 0.08em; }
55
+ .navbar .yamm-content ul { margin: 0px; padding: 0px; }
56
+ .navbar .yamm-content ul li { list-style-type: none; border-bottom: 1px solid rgb(238, 238, 238); text-transform: uppercase; padding: 4px 0px; }
57
+ .navbar .yamm-content ul li a { position: relative; color: rgb(153, 153, 153); font-size: 12px; display: block; transition: all 0.2s ease-out; }
58
+ .navbar .yamm-content ul li a:hover { color: rgb(70, 127, 191); text-decoration: none; padding-left: 2px; }
59
+ .navbar .yamm-content .banner { margin-bottom: 10px; }
60
+ .navbar .yamm-fw .dropdown-menu { padding: 0px; }
61
+ .navbar .navbar-buttons { float: right; }
62
+ .navbar .navbar-buttons button, .navbar .navbar-buttons a.btn, .navbar .navbar-buttons .btn-default.navbar-toggle { margin: 11px 5px 11px 0px; }
63
+ .navbar .btn-default, .navbar .btn-default.navbar-toggle { color: rgb(153, 153, 153); background-color: rgb(255, 255, 255); margin-left: 7px; margin-right: 0px; }
64
+ .navbar .btn-default:hover, .navbar .btn-default.navbar-toggle:hover, .navbar .btn-default:focus, .navbar .btn-default.navbar-toggle:focus { background-color: rgb(255, 255, 255); border-color: rgb(70, 127, 191); color: rgb(70, 127, 191); }
65
+ .navbar #search { clear: both; border-top: 1px solid rgb(70, 127, 191); text-align: right; }
66
+ .navbar #search form { float: right; }
67
+ .navbar #search form .input-group { width: 500px; }
68
+ .navbar #basket-overview a { margin-left: 7px; }
69
+ .navbar-affixed-top { top: -32px; }
70
+ .navbar-affixed-top.affix { position: fixed; width: 100%; top: 0px; z-index: 1000; box-shadow: rgb(204, 204, 204) 0px 0px 5px; transition: all 0.5s ease-out; }
71
+ body.boxed .navbar-affixed-top.affix { position: static; }
72
+ .btn { font-weight: 700; font-family: Roboto, Helvetica, Arial, sans-serif; text-transform: uppercase; letter-spacing: 0.08em; padding: 6px 12px; font-size: 13px; line-height: 1.42857; border-radius: 0px; }
73
+ .input-group .btn { font-size: 14px; }
74
+ .btn-lg { padding: 10px 16px; font-size: 14px; line-height: 1.33; border-radius: 0px; }
75
+ .btn-template-main { color: rgb(70, 127, 191); background-color: rgb(255, 255, 255); border-color: rgb(70, 127, 191); }
76
+ .btn-template-main:hover, .btn-template-main:focus, .btn-template-main:active, .btn-template-main.active, .open > .dropdown-toggle.btn-template-main { color: rgb(70, 127, 191); background-color: rgb(230, 230, 230); border-color: rgb(51, 97, 148); }
77
+ .btn-template-main:active, .btn-template-main.active, .open > .dropdown-toggle.btn-template-main { background-image: none; }
78
+ .btn-template-main.disabled, .btn-template-main[disabled], fieldset[disabled] .btn-template-main, .btn-template-main.disabled:hover, .btn-template-main[disabled]:hover, fieldset[disabled] .btn-template-main:hover, .btn-template-main.disabled:focus, .btn-template-main[disabled]:focus, fieldset[disabled] .btn-template-main:focus, .btn-template-main.disabled:active, .btn-template-main[disabled]:active, fieldset[disabled] .btn-template-main:active, .btn-template-main.disabled.active, .btn-template-main[disabled].active, fieldset[disabled] .btn-template-main.active { background-color: rgb(255, 255, 255); border-color: rgb(70, 127, 191); }
79
+ .btn-template-main .badge { color: rgb(255, 255, 255); background-color: rgb(70, 127, 191); }
80
+ .btn-template-main:hover, .btn-template-main:focus, .btn-template-main:active, .btn-template-main.active { background: rgb(70, 127, 191); color: rgb(255, 255, 255); border-color: rgb(70, 127, 191); }
81
+ .btn-template-transparent-primary:hover, .btn-template-transparent-primary:focus, .btn-template-transparent-primary:active, .btn-template-transparent-primary.active, .open > .dropdown-toggle.btn-template-transparent-primary { color: rgb(255, 255, 255); background-color: rgba(0, 0, 0, 0); border-color: rgb(224, 224, 224); }
82
+ .btn-template-transparent-primary:active, .btn-template-transparent-primary.active, .open > .dropdown-toggle.btn-template-transparent-primary { background-image: none; }
83
+ .btn-template-transparent-primary.disabled, .btn-template-transparent-primary[disabled], fieldset[disabled] .btn-template-transparent-primary, .btn-template-transparent-primary.disabled:hover, .btn-template-transparent-primary[disabled]:hover, fieldset[disabled] .btn-template-transparent-primary:hover, .btn-template-transparent-primary.disabled:focus, .btn-template-transparent-primary[disabled]:focus, fieldset[disabled] .btn-template-transparent-primary:focus, .btn-template-transparent-primary.disabled:active, .btn-template-transparent-primary[disabled]:active, fieldset[disabled] .btn-template-transparent-primary:active, .btn-template-transparent-primary.disabled.active, .btn-template-transparent-primary[disabled].active, fieldset[disabled] .btn-template-transparent-primary.active { background-color: transparent; border-color: rgb(255, 255, 255); }
84
+ .btn-template-transparent-primary:hover, .btn-template-transparent-primary:focus, .btn-template-transparent-primary:active, .btn-template-transparent-primary.active { background: rgb(255, 255, 255); color: rgb(70, 127, 191); border-color: rgb(255, 255, 255); }
85
+ .btn-template-transparent-black { color: rgb(255, 255, 255); background-color: transparent; border-color: rgb(255, 255, 255); }
86
+ .btn-template-transparent-black:hover, .btn-template-transparent-black:focus, .btn-template-transparent-black:active, .btn-template-transparent-black.active, .open > .dropdown-toggle.btn-template-transparent-black { color: rgb(255, 255, 255); background-color: rgba(0, 0, 0, 0); border-color: rgb(224, 224, 224); }
87
+ .btn-template-transparent-black:active, .btn-template-transparent-black.active, .open > .dropdown-toggle.btn-template-transparent-black { background-image: none; }
88
+ .btn-template-transparent-black.disabled, .btn-template-transparent-black[disabled], fieldset[disabled] .btn-template-transparent-black, .btn-template-transparent-black.disabled:hover, .btn-template-transparent-black[disabled]:hover, fieldset[disabled] .btn-template-transparent-black:hover, .btn-template-transparent-black.disabled:focus, .btn-template-transparent-black[disabled]:focus, fieldset[disabled] .btn-template-transparent-black:focus, .btn-template-transparent-black.disabled:active, .btn-template-transparent-black[disabled]:active, fieldset[disabled] .btn-template-transparent-black:active, .btn-template-transparent-black.disabled.active, .btn-template-transparent-black[disabled].active, fieldset[disabled] .btn-template-transparent-black.active { background-color: transparent; border-color: rgb(255, 255, 255); }
89
+ .btn-template-transparent-black .badge { color: transparent; background-color: rgb(255, 255, 255); }
90
+ .btn-template-transparent-black:hover, .btn-template-transparent-black:focus, .btn-template-transparent-black:active, .btn-template-transparent-black.active { background: rgb(255, 255, 255); color: rgb(0, 0, 0); border-color: rgb(255, 255, 255); }
91
+ .btn-template-primary:hover, .btn-template-primary:focus, .btn-template-primary:active, .btn-template-primary.active, .open > .dropdown-toggle.btn-template-primary { color: rgb(255, 255, 255); background-color: rgb(54, 102, 156); border-color: rgb(51, 97, 148); }
92
+ .btn-template-primary:active, .btn-template-primary.active, .open > .dropdown-toggle.btn-template-primary { background-image: none; }
93
+ .btn-template-primary.disabled, .btn-template-primary[disabled], fieldset[disabled] .btn-template-primary, .btn-template-primary.disabled:hover, .btn-template-primary[disabled]:hover, fieldset[disabled] .btn-template-primary:hover, .btn-template-primary.disabled:focus, .btn-template-primary[disabled]:focus, fieldset[disabled] .btn-template-primary:focus, .btn-template-primary.disabled:active, .btn-template-primary[disabled]:active, fieldset[disabled] .btn-template-primary:active, .btn-template-primary.disabled.active, .btn-template-primary[disabled].active, fieldset[disabled] .btn-template-primary.active { background-color: rgb(70, 127, 191); border-color: rgb(70, 127, 191); }
94
+ #intro .item { font-family: Roboto, Helvetica, Arial, sans-serif; height: 100%; }
95
+ #intro .item h1 { text-transform: uppercase; font-size: 50px; color: rgb(255, 255, 255); margin-bottom: 40px; letter-spacing: 0.08em; }
96
+ #intro .item h3 { color: rgb(255, 255, 255); margin-bottom: 40px; }
97
+ #intro .item .btn { text-transform: none; }
98
+ #intro .container, #intro .row { height: 100%; position: relative; }
99
+ .jumbotron .dark-mask { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgb(70, 127, 191); opacity: 0.9; }
100
+ .jumbotron p.text-uppercase { font-weight: 700; }
101
+ .container .jumbotron { border-radius: 0px; }
102
+ .jumbotron .container { max-width: 100%; z-index: 2; }
103
+ .panel.sidebar-menu .panel-body { padding: 0px; }
104
+ .panel.sidebar-menu .panel-body span.colour { display: inline-block; width: 15px; height: 15px; border: 1px solid rgb(85, 85, 85); vertical-align: top; margin-top: 2px; margin-left: 5px; }
105
+ .panel.sidebar-menu .panel-body span.colour.white { background: rgb(255, 255, 255); }
106
+ .panel.sidebar-menu .panel-body span.colour.red { background: red; }
107
+ .panel.sidebar-menu .panel-body span.colour.green { background: green; }
108
+ .panel.sidebar-menu .panel-body span.colour.blue { background: blue; }
109
+ .panel.sidebar-menu .panel-body span.colour.yellow { background: yellow; }
110
+ .panel.sidebar-menu .panel-body label { color: rgb(153, 153, 153); font-size: 12px; }
111
+ .panel.sidebar-menu .panel-body label:hover { color: rgb(85, 85, 85); }
112
+ .panel.sidebar-menu ul.nav ul { list-style: none; padding-left: 0px; }
113
+ .panel.sidebar-menu ul.nav ul li { display: block; }
114
+ .panel.sidebar-menu ul.nav ul li a { position: relative; font-family: "Times New Roman", Times, serif; font-weight: normal; display: block; padding: 10px 15px 10px 30px; font-size: 12px; color: rgb(153, 153, 153); text-transform: none !important; }
115
+ .panel.sidebar-menu ul.nav ul li a:hover, .panel.sidebar-menu ul.nav ul li a:focus { text-decoration: none; background-color: rgb(238, 238, 238); }
116
+ .panel.sidebar-menu.with-icons ul.nav li a::after { font-family: FontAwesome; content: ""; position: relative; top: 0px; float: right; }
117
+ .owl-carousel .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page.active span, .owl-carousel .owl-controls.clickable .owl-page:hover span, .owl-theme .owl-controls.clickable .owl-page:hover span { background: rgb(70, 127, 191); }
118
+ .owl-carousel .owl-controls .owl-buttons, .owl-theme .owl-controls .owl-buttons { position: absolute; top: 5px; right: 0px; }
119
+ .owl-carousel .owl-controls .owl-buttons div, .owl-theme .owl-controls .owl-buttons div { width: 26px; height: 26px; line-height: 25px; margin: 0px 5px 0px 0px; font-size: 18px; color: rgb(70, 127, 191); padding: 0px; background: rgb(255, 255, 255); border-radius: 13px; vertical-align: middle; text-align: center; opacity: 1; }
120
+ .home-carousel .dark-mask { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgb(70, 127, 191); opacity: 0.9; }
121
+ .home-carousel .owl-carousel { padding-top: 60px; padding-bottom: 20px; }
122
+ .home-carousel .owl-theme .owl-controls .owl-page span { background: rgb(102, 102, 102); }
123
+ .home-carousel .owl-theme .owl-controls .owl-page.active span { background: rgb(255, 255, 255); }
124
+ .home-carousel .owl-theme .owl-controls .owl-page:hover span { background: rgb(255, 255, 255); }
125
+ .customers { padding: 0px; margin-bottom: 40px; }
126
+ .customers .item { list-style-type: none; text-align: center; margin: 0px 20px; }
127
+ .customers .item img { display: inline-block; filter: grayscale(100%); transition: all 0.2s ease-out; }
128
+ .customers .item img:hover { filter: none; }
129
+ .testimonials { padding: 0px; margin-bottom: 40px; }
130
+ .testimonials .item { list-style-type: none; margin: 0px 5px; background: rgb(255, 255, 255); padding-bottom: 60px; box-sizing: border-box; }
131
+ .testimonials .item .testimonial { position: relative; padding: 20px; }
132
+ .testimonials .item .testimonial::before, .testimonials .item .testimonial::after { content: " "; display: table; }
133
+ .testimonials .item .testimonial::after { clear: both; }
134
+ .testimonials .item .testimonial::before, .testimonials .item .testimonial::after { content: " "; display: table; }
135
+ .testimonials .item .testimonial::after { clear: both; }
136
+ .testimonials .item .testimonial .text { color: rgb(153, 153, 153); margin-bottom: 40px; }
137
+ .testimonials .item .testimonial .bottom { position: absolute; left: 0px; bottom: 0px; width: 100%; box-sizing: border-box; padding: 20px; height: 50px; }
138
+ .testimonials .item .testimonial .bottom .icon { color: rgb(70, 127, 191); font-size: 30px; float: left; width: 20%; }
139
+ .testimonials .item .testimonial .name-picture { float: right; width: 80%; text-align: right; }
140
+ .testimonials .item .testimonial .name-picture h5 { font-size: 14px; text-transform: uppercase; letter-spacing: 0.08em; }
141
+ .testimonials .item .testimonial .name-picture p { color: rgb(153, 153, 153); margin: 0px; font-size: 12px; }
142
+ .testimonials .item .testimonial .name-picture img { float: right; width: 60px; border-radius: 30px; margin-left: 10px; }
143
+ .team-member { text-align: center; margin-bottom: 40px; }
144
+ .team-member h3 { font-size: 18px; text-transform: uppercase; margin-bottom: 5px; letter-spacing: 0.08em; }
145
+ .team-member h3 a { color: rgb(85, 85, 85); }
146
+ .team-member p.role { color: rgb(153, 153, 153); font-size: 12px; text-transform: uppercase; letter-spacing: 0.06em; }
147
+ .team-member .social { margin-bottom: 20px; }
148
+ .team-member .social a { margin: 0px 10px 0px 0px; color: rgb(255, 255, 255); display: inline-block; width: 26px; height: 26px; border-radius: 13px; line-height: 26px; font-size: 15px; text-align: center; transition: all 0.2s ease-out; vertical-align: bottom; }
149
+ .team-member .social a i { vertical-align: bottom; line-height: 26px; }
150
+ .team-member .social a.linkedin { background-color: rgb(14, 118, 168); }
151
+ .team-member .social a.facebook { background-color: rgb(68, 96, 174); }
152
+ .team-member .social a.gplus { background-color: rgb(194, 31, 37); }
153
+ .team-member .social a.twitter { background-color: rgb(51, 204, 255); }
154
+ .team-member .social a.instagram { background-color: rgb(205, 67, 120); }
155
+ .team-member .social a.email { background-color: rgb(74, 127, 69); }
156
+ .team-member .text p { color: rgb(153, 153, 153); font-size: 12px; }
157
+ .team-member .social, .team-member-detail .social { margin-bottom: 20px; }
158
+ .team-member .social a, .team-member-detail .social a { margin: 0px 10px 0px 0px; color: rgb(255, 255, 255); display: inline-block; width: 26px; height: 26px; border-radius: 13px; line-height: 26px; font-size: 15px; text-align: center; transition: all 0.2s ease-out; vertical-align: bottom; }
159
+ .team-member .social a i, .team-member-detail .social a i { vertical-align: bottom; line-height: 26px; }
160
+ .team-member .social a.linkedin, .team-member-detail .social a.linkedin { background-color: rgb(14, 118, 168); }
161
+ .team-member .social a.facebook, .team-member-detail .social a.facebook { background-color: rgb(68, 96, 174); }
162
+ .team-member .social a.gplus, .team-member-detail .social a.gplus { background-color: rgb(194, 31, 37); }
163
+ .team-member .social a.twitter, .team-member-detail .social a.twitter { background-color: rgb(51, 204, 255); }
164
+ .team-member .social a.instagram, .team-member-detail .social a.instagram { background-color: rgb(205, 67, 120); }
165
+ .team-member .social a.email, .team-member-detail .social a.email { background-color: rgb(74, 127, 69); }
166
+ .box-simple { text-align: center; margin-bottom: 40px; }
167
+ .box-simple .icon { color: rgb(70, 127, 191); border-color: rgb(70, 127, 191); transition: all 0.2s ease-out; }
168
+ .box-simple h3 { font-size: 18px; text-transform: uppercase; line-height: 1.5; color: rgb(85, 85, 85); font-weight: 800; letter-spacing: 0.08em; }
169
+ .box-simple h3 a { color: rgb(85, 85, 85); }
170
+ .box-simple p { color: rgb(153, 153, 153); }
171
+ .box-simple:hover .icon { transform: scale(1.1, 1.1); }
172
+ .box-simple:hover .icon i { transform: scale(1, 1); }
173
+ .box-simple.box-white .icon { color: rgb(85, 85, 85); border-color: transparent; font-size: 70px; }
174
+ .box-simple.box-dark .icon { color: rgb(247, 247, 247); border-color: transparent; font-size: 70px; }
175
+ .box-image .text { position: absolute; width: 100%; height: 50%; top: 0px; transform: translate(0px, -150%); transition: all 0.2s ease-out; color: rgb(255, 255, 255); padding: 0px 20px; }
176
+ .box-image:hover .text { position: absolute; transform: translate(0px, 100%); }
177
+ .box-image-text .top .text { position: absolute; width: 100%; height: 50%; top: 0px; transform: translate(0px, -150%); transition: all 0.2s ease-out; color: rgb(255, 255, 255); padding: 0px 20px; }
178
+ .box-image-text:hover .text { position: absolute; transform: translate(0px, 100%); }
179
+ .box { background: rgb(255, 255, 255); margin: 0px 0px 30px; border-top: 1px solid rgb(204, 204, 204); border-bottom: 1px solid rgb(204, 204, 204); border-image: initial; box-sizing: border-box; padding: 20px 0px; border-left: none; border-right: none; }
180
+ .box .box-header { background: rgb(247, 247, 247); margin: -20px 0px 20px; padding: 20px; border-bottom: 1px solid rgb(238, 238, 238); text-transform: uppercase; letter-spacing: 0.08em; }
181
+ .box .box-header::before, .box .box-header::after { content: " "; display: table; }
182
+ .box .box-header::after { clear: both; }
183
+ .box .box-header::before, .box .box-header::after { content: " "; display: table; }
184
+ .box .box-header::after { clear: both; }
185
+ .box .box-footer { background: rgb(247, 247, 247); margin: 30px 0px -20px; padding: 20px; border-top: 1px solid rgb(238, 238, 238); }
186
+ .box .box-footer::before, .box .box-footer::after { content: " "; display: table; }
187
+ .box .box-footer::after { clear: both; }
188
+ .box .box-footer::before, .box .box-footer::after { content: " "; display: table; }
189
+ .box .box-footer::after { clear: both; }
190
+ #heading-breadcrumbs.no-mb { margin-bottom: 0px; }
191
+ .bar { position: relative; background: rgb(70, 127, 191); padding: 60px 0px; }
192
+ .bar.background-pentagon { background: url("../img/texture-bw.png") center center repeat; border-top: 1px solid rgb(153, 153, 153); border-bottom: 1px solid rgb(153, 153, 153); }
193
+ .bar.background-gray { background: rgb(238, 238, 238); }
194
+ .bar.background-white { background: rgb(255, 255, 255); }
195
+ .bar.background-image-fixed-1 { background: url("../img/fixed-background-1.jpg") center top / cover no-repeat fixed; }
196
+ .bar.background-image-fixed-2 { background: url("../img/fixed-background-2.jpg") center top / cover no-repeat fixed; }
197
+ .bar.color-white h1, .bar.color-white h2, .bar.color-white h3, .bar.color-white h4, .bar.color-white h5, .bar.color-white h6, .bar.color-white p { color: rgb(255, 255, 255); }
198
+ .bar .dark-mask { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgb(0, 0, 0); opacity: 0.3; }
199
+ .portfolio-showcase p.lead { color: rgb(85, 85, 85); margin-bottom: 20px; }
200
+ .showcase .item { text-align: center; }
201
+ .showcase .item .icon { display: inline-block; width: 50px; height: 50px; color: rgb(85, 85, 85); line-height: 50px; border-radius: 25px; border: 1px solid rgb(85, 85, 85); }
202
+ .showcase .item h4 { color: rgb(85, 85, 85); text-transform: uppercase; letter-spacing: 0.08em; line-height: 1.5; font-size: 16px; }
203
+ .showcase .item h4 span { font-weight: bold; font-size: 51px; }
204
+ #map { height: 300px; }
205
+ #map.with-border { border-top: 1px solid rgb(70, 127, 191); border-bottom: 1px solid rgb(70, 127, 191); }
206
+ #blog-listing-big .post .image, #blog-homepage .post .image { margin-bottom: 10px; overflow: hidden; }
207
+ #blog-listing-big .post .image img, #blog-homepage .post .image img { transition: all 0.2s ease-out; }
208
+ #blog-listing-medium .post .clearfix::before, #blog-listing-medium .post .clearfix::after, #blog-listing-medium .post .navbar::before, #blog-listing-medium .post .navbar::after, #blog-listing-medium .post .navbar-header::before, #blog-listing-medium .post .navbar-header::after { content: " "; display: table; }
209
+ #blog-listing-medium .post .clearfix::after, #blog-listing-medium .post .navbar::after, #blog-listing-medium .post .navbar-header::after { clear: both; }
210
+ #blog-listing-medium .post .clearfix::before, #blog-listing-medium .post .clearfix::after, #blog-listing-medium .post .navbar::before, #blog-listing-medium .post .navbar::after, #blog-listing-medium .post .navbar-header::before, #blog-listing-medium .post .navbar-header::after { content: " "; display: table; }
211
+ #blog-listing-medium .post .clearfix::after, #blog-listing-medium .post .navbar::after, #blog-listing-medium .post .navbar-header::after { clear: both; }
212
+ #blog-listing-medium .post .image { margin-bottom: 10px; overflow: hidden; }
213
+ #blog-listing-medium .post .image img { transition: all 0.2s ease-out; }
214
+ .product .image { overflow: hidden; }
215
+ .product .image img { transition: all 0.2s ease-out; }
216
+ .product .text { padding: 10px; }
217
+ .product .text h3 { font-size: 14px; font-weight: 700; height: 39.6px; text-transform: uppercase; letter-spacing: 0.08em; }
218
+ .product .text h3 a { color: rgb(85, 85, 85); }
219
+ .product .text h3 a:hover { text-decoration: none; }
220
+ .product .text p.price { font-size: 18px; }
221
+ .product .text p.price del { color: rgb(153, 153, 153); }
222
+ .product .buttons .btn { margin-bottom: 20px; }
223
+ .product:hover .image img { transform: scale(1.1, 1.1); }
224
+ #productMain .sizes a.active, #productMain .sizes a:hover { background: rgb(70, 127, 191); color: rgb(255, 255, 255); }
225
+ #thumbs a.active { border-color: rgb(70, 127, 191); }
226
+ #product-social p a.linkedin { background-color: rgb(14, 118, 168); }
227
+ #product-social p a.email { background-color: rgb(74, 127, 69); }
228
+ #checkout .nav { margin-bottom: 20px; border-bottom: 1px solid rgb(70, 127, 191); }
229
+ #checkout .nav li { height: 100%; }
230
+ #checkout .nav li a { display: block; height: 100%; }
231
+ #order-summary table { margin-top: 20px; }
232
+ #order-summary table td { color: rgb(153, 153, 153); }
233
+ #order-summary table tr.total td, #order-summary table tr.total th { font-size: 18px; color: rgb(85, 85, 85); font-weight: 700; }
234
+ #checkout .table tbody tr td, #basket .table tbody tr td, #customer-order .table tbody tr td { vertical-align: middle; }
235
+ #checkout .table tbody tr td input, #basket .table tbody tr td input, #customer-order .table tbody tr td input { width: 50px; text-align: right; }
236
+ #checkout .table tbody tr td img, #basket .table tbody tr td img, #customer-order .table tbody tr td img { width: 50px; }
237
+ #checkout .table tfoot, #basket .table tfoot, #customer-order .table tfoot { font-size: 18px; }
238
+ #customer-order .table tfoot th { font-size: 18px; font-weight: 300; }
239
+ #get-it { background: rgb(70, 127, 191); padding: 50px 0px 30px; color: rgb(255, 255, 255); text-align: center; }
240
+ #get-it h1, #get-it h2, #get-it h3, #get-it h4, #get-it h5, #get-it h6 { color: rgb(255, 255, 255); text-transform: uppercase; letter-spacing: 0.08em; margin: 0px 0px 20px; }
241
+ #get-it p { margin: 0px 0px 20px; }
242
+ #footer { background: rgb(85, 85, 85); padding: 50px 0px; color: rgb(153, 153, 153); }
243
+ #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 { color: rgb(238, 238, 238); }
244
+ #footer h4 { font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
245
+ #footer ul { padding-left: 0px; list-style: none; }
246
+ #footer ul a { color: rgb(153, 153, 153); }
247
+ #footer ul a:hover { color: rgb(70, 127, 191); text-decoration: none; }
248
+ #footer .photostream div { float: left; display: block; box-sizing: border-box; width: 33%; padding: 7.5px; overflow: hidden; }
249
+ #footer .photostream div a { }
250
+ #footer .photostream div img { transition: all 0.2s ease-out; }
251
+ #footer .photostream div:hover img { transform: scale(1.1, 1.1); }
252
+ #footer .blog-entries .item { clear: both; padding: 5px 0px; margin-bottom: 10px; border-bottom: 1px solid rgb(85, 85, 85); }
253
+ #footer .blog-entries .item .image { float: left; width: 15%; margin-right: 10px; }
254
+ #footer .blog-entries .item .name { width: 75%; margin-left: 10px; display: table-cell; vertical-align: middle; }
255
+ #footer .blog-entries .item .name h5 { margin: 0px; text-transform: uppercase; letter-spacing: 0.08em; font-size: 12px; }
256
+ #footer .blog-entries .item .name h5 a { color: rgb(238, 238, 238); }
257
+ #footer .blog-entries .item .text { width: 100%; clear: both; }
258
+ #footer .blog-entries .item:last-child { border-bottom: none; margin-bottom: 0px; }
259
+ #footer .social a { color: rgb(85, 85, 85); font-size: 25px; margin: 0px 10px 0px 0px; }
260
+ #footer .social a:hover { color: rgb(70, 127, 191); }
261
+ #copyright { background: rgb(51, 51, 51); color: rgb(204, 204, 204); padding: 50px 0px; font-size: 12px; line-height: 28px; }
262
+ #copyright p { margin: 0px; }
263
+ [data-animate] { opacity: 0; }
264
+ .nav > li > a { padding: 10px 15px; }
265
+ .nav > li > a:hover, .nav > li > a:focus { background-color: rgb(238, 238, 238); }
266
+ .nav > li.disabled > a { color: rgb(153, 153, 153); }
267
+ .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: rgb(153, 153, 153); }
268
+ .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: rgb(238, 238, 238); border-color: rgb(70, 127, 191); }
269
+ .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: rgb(85, 85, 85); background-color: rgb(255, 255, 255); border-width: 1px; border-style: solid; border-color: rgb(70, 127, 191) rgb(70, 127, 191) transparent; border-image: initial; cursor: default; }
270
+ .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid rgb(70, 127, 191); }
271
+ .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: rgb(255, 255, 255); background-color: rgb(70, 127, 191); }
272
+ .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border: 1px solid rgb(70, 127, 191); }
273
+ .navbar { position: relative; min-height: 62px; margin-bottom: 0px; border-bottom: 1px solid transparent; }
274
+ .navbar-collapse { overflow-x: visible; padding-right: 15px; padding-left: 15px; }
275
+ .navbar-fixed-top .navbar-collapse, .navbar-affixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 340px; }
276
+ .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: -15px; margin-left: -15px; }
277
+ .navbar-brand { float: left; padding: 10px 15px; font-size: 18px; line-height: 20px; height: 62px; }
278
+ .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; }
279
+ .navbar-nav { margin: 10.5px -15px; }
280
+ .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; }
281
+ .navbar-nav > li > .dropdown-menu { margin-top: 0px; border-top-right-radius: 0px; border-top-left-radius: 0px; }
282
+ .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
283
+ .navbar-default { background-color: rgb(255, 255, 255); border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); border-bottom: none; }
284
+ .navbar-default .navbar-brand { color: rgb(85, 85, 85); }
285
+ .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: rgb(59, 59, 59); background-color: transparent; }
286
+ .navbar-default .navbar-text { color: rgb(119, 119, 119); }
287
+ .navbar-default .navbar-nav > li > a { color: rgb(85, 85, 85); }
288
+ .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: rgb(85, 85, 85); background-color: rgb(146, 179, 217); }
289
+ .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: rgb(255, 255, 255); background-color: rgb(70, 127, 191); }
290
+ .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: rgb(204, 204, 204); background-color: transparent; }
291
+ .navbar-default .navbar-toggle { border-color: rgb(221, 221, 221); }
292
+ .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: rgb(70, 127, 191); }
293
+ .navbar-default .navbar-toggle .icon-bar { background-color: rgb(136, 136, 136); }
294
+ .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: rgb(204, 204, 204); }
295
+ .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: rgb(70, 127, 191); color: rgb(255, 255, 255); }
296
+ .navbar-default .navbar-link { color: rgb(85, 85, 85); }
297
+ .navbar-default .navbar-link:hover { color: rgb(85, 85, 85); }
298
+ .navbar-default .btn-link { color: rgb(85, 85, 85); }
299
+ .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: rgb(85, 85, 85); }
300
+ .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus { color: rgb(204, 204, 204); }
301
+ body { font-family: Roboto, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857; color: rgb(85, 85, 85); }
302
+ a { color: rgb(70, 127, 191); text-decoration: none; }
303
+ a:hover, a:focus { color: rgb(47, 90, 137); text-decoration: underline; }
304
+ a:focus { outline: -webkit-focus-ring-color auto 5px; outline-offset: -2px; }
305
+ hr { margin-top: 20px; margin-bottom: 20px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(238, 238, 238); }
306
+ .breadcrumb > .active { color: rgb(153, 153, 153); }
307
+ .dropdown-menu.pull-right { right: 0px; left: auto; }
308
+ label { font-weight: normal; }
309
+ .form-control { box-shadow: none; border-radius: 0px; }
310
+ .form-control:focus { border-color: rgb(70, 127, 191); outline: 0px; box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgba(70, 127, 191, 0.6) 0px 0px 8px; }
311
+ .form-group { margin-bottom: 20px; }
312
+ .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 2; color: rgb(255, 255, 255); background-color: rgb(70, 127, 191); border-color: rgb(70, 127, 191); }
313
+ p { margin: 0px 0px 10px; }
314
+ .lead { margin-bottom: 20px; font-size: 18px; }
315
+ abbr[title], abbr[data-original-title] { border-bottom: 1px dotted rgb(153, 153, 153); }
316
+ blockquote { padding: 10px 20px; margin: 0px 0px 20px; font-size: 14px; border-left: 5px solid rgb(70, 127, 191); }
317
+ .blockquote-reverse, blockquote.pull-right { border-right: 5px solid rgb(70, 127, 191); }
318
+ address { margin-bottom: 20px; line-height: 1.42857; }
319
+ .panel { margin-bottom: 20px; background-color: rgb(255, 255, 255); border: 1px solid transparent; border-radius: 0px; box-shadow: 0px 0px 0px; }
320
+ .panel-group { margin-bottom: 20px; }
321
+ .panel-group .panel { margin-bottom: 0px; border-radius: 0px; overflow: hidden; }
322
+ .panel-group .panel + .panel { margin-top: 5px; }
323
+ .panel-group.accordion .panel { border-color: rgb(204, 204, 204); }
324
+ .panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: rgb(70, 127, 191); }
325
+ .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: rgb(70, 127, 191); }
326
+ a.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: rgb(70, 127, 191); background-color: rgb(255, 255, 255); }
327
+ .yamm .nav, .yamm .collapse, .yamm .dropup.use-yamm, .yamm .dropdown.use-yamm { position: static; }
328
+ .yamm .container { position: relative; }
329
+ .yamm .dropdown-menu { left: auto; }
330
+ .yamm .nav.navbar-right .dropdown-menu { left: auto; right: 0px; }
331
+ .yamm .yamm-content { padding: 20px 30px; }
332
+ .yamm .dropdown.yamm-fw .dropdown-menu { left: 15px; right: 15px; }
333
+ form { margin-bottom: 20px; }
334
+ label { font-weight: normal; }
335
+ label > span { float: left; }
336
+ button { color: rgb(70, 127, 191); background-color: rgb(255, 255, 255); border-color: rgb(70, 127, 191); }
337
+ button:focus { }
338
+ button:active { background: rgb(70, 127, 191); color: rgb(255, 255, 255); border-color: rgb(70, 127, 191); }
339
+ .no-padding { padding: 0px; }
340
+ .owl-carousel .owl-wrapper::after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0px; }
341
+ .owl-carousel { display: none; position: relative; width: 100%; }
342
+ .owl-carousel .owl-wrapper { display: none; position: relative; transform: translate3d(0px, 0px, 0px); }
343
+ .owl-carousel .owl-wrapper-outer { overflow: hidden; position: relative; width: 100%; }
344
+ .owl-carousel .owl-wrapper-outer.autoHeight { transition: height 500ms ease-in-out; }
345
+ .owl-carousel .owl-item { float: left; }
346
+ .owl-controls .owl-page, .owl-controls .owl-buttons div { cursor: pointer; }
347
+ .owl-controls { user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
348
+ .owl-carousel .owl-wrapper, .owl-carousel .owl-item { backface-visibility: hidden; transform: translate3d(0px, 0px, 0px); }
349
+ .owl-theme .owl-controls { margin-top: 10px; text-align: center; }
350
+ .owl-theme .owl-controls .owl-buttons div { display: inline-block; zoom: 1; }
351
+ .owl-theme .owl-controls.clickable .owl-buttons div:hover { opacity: 1; text-decoration: none; }
352
+ .owl-theme .owl-controls .owl-page { display: inline-block; zoom: 1; }
353
+ .owl-theme .owl-controls .owl-page span { display: block; width: 12px; height: 12px; margin: 5px 7px; opacity: 0.5; border-radius: 20px; background: rgb(134, 151, 145); }
354
+ .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span { opacity: 1; }
355
+ .owl-theme .owl-controls .owl-page span.owl-numbers { height: auto; width: auto; color: rgb(255, 255, 255); padding: 2px 10px; font-size: 12px; border-radius: 30px; }
356
+ .gm-style { font-style: normal; font-variant: normal; font-weight: 400; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Roboto, Arial, sans-serif; text-decoration: none; }
357
+ .gm-style img { max-width: none; }
data/assets/img/Marie.jpg CHANGED
Binary file
Binary file
Binary file
data/assets/js/front.js CHANGED
@@ -1,2 +1,2 @@
1
- if($.cookie("theme_csspath")){$('link#theme-stylesheet').attr("href",$.cookie("theme_csspath"));}if($.cookie("theme_layout")){$('body').addClass($.cookie("theme_layout"));}$(function(){sliderHomepage();sliders();fullScreenContainer();productDetailGallery(4000);menuSliding();productDetailSizes();utils();animations();counters();demo();});function demo(){if($.cookie("theme_csspath")){$('link#theme-stylesheet').attr("href",$.cookie("theme_csspath"));}$("#colour").change(function(){if($(this).val()!==''){var theme_csspath='css/style.'+$(this).val()+'.css';$('link#theme-stylesheet').attr("href",theme_csspath);$.cookie("theme_csspath",theme_csspath,{expires:365,path:'/'});}return false;});$("#layout").change(function(){if($(this).val()!==''){var theme_layout=$(this).val();$('body').removeClass('wide');$('body').removeClass('boxed');$('body').addClass(theme_layout);$.cookie("theme_layout",theme_layout,{expires:365,path:'/'});}return false;});}function sliderHomepage(){if($('#slider').length){var owl=$("#slider");$("#slider").owlCarousel({autoPlay:3000,items:4,itemsDesktopSmall:[900,3],itemsTablet:[600,3],itemsMobile:[500,2]});}}function sliders(){if($('.owl-carousel').length){$(".customers").owlCarousel({items:6,itemsDesktopSmall:[990,4],itemsTablet:[768,2],itemsMobile:[480,1]});$(".testimonials").owlCarousel({items:4,itemsDesktopSmall:[990,3],itemsTablet:[768,2],itemsMobile:[480,1]});$('.project').owlCarousel({navigation:true,navigationText:["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"],slideSpeed:300,paginationSpeed:400,autoPlay:true,stopOnHover:true,singleItem:true,afterInit:'',lazyLoad:true});$('.homepage').owlCarousel({navigation:false,navigationText:["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"],slideSpeed:2000,paginationSpeed:1000,autoPlay:true,stopOnHover:true,singleItem:true,lazyLoad:false,addClassActive:true,afterInit:function(){console.log('init');},afterMove:function(){console.log('move');}});}}function menuSliding(){$('.dropdown').on('show.bs.dropdown',function(e){if($(window).width()>750){$(this).find('.dropdown-menu').first().stop(true,true).slideDown();}else{$(this).find('.dropdown-menu').first().stop(true,true).show();}});$('.dropdown').on('hide.bs.dropdown',function(e){if($(window).width()>750){$(this).find('.dropdown-menu').first().stop(true,true).slideUp();}else{$(this).find('.dropdown-menu').first().stop(true,true).hide();}});}function animations(){delayTime=0;$('[data-animate]').css({opacity:'0'});$('[data-animate]').waypoint(function(direction){delayTime+=150;$(this).delay(delayTime).queue(function(next){$(this).toggleClass('animated');$(this).toggleClass($(this).data('animate'));delayTime=0;next();});},{offset:'90%',triggerOnce:true});$('[data-animate-hover]').hover(function(){$(this).css({opacity:1});$(this).addClass('animated');$(this).removeClass($(this).data('animate'));$(this).addClass($(this).data('animate-hover'));},function(){$(this).removeClass('animated');$(this).removeClass($(this).data('animate-hover'));});}function animationsSlider(){var delayTimeSlider=400;$('.owl-item:not(.active) [data-animate-always]').each(function(){$(this).removeClass('animated');$(this).removeClass($(this).data('animate-always'));$(this).stop(true,true,true).css({opacity:0});});$('.owl-item.active [data-animate-always]').each(function(){delayTimeSlider+=500;$(this).delay(delayTimeSlider).queue(function(next){$(this).addClass('animated');$(this).addClass($(this).data('animate-always'));console.log($(this).data('animate-always'));});});}function counters(){$('.counter').counterUp({delay:10,time:1000});}function pictureZoom(){$('.product .image, .post .image, .photostream div').each(function(){var imgHeight=$(this).find('img').height();$(this).height(imgHeight);});}function fullScreenContainer(){var screenWidth=$(window).width()+"px";if($(window).height()>500){var screenHeight=$(window).height()+"px";}else{var screenHeight="500px";}$("#intro, #intro .item").css({width:screenWidth,height:screenHeight});}function utils(){$('[data-toggle="tooltip"]').tooltip();$('#checkout').on('click','.box.shipping-method, .box.payment-method',function(e){var radio=$(this).find(':radio');radio.prop('checked',true);});$('.box.clickable').on('click',function(e){window.location=$(this).find('a').attr('href');});$('.external').on('click',function(e){e.preventDefault();window.open($(this).attr("href"));});$('.scroll-to, .scroll-to-top').click(function(event){var full_url=this.href;var parts=full_url.split("#");if(parts.length>1){scrollTo(full_url);event.preventDefault();}});function scrollTo(full_url){var parts=full_url.split("#");var trgt=parts[1];var target_offset=$("#"+trgt).offset();var target_top=target_offset.top-100;if(target_top<0){target_top=0;}$('html, body').animate({scrollTop:target_top},1000);}}function productDetailGallery(confDetailSwitch){$('.thumb:first').addClass('active');timer=setInterval(autoSwitch,confDetailSwitch);$(".thumb").click(function(e){switchImage($(this));clearInterval(timer);timer=setInterval(autoSwitch,confDetailSwitch);e.preventDefault();});$('#mainImage').hover(function(){clearInterval(timer);},function(){timer=setInterval(autoSwitch,confDetailSwitch);});function autoSwitch(){var nextThumb=$('.thumb.active').closest('div').next('div').find('.thumb');if(nextThumb.length==0){nextThumb=$('.thumb:first');}switchImage(nextThumb);}function switchImage(thumb){$('.thumb').removeClass('active');var bigUrl=thumb.attr('href');thumb.addClass('active');$('#mainImage img').attr('src',bigUrl);}}function productDetailSizes(){$('.sizes a').click(function(e){e.preventDefault();$('.sizes a').removeClass('active');$('.size-input').prop('checked',false);$(this).addClass('active');$(this).next('input').prop('checked',true);});}$.fn.alignElementsSameHeight=function(){$('.same-height-row').each(function(){var maxHeight=0;var children=$(this).find('.same-height');children.height('auto');if($(window).width()>768){children.each(function(){if($(this).innerHeight()>maxHeight){maxHeight=$(this).innerHeight();}});children.innerHeight(maxHeight);}maxHeight=0;children=$(this).find('.same-height-always');children.height('auto');children.each(function(){if($(this).height()>maxHeight){maxHeight=$(this).innerHeight();}});children.innerHeight(maxHeight);});}
1
+ if($.cookie("theme_csspath")){$('link#theme-stylesheet').attr("href",$.cookie("theme_csspath"));}if($.cookie("theme_layout")){$('body').addClass($.cookie("theme_layout"));}$(function(){sliderHomepage();sliders();fullScreenContainer();productDetailGallery(4000);menuSliding();productDetailSizes();utils();animations();counters();demo();});function demo(){if($.cookie("theme_csspath")){$('link#theme-stylesheet').attr("href",$.cookie("theme_csspath"));}$("#colour").change(function(){if($(this).val()!==''){var theme_csspath='css/style.'+$(this).val()+'.css';$('link#theme-stylesheet').attr("href",theme_csspath);$.cookie("theme_csspath",theme_csspath,{expires:365,path:'/'});}return false;});$("#layout").change(function(){if($(this).val()!==''){var theme_layout=$(this).val();$('body').removeClass('wide');$('body').removeClass('boxed');$('body').addClass(theme_layout);$.cookie("theme_layout",theme_layout,{expires:365,path:'/'});}return false;});}function sliderHomepage(){if($('#slider').length){var owl=$("#slider");$("#slider").owlCarousel({autoPlay:3000,items:4,itemsDesktopSmall:[900,3],itemsTablet:[600,3],itemsMobile:[500,2]});}}function sliders(){if($('.owl-carousel').length){$(".customers").owlCarousel({items:6,itemsDesktopSmall:[990,4],itemsTablet:[768,2],itemsMobile:[480,1]});$(".testimonials").owlCarousel({items:4,itemsDesktopSmall:[990,3],itemsTablet:[768,2],itemsMobile:[480,1]});$('.project').owlCarousel({navigation:true,navigationText:["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"],slideSpeed:300,paginationSpeed:400,autoPlay:true,stopOnHover:true,singleItem:true,afterInit:'',lazyLoad:true});$('.homepage').owlCarousel({navigation:false,navigationText:["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"],slideSpeed:2000,paginationSpeed:1000,autoPlay:true,stopOnHover:true,singleItem:true,lazyLoad:false,addClassActive:true,afterInit:function(){console.log('init');},afterMove:function(){console.log('move');}});}}function menuSliding(){$('.dropdown').on('show.bs.dropdown',function(e){if($(window).width()>750){$(this).find('.dropdown-menu').first().stop(true,true).slideDown();}else{$(this).find('.dropdown-menu').first().stop(true,true).show();}});$('.dropdown').on('hide.bs.dropdown',function(e){if($(window).width()>750){$(this).find('.dropdown-menu').first().stop(true,true).slideUp();}else{$(this).find('.dropdown-menu').first().stop(true,true).hide();}});}function animations(){delayTime=0;$('[data-animate]').css({opacity:'0'});$('[data-animate-hover]').hover(function(){$(this).css({opacity:1});$(this).addClass('animated');$(this).removeClass($(this).data('animate'));$(this).addClass($(this).data('animate-hover'));},function(){$(this).removeClass('animated');$(this).removeClass($(this).data('animate-hover'));});}function animationsSlider(){var delayTimeSlider=400;$('.owl-item:not(.active) [data-animate-always]').each(function(){$(this).removeClass('animated');$(this).removeClass($(this).data('animate-always'));$(this).stop(true,true,true).css({opacity:0});});$('.owl-item.active [data-animate-always]').each(function(){delayTimeSlider+=500;$(this).delay(delayTimeSlider).queue(function(next){$(this).addClass('animated');$(this).addClass($(this).data('animate-always'));console.log($(this).data('animate-always'));});});}function counters(){$('.counter').counterUp({delay:10,time:1000});}function pictureZoom(){$('.product .image, .post .image, .photostream div').each(function(){var imgHeight=$(this).find('img').height();$(this).height(imgHeight);});}function fullScreenContainer(){var screenWidth=$(window).width()+"px";if($(window).height()>500){var screenHeight=$(window).height()+"px";}else{var screenHeight="500px";}$("#intro, #intro .item").css({width:screenWidth,height:screenHeight});}function utils(){$('[data-toggle="tooltip"]').tooltip();$('#checkout').on('click','.box.shipping-method, .box.payment-method',function(e){var radio=$(this).find(':radio');radio.prop('checked',true);});$('.box.clickable').on('click',function(e){window.location=$(this).find('a').attr('href');});$('.external').on('click',function(e){e.preventDefault();window.open($(this).attr("href"));});$('.scroll-to, .scroll-to-top').click(function(event){var full_url=this.href;var parts=full_url.split("#");if(parts.length>1){scrollTo(full_url);event.preventDefault();}});function scrollTo(full_url){var parts=full_url.split("#");var trgt=parts[1];var target_offset=$("#"+trgt).offset();var target_top=target_offset.top-100;if(target_top<0){target_top=0;}$('html, body').animate({scrollTop:target_top},1000);}}function productDetailGallery(confDetailSwitch){$('.thumb:first').addClass('active');timer=setInterval(autoSwitch,confDetailSwitch);$(".thumb").click(function(e){switchImage($(this));clearInterval(timer);timer=setInterval(autoSwitch,confDetailSwitch);e.preventDefault();});$('#mainImage').hover(function(){clearInterval(timer);},function(){timer=setInterval(autoSwitch,confDetailSwitch);});function autoSwitch(){var nextThumb=$('.thumb.active').closest('div').next('div').find('.thumb');if(nextThumb.length==0){nextThumb=$('.thumb:first');}switchImage(nextThumb);}function switchImage(thumb){$('.thumb').removeClass('active');var bigUrl=thumb.attr('href');thumb.addClass('active');$('#mainImage img').attr('src',bigUrl);}}function productDetailSizes(){$('.sizes a').click(function(e){e.preventDefault();$('.sizes a').removeClass('active');$('.size-input').prop('checked',false);$(this).addClass('active');$(this).next('input').prop('checked',true);});}$.fn.alignElementsSameHeight=function(){$('.same-height-row').each(function(){var maxHeight=0;var children=$(this).find('.same-height');children.height('auto');if($(window).width()>768){children.each(function(){if($(this).innerHeight()>maxHeight){maxHeight=$(this).innerHeight();}});children.innerHeight(maxHeight);}maxHeight=0;children=$(this).find('.same-height-always');children.height('auto');children.each(function(){if($(this).height()>maxHeight){maxHeight=$(this).innerHeight();}});children.innerHeight(maxHeight);});}
2
2
  $(window).load(function(){windowWidth=$(window).width();$(this).alignElementsSameHeight();pictureZoom();});$(window).resize(function(){newWindowWidth=$(window).width();if(windowWidth!==newWindowWidth){setTimeout(function(){$(this).alignElementsSameHeight();fullScreenContainer();pictureZoom();},205);windowWidth=newWindowWidth;}});
@@ -1,4 +1,4 @@
1
- var stripe = Stripe('{{ site.stripeKey }}');
1
+ var stripe = Stripe('pk_test_NIFiGhJBpoH8kDhbdLTx7TPv');
2
2
  var elements = stripe.elements();
3
3
 
4
4
  var card = elements.create('card', {
@@ -38,8 +38,8 @@ function hostingshow() {
38
38
  }
39
39
 
40
40
  function setOutcome(result) {
41
- var successElement = document.querySelector('.success');
42
- var errorElement = document.querySelector('.error');
41
+ var successElement = document.getElementById('success');
42
+ var errorElement = document..getElementById('fail');
43
43
  successElement.classList.remove('visible');
44
44
  errorElement.classList.remove('visible');
45
45
 
@@ -76,9 +76,11 @@ function setOutcome(result) {
76
76
  hosting: document.getElementById('hosting').value,
77
77
  })
78
78
  .then(function(res) {
79
- // success
79
+ // success
80
+ successElement.style.display = ''
80
81
  }, function(err) {
81
- // error
82
+ // error
83
+ errorElement.style.display = ''
82
84
  cb("unable to send form data")
83
85
  })
84
86
  }, function(err) {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: universal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ondrej Svestka
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-05 00:00:00.000000000 Z
11
+ date: 2017-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -85,6 +85,7 @@ files:
85
85
  - assets/.DS_Store
86
86
  - assets/css/.DS_Store
87
87
  - assets/css/animate.css
88
+ - assets/css/combined.css
88
89
  - assets/css/custom.css
89
90
  - assets/css/owl.carousel.css
90
91
  - assets/css/owl.theme.css
@@ -105,6 +106,7 @@ files:
105
106
  - assets/img/Lionel.jpg
106
107
  - assets/img/Luke Skywalker.jpg
107
108
  - assets/img/Marie.jpg
109
+ - assets/img/Marie.png
108
110
  - assets/img/Princesse Leia.jpg
109
111
  - assets/img/apple-touch-icon-114x114.png
110
112
  - assets/img/apple-touch-icon-120x120.png
@@ -126,10 +128,6 @@ files:
126
128
  - assets/img/logo-small.png
127
129
  - assets/img/logo.png
128
130
  - assets/img/photogrid.jpg
129
- - assets/img/template-easy-code.png
130
- - assets/img/template-easy-customize.png
131
- - assets/img/template-homepage.png
132
- - assets/img/template-mac.png
133
131
  - assets/img/texture-bw.png
134
132
  - assets/js/.DS_Store
135
133
  - assets/js/front.js
Binary file
Binary file
Binary file
Binary file