From 51f8e12b21b9c585308adeda38e697fd383d8ecc Mon Sep 17 00:00:00 2001 From: Copy <71971770+Copy05@users.noreply.github.com> Date: Mon, 13 May 2024 10:40:24 +0200 Subject: [PATCH] More information when applying --- apply.html | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 2 +- mobile.css | 10 +++++++++- style.css | 15 +++++++++++++++ 4 files changed, 80 insertions(+), 2 deletions(-) create mode 100644 apply.html diff --git a/apply.html b/apply.html new file mode 100644 index 0000000..59b09ef --- /dev/null +++ b/apply.html @@ -0,0 +1,55 @@ + + + + + + CopyWealth + + + + + + + + + + + + + + + + + + +
+

Work with me

+

Success is not guaranteed!

+
+ Apply +
+
+ +
+

Requirements:

+

- You have to be at least 16 years old

+

- You must speak english

+

- You have to be serious about this

+ +

My Works:

+
+ + + +
+ + + + +
+
+ + + + + \ No newline at end of file diff --git a/index.html b/index.html index 91a767a..ad0f243 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,7 @@

Inspiring entrepreneur and people to become stronger and successful

Especially at the young age it's important to learn about finance, business and how to self improve.

- Work with me + Work with me
diff --git a/mobile.css b/mobile.css index e305561..7741a8e 100644 --- a/mobile.css +++ b/mobile.css @@ -51,7 +51,7 @@ text-align: center; } - .ntxt, .quotesheet { + .ntxt, .quotesheet, .ntxt-dg { font-size: 14px; padding: 0px 20px; } @@ -73,4 +73,12 @@ .copyright { font-size: 12px; } + + /* Work With Me */ + + .cw-youtube-embed { + width: 348px; + height: 196px; + margin: 10px; + } } \ No newline at end of file diff --git a/style.css b/style.css index 9ba52fc..787a457 100644 --- a/style.css +++ b/style.css @@ -411,4 +411,19 @@ footer { .rule-href, .rule-href:visited { color: white !important; +} + +/* Work with me */ + +.ntxt-dg { + font-family: "DarkerGrote"; + padding: 0px 150px; +} + +.cw-youtubes { + text-align: center; +} + +.cw-youtube-embed { + margin: 20px; } \ No newline at end of file