From 4e9de04fad9555f755c3ed9361c33a3af646e1a1 Mon Sep 17 00:00:00 2001 From: Tim Freebern Date: Wed, 13 Dec 2023 11:50:51 -0500 Subject: [PATCH] Addition Polish, Fix Accessibility, Remove Twitter Reference --- _includes/about.html | 52 +++++++++++++++++++++---------------- _includes/sidebar.html | 1 - _includes/team_members.html | 8 +++--- assets/css/responsive.css | 18 +++++++++++-- assets/css/style.css | 49 +++++++++++++++++++++++++++++----- 5 files changed, 91 insertions(+), 37 deletions(-) diff --git a/_includes/about.html b/_includes/about.html index b365e6e..75d7fd2 100644 --- a/_includes/about.html +++ b/_includes/about.html @@ -11,8 +11,10 @@
-

Mission

-

To solve challenges by combining business understanding and collaborative modernization.

+

Mission

+

To solve challenges by combining business understanding and collaborative + modernization. +

@@ -23,37 +25,39 @@

Mission

-

Vision

+

Vision

To build trusted partnerships to optimize business outcomes.

-
- - -
-
-

Values

-

Trust, Understanding, Modernization.

-
+
+ + +
+
+

Values

+

Trust, Understanding, Modernization.

+
- -
-
@@ -64,7 +68,9 @@

History

zCore Group

Bleeding Edge Government Software Contracting.

-

zCore Group (zCG) is consulting firm specializing in business and IT consulting. Our business consulting focuses on improving operational efficiency and business processes. zCG's IT consulting leverages automation in coding for our partner's solution.

+

zCore Group (zCG) is consulting firm specializing in business and IT consulting. Our + business consulting focuses on improving operational efficiency and business processes. + zCG's IT consulting leverages automation in coding for our partner's solution.

diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 5025791..9fe642e 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -72,7 +72,6 @@

Popular Tags

Follow Us

diff --git a/_includes/team_members.html b/_includes/team_members.html index 90a2a57..c7b5ee7 100644 --- a/_includes/team_members.html +++ b/_includes/team_members.html @@ -3,8 +3,8 @@
-
- Crew +
+ Crew

Let’s Meet With
Our Team Members

@@ -67,8 +67,8 @@

Tim Freebern

diff --git a/assets/css/responsive.css b/assets/css/responsive.css index bf3c2ea..71b5347 100644 --- a/assets/css/responsive.css +++ b/assets/css/responsive.css @@ -763,8 +763,8 @@ } .team_join_button .zCore_btn { - background: #0061da; /* solid blue background for both light and dark mode */ - border: 1px solid #89c2ff; /* border color matches background */ + background: #0053B8; /* solid blue background for both light and dark mode */ + border: 1px solid #69acff; /* border color matches background */ color: white; /* default text color for light mode */ margin-left: 0; margin-right: 0; @@ -772,6 +772,15 @@ width: 100%; } + .team_join_button .zCore_btn_drk_bg { + background: #89c2ff; /* solid blue background for both light and dark mode */ + color: #1F1F1F; /* default text color for light mode */ + margin-left: 0; + margin-right: 0; + margin-bottom: 20px; + width: 100%; + } + .zCore_img img { width: 100%; } @@ -1118,6 +1127,11 @@ padding-left: 0; } + .main_img img { + max-width: 100%; /* This will make sure the image is not wider than its parent */ + height: 400px; /* Maintain the aspect ratio */ + } + .about_right_content h2 { font-size: 30px; } diff --git a/assets/css/style.css b/assets/css/style.css index 6fe8c0e..2a5d9bd 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -201,6 +201,21 @@ span.theme_span { transition: all .5s; } +.zCore_btn_drk_bg { + position: relative; + display: inline-block; + border: none; + border-radius: 6px; + padding: 15px 44px; + font-size: 14px; + font-weight: bold; + letter-spacing: 2px; + color: #1F1F1F; + background: #69acff; + text-transform: uppercase; + transition: all .5s; +} + .zCore_btn:hover, .zCore_btn:focus { background: #00247e; @@ -1305,7 +1320,7 @@ textarea.form_control { } .zCore_team { - padding-top: 110px; + padding-top: 50px; padding-bottom: 120px; } @@ -1313,9 +1328,14 @@ textarea.form_control { padding-bottom: 90px; } +.team_title_drk_bg span.theme_span_drk_bg, +.team_title_drk_bg h2 { + color: #FFFFFF; +} + .team_title span.theme_span, .team_title h2 { - color: #FFFFFF; + color: #000000; } .team_box_1 { @@ -1329,7 +1349,7 @@ textarea.form_control { .team_info { padding: 40px; - border: 1px solid #0E63C2; + border: 1px solid #2b7ddb; background: transparent; border-top: none; } @@ -1361,18 +1381,33 @@ textarea.form_control { } .team_join_button .zCore_btn { + background: #0053B8; + color: #FFFFFF; + border: 1px solid #69acff; + margin-left: 25px; + margin-right: 25px; +} + +.team_join_button .zCore_btn_drk_bg { background: #69acff; - /*border: 1px solid #69acff;*/ + color: #1F1F1F; margin-left: 25px; margin-right: 25px; } .team_join_button .zCore_btn:hover, .team_join_button .zCore_btn:focus { - background: #0061da; - border-color: #0061da; + background: #5385ff; + border-color: #5385ff; } +.team_join_button .zCore_btn_drk_bg:hover, +.team_join_button .zCore_btn_drk_bg:focus { + background: #5385ff; + border-color: #5385ff; +} + + /* End zCore_team_1 section css */ @@ -2835,7 +2870,7 @@ textarea.form_control { margin-bottom: 45px; } -.about_service_box .service_info h4 { +.about_service_box .service_info h1 { font-size: 26px; margin-bottom: 20px; transition: all linear 0.3s;