From a68952821b82ecbd98562d0b45dba2d3d2a07e5f Mon Sep 17 00:00:00 2001 From: Tim Freebern Date: Mon, 11 Dec 2023 18:49:53 -0500 Subject: [PATCH] Add Blog & Solution Intros. Add Tag line. Update CSS --- _data/navigation.yml | 6 +- _includes/footer.html | 4 +- _includes/hero_area.html | 3 + assets/css/style.css | 284 ++++++++++++++++++++++++++------------- blog.html | 23 +++- solutions/index.html | 15 +++ 6 files changed, 232 insertions(+), 103 deletions(-) diff --git a/_data/navigation.yml b/_data/navigation.yml index d552c8a6..95ceb39e 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,6 +1,9 @@ - text: Home url: "/" + - text: "About" + url: "/about" + - text: Solutions url: "/solutions/" @@ -50,6 +53,3 @@ - text: "Contact" url: "/contact" - - - text: "About" - url: "/about" diff --git a/_includes/footer.html b/_includes/footer.html index 1cf3caa7..2b62eeb5 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -31,10 +31,12 @@

Contact

  • - +
    + +
    diff --git a/_includes/hero_area.html b/_includes/hero_area.html index 21929209..a4233301 100644 --- a/_includes/hero_area.html +++ b/_includes/hero_area.html @@ -19,6 +19,9 @@

    A Trusted Partner

    precision and technological innovation is ingrained in every project, reflecting our unwavering commitment to excellence across all facets of our services.

    +

    + Think Big. Act Bold. Achieve More. +

    li > a { - padding: 27px 0; + padding: 27px 0; } + .header_container_2 { max-width: 1460px; align-items: center; @@ -1709,7 +1734,7 @@ textarea.form_control { color: #ffffff; } -.zCore_main_menu_2 > ul >li { +.zCore_main_menu_2 > ul > li { padding: 0 25px 0 25px; } @@ -1920,10 +1945,12 @@ textarea.form_control { .zCore_about_2 { padding: 120px 0 75px; } + .zCore_about.zCore_about_1 { padding-top: 120px; padding-bottom: 120px; } + .zCore_left_box { position: relative; } @@ -1954,10 +1981,12 @@ textarea.form_control { color: #fff; font-size: 20px; } + .zCore_about_service { padding-top: 120px; padding-bottom: 120px; } + .zCore_right_box .about_right_content { margin-bottom: 55px; } @@ -1994,13 +2023,16 @@ textarea.form_control { padding-top: 110px; padding-bottom: 20px; } + .zCore_portfolio { padding-top: 110px; padding-bottom: 120px; } -.zCore_portfolio .theme_title{ + +.zCore_portfolio .theme_title { margin-bottom: 70px; } + .zCore_left_box .video_content span { text-transform: uppercase; letter-spacing: 2px; @@ -2013,13 +2045,16 @@ textarea.form_control { .video_content_img { position: relative; } -.zCore_video.zCore_video_4 .video_content_img img{ + +.zCore_video.zCore_video_4 .video_content_img img { width: 100%; } -.zCore_video.zCore_video_4{ + +.zCore_video.zCore_video_4 { padding-top: 18px; padding-bottom: 17px; } + .video_content_img_2 { position: relative; margin-top: 80px; @@ -2069,9 +2104,11 @@ textarea.form_control { background: rgb(255, 255, 255); transition: all linear 0.3s; } -.service_box_2:hover{ + +.service_box_2:hover { border-color: #1A7EFB; } + .service_box_2 h3 { font-size: 30px; justify-content: start; @@ -2549,6 +2586,7 @@ textarea.form_control { .call_to_action_2 { padding: 295px 0 120px; } + .call_to_action_2 .theme_title { margin-bottom: 58px; } @@ -2608,9 +2646,10 @@ textarea.form_control { top: 0; width: 100%; z-index: 337; - padding: 10px 0; /* Add a padding of 10px to the top and bottom, and 0 to the left and right */ + padding: 10px 0; /* Add a padding of 10px to the top and bottom, and 0 to the left and right */ } -.zCore_header_3.sticky{ + +.zCore_header_3.sticky { position: fixed; top: 0; left: 0; @@ -2619,9 +2658,9 @@ textarea.form_control { background: #222; } -.zCore_header_3 img { /* This rule targets images inside the .zCore_header_3 class */ +.zCore_header_3 img { /* This rule targets images inside the .zCore_header_3 class */ max-height: 75px; - width: auto; /* maintain the aspect ratio of the image */ + width: auto; /* maintain the aspect ratio of the image */ } @@ -2753,15 +2792,15 @@ textarea.form_control { z-index: 2; overflow: hidden; } -.about_service_box .overlay{ + +.about_service_box .overlay { padding: 50px 20px; position: relative; z-index: 4; } - -.about_service_box .overlay::before{ +.about_service_box .overlay::before { position: absolute; content: ''; height: 0; @@ -2773,18 +2812,22 @@ textarea.form_control { transition: all linear 0.3s; } -.about_service_box:hover .overlay::before{ + +.about_service_box:hover .overlay::before { opacity: 1; height: 100%; } -.about_service_box:hover .overlay .service_info h4 , + +.about_service_box:hover .overlay .service_info h4, .about_service_box:hover .overlay .service_info p { color: #fff; } -.about_service_box:hover .overlay .service_icon .icon-white{ + +.about_service_box:hover .overlay .service_icon .icon-white { display: inline-block; } -.about_service_box:hover .overlay .service_icon .icon-theme{ + +.about_service_box:hover .overlay .service_icon .icon-theme { display: none; } @@ -2797,28 +2840,28 @@ textarea.form_control { margin-bottom: 20px; transition: all linear 0.3s; } -.about_service_box .service_info p{ + +.about_service_box .service_info p { transition: all linear 0.3s; } -.icon-white{ +.icon-white { display: none; } -.about_service_box.hb_2 .overlay::before{ + +.about_service_box.hb_2 .overlay::before { background: #0574ff; } -.about_service_box.hb_3 .overlay::before{ + +.about_service_box.hb_3 .overlay::before { background: #ff9600; } -.about_service_box.hb_4 .overlay::before{ + +.about_service_box.hb_4 .overlay::before { background: #ff6c6c; } - - - - .hb_1 { border-color: #28c6b8; } @@ -2846,10 +2889,12 @@ textarea.form_control { padding-top: 120px; padding-bottom: 100px; } + .zCore_faq.zCore_same_faq.zCore_faq_3 { padding-bottom: 120px; padding-top: 120px; } + .zCore_faq_area_4 { position: relative; } @@ -3103,7 +3148,8 @@ textarea.form_control { .zCore_contact_2 { padding: 270px 0 120px; } -.zCore_contact_2 .theme_title{ + +.zCore_contact_2 .theme_title { margin-bottom: 10px; } @@ -3327,6 +3373,7 @@ textarea.form_control { .about_video_main { margin-top: 230px; } + .about_video_main .video_play .play_btn { display: inline-block; width: 120px; @@ -3350,9 +3397,11 @@ textarea.form_control { .zCore_faq_1 { padding: 120px 0; } + .zCore_faq.zCore_faq_1.zCore_faq_4 { padding: 120px 0 103px; } + .zCore_faq_1 .zCore_faq_area { display: flex; align-items: stretch; @@ -3372,7 +3421,9 @@ textarea.form_control { .zCore_faq_1 .faq_left { background: #0d2335; padding: 110px 120px 120px; -}.zCore_faq.zCore_faq_1.zCore_faq_4 { +} + +.zCore_faq.zCore_faq_1.zCore_faq_4 { padding: 120px 0 103px; } @@ -3417,9 +3468,11 @@ textarea.form_control { padding-bottom: 120px; padding-top: 110px; } -.zCore_history .theme_title{ + +.zCore_history .theme_title { margin-bottom: 56px } + .top_text h2 { color: #0574ff; font-size: 40px; @@ -3481,10 +3534,20 @@ textarea.form_control { /* Start it_service.html css */ +.zCore_it_service .zCore_it_service_1 .intro_section { + padding: 10px; +} + +.intro_section p { + text-align: justify; + font-size: 18px; +} + .zCore_it_service.zCore_it_service_1 { - padding-top: 120px; + padding-top: 100px; padding-bottom: 90px; } + .zCore_it_service_1 .service_box_1 { margin-bottom: 30px; } @@ -3528,6 +3591,7 @@ textarea.form_control { .zCore_service.zCore_service_4.section_padding { padding-bottom: 120px; } + .zCore_counterup_3 { padding-top: 113px; padding-bottom: 110px; @@ -3630,13 +3694,16 @@ textarea.form_control { position: relative; z-index: 1; } + .zCore_pricing { padding-top: 52px; padding-bottom: 155px; } + .zCore_pricing.zCore_pricing_4 { padding-top: 110px; } + .pricing_box_1 .pricing_head span { display: block; width: 111px; @@ -3840,7 +3907,6 @@ textarea.form_control { */ - /* Start faq.html css */ @@ -3893,7 +3959,7 @@ textarea.form_control { margin-bottom: 40px; } -.zCore_faq_3 .faq_img_box .video_play{ +.zCore_faq_3 .faq_img_box .video_play { top: 50%; } @@ -3964,14 +4030,17 @@ textarea.form_control { border: 1px solid rgb(234, 234, 234); padding: 0 30px; } + .shop_page.section_padding { padding-top: 120px; padding-bottom: 74px; } + .zCore_shop_details.shop_details_1 { padding-top: 120px; padding-bottom: 120px; } + .nice-select.open .list { width: 100%; } @@ -3984,7 +4053,8 @@ textarea.form_control { margin-bottom: 30px; position: relative; } -.product_box .product_img::before{ + +.product_box .product_img::before { position: absolute; content: ''; height: 100%; @@ -3995,22 +4065,28 @@ textarea.form_control { opacity: 0; transition: all linear 0.3s; } -.product_box:hover .product_img::before{ + +.product_box:hover .product_img::before { opacity: 1; } + .product_box .product_img img { width: 100%; } + .product_info h4 { font-size: 18px; color: #000; } -.product_info h4 a{ + +.product_info h4 a { transition: all linear 0.3s; } -.product_info h4 a:hover{ + +.product_info h4 a:hover { color: #1a7efb; } + .product_info h4 span { float: right; font-size: 16px; @@ -4090,7 +4166,8 @@ textarea.form_control { margin-bottom: 110px; transition: all linear 0.3s; } -.portfolio_box.portfolio_box_1:hover{ + +.portfolio_box.portfolio_box_1:hover { margin-top: -15px; } @@ -4110,9 +4187,11 @@ textarea.form_control { z-index: 1; border: 1px solid #eaeaea; } + .zCore_portfolio.zCore_portfolio_2 { padding-bottom: 15px; } + .portfolio_box_1 .portfolio_info .portfolio_text { float: left; } @@ -4171,7 +4250,8 @@ textarea.form_control { margin: 0 auto; } -.portfolio_box_2 .portfolio_info {} +.portfolio_box_2 .portfolio_info { +} @media screen and (min-width: 1170px) { .portfolio_container { @@ -4240,6 +4320,7 @@ textarea.form_control { .case_top_detail .case_top_box h3 { margin-bottom: 15px; } + .case_top_detail .case_top_box p { font-size: 16px; } @@ -4263,10 +4344,12 @@ textarea.form_control { width: 100%; margin-top: 0; } -.team_box .zCore_img{ + +.team_box .zCore_img { position: relative; } -.team_box .zCore_img::after{ + +.team_box .zCore_img::after { position: absolute; content: ''; top: 0; @@ -4277,9 +4360,11 @@ textarea.form_control { transition: all linear 0.3s; opacity: 0; } -.team_box:hover .zCore_img::after{ + +.team_box:hover .zCore_img::after { opacity: 1; } + .case_inner_content { padding: 70px; background: rgb(255, 255, 255); @@ -4289,10 +4374,12 @@ textarea.form_control { .case_inner_content h2 { margin-bottom: 15px; } + .case_top_main_content p { margin-bottom: 50px; margin-top: 40px; } + .case_goals { margin-top: 55px; margin-bottom: 60px; @@ -4328,10 +4415,12 @@ textarea.form_control { .blog_box_4 { margin-bottom: 30px; } + .zCore_single_blog.single_blog_main { padding-top: 85px; padding-bottom: 85px; } + /* End blog_grid.html css */ @@ -4344,17 +4433,18 @@ textarea.form_control { position: relative; overflow: hidden; } -.blog_img img{ + +.blog_img img { width: 100%; transform: scale(1); transition: all linear 0.3s; } -.blog_box:hover .blog_img img{ + +.blog_box:hover .blog_img img { transform: scale(1.1); } - .blog_box_5 { margin-bottom: 50px; } @@ -4378,7 +4468,7 @@ textarea.form_control { } .blog_box_5 .blog_info .post_meta ul { - display: flex; + display: flex; text-align: left; justify-content: flex-start; } @@ -4562,12 +4652,15 @@ textarea.form_control { border-bottom: 1px solid #eaeaea; margin-bottom: 16px; } + .blog_sidebar .categroies_widget .categories_list li:last-child { margin-bottom: 0; } -.blog_sidebar .categroies_widget .categories_list li:last-child a{ + +.blog_sidebar .categroies_widget .categories_list li:last-child a { padding-bottom: 0; } + .blog_sidebar .categroies_widget .categories_list li a { display: block; padding-bottom: 16px; @@ -4701,26 +4794,19 @@ textarea.form_control { background: rgb(5, 116, 255); border-radius: 6px; } + .zCore_contact_form { margin-top: 0; margin-bottom: 110px; padding-top: 110px; padding-bottom: 120px; } + .zCore_contact_information { padding-bottom: 120px; } - - - - - - - - - /* End blog_list.html css */ @@ -4763,7 +4849,7 @@ textarea.form_control { } .content_text_area h5 { - margin-bottom: 8px; + margin-bottom: 8px; } .content_text_area p { @@ -4772,8 +4858,8 @@ textarea.form_control { } .content_text_area ul { - margin-bottom: 45px; - color: #66696c; + margin-bottom: 45px; + color: #66696c; } .content_text_area .blockquote { @@ -4844,6 +4930,7 @@ textarea.form_control { margin-bottom: 5px; padding: 10px 15px; } + .social_area { text-align: right; } @@ -4883,6 +4970,7 @@ textarea.form_control { color: #170e2a; margin-bottom: 35px; } + .zCore_about.zCore_about_3 { padding-top: 116px; padding-bottom: 70px; @@ -4905,11 +4993,12 @@ textarea.form_control { z-index: 1; } -@media (max-width: 700px) { /* adjust 768px to the breakpoint you want */ - .breadcrumb_text { - padding-top: 100px; /* adjust as needed */ + @media (max-width: 700px) { + /* adjust 768px to the breakpoint you want */ + .breadcrumb_text { + padding-top: 100px; /* adjust as needed */ + } } -} .breadcrumb_text ul li a { @@ -4918,7 +5007,6 @@ textarea.form_control { } - @media only screen and (max-width: 600px) { .zCore_about.zCore_about_3 { padding-top: 58px; /* half of 116px */ @@ -4931,6 +5019,7 @@ textarea.form_control { .comment_area { margin-bottom: 50px; } + .about_admin { padding: 53px 55px; position: relative; @@ -5059,12 +5148,14 @@ ul.social_link li a:focus { top: 25px; color: #1a7efb; } -.post_form .post_button button{ + +.post_form .post_button button { border-radius: 0; padding: 0 75px; line-height: 60px; } -.post_form .post_button label{ + +.post_form .post_button label { color: #758ca0; font-size: 14px; padding-left: 5px; @@ -5083,12 +5174,15 @@ input::placeholder { opacity: 1; text-transform: uppercase; } -input:focus{ + +input:focus { border-color: #1a7efb; } -textarea:focus{ + +textarea:focus { border-color: #1a7efb; } + /* End single_blog.html css */ @@ -5231,9 +5325,6 @@ textarea:focus{ /* End 404.html css */ - - - /* scroll_up css*/ #scroll_up { @@ -5253,8 +5344,6 @@ textarea:focus{ } - - /* scroll_up css*/ @@ -5396,9 +5485,11 @@ textarea:focus{ transform: translateY(0); opacity: 1; } + .search-results { margin-top: 10px; } + .search-results ul li a { display: inline-block; padding: 10px 0; @@ -5406,6 +5497,7 @@ textarea:focus{ color: #222; } + .icon_info h2 { text-transform: inherit; } diff --git a/blog.html b/blog.html index 690ac7e7..ce0a9f35 100644 --- a/blog.html +++ b/blog.html @@ -8,19 +8,36 @@ {% include header_2.html %} {% include page_header_2.html %} +
    +
    +
    +

    + Welcome to zCore's blog, where we embrace the spirit of pushing boundaries and challenging the status + quo. Our Insights section is a platform dedicated to sharing thought-provoking articles, industry + trends, and innovative ideas that drive positive change. We believe that true innovation comes from + questioning existing norms and exploring new possibilities. In this space, we delve into the latest + advancements in technology, share our expertise in software development, and provide valuable insights + into the federal government landscape. Through our blog, we aim to inspire and incentivize innovation, + fostering a community of forward-thinking professionals who are passionate about delivering better + solutions. Join us as we explore the realms of innovation and discover new perspectives that shape the + future of technology and government services. +

    +
    +
    +
    - {% include post_loop_two.html %} + {% include post_loop_two.html %}
    - {% include sidebar.html %} + {% include sidebar.html %}
    - +
    diff --git a/solutions/index.html b/solutions/index.html index 8812174b..43680073 100644 --- a/solutions/index.html +++ b/solutions/index.html @@ -5,6 +5,21 @@ {% include header_2.html %} {% include page_header_2.html %} +
    +
    +
    +

    + As a trusted partner in the private and federal government sector, we understand the complexities and + challenges faced by agencies in today's digital landscape. Our solutions span across customized software + applications, intuitive mobile apps, robust enterprise platforms, and more. With a focus on innovation + and efficiency, we empower our clients to optimize their operations, enhance productivity, and achieve + their mission-critical objectives. Explore our Solutions and Capabilities to discover how zCore can + transform your organization through advanced technology, strategic thinking, and a commitment to + excellence. +

    +
    +
    +