-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
118 lines (103 loc) · 6.6 KB
/
contact.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="icon" href="/Images/logo.png" sizes="40px*60px">
<title>TheRichMindset | Contact Us</title>
</head>
<body>
<!-- Navigation Bar -->
<header class="bg-dark body-font sticky-top p-2">
<div class="container mx-auto flex flex-wrap pt-1 flex-col md:flex-row items-center">
<img src="/Images/logo.png" alt="TheRichMindset Logo" height="60px" width="80px">
<a class="flex title-font font-medium items-center justify-center text-gray-900 mb-4 md:mb-0">
<span class="ml-3 text-2xl mt-3 text-white">TheRichMindset</span></a>
<nav class="md:ml-auto md:mr-auto flex flex-wrap items-center text-white text-base justify-center color-wt">
<a class="mr-5 hover:bg-slate-100 hover:text-2xl hover:text-black hover:font-semibold rounded-md hover:underline text-xl"
href="index.html">Home</a>
<a class="mr-5 hover:bg-slate-100 hover:text-2xl hover:text-black hover:font-semibold rounded-md hover:underline text-xl"
href="about.html">About us</a>
<a class="mr-5 hover:bg-slate-100 hover:text-2xl hover:text-black hover:font-semibold rounded-md hover:underline text-xl"
href="blogs.html">Blog Workspace</a>
<a class="mr-5 hover:bg-slate-100 hover:text-2xl hover:text-black hover:font-semibold rounded-md hover:underline text-xl"
href="contact.html">Contact Us</a>
</nav>
</div>
</header>
<!-- Form Details -->
<script type="text/javascript" src="https://form.jotform.com/jsform/220058333143041"></script> <br>
<!-- Footer -->
<footer class="bg-slate-100 body-font">
<div
class="container px-10 py-8 mx-auto flex md:items-center lg:items-start md:flex-row md:flex-nowrap flex-wrap flex-col">
<div class="w-64 flex-shrink-0 md:mx-0 mx-auto text-center md:text-left">
<span class="ml-3 text-xl font-semibold">TheRichMindset 2022</span>
<a class="flex title-font font-medium items-center md:justify-start justify-center text-gray-900">
<img src="/Images/logo.png" alt="TheRichMindset Logo">
</a>
<p class="mt-2 text-sm font-semibold">TheRichMindset is a Blog website where you can share your Amazing,
Brain-Storming ideas with others.</p>
</div>
<div class="flex-grow flex flex-wrap md:pl-20 -mb-10 md:mt-0 mt-10 md:text-left text-center">
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<h2 class="title-font font-medium text-gray-900 tracking-widest text-sm mb-3">SITEMAP</h2>
<nav class="list-none mb-10">
<li><a class="text-gray-600 hover:text-black hover:underline" href="/">Home</a></li>
<li><a class="text-gray-600 hover:text-black hover:underline" href="about.html">About Us</a>
</li>
<li><a class="text-gray-600 hover:text-black hover:underline" href="contact.html">Contact Us</a>
</li>
</nav>
</div>
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<h2 class="title-font font-medium text-gray-900 tracking-widest text-sm mb-3">LINKS</h2>
<nav class="list-none mb-10">
<li><a class="text-gray-600 hover:text-black hover:underline"
href="https://www.competitivenessmindset.org" target="_blank">Competitiveness Mindset
Institute</a></li>
<li><a class="text-gray-600 hover:text-black hover:underline" href="blogs.html"
target="_blank">Blog
Workspace</a></li>
<li><a class="text-gray-600 hover:text-black hover:underline" href="https://ffe.org/donate"
target="_blank">Support Us</a></li>
</nav>
</div>
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<h2 class="title-font font-medium text-gray-900 tracking-widest text-sm mb-3">DEVELOPER's CONTACT
</h2>
<nav class="list-none mb-10 flex px-12">
<li><a href="https://github.com/bhut-vasu" target="_blank"
class="nav-link p-0 text-muted px-2"><img src="/Images/Github.png" alt="Github"
height="24px" width="24px"></a></li>
<li><a href="https://www.linkedin.com/in/vasu-bhut-5b726a212/" target="_blank"
class="nav-link p-0 text-muted px-2"><img src="/Images/LinkedIn.png" alt="LinkedIn"
height="24px" width="24px"></a></li>
<li><a href="https://www.instagram.com/vasubhut/" target="_blank"
class="nav-link p-0 text-muted px-2"><img src="/Images/Instagram.png" alt="Instagram"
height="24px" width="24px"></a></li>
</nav>
</div>
</div>
</div>
<hr>
<div class="bg-slate-100 top-un">
<div class="container mx-auto py-4 px-5 flex flex-wrap flex-col sm:flex-row"
style="justify-content: space-between;">
<p class="text-gray-500 text-sm text-center sm:text-left">© 2022 TheRichMindset — @High FLYers</p>
<span class="inline-flex sm:ml-auto sm:mt-0 mt-2 justify-center sm:justify-start">
<a class="link-dark" href="https://www.instagram.com/leader_in_me168" target="_blank"><img
src="/Images/Instagram.png" alt="instagram" height="24px" width="24px"></a>
<a class="link-dark pl-4" href="https://twitter.com/leaderinuu?t=AZrVYDqy9VUDJ2jy71-j4Q&s=08"
target="_blank"><img src="/Images/twitter.png" alt="Twitter" height="24px" width="24px"></a>
</span>
</div>
</div>
</footer>
</body>
</html>