Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Dashboard Accessibility, Update Logo Redirection, and Enhance Newsletter Content #117

Closed
wants to merge 1 commit into from
Closed
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: 7 additions & 1 deletion contact-dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@

<div class="logo-container-2">
<div class="logo-2">
<a href="contact-dashboard.html" class="clearfix">
<a href="index.html" class="clearfix">
<img src="images/logo-new.png" class="logo-img" alt="Logo">
</a>
</div>
Expand Down Expand Up @@ -127,6 +127,12 @@
</a>
</li>

<li class="parent">
<a href="contact-dashboard.html">
<div class="main-menu-title">DASHBOARD</div>
</a>
</li>

<li class="parent">
<a href="services.html">
<div class="main-menu-title">SERVICES</div>
Expand Down
23 changes: 21 additions & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
<div class="logo-row">
<div class="logo-container-2">
<div class="logo-2">
<a href="contact-dashboard.html" class="clearfix">
<a href="index.html" class="clearfix">
<img
src="images/logo-new.png"
class="logo-img"
Expand Down Expand Up @@ -182,6 +182,12 @@
</a>
</li>

<li class="parent">
<a href="contact-dashboard.html">
<div class="main-menu-title">DASHBOARD</div>
</a>
</li>

<li class="parent">
<a href="services.html">
<div class="main-menu-title">SERVICES</div>
Expand Down Expand Up @@ -408,7 +414,19 @@ <h3><span class="bold">CALL US</span></h3>
<div class="page-section nl-cont">
<div class="container">
<div class="relative">
<div id="mc_embed_signup" class="nl-form-container clearfix">
<div id="mc_embed_signup" class="nl-form-container clearfix" style="display:flex; justify-content:space-between; ">
<div>
<div style="font-size: 1.5rem;">
NEWSLETTER
</div>
<div style="color:black">
SIGN UP FOR LATEST UPDATES AND OFFERS
</div>
<div style="font-size: 0.9rem;">
Will be used in accordance with our policy
</div>
</div>

<form
action="http://abcgomel.us9.list-manage.com/subscribe/post-json?u=ba37086d08bdc9f56f3592af0&amp;id=e38247f7cc&amp;c=?"
method="post"
Expand All @@ -417,6 +435,7 @@ <h3><span class="bold">CALL US</span></h3>
class="newsletterform validate"
target="_blank"
novalidate

>
<input
type="email"
Expand Down
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

<div class="logo-container-2">
<div class="logo-2">
<a href="contact-dashboard.html" class="clearfix">
<a href="index.html" class="clearfix">
<img src="images/logo-new.png" class="logo-img logo-color-change" alt="Logo">
</a>
</div>
Expand Down Expand Up @@ -129,6 +129,14 @@
</a>
</li>



<li class="parent">
<a href="contact-dashboard.html">
<div class="main-menu-title">DASHBOARD</div>
</a>
</li>

<li class="parent">
<a href="services.html">
<div class="main-menu-title">SERVICES</div>
Expand Down
7 changes: 6 additions & 1 deletion services.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<div class="logo-row">
<div class="logo-container-2">
<div class="logo-2">
<a href="contact-dashboard.html" class="clearfix">
<a href="index.html" class="clearfix">
<img
src="images/logo-new.png"
class="logo-img"
Expand Down Expand Up @@ -182,6 +182,11 @@
<div class="main-menu-title">HOME</div>
</a>
</li>
<li class="parent">
<a href="contact-dashboard.html">
<div class="main-menu-title">DASHBOARD</div>
</a>
</li>

<li class="parent">
<a href="services.html">
Expand Down
Loading