updg-jekyll-theme-fs 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: d697a769ddb8c2b17c37f106be597d5c1c5f8aab1e788aa95025343cdc236a61
4
+ data.tar.gz: 73d48eeed0fd966ff6cca4d91d7128c52202b8c61710ce9fcaf50660396176a8
5
+ SHA512:
6
+ metadata.gz: f8e6d6bbbafb1d2eba17d15f1901b3994eecbf06f92d18beef6427102411e9ae71bc2e3515b6935b932484aee2f0af0008bfb8d4b649915eb3cac4d95fb29b8a
7
+ data.tar.gz: 655fd9a6ea19f79a33c44a13ca829280943256df45446d6d93b3b893599564be095da7439c7f8ec58c83268573a6db3415f677fe0dbd29fa8df2682fd1491411
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2022
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,50 @@
1
+ # jekyll-theme-fs
2
+
3
+ Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
4
+
5
+ To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
6
+
7
+ TODO: Delete this and the text above, and describe your gem
8
+
9
+ ## Installation
10
+
11
+ Add this line to your Jekyll site's `Gemfile`:
12
+
13
+ ```ruby
14
+ gem "jekyll-theme-fs"
15
+ ```
16
+
17
+ And add this line to your Jekyll site's `_config.yml`:
18
+
19
+ ```yaml
20
+ theme: jekyll-theme-fs
21
+ ```
22
+
23
+ And then execute:
24
+
25
+ $ bundle
26
+
27
+ Or install it yourself as:
28
+
29
+ $ gem install jekyll-theme-fs
30
+
31
+ ## Usage
32
+
33
+ TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
34
+
35
+ ## Contributing
36
+
37
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/jekyll-theme-fs. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](https://www.contributor-covenant.org/) code of conduct.
38
+
39
+ ## Development
40
+
41
+ To set up your environment to develop this theme, run `bundle install`.
42
+
43
+ Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
44
+
45
+ When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
46
+ To add a custom directory to your theme-gem, please edit the regexp in `jekyll-theme-fs.gemspec` accordingly.
47
+
48
+ ## License
49
+
50
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -0,0 +1,72 @@
1
+ <footer class="bg-gray-800" aria-label="Footer">
2
+ <div class="max-w-7xl mx-auto py-12 px-4 overflow-hidden sm:px-6 lg:px-8">
3
+ <div class="flex gap-10 flex-wrap sm:flex-nowrap justify-around">
4
+ <nav class="-mx-5 -my-2 flex flex-wrap flex-col min-w-max" aria-label="Footer">
5
+ <h3 class="text-white px-5 py-2 uppercase font-semibold">Quick Links</h3>
6
+ <div>
7
+ <div class="px-5 py-2">
8
+ <a href="#" class="text-base text-gray-200 hover:text-gray-500"> Contact Us </a>
9
+ </div>
10
+ <div class="px-5 py-2">
11
+ <a href="#" class="text-base text-gray-200 hover:text-gray-500"> Privacy Policy </a>
12
+ </div>
13
+ <div class="px-5 py-2">
14
+ <a href="#" class="text-base text-gray-200 hover:text-gray-500"> Terms of Use </a>
15
+ </div>
16
+ <div class="px-5 py-2">
17
+ <a href="#" class="text-base text-gray-200 hover:text-gray-500"> Sitemap </a>
18
+ </div>
19
+ </div>
20
+ </nav>
21
+ <nav class="-mx-5 -my-2 flex flex-wrap flex-col min-w-max" aria-label="Footer">
22
+ <h3 class="text-white px-5 py-2 uppercase font-semibold">Organization</h3>
23
+ <div>
24
+ <div class="px-5 py-2">
25
+ <a href="#" class="text-base text-gray-200 hover:text-gray-500"> Finance Strategists </a>
26
+ </div>
27
+ <div class="px-5 py-2">
28
+ <a href="#" class="text-base text-gray-200 hover:text-gray-500"> 949-702-3057 </a>
29
+ </div>
30
+ <div class="px-5 py-2">
31
+ <a href="#" class="text-base text-gray-200 hover:text-gray-500"> 24595 Town Center<br>Dr. Valencia, CA<br>91355 </a>
32
+ </div>
33
+ </div>
34
+ </nav>
35
+ <!-- Logo -->
36
+ <div class="flex justify-center sm:justify-end items-center grow min-w-max">
37
+ <a href="#">
38
+ <span class="sr-only">Finance Strategists</span>
39
+ <img class="h-14 w-auto sm:h-12" src="/assets/finance-strategists_logo_white.png" alt="">
40
+ </a>
41
+ </div>
42
+ </div>
43
+ <div class="flex gap-8 sm:justify-between border-t border-gray-500 pt-5 mt-16 justify-center flex-wrap sm:flex-nowrap">
44
+ <p class="text-xs md:text-sm text-center text-base text-gray-200">&copy; 2022 Finance Strategists. All rights reserved.</p>
45
+ <div class="flex justify-center space-x-6">
46
+ <a href="https://www.facebook.com/FinanceStrategists/" class="text-white hover:text-gray-300">
47
+ <span class="sr-only">Facebook</span>
48
+ <svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
49
+ <path fill-rule="evenodd"
50
+ d="M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12c0 4.991 3.657 9.128 8.438 9.878v-6.987h-2.54V12h2.54V9.797c0-2.506 1.492-3.89 3.777-3.89 1.094 0 2.238.195 2.238.195v2.46h-1.26c-1.243 0-1.63.771-1.63 1.562V12h2.773l-.443 2.89h-2.33v6.988C18.343 21.128 22 16.991 22 12z"
51
+ clip-rule="evenodd" />
52
+ </svg>
53
+ </a>
54
+ <a href="https://www.instagram.com/financestrategists/" class="text-white hover:text-gray-300">
55
+ <span class="sr-only">Instagram</span>
56
+ <svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
57
+ <path fill-rule="evenodd"
58
+ d="M12.315 2c2.43 0 2.784.013 3.808.06 1.064.049 1.791.218 2.427.465a4.902 4.902 0 011.772 1.153 4.902 4.902 0 011.153 1.772c.247.636.416 1.363.465 2.427.048 1.067.06 1.407.06 4.123v.08c0 2.643-.012 2.987-.06 4.043-.049 1.064-.218 1.791-.465 2.427a4.902 4.902 0 01-1.153 1.772 4.902 4.902 0 01-1.772 1.153c-.636.247-1.363.416-2.427.465-1.067.048-1.407.06-4.123.06h-.08c-2.643 0-2.987-.012-4.043-.06-1.064-.049-1.791-.218-2.427-.465a4.902 4.902 0 01-1.772-1.153 4.902 4.902 0 01-1.153-1.772c-.247-.636-.416-1.363-.465-2.427-.047-1.024-.06-1.379-.06-3.808v-.63c0-2.43.013-2.784.06-3.808.049-1.064.218-1.791.465-2.427a4.902 4.902 0 011.153-1.772A4.902 4.902 0 015.45 2.525c.636-.247 1.363-.416 2.427-.465C8.901 2.013 9.256 2 11.685 2h.63zm-.081 1.802h-.468c-2.456 0-2.784.011-3.807.058-.975.045-1.504.207-1.857.344-.467.182-.8.398-1.15.748-.35.35-.566.683-.748 1.15-.137.353-.3.882-.344 1.857-.047 1.023-.058 1.351-.058 3.807v.468c0 2.456.011 2.784.058 3.807.045.975.207 1.504.344 1.857.182.466.399.8.748 1.15.35.35.683.566 1.15.748.353.137.882.3 1.857.344 1.054.048 1.37.058 4.041.058h.08c2.597 0 2.917-.01 3.96-.058.976-.045 1.505-.207 1.858-.344.466-.182.8-.398 1.15-.748.35-.35.566-.683.748-1.15.137-.353.3-.882.344-1.857.048-1.055.058-1.37.058-4.041v-.08c0-2.597-.01-2.917-.058-3.96-.045-.976-.207-1.505-.344-1.858a3.097 3.097 0 00-.748-1.15 3.098 3.098 0 00-1.15-.748c-.353-.137-.882-.3-1.857-.344-1.023-.047-1.351-.058-3.807-.058zM12 6.865a5.135 5.135 0 110 10.27 5.135 5.135 0 010-10.27zm0 1.802a3.333 3.333 0 100 6.666 3.333 3.333 0 000-6.666zm5.338-3.205a1.2 1.2 0 110 2.4 1.2 1.2 0 010-2.4z"
59
+ clip-rule="evenodd" />
60
+ </svg>
61
+ </a>
62
+ <a href="https://twitter.com/FinStrategists" class="text-white hover:text-gray-300">
63
+ <span class="sr-only">Twitter</span>
64
+ <svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
65
+ <path
66
+ d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0022 5.92a8.19 8.19 0 01-2.357.646 4.118 4.118 0 001.804-2.27 8.224 8.224 0 01-2.605.996 4.107 4.107 0 00-6.993 3.743 11.65 11.65 0 01-8.457-4.287 4.106 4.106 0 001.27 5.477A4.072 4.072 0 012.8 9.713v.052a4.105 4.105 0 003.292 4.022 4.095 4.095 0 01-1.853.07 4.108 4.108 0 003.834 2.85A8.233 8.233 0 012 18.407a11.616 11.616 0 006.29 1.84" />
67
+ </svg>
68
+ </a>
69
+ </div>
70
+ </div>
71
+ </div>
72
+ </footer>
@@ -0,0 +1,8 @@
1
+ <head>
2
+ <meta charset="utf-8">
3
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
+ <meta name="viewport" content="width=device-width, initial-scale=1">
5
+ {%- seo -%}
6
+ <link rel="preload" href="/assets/finance-strategists_logo.png.webp" as="image" type="image/webp" importance="high">
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ </head>
@@ -0,0 +1,114 @@
1
+ <header class="bg-gray-800">
2
+ <!-- https://tailwindui.com/components/marketing/sections/heroes#component-c2665b7bbef783e2d6683ad7e2075e10 -->
3
+ <div class="relative overflow-hidden max-w-7xl mx-auto">
4
+ <div class="relative pt-6 pb-16 sm:pb-24 px-3">
5
+ <div>
6
+ <nav class="relative max-w-7xl mx-auto flex items-center justify-between px-4 sm:px-6" aria-label="Global">
7
+ <div class="flex items-center flex-1">
8
+ <div class="flex items-center justify-between w-full md:w-auto">
9
+ <a href="#">
10
+ <span class="sr-only">Finance Strategists</span>
11
+ <img class="h-8 w-auto sm:h-10" src="/assets/finance-strategists_logo_white.png" alt="">
12
+ </a>
13
+ <div class="-mr-2 flex items-center md:hidden">
14
+ <button type="button" class="bg-gray-800 rounded-md p-2 inline-flex items-center justify-center text-gray-400 hover:bg-gray-700 focus:outline-none focus:ring-2 focus-ring-inset focus:ring-white" aria-expanded="false">
15
+ <span class="sr-only">Open main menu</span>
16
+ <!-- Heroicon name: outline/menu -->
17
+ <svg class="h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true">
18
+ <path stroke-linecap="round" stroke-linejoin="round" d="M4 6h16M4 12h16M4 18h16" />
19
+ </svg>
20
+ </button>
21
+ </div>
22
+ </div>
23
+ <div class="grow place-content-end hidden space-x-10 md:flex md:ml-10">
24
+ <a href="#" class="font-medium text-white hover:text-gray-300">Dictionary</a>
25
+ <a href="#" class="font-medium text-white hover:text-gray-300">Interviews</a>
26
+ <a href="#" class="font-medium text-white hover:text-gray-300">Services</a>
27
+ <a href="#" class="font-medium text-white hover:text-gray-300">Videos</a>
28
+ <a href="#" class="font-medium text-white hover:text-gray-300">About Us</a>
29
+ <a href="#" class="font-medium text-white hover:text-gray-300">Contact</a>
30
+ </div>
31
+ </div>
32
+ </nav>
33
+ <!--
34
+ Mobile menu, show/hide based on menu open state.
35
+ Entering: "duration-150 ease-out"
36
+ From: "opacity-0 scale-95"
37
+ To: "opacity-100 scale-100"
38
+ Leaving: "duration-100 ease-in"
39
+ From: "opacity-100 scale-100"
40
+ To: "opacity-0 scale-95"
41
+ -->
42
+ <div class="absolute z-10 top-0 inset-x-0 p-2 transition transform origin-top-right hidden">
43
+ <div class="rounded-lg shadow-md bg-white ring-1 ring-black ring-opacity-5 overflow-hidden">
44
+ <div class="px-5 pt-4 flex items-center justify-between">
45
+ <div>
46
+ <img class="h-8 w-auto sm:h-10" src="/assets/finance-strategists_logo.png.webp" alt="">
47
+ </div>
48
+ <div class="-mr-2">
49
+ <button type="button" class="bg-white rounded-md p-2 inline-flex items-center justify-center text-gray-400 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-teal-500">
50
+ <span class="sr-only">Close menu</span>
51
+ <!-- Heroicon name: outline/x -->
52
+ <svg class="h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true">
53
+ <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
54
+ </svg>
55
+ </button>
56
+ </div>
57
+ </div>
58
+ <div class="px-2 pt-2 pb-3 space-y-1">
59
+ <a href="#" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50">Dictionary</a>
60
+ <a href="#" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50">Interviews</a>
61
+ <a href="#" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50">Services</a>
62
+ <a href="#" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50">Videos</a>
63
+ <a href="#" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50">About Us</a>
64
+ <a href="#" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50">Contact</a>
65
+ </div>
66
+ </div>
67
+ </div>
68
+ </div>
69
+
70
+ <main class="mt-16 sm:mt-24">
71
+ <div class="mx-auto max-w-7xl">
72
+ <div class="text-center">
73
+ <div class="breadcrumbs px-5 py-2.5 text-white text-s font-semibold" typeof="BreadcrumbList" vocab="https://schema.org/">
74
+ <span property="itemListElement" typeof="ListItem">
75
+ <a property="item" typeof="WebPage" title="Go to Home." href="/" class="home underline"><span property="name">Home</span></a>
76
+ <meta property="position" content="1">
77
+ </span>
78
+ {%- if page.crumbs -%}
79
+ {% for crumb, pos in page.crumbs %}
80
+ <span>&nbsp;&raquo;&nbsp;</span>
81
+ <span property="itemListElement" typeof="ListItem">
82
+ <a property="item" typeof="WebPage" title="Go to {{ crumb.title }}." href="{{ crumb.link }}" class="underline"><span property="name">{{ crumb.title }}</span></a>
83
+ <meta property="position" content="{{ pos + 1 }}">
84
+ </span>
85
+ {% endfor %}
86
+ {%- endif -%}
87
+ </div>
88
+
89
+ <h1 class="flex flex-wrap gap-x-4 justify-center mt-4 tracking-tight text-white">
90
+ <h1 class="text-3xl sm:text-4xl sm:mt-5 sm:leading-10 lg:mt-6 lg:text-5xl xl:text-6xl font-extrabold text-white mb-4">
91
+ <span class="md:block mb-2">{{ page.title | escape }}</span>
92
+ </h1>
93
+ <span class="text-white md:block mb-2.5 mt-10">
94
+ <div class="mx-auto pt-4">
95
+ <div class="flex items-center mx-auto justify-center">
96
+ <img src="/assets/true-tamplin@2x.jpg" alt="" class="rounded-full h-12 w-12 mr-2">
97
+ <div class="flex flex-col justify-center items-start">
98
+ <h3 class="text-sm sm:text-xl tracking-tight">
99
+ <span>Written by</span>
100
+ <span class="font-semibold text-teal-600">{{ page.author | escape }}</span>
101
+ </h3>
102
+ {%- assign dateModified = page.modified_date | date_to_xmlschema -%}
103
+ <p class="font-normal text-sm">Updated on {{ dateModified | date: "%b %-d, %Y" }}</p>
104
+ </div>
105
+ </div>
106
+ </div>
107
+ </span>
108
+ </h1>
109
+ </div>
110
+ </div>
111
+ </main>
112
+ </div>
113
+ </div>
114
+ </header>
@@ -0,0 +1,20 @@
1
+ <!DOCTYPE html>
2
+ <html lang="{{ page.lang | default: site.lang | default: "en" }}">
3
+
4
+ {%- include head.html -%}
5
+
6
+ <body>
7
+
8
+ {%- include header.html -%}
9
+
10
+ <main class="page-content" aria-label="Content">
11
+ <div class="wrapper">
12
+ {{ content }}
13
+ </div>
14
+ </main>
15
+
16
+ {%- include footer.html -%}
17
+
18
+ </body>
19
+
20
+ </html>
@@ -0,0 +1,14 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ <article class="post">
5
+
6
+ <header class="post-header">
7
+ <h1 class="post-title">{{ page.title | escape }}</h1>
8
+ </header>
9
+
10
+ <div class="post-content">
11
+ {{ content }}
12
+ </div>
13
+
14
+ </article>
@@ -0,0 +1,14 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ <article class="post">
5
+
6
+ <header class="post-header">
7
+ <h1 class="post-title">{{ page.title | escape }}</h1>
8
+ </header>
9
+
10
+ <div class="post-content">
11
+ {{ content }}
12
+ </div>
13
+
14
+ </article>
Binary file
metadata ADDED
@@ -0,0 +1,68 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: updg-jekyll-theme-fs
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - ''
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-11-01 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jekyll
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '4.3'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '4.3'
27
+ description:
28
+ email:
29
+ - ''
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - LICENSE.txt
35
+ - README.md
36
+ - _includes/footer.html
37
+ - _includes/head.html
38
+ - _includes/header.html
39
+ - _layouts/default.html
40
+ - _layouts/page.html
41
+ - _layouts/post.html
42
+ - assets/finance-strategists_logo.png.webp
43
+ - assets/finance-strategists_logo_white.png
44
+ - assets/true-tamplin@2x.jpg
45
+ homepage: https://github.com/dhens-updigital/updg-jekyll-theme-fs
46
+ licenses:
47
+ - MIT
48
+ metadata: {}
49
+ post_install_message:
50
+ rdoc_options: []
51
+ require_paths:
52
+ - lib
53
+ required_ruby_version: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: '0'
58
+ required_rubygems_version: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: '0'
63
+ requirements: []
64
+ rubygems_version: 3.3.7
65
+ signing_key:
66
+ specification_version: 4
67
+ summary: Simple UpDigitalGroup theme.
68
+ test_files: []