-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact us.html
132 lines (113 loc) · 3.72 KB
/
contact us.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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html lang="en" class="h-100">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Hugo 0.84.0">
<title>Remote Coders - Contact Us</title>
<link rel="shortcut icon" href="logo.png">
<!-- Bootstrap core CSS -->
<link href="css/style.css" rel="stylesheet">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
/* Custom styles */
body {
/* background-color: #111; */
color: #fff;
font-family: 'Roboto', sans-serif;
}
.nav-masthead .nav-link {
font-size: 1.1rem;
color: rgba(255, 255, 255, 0.8);
padding: 0.75rem;
transition: color 0.3s ease;
}
.nav-masthead .nav-link:hover, .nav-masthead .nav-link.active {
color: #fff;
border-bottom: 2px solid #00ff99;
}
.cover-container {
max-width: 800px;
}
h4 {
font-weight: 600;
font-size: 2rem;
margin-bottom: 20px;
}
.div2 {
margin-top: 40px;
text-align: left;
line-height: 1.8;
}
.div2 a {
color: #00ff99;
text-decoration: none;
transition: color 0.3s ease;
}
.div2 a:hover {
color: #fff;
}
img {
border-radius: 8px;
margin-bottom: 20px;
}
footer {
font-size: 0.85rem;
margin-top: 40px;
color: #aaa;
}
</style>
<!-- Custom styles for this template -->
<link href="css/cover.css" rel="stylesheet">
</head>
<body class="d-flex h-100 text-center bg-dark">
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="mb-auto">
<div class="nav-container">
<h3 class="float-md-start mb-0">Contact</h3>
<button class="hamburger" onclick="toggleMenu()">☰</button> <!-- Hamburger icon -->
<nav class="nav nav-masthead justify-content-center float-md-end" id="navLinks">
<a class="nav-link" href="index.html">Home</a>
<a class="nav-link" href="blogs.html">Blogs</a>
<a class="nav-link" href="tryhackme.html">THM </a>
<!-- <a class="nav-link" href="partners.html">Partners</a> -->
<!-- <a class="nav-link" href="supporters.html">Supporters</a> -->
<a class="nav-link active" aria-current="page" href="contact us.html">Contact Us</a>
<a class="nav-link" href="about us.html">About Us</a>
</nav>
</div>
</header>
<div class="div2 text-start">
<img src="logo.png" alt="Remote Coders Logo" style="width: 250px;">
<h5>Get in Touch:</h5>
<p>WhatsApp me:
<a href="https://wa.me/+916306256015" target="_blank">+91 6306256015</a>
</p>
<!-- <p>WhatsApp Group:
<a href="https://chat.whatsapp.com/IKy4JjNQIvvHZh9VTu5Jxh" target="_blank">Join Here</a>
</p> -->
<p>Telegram Group:
<a href="https://t.me/remote_coders" target="_blank">Not Available</a>
</p>
<br>
</div>
<footer class="mt-auto">
<p>© 2022 Remote Coders (A Community for Hackers and Programmers) <br> by Tanmay Tiwari</p>
</footer>
</div>
<script src="index.js"></script>
</body>
</html>