-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (64 loc) · 3.87 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CopyWealth</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="mobile.css">
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
<script src="./SiteHelper.js" defer></script>
<script src="./Finance.js" defer></script>
<meta name="description" content="CopyWealth is a Motivational and Finance brand committed to inspiring and transforming people to reach their success and become prepared for today's generation and lifestyle.">
<meta content="en-us" property="locale"/>
<meta content="CopyWealth" property="og:site_name">
<meta content="CopyWealth is a Motivational and Finance brand committed to inspiring and transforming people to reach their success and become prepared for today's generation and lifestyle." property="og:description">
<meta content="https://yt3.googleusercontent.com/G4ttyF9zDqSLc0I64NHc63VlFggfdygh7L05YQaNfQI4FFIZOqvpJJxQ661CB835h0s_MGOQXw=s176-c-k-c0x00ffffff-no-rj" property="og:image">
<meta content="CopyWealth" property="og:title">
<meta content="#e0bb75" data-react-helmet="true" name="theme-color">
</head>
<body>
<header id="header"></header>
<div id="mobilenavbar" style="display: none;"></div>
<div class="mainpagebg">
<p class="mpbtxt">Inspiring entrepreneur and people to become stronger and successful</p>
<p class="mpbstxt">Especially at the young age it's important to learn about finance, business and how to self improve.</p>
<div class="centre">
<a href="./apply.html" class="work-with-me">Work with me</a>
</div>
</div>
<div class="earnings-poster">
<p class="earnings-poster-text">CopyWealth 2023/2024 Earnings Report has been published <a href="./earnings/23-24.html" class="earnings-poster-btn">Read</a></p>
</div>
<div id="about">
<p class="sectxt">About me:</p>
<p class="ntxt">I'm a 18-year-old young entrepreneur and an aspiring filmmaker who started a YouTube gaming channel back in 2014, knowing <u>NOTHING</u> about the YouTube game. I dedicated a lot of time to content creation, which caused me to miss out on a lot of fun and potentially ruin my youth. In 2023, I made the decision to quit my gaming channel and founded Copywealth, my first successful business. This marked the beginning of my self-improvement journey.</p>
<p class="ntxt"><br>CopyWealth is a German <u>Motivational</u>, <u>Self-Improvement</u> and <u>Finance</u> brand that is commited to inspire and transform people to reach their success and become prepared for today's generation and lifestyle.</p>
</div>
<p class="sectxt">Myself in Numbers:</p>
<div class="graphs">
<div class="graph">
<p class="graphnumber">300</p>
<p class="graphtitle">Subscribers</p>
</div>
<div class="graph">
<p class="graphnumber" id="view_count">119,3K</p>
<p class="graphtitle">Viewers</p>
</div>
<div class="graph">
<p class="graphnumber gold-text" id="finance_revenue">0€</p>
<p class="graphtitle gold-text">Revenue</p>
</div>
</div>
<p class="sectxt">Clients I've Helped:</p>
<div class="channels">
<a href="https://www.youtube.com/@smp-photography">
<img src="https://yt3.googleusercontent.com/ytc/AOPolaSgnf1wTKSWdtzNaESufa7_weC_EJWmYuXqxifw=s176-c-k-c0x00ffffff-no-rj" alt="SMP" class="channel">
</a>
<a href="https://www.youtube.com/@improvityx">
<img src="https://yt3.googleusercontent.com/sUDF4s3eyqmf5H7FZVxRCCmAk9Bdc1DuUL9sarrwNRWJjIWnEOw-2jHHs04e0UwxIGzPo-l4aw=s176-c-k-c0x00ffffff-no-rj" alt="ImprovityX" class="channel">
</a>
</div>
<footer id="footer"></footer>
</body>
</html>