-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
113 lines (111 loc) · 3.96 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
<!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>Cotton NFC</title>
<!-- css -->
<link rel="stylesheet" href="css/style.css?v=1.2" />
<!-- fonts -->
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap"
/>
</head>
<body>
<main>
<div class="screen">
<div class="banner">
<p class="banner-title">SARADHA FASHIONS</p>
<img class="banner" src="assests/img/banner.svg" />
<img class="brand" src="assests/img/brand.svg" />
</div>
<div class="content">
<div class="article">
<h1>Sarada Fashions</h1>
<p>
Fashion Designers are the creative minds behind original clothing,
accessories. They sketch out designs that can be constructed into
a variety of products, from fabrications to patterns, with
instructions on how customers want it.
</p>
</div>
<div class="mini-icons">
<ul>
<li class="icon">
<a href="https://www.instagram.com/sharada.kendole/">
<img src="assests/img/instagram.svg" alt="instagram"
/></a>
</li>
<li class="icon">
<a href="tel:+919848894926">
<img src="assests/img/contact.svg" alt="contact"
/></a>
</li>
</ul>
</div>
<div class="mini-icons">
<ul>
<li class="icon btn"><a href="tel:+919848894926">Contact</a></li>
<li class="icon btn white">
<a
href="https://www.google.com/maps/place/14%C2%B054'12.8%22N+78%C2%B001'05.4%22E/@14.9035597,78.0159693,17z/data=!3m1!4b1!4m5!3m4!1s0x0:0x63fea4023441f8e!8m2!3d14.9035597!4d78.018158"
>Locate</a
>
</li>
</ul>
</div>
<div class="main-card">
<div class="title-wrap">
<h5>Bussiness Details</h5>
<p>Saradha Fashions</p>
</div>
<div class="description-wrap">
<ul>
<li>
<img src="assests/img/mail.svg" alt="" />
<p>
<a href="mailto:[email protected]"
>
</p>
</li>
<li>
<img src="assests/img/location.svg" alt="" />
<p>
<a
href="https://www.google.com/maps/place/14%C2%B054'12.8%22N+78%C2%B001'05.4%22E/@14.9035597,78.0159693,17z/data=!3m1!4b1!4m5!3m4!1s0x0:0x63fea4023441f8e!8m2!3d14.9035597!4d78.018158"
>3/940, Gannevaripalle Colony, Tadipatri.</a
>
</p>
</li>
<li>
<img src="assests/img/instagram.svg" alt="" />
<p>
<a href="https://www.instagram.com/sharada.kendole/"
>sharada.kendole</a
>
</p>
</li>
<li>
<img src="assests/img/contact.svg" alt="" />
<p><a href="tel:+919848894926">+91 9848894926</a></p>
</li>
</ul>
<p class="quote">ARTISTICALLY INSPIRED</p>
</div>
</div>
</div>
</div>
</main>
</body>
</html>