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
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: d7bbbf59112ee83c31f47d846418b57bcb8500993abee0cccdaa6c9162283f37
4
+ data.tar.gz: a245de42155e5a8f58a82fc85ae8696c6a051ef877624f79ec3adaf4f2b462dd
5
+ SHA512:
6
+ metadata.gz: e532136a6dc35c9c730c41e65c04479cd3e7b569229eb2101cb0ff669b0c67c2256a10caf02b7d5d373347f80657df5c223868f295bf373de7c6f47c4be2729c
7
+ data.tar.gz: bb2beff032c9a6e5886ebfde3490bb025bacb5783c9252b6bb254e391625533bc9c5c124e816114311e8c869cf8466c35351cd3ab6fe0607e900f6ab25977613
data/README.md ADDED
@@ -0,0 +1,24 @@
1
+ A Jekyll build for Made Slowly
2
+
3
+ ### Structure
4
+
5
+ ```yaml
6
+ _data:
7
+ - authors
8
+ - menu
9
+ - portfolio
10
+ - quick-contact-opt
11
+ - services
12
+ - technologies
13
+ ```
14
+
15
+ # Style Guide
16
+
17
+ # Heading 1
18
+ ## Heading 2
19
+ ### Heading 3
20
+ #### Heading 4
21
+ ##### Heading 5
22
+ ###### Heading 6
23
+
24
+ This is a paragraph
data/_config.yml ADDED
@@ -0,0 +1,58 @@
1
+ ################################################################################
2
+ #
3
+ # Configuration for Made Slowly theme
4
+ #
5
+ #################################################################################
6
+
7
+ # Site developer
8
+ developer:
9
+ name: Made Slowly
10
+ email: arran@madeslowly.co.uk
11
+ url: https://www.madeslowly.co.uk/
12
+ twitter: made_slowly
13
+ description: >-
14
+
15
+ Made Slowly is the creation of Arran Curran, a freelance developer based in Oxford. I have been developing digital solutions in a variety of enviroments for over 20 years. With my wide range of experience I can deliver an all-in-one solution, so your new website will be smarter and faster all whilst looking awesome (the website, not me). Get in touch and find out how I can help you.
16
+
17
+ version:
18
+ #
19
+ # ### Build Settings ###
20
+ #
21
+
22
+ markdown: kramdown
23
+ highlighter: rouge
24
+ kramdown:
25
+ input: GFM
26
+ syntax_highlighter_opts:
27
+ default_lang: html
28
+
29
+ plugins:
30
+ - jekyll-feed
31
+ - jekyll-paginate
32
+ - jekyll-autoprefixer
33
+ - jekyll-sitemap
34
+ - jekyll-target-blank
35
+ - jekyll-image-size # https://github.com/generalui/jekyll-image-size
36
+ - jekyll_picture_tag
37
+
38
+ sass:
39
+ style: compressed
40
+ load_paths:
41
+ - _sass
42
+
43
+ compress_html:
44
+ ignore:
45
+ envs: local
46
+ comments: all
47
+
48
+ autoprefixer:
49
+ only_production: true
50
+ browsers:
51
+ - cover 99.5%
52
+
53
+ picture:
54
+ source: 'assets/images'
55
+ output: 'assets/images'
56
+ strip_metadata: true
57
+ suppress_warnings: true
58
+ #disabled: true
@@ -0,0 +1,37 @@
1
+ <div class="blog-wrapper">
2
+
3
+ <h2 style="width:100%;text-align:center">
4
+ You may also like</h2>
5
+
6
+ {% if page.next.url %}
7
+
8
+ <div class="post-preview-wrapper" >
9
+ <div class="post-preview-img" style="background-image: url('{{ site.baseurl }}/{{ page.next.background }}');"></div>
10
+ <div class="post-preview-text">
11
+ <a href="{{ site.baseurl }}{{ page.next.url }}" class="post-preview-title">
12
+ <h2>{{ page.next.title }}</h2>
13
+ <h3>{{ page.next.subtitle }}</h3>
14
+ </a>
15
+ <ul class="center-text">
16
+ {% for categories in page.next.categories | sort %}
17
+ <li class="post-tag"><a href="{{ site.baseurl }}/slow-blog/categories/#{{ categories | slugify }}">
18
+ {{ categories | upcase }}</a></li>{% endfor %}</ul>
19
+ </div>
20
+ </div>
21
+ {% endif %}
22
+ {% if page.previous.url %}
23
+ <div class="post-preview-wrapper" >
24
+ <div class="post-preview-img" style="background-image: url('{{ site.baseurl }}/{{ page.previous.background }}');"></div>
25
+ <div class="post-preview-text">
26
+ <a href="{{ site.baseurl }}{{ page.previous.url }}" class="post-preview-title">
27
+ <h2>{{ page.previous.title }}</h2>
28
+ <h3 >{{ page.previous.subtitle }}</h3>
29
+ </a>
30
+ <ul class="center-text">
31
+ {% for categories in page.previous.categories | sort %}
32
+ <li class="post-tag"><a href="{{ site.baseurl }}/slow-blog/categories/#{{ categories | slugify }}">
33
+ {{ categories | upcase }}</a></li>{% endfor %}</ul>
34
+ </div>
35
+ </div>
36
+ {% endif %}
37
+ </div>
@@ -0,0 +1,21 @@
1
+ <!-- navigation unique to blog pages with url /slow-blog/* -->
2
+
3
+ <div class="blog-nav-container">
4
+ <button class="dropbtn" onclick="displayItem('dropdown{{ category_name | upcase | remove: ' ' }}')">Categories
5
+ <i class="fa fa-caret-down"></i>
6
+ </button>
7
+
8
+ <div class="dropdown-content display-none" id="dropdown{{ category_name | upcase | remove: ' ' }}">
9
+ <ul class="blog-nav center-text">
10
+ <li class="blog-nav-link {% if page.url == '/slow-blog/' %} blog-nav-link-active {% endif %}"><a href="{{ site.baseurl }}/slow-blog/" onclick="displayItem('dropdown{{ category_name | upcase | remove: ' ' }}')">
11
+ SLOW BLOG
12
+ </a></li>
13
+ {% assign p = site.categories | sort %}
14
+ {% for category in p %}
15
+ <li class="blog-nav-link {% if category[0] == category_name or category[0] == page.categories[0] %} blog-nav-link-active {% endif %}"><a href="{{ site.baseurl }}/slow-blog/categories/#{{ category[0] | slugify }}" onclick="displayItem('dropdown{{ category_name | upcase | remove: ' ' }}')">
16
+ {{ category[0] | upcase }}
17
+ </a></li>
18
+ {% endfor %}
19
+ </ul>
20
+ </div>
21
+ </div>
@@ -0,0 +1,30 @@
1
+ <div class="contact-details">
2
+
3
+ <h3>Not a form fan? I've got your back, you can contact me directly:</h3>
4
+
5
+ <p><i class="fas fa-envelope"></i>
6
+ <a href="mailto:{{ site.author.email }}">{{ site.author.email }}</a></p>
7
+
8
+ {% if site.phone %}
9
+ <p><i class="fas fa-phone-square"></i>
10
+ <a href="tel:{{ site.phone }}‬"‬>{{ site.phone }}‬</a></p>
11
+ {% endif %}
12
+
13
+ <p>Third option? Last one tho'...</p>
14
+ <h3>Message me via social media.</h3>
15
+
16
+ <ul class="social-media">
17
+
18
+ {% for social in site.data.socials %}
19
+ <li class="social-media-item">
20
+ <a href="{{ social[1].dm_url }}{{ social[1].id }}/">
21
+ <i class="fab fa-{{ social[1].icon }}-square fa-2x social-media-link"></i></a>
22
+ </li>
23
+ {% endfor %}
24
+
25
+ <li class="social-media-item">
26
+ <a href="https://join.slack.com/t/madeslowly/shared_invite/enQtODM5MzUzNDc1NzYxLWM1ZTBkMmMwY2RkYjg2MDkwMmE5YWFkZjQwYjZlODM1YzVmZmE1OTA3MzBmOWVlYjllNzYzNjA2NDgwMDk3ZGI"><i class="fab fa-slack fa-2x social-media-link"></i></a>
27
+ </li>
28
+
29
+ </ul>
30
+ </div>
@@ -0,0 +1,3 @@
1
+ <p class="contact-footer">
2
+ However you choose to contact me, your information will not be recorded or shared.
3
+ </p>
@@ -0,0 +1,16 @@
1
+ <form class="contact-form" action="/assets/php/contact-submission.php" method="post" >
2
+
3
+ <p class="form-instruction">Fill out the form, hit send, and your message will wizz its way to my inbox ⚡<br>Bet you knew that already.</p>
4
+
5
+ <label for="name">Enter your name</label>
6
+ <input type="text" class="form-element" name="name" id="name" placeholder="Give a name, any name" required>
7
+
8
+ <label for="email">Enter your email</label>
9
+ <input type="text" class="form-element" name="email" id="email" placeholder="Your real email, if you want a reply" required>
10
+
11
+ <label for="message">Enter your message</label>
12
+ <textarea class="form-element" rows="5" name="message" id="message" placeholder="'I want an awesome website'" required></textarea>
13
+
14
+ <button class="btn btn-pop btn-outline btn-contact" type="submit">SEND</button>
15
+
16
+ </form>
@@ -0,0 +1,29 @@
1
+ <!--
2
+ This is where we put scripts for managing cookie consent
3
+ This is placed before /body along with _include/scripts.html
4
+ -->
5
+
6
+ <script src="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js" data-cfasync="false"></script>
7
+
8
+ <script>
9
+ window.cookieconsent.initialise({
10
+ "palette": {
11
+ "popup": {
12
+ "background": "rgba(40, 40, 40, .8)",
13
+ "text": "#ffffff"
14
+ },
15
+ "button": {
16
+ "background": "rgba(144, 0, 0, .9)"
17
+ }
18
+ },
19
+ "theme": "edgeless",
20
+ "position": "bottom-left",
21
+ "content": {
22
+ "message": "This website is cooking up cookies. Whoa there",
23
+ "dismiss": "I eat cookies for breakfast!",
24
+ "link": "tell me more!",
25
+ "href": "/privacy-policy/##cookies",
26
+ "target": "_self"
27
+ }
28
+ });
29
+ </script>
@@ -0,0 +1,25 @@
1
+ <div id="disqus_thread"></div>
2
+ <style>
3
+ #disqus_thread{
4
+ padding: 15vh 0;
5
+ }
6
+ </style>
7
+ <script>
8
+
9
+ /**
10
+ * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
11
+ * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
12
+ /*
13
+ var disqus_config = function () {
14
+ this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
15
+ this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
16
+ };
17
+ */
18
+ (function() { /* DON'T EDIT BELOW THIS LINE */
19
+ var d = document, s = d.createElement('script');
20
+ s.src = 'https://madeslowly.disqus.com/embed.js';
21
+ s.setAttribute('data-timestamp', +new Date());
22
+ (d.head || d.body).appendChild(s);
23
+ })();
24
+ </script>
25
+ <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
@@ -0,0 +1,110 @@
1
+ <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
2
+ <html xmlns='http://www.w3.org/1999/xhtml'>
3
+ <head>
4
+ <meta http-equiv='Content-Type' content='text/html; charset=UTF-8' />
5
+ <title>{{ page.title }} | {{ site.title }}</title>
6
+ <meta name='viewport' content='width=device-width, initial-scale=1.0'/>
7
+ </head>
8
+
9
+ <body style='margin: 0; padding: 0;'>
10
+ <table border='0' cellpadding='0' cellspacing='0' width='100%'>
11
+ <tr>
12
+ <td style='padding: 0;'>
13
+
14
+ <table align='center' border='0' cellpadding='0' cellspacing='0' width='600' style='border: 1px solid #cccccc; border-collapse: collapse;'>
15
+ <tr>
16
+ <td align='center' bgcolor='#70bbd9' style='padding: 0; color: #153643; font-size: 28px; font-weight: bold; font-family: Arial, sans-serif;'>
17
+ <img src='{{ site.url }}{{ site.baseurl }}/assets/img/emails/email-confirmation-header.jpg' alt='Thank you for your email' width=100% style='display: block;' />
18
+ </td>
19
+ </tr>
20
+ <tr>
21
+ <td bgcolor='#ffffff' style='padding: 40px 30px 40px 30px;'>
22
+ <table border='0' cellpadding='0' cellspacing='0' width='100%'>
23
+ <tr>
24
+ <td style='color: #153643; font-family: Arial, sans-serif; font-size: 24px;'>
25
+ <b>Message Sent</b>
26
+ </td>
27
+ </tr>
28
+ <tr>
29
+ <td style='padding: 20px 0 30px 0; color: #153643; font-family: Arial, sans-serif; font-size: 16px; line-height: 20px;'>
30
+ This is an automated response to the message you sent whilst browsing madeslowly.co.uk. Thank you for your message, I'll get back to you as soon.
31
+ </td>
32
+ </tr>
33
+ <tr>
34
+ <td>
35
+ <table border='0' cellpadding='0' cellspacing='0' width='100%'>
36
+ <tr>
37
+ <td width='260' valign='top'>
38
+ <table border='0' cellpadding='0' cellspacing='0' width='100%'>
39
+ <tr>
40
+ <td>
41
+ <img src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/left.gif' alt='' width='100%' height='140' style='display: block;' />
42
+ </td>
43
+ </tr>
44
+ <tr>
45
+ <td style='padding: 25px 0 0 0; color: #153643; font-family: Arial, sans-serif; font-size: 16px; line-height: 20px;'>
46
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. In tempus adipiscing felis, sit amet blandit ipsum volutpat sed. Morbi porttitor, eget accumsan dictum, nisi libero ultricies ipsum, in posuere mauris neque at erat.
47
+ </td>
48
+ </tr>
49
+ </table>
50
+ </td>
51
+ <td style='font-size: 0; line-height: 0;' width='20'>
52
+ &nbsp;
53
+ </td>
54
+ <td width='260' valign='top'>
55
+ <table border='0' cellpadding='0' cellspacing='0' width='100%'>
56
+ <tr>
57
+ <td>
58
+ <img src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/right.gif' alt='' width='100%' height='140' style='display: block;' />
59
+ </td>
60
+ </tr>
61
+ <tr>
62
+ <td style='padding: 25px 0 0 0; color: #153643; font-family: Arial, sans-serif; font-size: 16px; line-height: 20px;'>
63
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. In tempus adipiscing felis, sit amet blandit ipsum volutpat sed. Morbi porttitor, eget accumsan dictum, nisi libero ultricies ipsum, in posuere mauris neque at erat.
64
+ </td>
65
+ </tr>
66
+ </table>
67
+ </td>
68
+ </tr>
69
+ </table>
70
+ </td>
71
+ </tr>
72
+ </table>
73
+ </td>
74
+ </tr>
75
+ <tr>
76
+ <td bgcolor='#ee4c50' style='padding: 30px 30px 30px 30px;'>
77
+ <table border='0' cellpadding='0' cellspacing='0' width='100%'>
78
+ <tr>
79
+ <td style='color: #ffffff; font-family: Arial, sans-serif; font-size: 14px;' width='75%'>
80
+ &copy; {{ "now" | date: "%Y" }} {{ site.title }}<br/>
81
+ You are receiving this email because this email address was used to contact Made Slowly using the online contact form at www.madeslowly.co.uk. If you did not contact Made Slowly please report this here.
82
+ <a href='#' style='color: #ffffff;'><font color='#ffffff'>Unsubscribe</font></a> to this newsletter instantly
83
+ </td>
84
+ <td align='right' width='25%'>
85
+ <table border='0' cellpadding='0' cellspacing='0'>
86
+ <tr>
87
+ <td style='font-family: Arial, sans-serif; font-size: 12px; font-weight: bold;'>
88
+ <a href='http://www.twitter.com/' style='color: #ffffff;'>
89
+ <img src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/tw.gif' alt='Twitter' width='38' height='38' style='display: block;' border='0' />
90
+ </a>
91
+ </td>
92
+ <td style='font-size: 0; line-height: 0;' width='20'>&nbsp;</td>
93
+ <td style='font-family: Arial, sans-serif; font-size: 12px; font-weight: bold;'>
94
+ <a href='http://www.twitter.com/' style='color: #ffffff;'>
95
+ <img src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/fb.gif' alt='Facebook' width='38' height='38' style='display: block;' border='0' />
96
+ </a>
97
+ </td>
98
+ </tr>
99
+ </table>
100
+ </td>
101
+ </tr>
102
+ </table>
103
+ </td>
104
+ </tr>
105
+ </table>
106
+ </td>
107
+ </tr>
108
+ </table>
109
+ </body>
110
+ </html>
@@ -0,0 +1,51 @@
1
+ <!-- footer -->
2
+ <footer class="footer-wraper">
3
+
4
+ <div class="footer-header">
5
+ <a href="{{ site.baseurl }}/">
6
+ <h2>{% include site-logo.svg %} in {{ site.postal_add.city }}</h2></a>
7
+ </div>
8
+
9
+ <ul class="footer-nav-links sitemap">
10
+ <h3>Sitemap</h3>
11
+ {% for item in site.data.menu %}
12
+ {% if item.sitemap == 1 %}
13
+ <li><a href="{{ site.baseurl }}{{ item.link }}">
14
+ {{ item.name }}
15
+ </a></li>
16
+ {% endif %}
17
+ {% endfor %}
18
+ </ul>
19
+
20
+ <ul class="footer-nav-links category-links">
21
+ <h3>Categories</h3>
22
+ {% for category in site.categories %}
23
+ <li><a href="{{ site.baseurl }}/slow-blog/categories/#{{ category[0] | slugify }}">
24
+ {{ category[0] | upcase }}
25
+ </a></li>
26
+ {% endfor %}
27
+ </ul>
28
+
29
+ <ul class="footer-nav-links footer-services">
30
+ <h3>Services</h3>
31
+ {% for item in site.data.services %}
32
+ <li>
33
+ {{ item.name }}
34
+ </li>
35
+ {% endfor %}
36
+ </ul>
37
+
38
+ <!-- quick contact form -->
39
+
40
+ <div class="footer-contact">
41
+ {% include quick-contact.html %}
42
+ </div>
43
+
44
+ <!-- footer base and copyright -->
45
+
46
+ <div class="footer-base">
47
+ <p class="slogan">made slowly ⚡served fast</p>
48
+ <p class="copyright">&copy; <script>document.write(new Date().getFullYear())</script> {{ site.title }}</p>
49
+ </div>
50
+
51
+ </footer>
@@ -0,0 +1,43 @@
1
+ <div class="google-map">
2
+ <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2469.820605643565!2d-1.214444884287573!3d51.75460387967654!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4876c1aeafa04a05%3A0x760e8ed504dda081!2sMade%20Slowly!5e0!3m2!1sen!2suk!4v1575387470271!5m2!1sen!2suk"
3
+ width="100%"
4
+ height="100%"
5
+ frameborder="0"
6
+ style="border:0;"
7
+ allowfullscreen=""></iframe>
8
+ </div>
9
+ <!--
10
+ <div class="google-map">
11
+ <div id="map" style="width:300px;height:300px;position:inherit;"></div>
12
+ </div>
13
+ <script>
14
+ window.mapData = {"latitude":-45.8787605 ,"longitude":170.5027976, "zoom": 5 };
15
+
16
+ function initMap() {
17
+ var myOptions = {
18
+ scrollwheel: false,
19
+ draggable: false,
20
+ panControl: false,
21
+ disableDefaultUI: true,
22
+ zoom: window.mapData.zoom,
23
+ maxZoom: window.mapData.zoom,
24
+ minZoom: window.mapData.zoom,
25
+ center: new google.maps.LatLng(window.mapData.latitude, window.mapData.longitude),
26
+ mapTypeId: google.maps.MapTypeId.ROADMAP
27
+ };
28
+
29
+ var map = new google.maps.Map(document.getElementById('map'), myOptions);
30
+
31
+ var marker = new google.maps.Marker({
32
+ map: map,
33
+ position: new google.maps.LatLng(window.mapData.latitude, window.mapData.longitude)
34
+ });
35
+
36
+ google.maps.event.addDomListener(window, 'resize', function() {
37
+ map.setCenter(myOptions.center);
38
+ });
39
+ }
40
+ </script>
41
+
42
+ <script async defer src="https://maps.googleapis.com/maps/api/js?key={{ site.google.map_api_key }}&callback=initMap"></script>
43
+ -->
@@ -0,0 +1,135 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ <head>
5
+
6
+ <meta charset="utf-8">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
8
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
9
+
10
+ <title>
11
+ {% if page.url == "/" %} {{ site.title }} | {{ site.subtitle }}
12
+ {% else %} {{ page.title }} | {{ site.title }} {% endif %}
13
+ </title>
14
+
15
+ {% include structured-data.html %}
16
+
17
+ <!-- use local page descriptions if it exist -->
18
+ <meta name="description" content="
19
+ {% if page.description == null %} {{ site.description }}
20
+ {% else %} {{ page.description }} {% endif %}" />
21
+
22
+ <meta name="keywords" content="{{ site.keywords }}" />
23
+
24
+ <meta name="author" content="{{ site.author.name }}" />
25
+
26
+ <meta name="copyright" content="Copyright {{ site.title }} {{ 'now' | date: "%Y" }}" />
27
+
28
+ <meta name="robots" content="follow" />
29
+
30
+ <!-- *** TWITTER:CARD *** https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/abouts-cards -->
31
+ <meta name="twitter:card" content="summary_large_image" />
32
+
33
+ <meta name="twitter:site" content="@{{ site.data.socials.twitter.username }}" />
34
+ <meta name="twitter:creator" content="@{{ site.author.twitter }}">
35
+ <meta name="twitter:title" content="{% if page.url == "/" %} {{ site.title }} | {{ site.subtitle }} {% else %} {{ page.title }} | {{ site.title }}{% endif %}" />
36
+
37
+ <meta name="twitter:description" content="{% if page.description == null %} {{ site.description }}
38
+ {% else %} {{ page.description }} {% endif %}" />
39
+
40
+ <meta name="twitter:image" content="
41
+ {% if page.thumbnail == null %} {{ site.url }}{{ site.baseurl }}/assets/img/page-thumbs/{{ site.thumbnail }}
42
+ {% else %}
43
+ {{ site.url }}{{ site.baseurl }}/assets/img/page-thumbs/{{ page.thumbnail }} {% endif %}" />
44
+ <!-- to implement this we need some kind of db recording the descriptors of our thumbs -->
45
+ <meta name="twitter:image:alt" content="" />
46
+ <!-- *** END TWITTER:CARD *** -->
47
+
48
+ <!-- *** OG *** https://ogp.me/ -->
49
+ <meta property="og:title" content="{% if page.url == "/" %} {{ site.title }} {% else %} {{ page.title }} | {{ site.title }} {% endif %}" />
50
+
51
+ <!-- Adds article properties for blog posts -->
52
+ <meta property="og:type" content="
53
+ {% if page.url contains '/slow-blog/' %}
54
+ article" />
55
+ <meta
56
+ property=article:publisher
57
+ content="{{ site.data.socials.facebook.url }}{{ site.data.socials.facebook.username }}/">
58
+ <meta
59
+ property=article:author
60
+ content="{{ site.url }}">
61
+ <meta
62
+ property=article:section
63
+ content="News from {{ site.title }}" >
64
+ <meta
65
+ property=article:published_time
66
+ content="{{ page.date | date_to_xmlschema }}">
67
+ <meta
68
+ property=article:modified_time
69
+ content="{{ 'now' | date_to_xmlschema }}">
70
+ <!-- this just pulls the first cat -->
71
+ <meta
72
+ property=article:tag
73
+ content="{{ page.categories }}">
74
+ {% else %}
75
+ website" />
76
+ {% endif %}
77
+
78
+ <meta property=og:updated_time content="{{ 'now' | date_to_xmlschema }}">
79
+
80
+ <!-- use local page thumbnail if it exist -->
81
+ <meta property="og:image" content="
82
+ {% if page.thumbnail == null %}{{ site.url }}{{ site.baseurl }}/assets/img/page-thumbs/{{ site.thumbnail }}
83
+ {% else %}{{ site.url }}{{ site.baseurl }}/assets/img/page-thumbs/{{ page.thumbnail }} {% endif %}" />
84
+
85
+ <!-- look into https://github.com/envygeeks/jekyll-assets -->
86
+ <!--
87
+ <meta property="og:image:type" content="image/jpeg" />
88
+ <meta property="og:image:width" content="" />
89
+ <meta property="og:image:height" content="" />
90
+ -->
91
+ <!-- to implement this we need some kind of db recording the descriptors of our thumbs -->
92
+ <!--
93
+ <meta property="og:image:alt" content="" />
94
+ -->
95
+ <meta property="og:url" content="{{ site.url }}{{ site.baseurl }}{{ page.url }}" />
96
+
97
+ <meta property="og:description" content="{% if page.description == null %} {{ site.description }}
98
+ {% else %} {{ page.description }} {% endif %}" />
99
+
100
+ <meta property="og:locale" content="{{ site.lang }}" />
101
+
102
+ <meta property="og:site_name" content="{{ site.title }} | {{ site.subtitle }}" />
103
+
104
+ <!-- *** fb:app_id *** https://developers.facebook.com/docs/sharing/webmasters/#markup -->
105
+ <meta property="fb:app_id" content="{{ site.data.socials.facebook.app_id }}" />
106
+
107
+ <!-- *** END OG *** -->
108
+
109
+ <link rel="canonical" href="{{ site.url }}{{ site.baseurl }}{{ page.url }}" />
110
+
111
+ <link rel="stylesheet" type="text/css" title="made slowly has all the style" href="{{ site.baseurl }}/assets/css/made-slowly-has-all-the-style.css" media="screen" />
112
+
113
+ <!-- Animate on scroll lib, js is in footer -->
114
+ <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/assets/aos/aos.css" media="none" onload="if(media!='all')media='all'" />
115
+
116
+ <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" media="none" onload="if(media!='all')media='all'" />
117
+
118
+ <!-- globalise fonts in _config -->
119
+ <link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400&display=swap" rel="stylesheet">
120
+
121
+ <link rel="stylesheet" href="{{ site.baseurl }}/assets/fonts/fontawesome-free-5.11.2-web/css/all.min.css" media="none" onload="if(media!='all')media='all'" / >
122
+
123
+ {% if page.syntax_style == "github" %}
124
+ <link href="{{ site.baseurl }}/assets/css/locals/github-syntax.css" rel="stylesheet" media="none" onload="if(media!='all')media='all'" />
125
+ {% endif %}
126
+
127
+ <link rel="shortcut icon" type="image/x-icon" href="{{ site.baseurl }}/{{ site.favicon }}">
128
+
129
+ {% if jekyll.environment == "production" %}
130
+ {% include tracking-header.html %}
131
+ {% endif %}
132
+
133
+ </head>
134
+
135
+ <body>
@@ -0,0 +1,24 @@
1
+ <!-- display card for each post -->
2
+
3
+ <div class="post-preview-wrapper">
4
+
5
+ <div
6
+ class="post-preview-img"
7
+ style="background-image: url('{{ site.baseurl }}/{{ post.background }}');"></div>
8
+
9
+ <div class="post-preview-text">
10
+
11
+ <a href="{{ site.baseurl }}{{ post.url }}" class="post-preview-title">
12
+
13
+ <h2>{{ post.title }}</h2>
14
+
15
+ <h3>{{ post.subtitle }}</h3>
16
+
17
+ </a>
18
+
19
+ <ul class="center-text">
20
+ {% for categories in post.categories | sort %}
21
+ <li class="post-tag"><a href="{{ site.baseurl }}/slow-blog/categories/#{{ categories | slugify }}">
22
+ {{ categories | upcase }}</a></li>{% endfor %}</ul>
23
+ </div>
24
+ </div>