From 7a9c0fc05d98174ba57046fbb58ff314a16e9d33 Mon Sep 17 00:00:00 2001 From: Karol Grzybowski Date: Wed, 28 Feb 2024 13:07:35 +0100 Subject: [PATCH 01/11] Initial commit --- index.html | 12 ++++++++++++ style.css | 0 2 files changed, 12 insertions(+) create mode 100644 index.html create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 00000000..d509b86f --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + + Document + + + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 00000000..e69de29b From cad3d11ea191491015a96a5baf4f3d59de056e42 Mon Sep 17 00:00:00 2001 From: Karol Grzybowski Date: Wed, 28 Feb 2024 13:43:50 +0100 Subject: [PATCH 02/11] Header section --- index.html | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 52 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index d509b86f..d2d1f716 100644 --- a/index.html +++ b/index.html @@ -1,12 +1,60 @@ + - - - Document + + + Nova Theme + - +
+ +
+ + + + +
+ + +
+
+

Beautiful Free Nova template

+

A top notch premium quality template for your next web project

+ +
+
+ Phone screen +
+
+ +
+ + + \ No newline at end of file From fe8dd7b70e4134ba17d0b0e6e0290cb4031f8344 Mon Sep 17 00:00:00 2001 From: Karol Grzybowski Date: Wed, 28 Feb 2024 14:15:55 +0100 Subject: [PATCH 03/11] Features added --- index.html | 50 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 48 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d2d1f716..22a39247 100644 --- a/index.html +++ b/index.html @@ -44,16 +44,62 @@

Beautiful Free Nova template

-

A top notch premium quality template for your next web project

+

A top notch premium quality template for your next web project.

- Phone screen + Phone screen
+
+ +
+ +

FEATURES

+ +
+
+ resposive icon +

FULLY RESPONSIVE

+

Looks amazing on any device: smartphone, tablet, laptop and + desktop.

+
+
+ customizable icon +

CUSTOMIZABLE

+

Change the colors, pictures or any of the sections to suit your + needs.

+
+
+ medal icon +

SLICK AND BEAUTIFUL DESIGN

+

Trendy and fresh design, fits any website.

+
+
+
+ +
From 9930c182f7542e7906ca0e06c99d9cead67c975f Mon Sep 17 00:00:00 2001 From: Karol Grzybowski Date: Wed, 28 Feb 2024 15:38:16 +0100 Subject: [PATCH 04/11] HTML Structure created --- index.html | 152 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 152 insertions(+) diff --git a/index.html b/index.html index 22a39247..d528f93d 100644 --- a/index.html +++ b/index.html @@ -49,6 +49,7 @@

Beautiful Free Nova template

Phone screen @@ -99,6 +100,157 @@

SLICK AND BEAUTIFUL DESIGN

+ + + + +
+
+ monitor photo +
+
+

SIMPLE AND BEAUTIFUL

+

Use Nova theme for your next web project. It is completely customizable so you + can change any of the + sections to fit + your needs. Nova Theme is Free for any kind of use, personal and commercial. Have fun and good luck! +

+
+
+ + +
+
+

CHOOSE YOUR PRICING PLAN

+

Pick any of our super affordable pricing plans

+
+
+
+

BASIC

+

$15

+
per month
+
    +
  • Up to 7 Projects
  • +
  • 2 Additional Developers
  • +
+ +
+
+

AGENCY

+

$55

+
per month
+
    +
  • Up to 7 Projects
  • +
  • 2 Additional Developers
  • +
  • Unlimited Support
  • +
+ +
+
+

PRO

+

$75

+
per month
+
    +
  • Up to 7 Projects
  • +
  • 2 Additional Developers
  • +
  • Unlimited Support
  • +
  • 1.5GB Disk Space
  • +
+ +
+
+
+ + +
+
+

THE TEAM

+
+
+
+ cto picture +

CTO

+
Johnny B Good
+

The brains behind the whole operation

+ twitter icon + twitter icon +
+
+ ceo picture +

CEO

+
Roll Over Beethoven
+

The one that puts it all together

+ twitter icon + twitter icon +
+
+ cfo picture +

CFO

+
Chuck Berry
+

The guy with his hand on the wallet

+ twitter icon + twitter icon +
+
+
+ + +
+ +
+ From 47747895e4a642b75a8223c66417d7f4cb690b57 Mon Sep 17 00:00:00 2001 From: Karol Grzybowski Date: Wed, 28 Feb 2024 15:51:16 +0100 Subject: [PATCH 05/11] Add reset.css file --- index.html | 1 + reset.css | 135 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 136 insertions(+) create mode 100644 reset.css diff --git a/index.html b/index.html index d528f93d..0c18259a 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,7 @@ name="viewport" content="width=device-width, initial-scale=1.0" > + Date: Sat, 2 Mar 2024 13:42:20 +0100 Subject: [PATCH 06/11] Hero page created --- index.html | 24 ++++++++--- style.css | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 138 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 0c18259a..ce6053e1 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,19 @@ name="viewport" content="width=device-width, initial-scale=1.0" > + + + -