diff --git a/index.html b/index.html index efc8d2d..343c6dc 100644 --- a/index.html +++ b/index.html @@ -35,15 +35,15 @@

CopyWealth in Numbers:

-

172

+

145

Subscribers

-

106K

+

65,4K

Viewers

-

260€

+

262€

Revenue

diff --git a/quotes.html b/quotes.html index 109928e..b861b9d 100644 --- a/quotes.html +++ b/quotes.html @@ -58,6 +58,7 @@

• A broken heart does not mean you are broken. The crack is there to let the light in.

• When one door closes, another opens; but we often look so long and so regretfully upon the closed door that we do not see the one which has opened for us.

• Pain makes you stronger, fear makes you braver, heartbreak makes you wiser.

+

• Success isn't about luck. It's about dedication.


Digital Authors: @jason.dom, @antalented, @Improvityx

Authors: Joshua Marine, Steve Jobs, Frank Sinatra, Winston Churchill, Albert Schweitzer, Franklin D. Roosevelt, Benjamin Hardy, Kenneth Goldsmith, Miguel Ruiz, Susan Fales-Hill, Venus Williams, Thomas Jefferson, Jordan Belfort, Mark Twain, Epictetus, TheRock, Alexander Graham Bell

diff --git a/resources/Quotes.csv b/resources/Quotes.csv index 188ef36..0948acf 100644 --- a/resources/Quotes.csv +++ b/resources/Quotes.csv @@ -40,4 +40,5 @@ You either go after the life you want; or you keep settling for the life you get To sleep peacefully you have to solve your current problems now,CopyWealth A broken heart does not mean you are broken. The crack is there to let the light in,CopyWealth When one door closes; another opens; but we often look so long and so regretfully upon the closed door that we do not see the one which has opened for us.,Alexander Graham Bell -Pain makes you stronger; fear makes you braver; heartbreak makes you wiser.,N/A \ No newline at end of file +Pain makes you stronger; fear makes you braver; heartbreak makes you wiser.,N/A +"Success isn't about luck. It's about dedication.",CopyWealth \ No newline at end of file diff --git a/style.css b/style.css index b6e75bd..10614e5 100644 --- a/style.css +++ b/style.css @@ -114,7 +114,7 @@ header > li, a { font-size: 18px; transition: 0.2s; color: var(--Black); - font-family: "VollkornSC"; + font-family: "Motivational"; } .logo:hover { @@ -157,6 +157,7 @@ a:hover { } #mobilenavbar { + font-family: "Motivational"; transition: 0.1s all; }