-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (35 loc) · 1.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
<!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>Souvik's Art</title>
<link rel="stylesheet" href="main_style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap">
<link rel="stylesheet" href="assets/fonts/font-raleway.css">
<link rel="icon" href="assets/icons/letter-s.png">
</head>
<body>
<section class="section-top-left">
<img class="logo-top-left" src="./assets/icons/letter-s.png" height="80px">
</section>
<section class="section-name">
<div class="name-animate" data-text="Souvik's Art">Souvik's Art</div>
</section>
<section class="section-bottom-left">
<!-- <p class="address-bottom-left">Contact - <a href="https://www.linkedin.com/in/souvikmajumder26">linkedin/souvikmajumder26</a></p> -->
<p class="copyright-bottom-left">Copyright © 2023 All Rights Reserved - <a href="index.html">Souvik's Art</a></p>
</section>
<a href="Art/index.html">
<section class="button-art">
<div class="button-art-animation"></div>
</section>
</a>
<a href="Contact/index.html">
<section class="button-contact">
<div class="button-contact-animation"></div>
</section>
</a>
</body>
</html>