From c5e8c966d8f5293806e904f835e4715dee03822a Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Wed, 12 May 2021 14:05:09 +0200 Subject: fixed some issues and continued on the website --- img/dribbble.png | Bin 0 -> 2570 bytes img/experience.png | Bin 0 -> 20173 bytes img/facebook.png | Bin 6304 -> 1309 bytes img/gplus.png | Bin 0 -> 2192 bytes img/sever_rack.jpg | Bin 0 -> 1065399 bytes img/social-networks-1863613_640.png | Bin 0 -> 18463 bytes img/twitter.png | Bin 10104 -> 1781 bytes index.html | 24 +++++++++++++----------- style.css | 33 ++++++++++++++++++++++++++++----- 9 files changed, 41 insertions(+), 16 deletions(-) create mode 100644 img/dribbble.png create mode 100644 img/experience.png create mode 100644 img/gplus.png create mode 100644 img/sever_rack.jpg create mode 100644 img/social-networks-1863613_640.png diff --git a/img/dribbble.png b/img/dribbble.png new file mode 100644 index 0000000..479bcf5 Binary files /dev/null and b/img/dribbble.png differ diff --git a/img/experience.png b/img/experience.png new file mode 100644 index 0000000..6649855 Binary files /dev/null and b/img/experience.png differ diff --git a/img/facebook.png b/img/facebook.png index ed01f15..18cb37d 100755 Binary files a/img/facebook.png and b/img/facebook.png differ diff --git a/img/gplus.png b/img/gplus.png new file mode 100644 index 0000000..3d8b132 Binary files /dev/null and b/img/gplus.png differ diff --git a/img/sever_rack.jpg b/img/sever_rack.jpg new file mode 100644 index 0000000..446aa5a Binary files /dev/null and b/img/sever_rack.jpg differ diff --git a/img/social-networks-1863613_640.png b/img/social-networks-1863613_640.png new file mode 100644 index 0000000..1b7d363 Binary files /dev/null and b/img/social-networks-1863613_640.png differ diff --git a/img/twitter.png b/img/twitter.png index 71b7c85..79b45ee 100755 Binary files a/img/twitter.png and b/img/twitter.png differ diff --git a/index.html b/index.html index ad35e68..035db53 100755 --- a/index.html +++ b/index.html @@ -15,11 +15,17 @@

CALL US : (+33)0123456789

+ + twitter + facebook - twitter + google_plus + + + dribbble
@@ -58,19 +64,15 @@
-

ABOUT US

+

ABOUT US

Are The Leader In I.T. solutions and services.

For each project we establish relationships with partners who we know will help us create added value for your project. As well as bringing together the public and private sectors, we make sector-overarching links to gather knowledge and to learn from each other

-

-
-
-
-
26
-
Years
Experience
Working
-
-
+
+ 26 years experience working +
+
+ server racks
-
diff --git a/style.css b/style.css index 962fdc3..f3cf369 100755 --- a/style.css +++ b/style.css @@ -1,21 +1,26 @@ header{ display: flex; justify-content: space-between; + align-items: center; } #logo img{ - max-width: 75%; + width: 100%; height: auto; } #contacts{ display: flex; - align-items: center; } -#contacts img{ +#contacts p{ + font-size: 2vmin; + margin-right: 10px; +} + +#contacts img { + min-width: 0%; max-width: 50%; - min-width: 40%; } #hamenu span{ @@ -77,4 +82,22 @@ header{ @keyframes fade { from {opacity: .4} to {opacity: 1} - } \ No newline at end of file + } +.highlight { + color: blue; +} + +#desc-and-pic-container{ + display: flex; + flex-wrap: wrap; +} + +#description img{ + height: auto; + max-width: 35%; +} + +#picture img{ + height: 100%; + width: 100%; +} \ No newline at end of file -- cgit v1.2.3