From 570b0b4f5c6a336a5f5e6bd211f18176b2bea7ae Mon Sep 17 00:00:00 2001 From: Robert Austin Date: Sun, 23 Aug 2020 20:01:06 +1000 Subject: [PATCH] refresh theme --- .gitignore | 10 +- _config.yml | 14 +- _data/contact.yml | 7 +- _data/menus.yml | 21 + _data/social.json | 12 + _data/social.yaml | 5 - _includes/call.html | 19 + _includes/footer.html | 15 +- _includes/header.html | 6 +- _includes/main-menu-mobile.html | 11 +- _includes/main-menu.html | 13 +- _includes/social.html | 24 +- _includes/sub-footer.html | 18 +- _layouts/contact.html | 17 + _layouts/home.html | 69 ++ _layouts/service.html | 14 +- _layouts/services.html | 36 + _layouts/teams.html | 62 ++ _sass/_bootstrap-variables.scss | 64 +- _sass/bootstrap/_alert.scss | 2 +- _sass/bootstrap/_badge.scss | 9 +- _sass/bootstrap/_breadcrumb.scss | 16 +- _sass/bootstrap/_button-group.scss | 37 +- _sass/bootstrap/_buttons.scss | 30 +- _sass/bootstrap/_card.scss | 104 +-- _sass/bootstrap/_carousel.scss | 134 ++-- _sass/bootstrap/_close.scss | 23 +- _sass/bootstrap/_code.scss | 20 +- _sass/bootstrap/_custom-forms.scss | 312 +++++++-- _sass/bootstrap/_dropdown.scss | 74 +- _sass/bootstrap/_forms.scss | 93 +-- _sass/bootstrap/_functions.scss | 66 +- _sass/bootstrap/_grid.scss | 33 +- _sass/bootstrap/_images.scss | 8 +- _sass/bootstrap/_input-group.scss | 62 +- _sass/bootstrap/_jumbotron.scss | 1 + _sass/bootstrap/_list-group.scss | 75 +- _sass/bootstrap/_media.scss | 0 _sass/bootstrap/_mixins.scss | 13 +- _sass/bootstrap/_modal.scss | 119 +++- _sass/bootstrap/_nav.scss | 8 +- _sass/bootstrap/_navbar.scss | 97 +-- _sass/bootstrap/_pagination.scss | 12 +- _sass/bootstrap/_popover.scss | 123 ++-- _sass/bootstrap/_print.scss | 33 +- _sass/bootstrap/_progress.scss | 25 +- _sass/bootstrap/_reboot.scss | 128 ++-- _sass/bootstrap/_root.scss | 1 + _sass/bootstrap/_spinners.scss | 55 ++ _sass/bootstrap/_tables.scss | 33 +- _sass/bootstrap/_toasts.scss | 44 ++ _sass/bootstrap/_tooltip.scss | 2 +- _sass/bootstrap/_transitions.scss | 24 +- _sass/bootstrap/_type.scss | 36 +- _sass/bootstrap/_utilities.scss | 3 + _sass/bootstrap/_variables.scss | 647 ++++++++++++------ _sass/bootstrap/bootstrap-grid.scss | 11 +- _sass/bootstrap/bootstrap-reboot.scss | 6 +- _sass/bootstrap/bootstrap.scss | 8 +- _sass/bootstrap/mixins/_alert.scss | 0 .../bootstrap/mixins/_background-variant.scss | 5 +- _sass/bootstrap/mixins/_badge.scss | 11 +- _sass/bootstrap/mixins/_border-radius.scss | 30 +- _sass/bootstrap/mixins/_box-shadow.scss | 17 +- _sass/bootstrap/mixins/_breakpoints.scss | 6 +- _sass/bootstrap/mixins/_buttons.scss | 31 +- _sass/bootstrap/mixins/_caret.scss | 29 +- _sass/bootstrap/mixins/_clearfix.scss | 0 _sass/bootstrap/mixins/_deprecate.scss | 10 + _sass/bootstrap/mixins/_float.scss | 9 +- _sass/bootstrap/mixins/_forms.scss | 112 ++- _sass/bootstrap/mixins/_gradients.scss | 14 +- _sass/bootstrap/mixins/_grid-framework.scss | 16 +- _sass/bootstrap/mixins/_grid.scss | 37 +- _sass/bootstrap/mixins/_hover.scss | 16 +- _sass/bootstrap/mixins/_image.scss | 6 +- _sass/bootstrap/mixins/_list-group.scss | 4 +- _sass/bootstrap/mixins/_lists.scss | 2 +- _sass/bootstrap/mixins/_nav-divider.scss | 5 +- _sass/bootstrap/mixins/_navbar-align.scss | 10 - _sass/bootstrap/mixins/_pagination.scss | 2 +- _sass/bootstrap/mixins/_reset-text.scss | 4 +- _sass/bootstrap/mixins/_resize.scss | 0 _sass/bootstrap/mixins/_screen-reader.scss | 9 +- _sass/bootstrap/mixins/_size.scss | 1 + _sass/bootstrap/mixins/_table-row.scss | 13 +- _sass/bootstrap/mixins/_text-emphasis.scss | 11 +- _sass/bootstrap/mixins/_text-hide.scss | 4 +- _sass/bootstrap/mixins/_text-truncate.scss | 0 _sass/bootstrap/mixins/_transition.scss | 7 + _sass/bootstrap/mixins/_visibility.scss | 1 + _sass/bootstrap/utilities/_align.scss | 0 _sass/bootstrap/utilities/_background.scss | 2 +- _sass/bootstrap/utilities/_borders.scss | 18 +- _sass/bootstrap/utilities/_clearfix.scss | 0 _sass/bootstrap/utilities/_display.scss | 24 +- _sass/bootstrap/utilities/_embed.scss | 27 +- _sass/bootstrap/utilities/_flex.scss | 5 + _sass/bootstrap/utilities/_float.scss | 8 +- _sass/bootstrap/utilities/_overflow.scss | 5 + _sass/bootstrap/utilities/_position.scss | 4 - _sass/bootstrap/utilities/_screenreaders.scss | 0 _sass/bootstrap/utilities/_shadows.scss | 6 + _sass/bootstrap/utilities/_sizing.scss | 8 + _sass/bootstrap/utilities/_spacing.scss | 24 +- .../bootstrap/utilities/_stretched-link.scss | 19 + _sass/bootstrap/utilities/_text.scss | 36 +- _sass/bootstrap/utilities/_visibility.scss | 6 +- _sass/bootstrap/vendor/_rfs.scss | 204 ++++++ _sass/components/_buttons.scss | 12 +- _sass/components/_call.scss | 55 ++ _sass/components/_content.scss | 111 ++- _sass/components/_feature.scss | 19 +- _sass/components/_footer.scss | 54 +- _sass/components/_hamburger.scss | 6 +- _sass/components/_header-fixed.scss | 19 - _sass/components/_header-sticky.scss | 49 -- _sass/components/_header-transparent.scss | 50 -- _sass/components/_header.scss | 20 +- _sass/components/_intro-image.scss | 35 + _sass/components/_intro.scss | 58 +- _sass/components/_logo.scss | 8 +- _sass/components/_main-menu-mobile.scss | 87 +-- _sass/components/_main-menu.scss | 61 +- _sass/components/_page.scss | 3 +- _sass/components/_social.scss | 73 +- _sass/components/_strip.scss | 45 +- _sass/components/_sub-footer.scss | 66 +- _sass/components/_sub-menu.scss | 39 -- _sass/components/_title.scss | 41 +- _sass/components/_type.scss | 103 +-- _sass/components/_whitebox.scss | 10 - _sass/libraries/hamburgers/hamburgers.scss | 26 +- _sass/pages/_home.scss | 117 ---- _sass/pages/services/_page-services-list.scss | 18 - .../pages/services/_page-services-single.scss | 15 +- _sass/pages/services/_service-single.scss | 17 - _sass/pages/services/_service-summary.scss | 22 - _sass/pages/team/_page-team-list.scss | 18 - _sass/pages/team/_team-list.scss | 9 - _sass/pages/team/_team-summary.scss | 34 +- .../testimonials/_page-testimonials-list.scss | 18 - .../testimonials/_testimonials-list.scss | 0 .../testimonials/_testimonials-summary.scss | 67 -- _services/accounting.md | 107 ++- _services/business-advisory.md | 6 +- _services/business-sales.md | 6 +- _services/mergers.md | 8 +- _services/superannuation.md | 4 +- _services/tax-preperation.md | 6 +- _team/bill-mcdonald.md | 13 + _team/mike-vance.md | 10 + _team/peter-van-eijk.md | 13 +- _team/robert-johnson.md | 10 + _team/sage-kirk.md | 13 +- _team/susan-shelton.md | 10 + _team/tamara-ells.md | 10 + _testimonials/lion-creative.md | 10 - _testimonials/mikes-auto-parts.md | 10 - _testimonials/thaistyle-asian.md | 10 - assets/css/style.scss | 108 ++- assets/images/logo-mobile.svg | 14 - assets/images/logo.svg | 13 - assets/images/undraw_businesswoman_pc12.svg | 1 - assets/images/undraw_hang_out_h9ud.svg | 1 - assets/images/undraw_taking_notes_tjaf.svg | 1 - assets/js/libs/library.js | 1 - assets/js/pages/services.js | 1 - contact.html | 74 -- contact.md | 16 + images/austin-distel-nGc5RT2HmF0-unsplash.jpg | Bin 0 -> 241887 bytes images/favicon.png | Bin 8394 -> 0 bytes images/features/noun_3d modeling_1885342.svg | 2 +- images/features/noun_The Process_1885341.svg | 2 +- images/features/noun_branding_1885335.svg | 2 +- images/github.svg | 1 + images/logo-mobile.svg | 11 + images/logo.svg | 10 + images/pixeltrue-business-meeting-1.svg | 1 + images/pixeltrue-chatting-using-apps-1.svg | 1 + images/pixeltrue-plan-1.svg | 1 + images/pixeltrue-yoga-1.svg | 1 + images/services/noun_1013177.png | Bin 3042 -> 0 bytes images/services/noun_1098396.png | Bin 5583 -> 0 bytes images/services/noun_180174_0.png | Bin 4294 -> 0 bytes images/services/noun_327190.png | Bin 3257 -> 0 bytes images/services/noun_591323.png | Bin 3305 -> 0 bytes images/services/noun_982388.png | Bin 4098 -> 0 bytes ...wocintechchat-com-SJvDxw0azqw-unsplash.jpg | Bin 0 -> 58175 bytes ...wocintechchat-com-z5SOVx-y3F4-unsplash.jpg | Bin 0 -> 41524 bytes .../team/cristian-newman-94319-unsplash.jpg | Bin 0 -> 185497 bytes images/team/default.jpg | Bin 0 -> 120821 bytes images/team/default.png | Bin 0 -> 44136 bytes .../team/joseph-gonzalez-399972-unsplash.jpg | Bin 0 -> 133621 bytes images/team/lucas-sankey-378674-unsplash.jpg | Bin 0 -> 120821 bytes images/team/michael-dam-258165-unsplash.jpg | Bin 0 -> 97616 bytes .../nonsap-visuals-kMJp7620W6U-unsplash.jpg | Bin 0 -> 38780 bytes .../team/peter-van-eijk-711986-unsplash.jpg | Bin 53999 -> 51370 bytes images/team/rawpixel-330235-unsplash.jpg | Bin 0 -> 226825 bytes images/team/sage-kirk-485982-unsplash.jpg | Bin 45904 -> 43786 bytes .../team/sung-wang-g4DgCF90EM4-unsplash.jpg | Bin 0 -> 41186 bytes images/team/vince-fleming-613817-unsplash.jpg | Bin 0 -> 194086 bytes images/twitter.svg | 1 + images/undraw_modern_professional_yt9h.svg | 1 + images/undraw_problem_solving_ft81.svg | 1 + images/undraw_selection_92i4.svg | 1 + index.html | 68 -- index.md | 11 + services.html | 36 - services.md | 11 + team.html | 47 -- teams.md | 12 + testimonials.html | 32 - 213 files changed, 3350 insertions(+), 2546 deletions(-) create mode 100644 _data/menus.yml create mode 100644 _data/social.json delete mode 100644 _data/social.yaml create mode 100644 _includes/call.html create mode 100644 _layouts/contact.html create mode 100755 _layouts/home.html create mode 100644 _layouts/services.html create mode 100644 _layouts/teams.html mode change 100755 => 100644 _sass/bootstrap/_alert.scss mode change 100755 => 100644 _sass/bootstrap/_badge.scss mode change 100755 => 100644 _sass/bootstrap/_breadcrumb.scss mode change 100755 => 100644 _sass/bootstrap/_button-group.scss mode change 100755 => 100644 _sass/bootstrap/_buttons.scss mode change 100755 => 100644 _sass/bootstrap/_card.scss mode change 100755 => 100644 _sass/bootstrap/_carousel.scss mode change 100755 => 100644 _sass/bootstrap/_close.scss mode change 100755 => 100644 _sass/bootstrap/_code.scss mode change 100755 => 100644 _sass/bootstrap/_custom-forms.scss mode change 100755 => 100644 _sass/bootstrap/_dropdown.scss mode change 100755 => 100644 _sass/bootstrap/_forms.scss mode change 100755 => 100644 _sass/bootstrap/_functions.scss mode change 100755 => 100644 _sass/bootstrap/_grid.scss mode change 100755 => 100644 _sass/bootstrap/_images.scss mode change 100755 => 100644 _sass/bootstrap/_input-group.scss mode change 100755 => 100644 _sass/bootstrap/_jumbotron.scss mode change 100755 => 100644 _sass/bootstrap/_list-group.scss mode change 100755 => 100644 _sass/bootstrap/_media.scss mode change 100755 => 100644 _sass/bootstrap/_mixins.scss mode change 100755 => 100644 _sass/bootstrap/_modal.scss mode change 100755 => 100644 _sass/bootstrap/_nav.scss mode change 100755 => 100644 _sass/bootstrap/_navbar.scss mode change 100755 => 100644 _sass/bootstrap/_pagination.scss mode change 100755 => 100644 _sass/bootstrap/_popover.scss mode change 100755 => 100644 _sass/bootstrap/_print.scss mode change 100755 => 100644 _sass/bootstrap/_progress.scss mode change 100755 => 100644 _sass/bootstrap/_reboot.scss mode change 100755 => 100644 _sass/bootstrap/_root.scss create mode 100644 _sass/bootstrap/_spinners.scss mode change 100755 => 100644 _sass/bootstrap/_tables.scss create mode 100644 _sass/bootstrap/_toasts.scss mode change 100755 => 100644 _sass/bootstrap/_tooltip.scss mode change 100755 => 100644 _sass/bootstrap/_transitions.scss mode change 100755 => 100644 _sass/bootstrap/_type.scss mode change 100755 => 100644 _sass/bootstrap/_utilities.scss mode change 100755 => 100644 _sass/bootstrap/_variables.scss mode change 100755 => 100644 _sass/bootstrap/bootstrap-grid.scss mode change 100755 => 100644 _sass/bootstrap/bootstrap-reboot.scss mode change 100755 => 100644 _sass/bootstrap/bootstrap.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_alert.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_background-variant.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_badge.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_border-radius.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_box-shadow.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_breakpoints.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_buttons.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_caret.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_clearfix.scss create mode 100644 _sass/bootstrap/mixins/_deprecate.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_float.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_forms.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_gradients.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_grid-framework.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_grid.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_hover.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_image.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_list-group.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_lists.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_nav-divider.scss delete mode 100755 _sass/bootstrap/mixins/_navbar-align.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_pagination.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_reset-text.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_resize.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_screen-reader.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_size.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_table-row.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_text-emphasis.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_text-hide.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_text-truncate.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_transition.scss mode change 100755 => 100644 _sass/bootstrap/mixins/_visibility.scss mode change 100755 => 100644 _sass/bootstrap/utilities/_align.scss mode change 100755 => 100644 _sass/bootstrap/utilities/_background.scss mode change 100755 => 100644 _sass/bootstrap/utilities/_borders.scss mode change 100755 => 100644 _sass/bootstrap/utilities/_clearfix.scss mode change 100755 => 100644 _sass/bootstrap/utilities/_display.scss mode change 100755 => 100644 _sass/bootstrap/utilities/_embed.scss mode change 100755 => 100644 _sass/bootstrap/utilities/_flex.scss mode change 100755 => 100644 _sass/bootstrap/utilities/_float.scss create mode 100644 _sass/bootstrap/utilities/_overflow.scss mode change 100755 => 100644 _sass/bootstrap/utilities/_position.scss mode change 100755 => 100644 _sass/bootstrap/utilities/_screenreaders.scss create mode 100644 _sass/bootstrap/utilities/_shadows.scss mode change 100755 => 100644 _sass/bootstrap/utilities/_sizing.scss mode change 100755 => 100644 _sass/bootstrap/utilities/_spacing.scss create mode 100644 _sass/bootstrap/utilities/_stretched-link.scss mode change 100755 => 100644 _sass/bootstrap/utilities/_text.scss mode change 100755 => 100644 _sass/bootstrap/utilities/_visibility.scss create mode 100644 _sass/bootstrap/vendor/_rfs.scss create mode 100644 _sass/components/_call.scss delete mode 100644 _sass/components/_header-fixed.scss delete mode 100644 _sass/components/_header-sticky.scss delete mode 100644 _sass/components/_header-transparent.scss create mode 100644 _sass/components/_intro-image.scss mode change 100755 => 100644 _sass/components/_social.scss delete mode 100644 _sass/components/_sub-menu.scss delete mode 100644 _sass/components/_whitebox.scss delete mode 100644 _sass/pages/services/_page-services-list.scss delete mode 100644 _sass/pages/services/_service-single.scss delete mode 100644 _sass/pages/services/_service-summary.scss delete mode 100644 _sass/pages/team/_page-team-list.scss delete mode 100644 _sass/pages/team/_team-list.scss delete mode 100644 _sass/pages/testimonials/_page-testimonials-list.scss delete mode 100644 _sass/pages/testimonials/_testimonials-list.scss delete mode 100644 _sass/pages/testimonials/_testimonials-summary.scss create mode 100644 _team/bill-mcdonald.md create mode 100644 _team/mike-vance.md create mode 100644 _team/robert-johnson.md create mode 100644 _team/susan-shelton.md create mode 100644 _team/tamara-ells.md delete mode 100644 _testimonials/lion-creative.md delete mode 100644 _testimonials/mikes-auto-parts.md delete mode 100644 _testimonials/thaistyle-asian.md delete mode 100644 assets/images/logo-mobile.svg delete mode 100644 assets/images/logo.svg delete mode 100644 assets/images/undraw_businesswoman_pc12.svg delete mode 100644 assets/images/undraw_hang_out_h9ud.svg delete mode 100644 assets/images/undraw_taking_notes_tjaf.svg delete mode 100644 assets/js/libs/library.js delete mode 100644 assets/js/pages/services.js delete mode 100644 contact.html create mode 100644 contact.md create mode 100644 images/austin-distel-nGc5RT2HmF0-unsplash.jpg delete mode 100644 images/favicon.png create mode 100644 images/github.svg create mode 100644 images/logo-mobile.svg create mode 100644 images/logo.svg create mode 100644 images/pixeltrue-business-meeting-1.svg create mode 100644 images/pixeltrue-chatting-using-apps-1.svg create mode 100644 images/pixeltrue-plan-1.svg create mode 100644 images/pixeltrue-yoga-1.svg delete mode 100644 images/services/noun_1013177.png delete mode 100644 images/services/noun_1098396.png delete mode 100644 images/services/noun_180174_0.png delete mode 100644 images/services/noun_327190.png delete mode 100644 images/services/noun_591323.png delete mode 100644 images/services/noun_982388.png create mode 100644 images/team/christina-wocintechchat-com-SJvDxw0azqw-unsplash.jpg create mode 100644 images/team/christina-wocintechchat-com-z5SOVx-y3F4-unsplash.jpg create mode 100644 images/team/cristian-newman-94319-unsplash.jpg create mode 100644 images/team/default.jpg create mode 100644 images/team/default.png create mode 100644 images/team/joseph-gonzalez-399972-unsplash.jpg create mode 100644 images/team/lucas-sankey-378674-unsplash.jpg create mode 100644 images/team/michael-dam-258165-unsplash.jpg create mode 100644 images/team/nonsap-visuals-kMJp7620W6U-unsplash.jpg create mode 100644 images/team/rawpixel-330235-unsplash.jpg create mode 100644 images/team/sung-wang-g4DgCF90EM4-unsplash.jpg create mode 100644 images/team/vince-fleming-613817-unsplash.jpg create mode 100644 images/twitter.svg create mode 100644 images/undraw_modern_professional_yt9h.svg create mode 100644 images/undraw_problem_solving_ft81.svg create mode 100644 images/undraw_selection_92i4.svg delete mode 100755 index.html create mode 100755 index.md delete mode 100644 services.html create mode 100644 services.md delete mode 100644 team.html create mode 100644 teams.md delete mode 100644 testimonials.html diff --git a/.gitignore b/.gitignore index 942c57f..c2397cd 100755 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Test files +# NPM node_modules npm-debug.log @@ -8,21 +8,15 @@ _site/ .sass-cache/ .jekyll-cache/ .jekyll-metadata -alembic-jekyll-theme-*.gem Gemfile.lock **/Gemfile.lock # Temporary files tmp - -# Folder view configuration files .DS_Store Desktop.ini - -# Thumbnail cache files ._* Thumbs.db - -# Files that might appear on external disks .Spotlight-V100 .Trashes +.idea diff --git a/_config.yml b/_config.yml index aa29150..4efb17c 100755 --- a/_config.yml +++ b/_config.yml @@ -10,9 +10,6 @@ collections: team: output: true permalink: /team/:path/ - testimonials: - output: true - permalink: /testimonials/:path/ defaults: - scope: @@ -32,3 +29,14 @@ google_analytics_id: null plugins: - jekyll-environment-variables + +homepage: + show_call_box: true + +logo: + mobile: "images/logo-mobile.svg" + desktop: "images/logo.svg" + desktop_height: "36px" + +footer: + copyright_text: 'Free Jekyll theme by www.zerostatic.io' diff --git a/_data/contact.yml b/_data/contact.yml index f4bc89f..6740b1e 100644 --- a/_data/contact.yml +++ b/_data/contact.yml @@ -1,4 +1,3 @@ -email: 'zerostaticthemes@gmail.com' -phone: 'XXXX XXX XXX' -businessName: 'Hugo Serif' -address: '' +email: 'jekyllserif@example.com' +phone: '1800 123 000' +contact_button_link: 'contact' diff --git a/_data/menus.yml b/_data/menus.yml new file mode 100644 index 0000000..9ad7d5a --- /dev/null +++ b/_data/menus.yml @@ -0,0 +1,21 @@ +main: + - name: "Home" + url: "/" + weight: 1 + - name: "Services" + url: "/services" + weight: 2 + - name: "Team" + url: "/team" + weight: 3 + - name: "Contact" + url: "/contact" + weight: 4 + +footer: + - name: "Home" + url: "/" + weight: 1 + - name: "Contact" + url: "/contact" + weight: 2 \ No newline at end of file diff --git a/_data/social.json b/_data/social.json new file mode 100644 index 0000000..9056902 --- /dev/null +++ b/_data/social.json @@ -0,0 +1,12 @@ +[ + { + "name": "Github", + "link": "https://github.com/JugglerX/jekyll-serif-theme", + "image": "images/github.svg" + }, + { + "name": "Twitter", + "link": "https://twitter.com/zerostaticio", + "image": "images/twitter.svg" + } +] diff --git a/_data/social.yaml b/_data/social.yaml deleted file mode 100644 index e07a7ed..0000000 --- a/_data/social.yaml +++ /dev/null @@ -1,5 +0,0 @@ -vimeo: "" -twitter: "https://twitter.com/figuritltd" -instagram: "" -linkedin: "https://www.linkedin.com/in/linda-chesher-81a35618/" -facebook: "" \ No newline at end of file diff --git a/_includes/call.html b/_includes/call.html new file mode 100644 index 0000000..67504ca --- /dev/null +++ b/_includes/call.html @@ -0,0 +1,19 @@ +
+
+ {% if site.data.contact.phone %} +
Phone: {{ site.data.contact.phone }}
+ {% endif %} + {% if site.data.contact.email %} + + {% endif %} +
+ {% if include.show_button %} +
+ Contact +
+ {% endif %} +
diff --git a/_includes/footer.html b/_includes/footer.html index 896d588..7c892e3 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,13 +1,16 @@ -