Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.bundle
.sass-cache
_site
.DS_Store
Gemfile.lock
*.gem
.icloud
.jekyll-cache
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,22 @@ source "https://rubygems.org"
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
# gem "jekyll", "~> 4.0.0"
gem "jekyll", "~> 3.9.0"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.5"

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
gem "github-pages", group: :jekyll_plugins
gem "github-pages", "~> 207", group: :jekyll_plugins

# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
gem "jekyll-paginate-v2"
gem 'jekyll-tagging'
gem 'jekyll-archives'
gem 'jekyll-coffeescript'
gem 'jekyll-seo-tag'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
57 changes: 40 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.3.1)
activesupport (6.0.3.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
Expand All @@ -16,24 +16,26 @@ GEM
colorator (1.1.0)
commonmarker (0.17.13)
ruby-enum (~> 0.5)
concurrent-ruby (1.1.6)
dnsruby (1.61.3)
addressable (~> 2.5)
concurrent-ruby (1.1.7)
dnsruby (1.61.4)
simpleidn (~> 0.1)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
ethon (0.12.0)
ffi (>= 1.3.0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
execjs (2.7.0)
faraday (1.0.1)
multipart-post (>= 1.2, < 3)
ffi (1.12.2)
ffi (1.13.1)
ffi (1.13.1-x64-mingw32)
forwardable-extended (2.6.0)
gemoji (3.0.1)
github-pages (204)
github-pages (207)
github-pages-health-check (= 1.16.1)
jekyll (= 3.8.5)
jekyll (= 3.9.0)
jekyll-avatar (= 0.7.0)
jekyll-coffeescript (= 1.1.1)
jekyll-commonmark-ghpages (= 0.1.6)
Expand Down Expand Up @@ -67,33 +69,34 @@ GEM
jekyll-theme-time-machine (= 0.1.1)
jekyll-titles-from-headings (= 0.5.3)
jemoji (= 0.11.1)
kramdown (= 1.17.0)
kramdown (= 2.3.0)
kramdown-parser-gfm (= 1.1.0)
liquid (= 4.0.3)
mercenary (~> 0.3)
minima (= 2.5.1)
nokogiri (>= 1.10.4, < 2.0)
rouge (= 3.13.0)
rouge (= 3.19.0)
terminal-table (~> 1.4)
github-pages-health-check (1.16.1)
addressable (~> 2.3)
dnsruby (~> 1.60)
octokit (~> 4.0)
public_suffix (~> 3.0)
typhoeus (~> 1.3)
html-pipeline (2.12.3)
html-pipeline (2.14.0)
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.8.5)
jekyll (3.9.0)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
kramdown (~> 1.14)
kramdown (>= 1.17, < 3)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
Expand Down Expand Up @@ -197,7 +200,10 @@ GEM
gemoji (~> 3.0)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
kramdown (1.17.0)
kramdown (2.3.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand All @@ -210,7 +216,9 @@ GEM
jekyll-seo-tag (~> 2.1)
minitest (5.14.1)
multipart-post (2.1.1)
nokogiri (1.10.9)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
nokogiri (1.10.10-x64-mingw32)
mini_portile2 (~> 2.4.0)
nuggets (1.6.0)
octokit (4.18.0)
Expand All @@ -222,7 +230,8 @@ GEM
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
rouge (3.13.0)
rexml (3.2.4)
rouge (3.19.0)
ruby-enum (0.8.0)
i18n
rubyzip (2.3.0)
Expand All @@ -235,27 +244,41 @@ GEM
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
simpleidn (0.1.1)
unf (~> 0.1.4)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (1.2.7)
thread_safe (~> 0.1)
tzinfo-data (1.2021.5)
tzinfo (>= 1.0.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unf_ext (0.0.7.7-x64-mingw32)
unicode-display_width (1.7.0)
zeitwerk (2.3.0)
wdm (0.1.1)
zeitwerk (2.4.0)

PLATFORMS
ruby
x64-mingw32

DEPENDENCIES
github-pages
github-pages (~> 207)
jekyll (~> 3.9.0)
jekyll-archives
jekyll-coffeescript
jekyll-feed (~> 0.12)
jekyll-paginate-v2
jekyll-seo-tag
jekyll-tagging
minima (~> 2.5)
tzinfo-data
wdm (~> 0.1.0)

BUNDLED WITH
2.1.4
16 changes: 10 additions & 6 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
title: "Devops and Devlopment Services"
email: ""
email: "tech@cloudcontinuous.com"
description: >- # this means to ignore newlines until "baseurl:"
Trade - Multipurpose Business & Corporate Jekyll Template Jekyll Theme For Mobile Apps Download Landing Page And Blogging.
DevOps & Development strategies & Consulting Services. Speed up your development process and save money by implemeting solutions for your busniess using latest technologies to improve efficiency
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://cloudcontinous.com" # the base hostname & protocol for your site, e.g. http://example.com or https://tradejk.netlify.com
url: "https://cloudcontinuous.com" # the base hostname & protocol for your site, e.g. http://example.com or https://tradejk.netlify.com
facebook_url: ""
twitter_url: ""
github_url: ""
Expand All @@ -13,11 +13,11 @@ instagram_url: ""
youtube_url: ""
logo: "/assets/images/cc-logo-white-250-63.png"
logo_2: "/assets/images/cc-logo-blue-400-100.png"
mailchimp_list: "https://themeix.us16.list-manage.com/subscribe/post?u=307862c135e4548eecf86f389&amp;id=342411fb35"
mailchimp_list: ""

permalink: "/:title"

copyright_text: "Copyright ©2020. All Rights Reserved"
copyright_text: "Copyright ©2021. All Rights Reserved"
phone_number: "+ 356 79796036"
cover_image: "/assets/images/page-title-bg.jpg"

Expand All @@ -29,7 +29,11 @@ plugins:
- jekyll-feed
- jekyll-paginate-v2
- jekyll-archives

- jekyll-coffeescript
- jekyll-seo-tag
sass:
sass_dir: assets/scss
style: compressed

########################################################
# Site configuration for the Jekyll 3 Pagination Gem
Expand Down
18 changes: 9 additions & 9 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
- text: Home
url: /
- text: Our Services
url: /services
url: /
submenu:
- text: FAQ
url: /faq
- text: Our Team
url: /team
- text: Features
url: /features
- text: Serverless
url: /
- text: Security
url: /
- text: Devops
url: /devops
- text: Cloud
url: /
- text: Contact
url: /contact
- text: About Us
url: /about
10 changes: 5 additions & 5 deletions _includes/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
</div>
<div class="col-lg-6">
<div class="about-content">
<h3 class="title">Perfect Solution Makes <span>A Successful <span>History</span></span></h3>
<span>Something knows About Our Company</span>
<p>Again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?</p>
<h3 class="title">Devops & Development Solutions <span>Done <span>Right</span></span></h3>
<span>Culture, Collaboration, Continuous Improvement</span>
<p>Why Devops Culture is important within your Company and how will effect your busniess or even your clients. Learn more how can you improve collaboration between your Company</p>
<ul>
<li><a class="main-btn " href="about-us.html">Learn More</a></li>
<li><a class="" href="#">Let’s Get Started <i class="fal fa-long-arrow-right"></i></a></li>
<li><a class="main-btn" href="#consultation">Reach Out</a></li>
<li><a class="" href="/contact.html">Contact Us <i class="fal fa-long-arrow-right"></i></a></li>
</ul>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/brands_carousel.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--====== BRAND PART START ======-->
<!--====== BRAND PART START ======-->

<div class="brand-area pb-130">
<div class="container">
Expand Down
48 changes: 48 additions & 0 deletions _includes/clients.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!--====== BRAND PART START ======-->

<div class="brand-area pb-130">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="section-title text-center">
<h2 class="title"><span>Clients we have<span> Served</span></span></h2>
<p>We have worked with quite vast of clientele within industries such as Insurance, Fintech, Marketing, iGaming and Blockchain.</p>
</div>
</div>
</div>
<div class="row brand-active">
<div class="col-lg-6">
<div class="brand-item text-center">
<img src="{{relative_url}}/assets/images/client-01.jpeg" alt="zurich">
</div>
</div>
<div class="col-lg-6">
<div class="brand-item text-center">
<img src="{{relative_url}}/assets/images/client-02.jpg" alt="tcs">
</div>
</div>
<div class="col-lg-6">
<div class="brand-item text-center">
<img src="{{relative_url}}/assets/images/pixaera.png" alt="pixaera">
</div>
</div>
<div class="col-lg-6">
<div class="brand-item text-center">
<img src="{{relative_url}}/assets/images/Catena-Logo.jpg" alt="catenamedia">
</div>
</div>
<div class="col-lg-6">
<div class="brand-item text-center">
<img src="{{relative_url}}/assets/images/themeparx.jpg" alt="themeparx">
</div>
</div>
<div class="col-lg-6">
<div class="brand-item text-center">
<img src="{{relative_url}}/assets/images/redacre.jpg" alt="redacre">
</div>
</div>
</div>
</div>
</div>

<!--====== BRAND PART ENDS ======-->
Loading