-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (45 loc) · 2.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Granduer | Studios</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="header">
<a href="#" class="logo">G | Studios<span class="animate" style="--i:1"></span> </a>
<nav class="navbar">
<a href="#" class="active">Home</a>
<a href="#">About</a>
<a href="#">Pricing</a>
<a href="#">Services</a>
<a href="#">Contact</a>
<span class="animate" style="--i:2" ></span>
</nav>
<a href="#" class="btn sign-up"> Sign Up<span class="animate" style="--i:3;"></span> </a>
</header>
<section class="home">
<span class="animate bg"></span>
<div class="home-content">
<h1>Capturing Moments<span class="animate" style="--i:4;"></span> </h1>
<h1>Creating Memories<span class="animate" style="--i:5;"></span> </h1>
<h1>Granduer | Studios<span class="animate" style="--i:6;"></span> </h1>
<p> We specialize in capturing the beauty and emotion of weddings
and commercial projects. Our work speaks for itself, and
we take great pride in delivering high-quality products
and exceptional customer service. Absolutely the best photographer’s
ever! Will go the extra mile to get stunning shots, and you made us
feel so relaxed, self confident and beautiful!
Thank you for all the fun and laughter! Also thank you
for spending the most of our wedding day with us
and making it perfect!<span class="animate" style="--i:7;"></span> </p>
<div class="btn-box">
<a href="#" class="btn">Get In Touch</a>
<a href="#" class="btn">Learn More</a>
<span class="animate" style="--i:8;"></span>
</div>
</div>
</section>
</body>
</html>