-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
103 lines (94 loc) · 4 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!doctype html>
<html lang="en">
<head>
<title>Cake It Easy With Ritu</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="/src/css/styles.css" rel="stylesheet" />
<script type="module" src="./src/js/index.js"></script>
<link rel="icon" href="./assets/img/logo.png" type="image/png" sizes="16x16" />
</head>
<body>
<main>
<img class="logo" src="assets/img/logo.png" alt="" />
<div>
<p class="main-caption">
Welcome to <b>CakeitEasywithRitu</b>,<br />
where we go beyond crafting<br />
beautiful cakes to share our <br />
decade-long expertise in cake design!
</p>
<button class="btn" id="firstBtn" type="button">
< Start Baking >
</button>
</div>
</main>
<section id="first-con" class="sec-con">
<div class="img-slider-con">
<div class="img-btm-layer">
<div class="cross-con">
<img class="first-cross" src="./assets/svg/cross.svg" alt="X" />
</div>
<h1 class="revealHeading">
<span>From </span>Unappealing, Outdated, Mediocre, and Inexpensive
in Appearance
</h1>
<div class="cake-img-con">
<img class="cake-img" src="./cake/cake_before_two.jpg" alt="" />
<img class="cake-img" src="./cake/cake_before_one.jpg" alt="" />
</div>
</div>
<div class="img-top-layer">
<div class="cross-con">
<img class="first-cross" src="./assets/svg/cross.svg" alt="X" />
</div>
<h1 class="revealHeading2">
<span>Transformed into </span>Exquisite, Alluring, Sophisticated,
and Opulent in Aesthetics
</h1>
<div class="cake-img-con">
<img class="cake-img" src="./cake/cake_after_two.jpg" alt="" />
<img class="cake-img" src="./cake/cake_after_one.jpg" alt="" />
</div>
</div>
<button class="btn" id="secondBtn" type="button">
< Reach Me >
</button>
</div>
</section>
<section class="second-con">
<div class="cross-con">
<img class="second-cross" src="./assets/svg/cross.svg" alt="X" />
</div>
<div class="contact-section">
<div class="left-about">
<h1>About Us</h1>
<p>
CakeitEasywithRitu, we're not just about creating beautiful cakes;
we're about sharing our passion for cake design with you. With a
solid 10 years in the cake design industry, we combine hands-on
experience with a deep understanding of the art and craft of cake
design. Our cake design coaching sessions are tailored to your skill
level and interests, whether you're a beginner or an experienced
baker looking to up your cake game.Join our 30 Days Mastermind to
Elevate your Art, Elevate your Earnings and to Sculpt a Sweet
Success.
</p>
<div class="contact-links">
<a id="Instagram" class="line" href="https://www.instagram.com/rituscakedesigningstudio/?r=nametag">Instagram</a>
<a id="FaceBook" class="line" href="https://www.facebook.com/profile.php?id=100064740246999&paipv=0&eav=AfYRtcNMSybzv9gagGACpwKUwQYyQvvXo9LQ8eTnLvHst8DRP1n9mkcOoo_sPk9sooA&_rdr">FaceBook</a>
<a id="YouTube" class="line" href="https://eep.io/mc-cdn-images/icons/social-block-v2/color-youtube-96.png">Youtube</a>
<a id="E-mail" class="line" href="ritujain025@gmail.com">E-mail</a>
</div>
</div>
<div class="right-abt">
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/HgGFf02oTzY?si=s-1_AS6qDRHESfQV"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
<a class="btn" href="https://calendly.com/cakeiteasywithritu/cake-designing-mastermind-challenge">Let's Talk</a>
</div>
</div>
</section>
</body>
</html>