diff --git a/additionalpage/contact.html b/additionalpage/contact.html index 915d69ae..249884ad 100644 --- a/additionalpage/contact.html +++ b/additionalpage/contact.html @@ -77,30 +77,49 @@

Contact Us

+ +
Have You Any Questions?
+

Contact us at ...

- -

Call Us

-

xxxxxxxxxxx

+ + + Discord +
- -

Office

-

xxxxxxxxxxx

+ + + + Linkedin + +
- -

Email

-

xxxxxxxxxxx

+ + + + + Github + +
- -

Website

-

xxxxxxxxxxx

+ + + Facebook + + + +
diff --git a/dist/contact.css b/dist/contact.css index a86c1d5a..65b0145f 100644 --- a/dist/contact.css +++ b/dist/contact.css @@ -92,16 +92,24 @@ color: var(--main-color); } -.icon-div h3{ +.icon-div a{ color: white; font-weight: bold; + margin-top: 5px; margin: 10px; } +.icon-div a:hover{ + color: cyan; + font-weight: 400; +} .icon-div p{ color: rgb(224, 224, 224); } - +.color{ + margin-top: 20px; + font-size: 1.2vw; +} .form-above-heading{ color: var(--main-color); text-align: center;