From c0e6ea477de9cabd9d7c9c59dec4c20c50f1f3ef Mon Sep 17 00:00:00 2001 From: Anosh Malik Date: Wed, 27 Jul 2022 14:06:48 +0100 Subject: [PATCH 01/20] Add - Lots of changes, forgot to commit --- css/style.css | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 67 +++++++++++++++++++++++++++++++ 2 files changed, 175 insertions(+) diff --git a/css/style.css b/css/style.css index 5cb025cef..aa1361b08 100755 --- a/css/style.css +++ b/css/style.css @@ -17,3 +17,111 @@ body { */ +.links{ +display: flex; +flex-direction: row-reverse; +float: right; +text-decoration: none; + +} + + +.contents{ + display: inline-block; + +} + + +ul{ + + list-style: none; + display: flex; +} +li{ + margin: 10px; + text-decoration: none; + + +} +a{ + text-decoration: none; + + +} +.topBar{ + display: flex; + +} + +.image{ + + width: 5%; + height:5%; + +} + +.middle { + background-image: url("/img/first-background.jpg"); + background-size: cover ; + background-repeat: no-repeat; + color: #fff; + height: 735px; + text-align: center; + font-family: 'Roboto', sans-serif; +} + + h1 { + +margin-top: 17.5rem; +} + +.align h2 { + + margin-top: 17.5rem; +} + + + +.learnMore{ + background-color: rgb(252, 109, 57); + border: 2px solid rgb(252, 109, 57); + padding: 10px; + border-radius: 5px; +} + +.bottom{ + font-family: 'Roboto', sans-serif; + display: flex; + justify-content: center; + + +} + +.bottomImages{ + + height: 100px; + width: 100px; + +} + +.internet, .coffee, .refill{ + padding:25px; + margin: 50px; + display: block; + align-items: center; + + +} + +.h2o h2 { + + margin-right: 20px; + margin-left: 20px; + text-align: center; + +} + +.hygge .bottom{ + text-align: center; + +} \ No newline at end of file diff --git a/index.html b/index.html index 3e742ef04..932cbf2b8 100755 --- a/index.html +++ b/index.html @@ -15,5 +15,72 @@ + + +
+
+

Introducing Karma

+

Bring WiFi with you everywhere you go

+ +
+ + +
+
+
+

Everyone needs a little Karma.

+
+ +
+ +
+ Devices +

Internet for all

+
+
+ Devices +

Boost your productivity

+
+
+ Devices +

Pay as you go

+ +
+
+
From 67188b0a0fe50e383ddbddb79afcff4c5570e871 Mon Sep 17 00:00:00 2001 From: Anosh Malik Date: Wed, 27 Jul 2022 15:59:42 +0100 Subject: [PATCH 02/20] Add - alignment to footer --- css/style.css | 26 +++++++++++++++++++++++++- index.html | 27 ++++++++++++++++++++++++++- 2 files changed, 51 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index aa1361b08..0ee4fcd20 100755 --- a/css/style.css +++ b/css/style.css @@ -106,7 +106,7 @@ margin-top: 17.5rem; .internet, .coffee, .refill{ padding:25px; - margin: 50px; + margin: 35px; display: block; align-items: center; @@ -124,4 +124,28 @@ margin-top: 17.5rem; .hygge .bottom{ text-align: center; +} + +.icons{ + + width: 25px; + height: 25px; + border-radius: 50%; + +} + +.footer{ + + + + +} + +.footerCombined{ + + display: block; + justify-content: center; + align-items: center; + text-align: center; + } \ No newline at end of file diff --git a/index.html b/index.html index 932cbf2b8..37b2820be 100755 --- a/index.html +++ b/index.html @@ -60,7 +60,9 @@

Bring WiFi with you everywhere you go

-
+ + +

Everyone needs a little Karma.

@@ -80,7 +82,30 @@

Everyone needs a little Karma.

Pay as you go

+ + +
+ + + + From 6942101a3fb3e122beaeb45be4bf070ed2f9d279 Mon Sep 17 00:00:00 2001 From: Anosh Malik Date: Wed, 27 Jul 2022 18:31:22 +0100 Subject: [PATCH 03/20] Check - alignment --- css/style.css | 24 +++++++++++++++++------- index.html | 2 ++ 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/css/style.css b/css/style.css index 0ee4fcd20..8e170e21f 100755 --- a/css/style.css +++ b/css/style.css @@ -27,7 +27,8 @@ text-decoration: none; .contents{ - display: inline-block; + display:block; + } @@ -70,14 +71,10 @@ a{ font-family: 'Roboto', sans-serif; } - h1 { - -margin-top: 17.5rem; -} - -.align h2 { +.align h2 h1{ margin-top: 17.5rem; + } @@ -118,6 +115,9 @@ margin-top: 17.5rem; margin-right: 20px; margin-left: 20px; text-align: center; + font-size: 35px; + font-weight: 100; + margin-top: 100px; } @@ -148,4 +148,14 @@ margin-top: 17.5rem; align-items: center; text-align: center; +} + +hr{ +width: 50%; + +} + +footer{ + color: gray; + } \ No newline at end of file diff --git a/index.html b/index.html index 37b2820be..9d26ae822 100755 --- a/index.html +++ b/index.html @@ -88,6 +88,8 @@

Everyone needs a little Karma.

+
+