-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (33 loc) · 1.43 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
<!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">
<link rel="stylesheet" href="style.css">
<title>pomeranians</title>
</head>
<body>
<main>
<div class="logo">
<img src="./eq.JPG" alt="">
</div>
<p> Hey, we are </p>
<h1>Von and the poms</h1>
<p class="desc">a happy family of 2 pomeranians and our mum</p>
<h2>check out our profiles</h2>
<div class="btns">
<h3>Intagram <i class="bi bi-instagram"></i></h3>
<a class= "link"href="https://instagram.com/vonandthepoms?igshid=Zjc2ZTc4Nzk=" target="_blank" rel="noopener noreferrer"> Insta </a>
<h3>Tiktok <i class="bi bi-tiktok"></i> <sup>*</sup> </h3>
<!-- <p> don't forget to check shop as well, we got a lot of goodies </p> -->
<a class= "link" href="https://www.tiktok.com/@vonandpomeranians?_t=8ZNapouMTgL&_r=1"> Tiktok</a>
<h3>Youtube <i class="bi bi-youtube"></i></h3>
<a class= "link" href="#">Youtube- coming soon</a>
<p class="info">* Get your paws on the best deals for your furry babies!
Check out our shop on TikTok and discover a wide range of essential pet products at unbeatable prices.
</p>
</div>
</main>
</body>
</html>