-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
154 lines (152 loc) · 7.44 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hover Cards</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<div class="tg-headings">
<h1 class="tg-subtitle fadeInUp">Hey!</h1>
<h2 class="tg-title fadeInUp">Let’s find the perfect <span>gift</span> together!</h2>
</div>
<div class="tg-cards-wrapper">
<div class="col">
<div class="tg-hover_card fadeInUp">
<figure class="jltma-effect-lily">
<img src="images/Wedding-Presents.jpeg" class="tg-hover-card-img-1" alt="">
<img src="images/Wedding-Presents-2.jpg" class="tg-hover-card-img-2" alt="">
<figcaption>
<div class="jltma-image-hover-content">
<h4 class="jltma-image-hover-title">Wedding Presents</h4>
<p class="jltma-image-hover-desc">Want to find the perfect wedding gift? Then chat with us and we will recommend thoughtful ideas.</p>
</div>
</figcaption>
</figure>
</div>
<div class="tg-hover_card fadeInUp">
<figure class="jltma-effect-lily">
<img src="images/Birthday-Gifts-for-Her.jpg" class="tg-hover-card-img-1" alt="">
<img src="images/Birthday-Gifts-for-Her-2.jpg" class="tg-hover-card-img-2" alt="">
<figcaption>
<div class="jltma-image-hover-content">
<h4 class="jltma-image-hover-title">Birthday Gifts for Her</h4>
<p class="jltma-image-hover-desc">Need to treat your girl on her special day? Chat with us to find the most thoughtful birthday gift for her!</p>
</div>
</figcaption>
</figure>
</div>
</div>
<div class="col">
<div class="tg-hover_card fadeInUp">
<figure class="jltma-effect-lily">
<img src="images/Holiday-Gifts.jpg" class="tg-hover-card-img-1" alt="">
<img src="images/Holiday-Gifts-2.jpg" class="tg-hover-card-img-2" alt="">
<figcaption>
<div class="jltma-image-hover-content">
<h4 class="jltma-image-hover-title">Holiday Gifts</h4>
<p class="jltma-image-hover-desc">Are you seeking the perfect holiday gift that embodies the spirit of the festival? Then chat with us for the best holiday gift ideas.</p>
</div>
</figcaption>
</figure>
</div>
<div class="tg-hover_card fadeInUp">
<figure class="jltma-effect-lily">
<img src="images/Housewarming-Gifts.jpg" class="tg-hover-card-img-1" alt="">
<img src="images/Housewarming-Gifts-2.jpg" class="tg-hover-card-img-2" alt="">
<figcaption>
<div class="jltma-image-hover-content">
<h4 class="jltma-image-hover-title">Housewarming Gifts</h4>
<p class="jltma-image-hover-desc">Need a thoughtful gift for your friends, colleagues, or relative's housewarming party? Chat with us!</p>
</div>
</figcaption>
</figure>
</div>
</div>
<div class="col">
<div class="tg-hover_card fadeInUp">
<figure class="jltma-effect-lily">
<img src="images/Anniversary-Gifts.jpg" class="tg-hover-card-img-1" alt="">
<img src="images/Anniversary-Gifts-2.jpg" class="tg-hover-card-img-2" alt="">
<figcaption>
<div class="jltma-image-hover-content">
<h4 class="jltma-image-hover-title">Anniversary Gifts</h4>
<p class="jltma-image-hover-desc">Planning on making your first anniversary gift special? Then let us recommend the perfect gift that will make your special night unforgettable!</p>
</div>
</figcaption>
</figure>
</div>
<div class="tg-hover_card fadeInUp">
<figure class="jltma-effect-lily">
<img src="images/Unique-Christmas-Gifts.jpg" class="tg-hover-card-img-1" alt="">
<img src="images/Unique-Christmas-Gifts-2.jpg" class="tg-hover-card-img-2" alt="">
<figcaption>
<div class="jltma-image-hover-content">
<h4 class="jltma-image-hover-title">Unique Christmas Gifts</h4>
<p class="jltma-image-hover-desc">Looking for a fun, thoughtful, and unique Christmas gift? Then chat with us and we will help you out!</p>
</div>
</figcaption>
</figure>
</div>
</div>
<div class="col">
<div class="tg-hover_card fadeInUp">
<figure class="jltma-effect-lily">
<img src="images/Thanksgiving-Present-Ideas.jpg" class="tg-hover-card-img-1" alt="">
<img src="images/Thanksgiving-Present-Ideas-2.jpg" class="tg-hover-card-img-2" alt="">
<figcaption>
<div class="jltma-image-hover-content">
<h4 class="jltma-image-hover-title">Thanksgiving Present Ideas</h4>
<p class="jltma-image-hover-desc">Want a gift to thank your parents, spouse, friends, colleagues? Chat with us for the perfect thanksgiving present ideas.</p>
</div>
</figcaption>
</figure>
</div>
<div class="tg-hover_card fadeInUp">
<figure class="jltma-effect-lily">
<img src="images/Birthday-Gift-Ideas-Under.jpg" class="tg-hover-card-img-1" alt="">
<img src="images/Birthday-Gift-Ideas-Under-2.jpg" class="tg-hover-card-img-2" alt="">
<figcaption>
<div class="jltma-image-hover-content">
<h4 class="jltma-image-hover-title">Birthday Gift Ideas Under $20</h4>
<p class="jltma-image-hover-desc">Only have $20 for a birthday gift? Then chat with us to find the perfect gift ideas within your budget!</p>
</div>
</figcaption>
</figure>
</div>
</div>
<div class="col">
<div class="tg-hover_card fadeInUp">
<figure class="jltma-effect-lily">
<img src="images/Birthday-Gift-Ideas.jpg" class="tg-hover-card-img-1" alt="">
<img src="images/Birthday-Gift-Ideas-2.jpg" class="tg-hover-card-img-2" alt="">
<figcaption>
<div class="jltma-image-hover-content">
<h4 class="jltma-image-hover-title">Birthday Gift Ideas</h4>
<p class="jltma-image-hover-desc">Need a thoughtful and unique birthday gift recommendation for your parents, children, or friends? Then start chatting with us!</p>
</div>
</figcaption>
</figure>
</div>
<div class="tg-hover_card fadeInUp">
<figure class="jltma-effect-lily">
<img src="images/Halloween-Gift-Ideas.jpg" class="tg-hover-card-img-1" alt="">
<img src="images/Halloween-Gift-Ideas-2.jpg" class="tg-hover-card-img-2" alt="">
<figcaption>
<div class="jltma-image-hover-content">
<h4 class="jltma-image-hover-title">Halloween Gift Ideas</h4>
<p class="jltma-image-hover-desc">Want to curate unique Hanukkah gift ideas this year? Then chat with us!</p>
</div>
</figcaption>
</figure>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script src="assets/script.js"></script>
</body>
</html>