jekyll-agency 1.0.5 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +56 -24
  3. data/_data/navigation.yml +2 -2
  4. data/_data/sitetext.yml +5 -3
  5. data/_data/style.yml +6 -3
  6. data/_includes/about.html +2 -2
  7. data/_includes/clients.html +3 -3
  8. data/_includes/contact.html +5 -2
  9. data/_includes/footer.html +1 -1
  10. data/_includes/modals.html +31 -0
  11. data/_includes/nav.html +2 -2
  12. data/_includes/navheader.html +7 -1
  13. data/_includes/portfolio_grid.html +5 -35
  14. data/_includes/services.html +3 -3
  15. data/_includes/team.html +1 -1
  16. data/_includes/timeline.html +3 -3
  17. data/_sass/components/client-scroll.scss +11 -0
  18. data/assets/css/agency.scss +1 -0
  19. data/assets/css/all.min.css +4 -4
  20. data/assets/css/webfonts/fa-brands-400.svg +3449 -3449
  21. data/assets/css/webfonts/fa-regular-400.svg +803 -803
  22. data/assets/css/webfonts/fa-solid-900.svg +4649 -4649
  23. data/assets/img/{map-image.png → contact.png} +0 -0
  24. data/assets/img/header.png +0 -0
  25. data/assets/img/team/500x500.jpg +0 -0
  26. data/assets/js/contact_me.js +8 -2
  27. data/legal.md +2 -2
  28. metadata +21 -24
  29. data/assets/img/header-bg.jpg +0 -0
  30. data/assets/img/header.gif +0 -0
  31. data/assets/img/portfolio/01-full.jpg +0 -0
  32. data/assets/img/portfolio/01-thumbnail.jpg +0 -0
  33. data/assets/img/portfolio/02-full.jpg +0 -0
  34. data/assets/img/portfolio/02-thumbnail.jpg +0 -0
  35. data/assets/img/portfolio/03-full.jpg +0 -0
  36. data/assets/img/portfolio/03-thumbnail.jpg +0 -0
  37. data/assets/img/portfolio/04-full.jpg +0 -0
  38. data/assets/img/portfolio/05-full.jpg +0 -0
  39. data/assets/img/portfolio/06-full.jpg +0 -0
  40. data/assets/img/team/1.jpg +0 -0
  41. data/assets/img/team/3.jpg +0 -0
Binary file
@@ -1,3 +1,5 @@
1
+ ---
2
+ ---
1
3
  $(function() {
2
4
 
3
5
  $("#contactForm input,#contactForm textarea").jqBootstrapValidation({
@@ -8,6 +10,7 @@ $(function() {
8
10
  submitSuccess: function($form, event) {
9
11
  event.preventDefault(); // prevent default submit behaviour
10
12
  // get values from FORM
13
+ var url = "https://formspree.io/" + "{{ site.email }}";
11
14
  var name = $("input#name").val();
12
15
  var email = $("input#email").val();
13
16
  var phone = $("input#phone").val();
@@ -20,7 +23,7 @@ $(function() {
20
23
  $this = $("#sendMessageButton");
21
24
  $this.prop("disabled", true); // Disable submit button until AJAX call is complete to prevent duplicate messages
22
25
  $.ajax({
23
- url: "././mail/contact_me.php",
26
+ url: url,
24
27
  type: "POST",
25
28
  data: {
26
29
  name: name,
@@ -29,7 +32,8 @@ $(function() {
29
32
  message: message
30
33
  },
31
34
  cache: false,
32
- success: function() {
35
+
36
+ success: function() {
33
37
  // Success message
34
38
  $('#success').html("<div class='alert alert-success'>");
35
39
  $('#success > .alert-success').html("<button type='button' class='close' data-dismiss='alert' aria-hidden='true'>&times;")
@@ -41,6 +45,7 @@ $(function() {
41
45
  //clear all fields
42
46
  $('#contactForm').trigger("reset");
43
47
  },
48
+
44
49
  error: function() {
45
50
  // Fail message
46
51
  $('#success').html("<div class='alert alert-danger'>");
@@ -51,6 +56,7 @@ $(function() {
51
56
  //clear all fields
52
57
  $('#contactForm').trigger("reset");
53
58
  },
59
+
54
60
  complete: function() {
55
61
  setTimeout(function() {
56
62
  $this.prop("disabled", false); // Re-enable submit button when AJAX call is complete
data/legal.md CHANGED
@@ -6,13 +6,13 @@ title: Privacy Policy
6
6
  <h2 class="section-heading text-uppercase">Privacy Policy</h2>
7
7
  </div>
8
8
 
9
- This Privacy Policy describes how your personal information is collected, used, and shared when you visit {{ site.email }} (the “Site”).
9
+ This Privacy Policy describes how your personal information is collected, used, and shared when you visit {{ site.title }} (the “Site”).
10
10
 
11
11
  **PERSONAL INFORMATION WE COLLECT**
12
12
 
13
13
  {% if site.analytics.google %}
14
14
 
15
- Automatically Collected:
15
+ Automatically Collected (Google Analytics):
16
16
 
17
17
  When you visit the Site, we automatically receive information about your device from your browser, such as your IP address. As you browse the Site, we also collect information about how you interact with the Site. We refer to this automatically-collected information as “Device Information”.
18
18
 
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-agency
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ravi Riley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-25 00:00:00.000000000 Z
11
+ date: 2020-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '4.0'
20
+ - - "<"
18
21
  - !ruby/object:Gem::Version
19
- version: '3.8'
22
+ version: '4.2'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
25
28
  - !ruby/object:Gem::Version
26
- version: '3.8'
29
+ version: '4.0'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '4.2'
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: bundler
29
35
  requirement: !ruby/object:Gem::Requirement
@@ -44,14 +50,14 @@ dependencies:
44
50
  requirements:
45
51
  - - "~>"
46
52
  - !ruby/object:Gem::Version
47
- version: '12.0'
53
+ version: '13.0'
48
54
  type: :development
49
55
  prerelease: false
50
56
  version_requirements: !ruby/object:Gem::Requirement
51
57
  requirements:
52
58
  - - "~>"
53
59
  - !ruby/object:Gem::Version
54
- version: '12.0'
60
+ version: '13.0'
55
61
  description:
56
62
  email:
57
63
  executables: []
@@ -69,6 +75,7 @@ files:
69
75
  - _includes/contact.html
70
76
  - _includes/footer.html
71
77
  - _includes/head.html
78
+ - _includes/modals.html
72
79
  - _includes/nav.html
73
80
  - _includes/navheader.html
74
81
  - _includes/portfolio_grid.html
@@ -83,6 +90,7 @@ files:
83
90
  - _sass/base/_variables.scss
84
91
  - _sass/components/_buttons.scss
85
92
  - _sass/components/_navbar.scss
93
+ - _sass/components/client-scroll.scss
86
94
  - _sass/layout/_contact.scss
87
95
  - _sass/layout/_footer.scss
88
96
  - _sass/layout/_masthead.scss
@@ -113,24 +121,13 @@ files:
113
121
  - assets/img/clients/designmodo.jpg
114
122
  - assets/img/clients/envato.jpg
115
123
  - assets/img/clients/themeforest.jpg
116
- - assets/img/header-bg.jpg
117
- - assets/img/header.gif
118
- - assets/img/map-image.png
119
- - assets/img/portfolio/01-full.jpg
120
- - assets/img/portfolio/01-thumbnail.jpg
121
- - assets/img/portfolio/02-full.jpg
122
- - assets/img/portfolio/02-thumbnail.jpg
123
- - assets/img/portfolio/03-full.jpg
124
- - assets/img/portfolio/03-thumbnail.jpg
125
- - assets/img/portfolio/04-full.jpg
124
+ - assets/img/contact.png
125
+ - assets/img/header.png
126
126
  - assets/img/portfolio/04-thumbnail.jpg
127
- - assets/img/portfolio/05-full.jpg
128
127
  - assets/img/portfolio/05-thumbnail.jpg
129
- - assets/img/portfolio/06-full.jpg
130
128
  - assets/img/portfolio/06-thumbnail.jpg
131
- - assets/img/team/1.jpg
132
129
  - assets/img/team/2.jpg
133
- - assets/img/team/3.jpg
130
+ - assets/img/team/500x500.jpg
134
131
  - assets/img/timeline/1.jpg
135
132
  - assets/img/timeline/2.jpg
136
133
  - assets/img/timeline/3.jpg
@@ -156,7 +153,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
156
153
  requirements:
157
154
  - - ">="
158
155
  - !ruby/object:Gem::Version
159
- version: '0'
156
+ version: 2.5.0
160
157
  required_rubygems_version: !ruby/object:Gem::Requirement
161
158
  requirements:
162
159
  - - ">="
@@ -168,5 +165,5 @@ signing_key:
168
165
  specification_version: 4
169
166
  summary: 'Bootstrap Agency ported to Jekyll. Added lots of new features: Markdown
170
167
  support, custom pages, Google Analytics, customizable styling, and more! This is
171
- the most updated Jekyll Agency theme.'
168
+ the most up-to-date Jekyll Agency theme.'
172
169
  test_files: []
Binary file
Binary file
Binary file
Binary file