made-slowly 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (117) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +24 -0
  3. data/_config.yml +58 -0
  4. data/_includes/blog-footer.html +37 -0
  5. data/_includes/blog-nav.html +21 -0
  6. data/_includes/contact-details.html +30 -0
  7. data/_includes/contact-footer.html +3 -0
  8. data/_includes/contact-form.html +16 -0
  9. data/_includes/cookie-consent.html +29 -0
  10. data/_includes/disquis.html +25 -0
  11. data/_includes/email-confirmation.html +110 -0
  12. data/_includes/footer.html +51 -0
  13. data/_includes/google-map.html +43 -0
  14. data/_includes/header.html +135 -0
  15. data/_includes/list-post-items.html +24 -0
  16. data/_includes/nav.html +43 -0
  17. data/_includes/optical-trap.html +93 -0
  18. data/_includes/paginator.html +17 -0
  19. data/_includes/portfolio.html +29 -0
  20. data/_includes/privacy.html +119 -0
  21. data/_includes/quick-contact.html +24 -0
  22. data/_includes/robot-403.svg +27 -0
  23. data/_includes/robot-404.svg +29 -0
  24. data/_includes/robot-405.svg +28 -0
  25. data/_includes/scripts.html +40 -0
  26. data/_includes/services.html +63 -0
  27. data/_includes/share-buttons.html +130 -0
  28. data/_includes/site-logo.svg +3 -0
  29. data/_includes/structured-data.html +79 -0
  30. data/_includes/terms.html +108 -0
  31. data/_includes/tracking-header.html +14 -0
  32. data/_includes/workflow.html +50 -0
  33. data/_layouts/case-study.html +51 -0
  34. data/_layouts/categories.html +25 -0
  35. data/_layouts/compress.html +11 -0
  36. data/_layouts/default.html +26 -0
  37. data/_layouts/error-page.html +18 -0
  38. data/_layouts/home.html +45 -0
  39. data/_layouts/single-post-old.html +46 -0
  40. data/_layouts/single-post.html +56 -0
  41. data/_sass/blog-nav.sass +61 -0
  42. data/_sass/blog.sass +145 -0
  43. data/_sass/breakpoints/animations.sass +41 -0
  44. data/_sass/breakpoints/footer.sass +23 -0
  45. data/_sass/breakpoints/nav.sass +40 -0
  46. data/_sass/breakpoints/structures.sass +11 -0
  47. data/_sass/breakpoints/typography.sass +31 -0
  48. data/_sass/constants/colors.sass +35 -0
  49. data/_sass/constants/dimensions.sass +9 -0
  50. data/_sass/constants/typography.sass +19 -0
  51. data/_sass/contact.sass +102 -0
  52. data/_sass/error-page.sass +109 -0
  53. data/_sass/global/aos-overrides.sass +5 -0
  54. data/_sass/global/custom-aos.sass +8 -0
  55. data/_sass/global/footer.sass +52 -0
  56. data/_sass/global/main.sass +86 -0
  57. data/_sass/global/nav.sass +136 -0
  58. data/_sass/global/structure.sass +18 -0
  59. data/_sass/global/typography.sass +52 -0
  60. data/_sass/landing.sass +77 -0
  61. data/_sass/locals/trapping-with-js.sass +57 -0
  62. data/_sass/mixins/animations.sass +2 -0
  63. data/_sass/portfolio.sass +112 -0
  64. data/_sass/privacy.sass +38 -0
  65. data/_sass/services.sass +130 -0
  66. data/_sass/single-post.sass +24 -0
  67. data/assets/aos/aos.css +1 -0
  68. data/assets/aos/aos.js +546 -0
  69. data/assets/css/locals/github-syntax.css +211 -0
  70. data/assets/css/locals/trapping-with-js.sass +5 -0
  71. data/assets/css/made-slowly-has-all-the-style.sass +34 -0
  72. data/assets/emails/confirmation.html +5 -0
  73. data/assets/fonts/Poppins/OFL.txt +93 -0
  74. data/assets/fonts/Poppins/Poppins-Black.ttf +0 -0
  75. data/assets/fonts/Poppins/Poppins-BlackItalic.ttf +0 -0
  76. data/assets/fonts/Poppins/Poppins-Bold.ttf +0 -0
  77. data/assets/fonts/Poppins/Poppins-BoldItalic.ttf +0 -0
  78. data/assets/fonts/Poppins/Poppins-ExtraBold.ttf +0 -0
  79. data/assets/fonts/Poppins/Poppins-ExtraBoldItalic.ttf +0 -0
  80. data/assets/fonts/Poppins/Poppins-ExtraLight.ttf +0 -0
  81. data/assets/fonts/Poppins/Poppins-ExtraLightItalic.ttf +0 -0
  82. data/assets/fonts/Poppins/Poppins-Italic.ttf +0 -0
  83. data/assets/fonts/Poppins/Poppins-Light.ttf +0 -0
  84. data/assets/fonts/Poppins/Poppins-LightItalic.ttf +0 -0
  85. data/assets/fonts/Poppins/Poppins-Medium.ttf +0 -0
  86. data/assets/fonts/Poppins/Poppins-MediumItalic.ttf +0 -0
  87. data/assets/fonts/Poppins/Poppins-Regular.ttf +0 -0
  88. data/assets/fonts/Poppins/Poppins-SemiBold.ttf +0 -0
  89. data/assets/fonts/Poppins/Poppins-SemiBoldItalic.ttf +0 -0
  90. data/assets/fonts/Poppins/Poppins-Thin.ttf +0 -0
  91. data/assets/fonts/Poppins/Poppins-ThinItalic.ttf +0 -0
  92. data/assets/fonts/fontawesome-free-5.11.2-web/css/all.min.css +5856 -0
  93. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-brands-400.eot +0 -0
  94. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-brands-400.svg +3496 -0
  95. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-brands-400.ttf +0 -0
  96. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-brands-400.woff +0 -0
  97. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-brands-400.woff2 +0 -0
  98. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-regular-400.eot +0 -0
  99. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-regular-400.svg +803 -0
  100. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-regular-400.ttf +0 -0
  101. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-regular-400.woff +0 -0
  102. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-regular-400.woff2 +0 -0
  103. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-solid-900.eot +0 -0
  104. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-solid-900.svg +4667 -0
  105. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-solid-900.ttf +0 -0
  106. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-solid-900.woff +0 -0
  107. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-solid-900.woff2 +0 -0
  108. data/assets/js/displayItem.js +9 -0
  109. data/assets/js/mobile-nav-slider.js +24 -0
  110. data/assets/js/nav.js +17 -0
  111. data/assets/js/trapping.js +50 -0
  112. data/assets/js/typing-deleting-effect.js +56 -0
  113. data/assets/js/typing-effect.js +13 -0
  114. data/assets/php/contact-submission.php +44 -0
  115. data/assets/php/email-test.php +29 -0
  116. data/assets/php/quick-contact-submission.php +44 -0
  117. metadata +319 -0
@@ -0,0 +1,211 @@
1
+ pre { white-space: pre-wrap; }
2
+ .highlight { padding: 10px 5px; }
3
+
4
+ .highlight table pre { margin: 0; }
5
+ .highlight .cm {
6
+ color: #999988;
7
+ font-style: italic;
8
+ }
9
+ .highlight .cp {
10
+ color: #999999;
11
+ font-weight: bold;
12
+ }
13
+ .highlight .c1 {
14
+ color: #999988;
15
+ font-style: italic;
16
+ }
17
+ .highlight .cs {
18
+ color: #999999;
19
+ font-weight: bold;
20
+ font-style: italic;
21
+ }
22
+ .highlight .c, .highlight .ch, .highlight .cd, .highlight .cpf {
23
+ color: #999988;
24
+ font-style: italic;
25
+ }
26
+ .highlight .err {
27
+ color: #a61717;
28
+ background-color: #e3d2d2;
29
+ }
30
+ .highlight .gd {
31
+ color: #000000;
32
+ background-color: #ffdddd;
33
+ }
34
+ .highlight .ge {
35
+ color: #000000;
36
+ font-style: italic;
37
+ }
38
+ .highlight .gr {
39
+ color: #aa0000;
40
+ }
41
+ .highlight .gh {
42
+ color: #999999;
43
+ }
44
+ .highlight .gi {
45
+ color: #000000;
46
+ background-color: #ddffdd;
47
+ }
48
+ .highlight .go {
49
+ color: #888888;
50
+ }
51
+ .highlight .gp {
52
+ color: #555555;
53
+ }
54
+ .highlight .gs {
55
+ font-weight: bold;
56
+ }
57
+ .highlight .gu {
58
+ color: #aaaaaa;
59
+ }
60
+ .highlight .gt {
61
+ color: #aa0000;
62
+ }
63
+ .highlight .kc {
64
+ color: #000000;
65
+ font-weight: bold;
66
+ }
67
+ .highlight .kd {
68
+ color: #000000;
69
+ font-weight: bold;
70
+ }
71
+ .highlight .kn {
72
+ color: #000000;
73
+ font-weight: bold;
74
+ }
75
+ .highlight .kp {
76
+ color: #000000;
77
+ font-weight: bold;
78
+ }
79
+ .highlight .kr {
80
+ color: #000000;
81
+ font-weight: bold;
82
+ }
83
+ .highlight .kt {
84
+ color: #445588;
85
+ font-weight: bold;
86
+ }
87
+ .highlight .k, .highlight .kv {
88
+ color: #000000;
89
+ font-weight: bold;
90
+ }
91
+ .highlight .mf {
92
+ color: #009999;
93
+ }
94
+ .highlight .mh {
95
+ color: #009999;
96
+ }
97
+ .highlight .il {
98
+ color: #009999;
99
+ }
100
+ .highlight .mi {
101
+ color: #009999;
102
+ }
103
+ .highlight .mo {
104
+ color: #009999;
105
+ }
106
+ .highlight .m, .highlight .mb, .highlight .mx {
107
+ color: #009999;
108
+ }
109
+ .highlight .sb {
110
+ color: #d14;
111
+ }
112
+ .highlight .sc {
113
+ color: #d14;
114
+ }
115
+ .highlight .sd {
116
+ color: #d14;
117
+ }
118
+ .highlight .s2 {
119
+ color: #d14;
120
+ }
121
+ .highlight .se {
122
+ color: #d14;
123
+ }
124
+ .highlight .sh {
125
+ color: #d14;
126
+ }
127
+ .highlight .si {
128
+ color: #d14;
129
+ }
130
+ .highlight .sx {
131
+ color: #d14;
132
+ }
133
+ .highlight .sr {
134
+ color: #009926;
135
+ }
136
+ .highlight .s1 {
137
+ color: #d14;
138
+ }
139
+ .highlight .ss {
140
+ color: #990073;
141
+ }
142
+ .highlight .s, .highlight .sa, .highlight .dl {
143
+ color: #d14;
144
+ }
145
+ .highlight .na {
146
+ color: #008080;
147
+ }
148
+ .highlight .bp {
149
+ color: #999999;
150
+ }
151
+ .highlight .nb {
152
+ color: #0086B3;
153
+ }
154
+ .highlight .nc {
155
+ color: #445588;
156
+ font-weight: bold;
157
+ }
158
+ .highlight .no {
159
+ color: #008080;
160
+ }
161
+ .highlight .nd {
162
+ color: #3c5d5d;
163
+ font-weight: bold;
164
+ }
165
+ .highlight .ni {
166
+ color: #800080;
167
+ }
168
+ .highlight .ne {
169
+ color: #990000;
170
+ font-weight: bold;
171
+ }
172
+ .highlight .nf, .highlight .fm {
173
+ color: #990000;
174
+ font-weight: bold;
175
+ }
176
+ .highlight .nl {
177
+ color: #990000;
178
+ font-weight: bold;
179
+ }
180
+ .highlight .nn {
181
+ color: #555555;
182
+ }
183
+ .highlight .nt {
184
+ color: #000080;
185
+ }
186
+ .highlight .vc {
187
+ color: #008080;
188
+ }
189
+ .highlight .vg {
190
+ color: #008080;
191
+ }
192
+ .highlight .vi {
193
+ color: #008080;
194
+ }
195
+ .highlight .nv, .highlight .vm {
196
+ color: #008080;
197
+ }
198
+ .highlight .ow {
199
+ color: #000000;
200
+ font-weight: bold;
201
+ }
202
+ .highlight .o {
203
+ color: #000000;
204
+ font-weight: bold;
205
+ }
206
+ .highlight .w {
207
+ color: #bbbbbb;
208
+ }
209
+ .highlight {
210
+ background-color: #f8f8f8;
211
+ }
@@ -0,0 +1,5 @@
1
+ ---
2
+ ---
3
+
4
+ @import constants/colors
5
+ @import locals/trapping-with-js
@@ -0,0 +1,34 @@
1
+ ---
2
+ ---
3
+ $baseurl: '{{ site.baseurl }}/'
4
+
5
+ @import constants/typography
6
+ @import constants/colors
7
+ @import constants/dimensions
8
+
9
+ @import mixins/animations
10
+
11
+ @import global/custom-aos
12
+ @import global/main
13
+ @import global/typography
14
+ @import global/nav
15
+ @import global/footer
16
+ @import global/structure
17
+
18
+ @import landing
19
+ @import services
20
+ @import portfolio
21
+ @import contact
22
+ @import blog
23
+ @import single-post
24
+ @import blog-nav
25
+ @import privacy
26
+ @import error-page
27
+
28
+ @import breakpoints/typography
29
+ @import breakpoints/structures
30
+ @import breakpoints/animations
31
+ @import breakpoints/nav
32
+ @import breakpoints/footer
33
+
34
+ @import global/aos-overrides
@@ -0,0 +1,5 @@
1
+ ---
2
+ title: Email Confirmation
3
+ ---
4
+
5
+ {% include email-confirmation.html %}
@@ -0,0 +1,93 @@
1
+ Copyright 2014-2017 Indian Type Foundry (info@indiantypefoundry.com)
2
+
3
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
+ This license is copied below, and is also available with a FAQ at:
5
+ http://scripts.sil.org/OFL
6
+
7
+
8
+ -----------------------------------------------------------
9
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10
+ -----------------------------------------------------------
11
+
12
+ PREAMBLE
13
+ The goals of the Open Font License (OFL) are to stimulate worldwide
14
+ development of collaborative font projects, to support the font creation
15
+ efforts of academic and linguistic communities, and to provide a free and
16
+ open framework in which fonts may be shared and improved in partnership
17
+ with others.
18
+
19
+ The OFL allows the licensed fonts to be used, studied, modified and
20
+ redistributed freely as long as they are not sold by themselves. The
21
+ fonts, including any derivative works, can be bundled, embedded,
22
+ redistributed and/or sold with any software provided that any reserved
23
+ names are not used by derivative works. The fonts and derivatives,
24
+ however, cannot be released under any other type of license. The
25
+ requirement for fonts to remain under this license does not apply
26
+ to any document created using the fonts or their derivatives.
27
+
28
+ DEFINITIONS
29
+ "Font Software" refers to the set of files released by the Copyright
30
+ Holder(s) under this license and clearly marked as such. This may
31
+ include source files, build scripts and documentation.
32
+
33
+ "Reserved Font Name" refers to any names specified as such after the
34
+ copyright statement(s).
35
+
36
+ "Original Version" refers to the collection of Font Software components as
37
+ distributed by the Copyright Holder(s).
38
+
39
+ "Modified Version" refers to any derivative made by adding to, deleting,
40
+ or substituting -- in part or in whole -- any of the components of the
41
+ Original Version, by changing formats or by porting the Font Software to a
42
+ new environment.
43
+
44
+ "Author" refers to any designer, engineer, programmer, technical
45
+ writer or other person who contributed to the Font Software.
46
+
47
+ PERMISSION & CONDITIONS
48
+ Permission is hereby granted, free of charge, to any person obtaining
49
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
50
+ redistribute, and sell modified and unmodified copies of the Font
51
+ Software, subject to the following conditions:
52
+
53
+ 1) Neither the Font Software nor any of its individual components,
54
+ in Original or Modified Versions, may be sold by itself.
55
+
56
+ 2) Original or Modified Versions of the Font Software may be bundled,
57
+ redistributed and/or sold with any software, provided that each copy
58
+ contains the above copyright notice and this license. These can be
59
+ included either as stand-alone text files, human-readable headers or
60
+ in the appropriate machine-readable metadata fields within text or
61
+ binary files as long as those fields can be easily viewed by the user.
62
+
63
+ 3) No Modified Version of the Font Software may use the Reserved Font
64
+ Name(s) unless explicit written permission is granted by the corresponding
65
+ Copyright Holder. This restriction only applies to the primary font name as
66
+ presented to the users.
67
+
68
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69
+ Software shall not be used to promote, endorse or advertise any
70
+ Modified Version, except to acknowledge the contribution(s) of the
71
+ Copyright Holder(s) and the Author(s) or with their explicit written
72
+ permission.
73
+
74
+ 5) The Font Software, modified or unmodified, in part or in whole,
75
+ must be distributed entirely under this license, and must not be
76
+ distributed under any other license. The requirement for fonts to
77
+ remain under this license does not apply to any document created
78
+ using the Font Software.
79
+
80
+ TERMINATION
81
+ This license becomes null and void if any of the above conditions are
82
+ not met.
83
+
84
+ DISCLAIMER
85
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
87
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
89
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
91
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
92
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93
+ OTHER DEALINGS IN THE FONT SOFTWARE.