-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (47 loc) · 2.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Learn & Earn</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Techy-preneur</h1>
<a class="cta" href="https://millionairetrack.in/register.php?referral-id=MT0009188" target="_blank"><p>Enroll Now</p></a>
</header>
<section class="hero">
<p>Watch this video till the end to understand our roadmap.</p>
<!-- <video src="video.mp4" type="video/mp4" preload="none" class="video" controls></video> -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/WPyF1GtvanQ?modestbranding=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen class="video"></iframe>
<div class="msg-wrapper">
<p class="msg">
Only 5% of people I interact with, watch this video and you're one of those wise people.
Most of us want to start earning at an early age, we want to manage our expenses, take some burden off from our parents, isn't it?
But on the other hand we're enjoying party with our friends, not learning any skills, always ask for money from parents for even a mobile recharge and in the end we blame our education policy!
Are you also in this category of children?<br>
<strong>YES?</strong><br>
It's okay, at some point of time I was also in this category doing procrastination for my plight.
BUT eventually, I got to know about a platform from where I developed my skills, started earning and now I'm managing almost all of my skills on my own!
Connect with me to learn from my experience and earn from your skills.
</p>
<div class="author">
<img src="kulnoor.jpeg" alt="Kulnoor Alam" class="kulnoor-img">
<div class="author-details">
<h3>Kulnoor Alam</h3>
<p>Marketing Expert</p>
<p>DezyNation</p>
</div>
</div>
</div>
</section>
<a href="https://wa.me/916306132710" class="chat-btn" target="_blank">
<img src="whatsapp.png" alt="Chat With Us" class="whatsapp-img">
</a>
<a href="tel: +916306132710" class="call-btn">
<img src="telephone.png" alt="Call Me" class="whatsapp-img">
</a>
</body>
</html>