-
-
- Popular Tag : -
- IT Services, +
- Popular pages: +
- Services,
- Technology,
- Services
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..469e42f --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.bundle +.sass-cache +_site +.DS_Store +Gemfile.lock +*.gem +.icloud +.jekyll-cache diff --git a/Gemfile b/Gemfile index 25d6982..6bc7c46 100755 --- a/Gemfile +++ b/Gemfile @@ -8,13 +8,13 @@ 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 @@ -22,6 +22,8 @@ group :jekyll_plugins do 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 diff --git a/Gemfile.lock b/Gemfile.lock index c6f8fc1..89b4a62 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -67,12 +69,13 @@ 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) @@ -80,20 +83,20 @@ GEM 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) @@ -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) @@ -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) @@ -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) @@ -235,6 +244,8 @@ 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) @@ -242,20 +253,32 @@ GEM 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 diff --git a/_config.yml b/_config.yml index d5731ad..d66de82 100755 --- a/_config.yml +++ b/_config.yml @@ -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: "" @@ -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&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" @@ -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 diff --git a/_data/navigation.yml b/_data/navigation.yml index 5b8f9ea..aec946d 100755 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -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 \ No newline at end of file diff --git a/_includes/about.html b/_includes/about.html index 21e4038..a552e83 100755 --- a/_includes/about.html +++ b/_includes/about.html @@ -10,12 +10,12 @@
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?
+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
We have worked with quite vast of clientele within industries such as Insurance, Fintech, Marketing, iGaming and Blockchain.
+
+
+
+
+
+
+ Ceritfied and Authorized to Provide the Following Services
+Something knows About Our Cases
+Below you will find some projects that are being developed
+
- Avoids pleasure itself, because it is pleasure, but because those who do not know how
- View Details -
-
-
- Avoids pleasure itself, because it is pleasure, but because those who do not know how
- View Details -
-
-
- Avoids pleasure itself, because it is pleasure, but because those who do not know how
- View Details +HashGames is tackling the crypto space within the Gaming industry to provide a play-to-earn and a play-to-win scenarios
+ View Details+ The team delivered to you will work as a remote development team rather than an outsourced development resources you can’t even communicate with. Our agile approach keeps you - the product owner - in the loop at all times, making everyone feel important and responsible for the outcome of the project. +
++ We’re successful, because we look at the big picture. +
++ It’s important for us to build long-term relationships with our clients and make everyone proud of the work that has been done together. This is why our clients keep coming back. +
+Here are some few of the technology tools we use to provide solutions within our clients
+
+
+
+
+
+
+
+
+
+
+
+ 4 Steps Are Follows We Works
+Different stages of Devops process incorporated into any enterprise model seamlessly
Avoids pleasure itself, because it is pleasure but because those
+Understanding busniess requirements and development process and Plan accordingly
Avoids pleasure itself, because it is pleasure but because those
+Design Automation and Integration Procedure that works uniformly across all environments
Avoids pleasure itself, because it is pleasure but because those
+Implementation process using IaC method for automating and ensures that the software works well among all environments
Avoids pleasure itself, because it is pleasure but because those
+Provide continuous support to maintain the smooth transition of the software infrastructure
To fully understand why first we need to know the how what’s the different from normal systems that we generally understand.
+ +Serverless is a type of cloud computing execution model where the provider will dynamically manage the allocation of the resource required. Running your application on serverless means that it runs in stateless compute, either event driven or ephemeral, the best part that it’s fully managed by the cloud provider.
+The present has been constantly changing and improving technologies that are becoming more available to any end to end consumer, building your applications before such technologies would require much more resources such hardware and engineers that can be more time consuming and costly, having the accessibility to not focus on infrastructure and focus more on the application can result to a faster development and deploying your application.
+ +Serverless Systems can Guarantee you some of the highest availability for the cost required, since you do not need to think about infrastructure and maintenance, global availability and scalability which are quite of time consuming you are able to prototype or test your application in an agile manner and less time consuming.
+ diff --git a/_site/2019/02/01/index.html b/_site/2019/02/01/index.html index cc26638..c3a8bd1 100644 --- a/_site/2019/02/01/index.html +++ b/_site/2019/02/01/index.html @@ -3,7 +3,7 @@ - +Are you looking for it services & solution provider?
+Are you looking for software services & solution provider?