Skip to content

Commit

Permalink
reconcile stripe (#5)
Browse files Browse the repository at this point in the history
* reconcile stripe

* wording

* use subtitles

* more post text

* next part

* more changes

* data analysis

* fixes in blog

* more text

* fix date for the post

* fix css
  • Loading branch information
ka8725 committed Jan 30, 2024
1 parent 9919544 commit 0a39a60
Show file tree
Hide file tree
Showing 15 changed files with 386 additions and 12 deletions.
9 changes: 5 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ gem 'jekyll-redirect-from'
gem 'jekyll-extlinks'
gem 'jekyll-toc'

group :jekyll_plugins do
# (other jekyll plugins)
gem 'jekyll_picture_tag', '~> 2.0'
end
group :jekyll_plugins do
# (other jekyll plugins)
gem 'jekyll_picture_tag', '~> 2.0'
gem "jekyll-admin", "~> 0.11.1"
end
23 changes: 23 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ GEM
rouge (~> 3.0)
safe_yaml (~> 1.0)
terminal-table (~> 1.8)
jekyll-admin (0.11.1)
jekyll (>= 3.7, < 5.0)
sinatra (>= 1.4)
sinatra-contrib (>= 1.4)
jekyll-extlinks (0.0.5)
jekyll (~> 4.0)
nokogiri (~> 1.10.4)
Expand Down Expand Up @@ -70,6 +74,8 @@ GEM
mini_portile2 (2.4.0)
minitest (5.14.0)
multi_json (1.14.1)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
objective_elements (1.1.2)
Expand All @@ -78,6 +84,9 @@ GEM
public_suffix (4.0.4)
pygments.rb (1.2.1)
multi_json (>= 1.0.0)
rack (2.2.8)
rack-protection (3.1.0)
rack (~> 2.2, >= 2.2.4)
rainbow (3.1.1)
rake (13.0.1)
rb-fsevent (0.10.4)
Expand All @@ -87,14 +96,27 @@ GEM
rouge (3.18.0)
ruby-vips (2.0.17)
ffi (~> 1.9)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sassc (2.3.0)
ffi (~> 1.9)
sinatra (3.1.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.1.0)
tilt (~> 2.0)
sinatra-contrib (3.1.0)
multi_json
mustermann (~> 3.0)
rack-protection (= 3.1.0)
sinatra (= 3.1.0)
tilt (~> 2.0)
stringex (2.8.5)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thor (1.0.1)
thread_safe (0.3.6)
tilt (2.3.0)
tzinfo (1.2.7)
thread_safe (~> 0.1)
unicode-display_width (1.7.0)
Expand All @@ -107,6 +129,7 @@ DEPENDENCIES
activesupport
coderay
jekyll
jekyll-admin (~> 0.11.1)
jekyll-extlinks
jekyll-redirect-from
jekyll-toc
Expand Down
6 changes: 6 additions & 0 deletions _includes/seeking_dev_help_magnete.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<section style="background-color: rgba(240,67,56,.08); padding: 10px; padding-bottom: 20px; border-radius: 10px; margin-top: 20px; text-align: center; font-family: Arial, Helvetica, sans-serif;">
<strong class="seeking-assistance-magnete">Are you seeking assistance with Ruby on Rails development?</strong>
<div style="display: flex;align-items:center;justify-content: center;margin-top: 20px;">
<a class="schedule-button" style="background-color: #266cb4;" target="_blank" rel="nofollow" href="https://calendly.com/andrei-kaleshka/30min">Schedule a call</a>
</div>
</section>
7 changes: 1 addition & 6 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,7 @@ <h1 class="entry-title">{% if page.headline %}{{ page.headline }}{% else %}{{ pa
{% endfor %}
</span>

<section style="background-color: rgba(240,67,56,.08); padding: 10px; padding-bottom: 20px; border-radius: 10px; margin-top: 20px; text-align: center; font-family: Arial, Helvetica, sans-serif;">
<h4>Are you seeking assistance with Ruby on Rails development?</h4>
<div style="display: flex;align-items:center;justify-content: center;margin-top: 20px;">
<a class="schedule-button" style="background-color: #266cb4;" target="_blank" rel="nofollow" href="https://calendly.com/andrei-kaleshka/30min">Schedule a call</a>
</div>
</section>
{% include seeking_dev_help_magnete.html %}

<section>
<h3 style="margin-bottom: 10px">Read also</h3>
Expand Down
Loading

0 comments on commit 0a39a60

Please sign in to comment.