-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
111 lines (97 loc) · 4.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<link href="vital.jpeg" rel="icon">
<link href="styles.css" rel="stylesheet">
<title lang="en">Vitalsett®</title>
</head>
<body>
<header>
<div class="p-5 bg-dark text-white text-center" data-bs-theme="dark">
<img src="vital.jpeg" alt="Logo" style="width:80px;" class="rounded-pill h-10">
<br>
<p class="text-body-secondary" style="font-size: 24px;">Vital Sett ®</p>
<small class="text-body-secondary">!</small><small class="text-body-secondary">ویتال ست، همنفس با آشپزهای حرفهای</small>
</div>
</header>
<br>
<br>
<div class="card bg-light mb-3" style="width: 60vw; height: 57vh; margin: auto">
<div class="card-header text-center">Welcome to Vitalsett®</div>
<div class="card-body">
<h4 class="card-title" dir="rtl" lang="fa">با ما در ارتباط باشید :</h4>
<br>
<div class="text-center">
<div class="icon-container text-center">
<!-- Instagram -->
<i>
<a href="https://www.instagram.com/vitalsett?igsh=bmQ2d2s2dWh4bG54">
<img width="48" height="48" src="instagram.png" alt="instagram-new"/>
</a>
</i>
<!-- YouTube -->
<i>
<a href="https://youtube.com/@vitalsett?si=OnME47zPEjU_EKgO">
<img width="48" height="48" src="youtube.png" alt="youtube-play"/>
</a>
</i>
<!-- WhatsApp -->
<i>
<a href="http://wa.me/9128886197">
<img width="48" height="48" src="whatsapp.svg" alt="whatsapp"/>
</a>
</i>
<!-- Telegram -->
<i>
<a href="https://t.me/Vitalsett_bot">
<img width="46" height="48" src="telegram.png" alt="telegram-app"/>
</a>
</i>
<!-- Facebook -->
<i>
<a href="https://www.facebook.com/profile.php?id=61563088515359">
<img width="48" height="48" src="facebook.png" alt="facebook-new"/>
</a>
</i>
<!-- E-mail -->
<i>
<a href="mailto:[email protected]">
<img width="48" height="48" src="gmail.png" alt="email"/>
</a>
</i>
<!-- Google Map -->
<i>
<a href="https://maps.app.goo.gl/kxQHyXMehhskp6cUA?g_st=ic">
<img width="48" height="48" src="google-maps.png" alt="google-maps-new"/>
</a>
</i>
<!-- Waze -->
<i>
<a href="https://waze.com/ul?a=share_drive&locale=en&sd=DOm-a4FIHxw3qdFl9A-sd&env=row&utm_source=waze_app&utm_campaign=share_drive">
<img width="46" height="46" src="waze.png" alt="waze"/>
</a>
</i>
<!-- Telephone -->
<i>
<a href="tel:02155183827">
<img width="48" height="48" src="apple-phone.svg" alt="Phone"/>
</a>
</i>
</div>
</div>
</div>
</div>
<br>
<br>
<p class="card-text" style="text-align: center;" lang="fa">!با آرزوی لحظاتی خوش و خریدی لذتبخش</p>
<br>
<br>
<div class="mt-5 p-3 bg-dark text-white text-center">
<p class="text-center">Created by <a href="https://github.com/AmirMahdi-Tizchang">AmirMahdi-Tizchang</a></p>
</div>
</body>
</html>