-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
252 lines (221 loc) · 14.9 KB
/
footer.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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
<footer class="footer mt-auto py-3 bg-dark">
<div class="container">
<div class="hiring-quotes-content bg-dark">
<div class="container">
<div class="hiring-quotes-content-inner ptb-40">
<div class="card-body text-center text-white">
<img src="images/profile.jpg" alt="Profile Image" class="mb-4" width=120 height=120 style="object-fit: cover; border-radius: 50%;">
<h2 class="card-title">Interested in Hiring me for your Projects?</h2>
<p class="card-text">Looking for a Person who wants to learn, build and debug your Infrastructure, Projects, Network Setup & Solution, I love doing it, In Free time I always try to explore different projects or applications, Sometimes I tweak a few small components, mostly validating my knowledge, I am always keen on learning new technologies.</p>
<a href="#" class="btn btn-light" data-bs-toggle="modal" data-bs-target="#show-info" >Let's Talk</a>
</div>
</div>
</div>
</div>
</div>
</footer>
<modal-setup>
<div class="modal fade" id="show-quick-snap" tabindex="-1" aria-labelledby="exampleModalPopoversLabel" style="display: none;" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header bg-dark">
<h5 class="modal-title text-white" id="exampleModalPopoversLabel">Let's Go</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>
I am Quick Snap
</p>
</div>
<div class="modal-footer bg-dark">
<div class="d-flex gap-2 align-items-center">
<h5 class="text-white mb-0">Contact Me:</h5>
<div>
<button class="btn btn-sm btn-outline-light send-me-mail" onclick="location.href='mail'+'to:aashishrbhandari'+'@'+'gma'+ 'il'+'.'+'com';">Email Me</button>
</div>
<div>
<button class="btn btn-sm btn-light call-me" onclick="location.href='te'+'l:'+'+9'+'1'+'8'+'8'+'7'+'9'+'0'+'8'+'5'+'0'+'7'+'6';">Call Me</button>
</div>
</div>
</div>
</div>
</div>
</div>
</modal-setup>
<modal-setup>
<div class="modal fade" id="show-info" tabindex="-1" aria-labelledby="exampleModalPopoversLabel" style="display: none;" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header bg-dark">
<h5 class="modal-title text-white" id="exampleModalPopoversLabel">Let's Talk</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>
Thanks for Clicking on <b>Let's Talk</b>, <br>
Please contact me using my below details.
</p>
</div>
<div class="modal-footer bg-dark">
<div class="d-flex gap-2 align-items-center">
<h5 class="text-white mb-0">Contact Me:</h5>
<div>
<button class="btn btn-sm btn-outline-light send-me-mail" onclick="location.href='mail'+'to:aashishrbhandari'+'@'+'gma'+ 'il'+'.'+'com';">Email Me</button>
</div>
<div>
<button class="btn btn-sm btn-light call-me" onclick="location.href='te'+'l:'+'+9'+'1'+'8'+'8'+'7'+'9'+'0'+'8'+'5'+'0'+'7'+'6';">Call Me</button>
</div>
</div>
</div>
</div>
</div>
</div>
</modal-setup>
<modal-setup>
<div class="modal fade" id="why-me" tabindex="-1" aria-labelledby="exampleModalPopoversLabel" style="display: none;" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header bg-dark">
<h5 class="modal-title text-white d-flex flex-column" id="exampleModalPopoversLabel">I love decoding about how things work <i> -My Brain </i></h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div class="row g-4">
<div class="mb-4 col-lg-6">
<div class="card-body shadow-sm border-2 rounded mb-4">
<h3 class="card-title mb-0">Because I want to...</h3>
</div>
<div class="mt-2 d-flex flex-column gap-2">
<div class="d-flex gap-4 align-items-center p-2 shadow-sm border-left3 pl-20">
<img src="images/others/network-built.png" alt="" width="40px" height="40px">
<div> Explore different Networks, different Applications, different Cloud Setup: Learn how they Work. </div>
</div>
<div class="d-flex gap-4 align-items-center p-2 shadow-sm border-left3 pl-20">
<img src="images/others/troubleshooter.png" alt="" width="40px" height="40px">
<div> Help others Troubleshoot problem faced in installing, setting, configuring and managing Software, Solution, Network & Cloud. </div>
</div>
<div class="d-flex gap-4 align-items-center p-2 shadow-sm border-left3 pl-20">
<img src="images/others/write-code-solve-problem.png" alt="" width="40px" height="40px">
<div> Write some code to solve a problem, or to debug & test a problem. </div>
</div>
<div class="d-flex gap-4 align-items-center p-2 shadow-sm border-left3 pl-20">
<img src="images/others/blue-teamer-black.png" alt="" width="40px" height="40px">
<div> Become a Security & Tech Expert: With Offensive, Defensive & Cloud </div>
</div>
<div class="d-flex gap-4 align-items-center p-2 shadow-sm border-left3 pl-20">
<img src="images/others/learn-mind.png" alt="" width="40px" height="40px">
<div> Always Deep dive and Create a Proper Mind Map of Understanding a Concepts and its Use Cases </div>
</div>
<div class="d-flex gap-4 align-items-center p-2 shadow-sm border-left3 pl-20">
<img src="images/others/learn-b-2.png" alt="" width="40px" height="40px">
<div> Even doing CTF my objective is to learn, understand the technique even if i take some clues during the Exploitation </div>
</div>
</div>
</div>
<div class="mb-4 col-lg-6">
<div class="card-body shadow-sm border-2 rounded mb-4">
<h3 class="card-title mb-0">Exploring & To Learn...</h3>
</div>
<div class="mt-2 d-flex flex-column gap-2">
<div class="d-flex gap-4 align-items-center p-2 shadow-sm border-left3 pl-20">
<div> Deep Web Application Penetration Testing </div>
</div>
<div class="d-flex gap-4 align-items-center p-2 shadow-sm border-left3 pl-20">
<div> SASE / SSE Expert & Tester: Help People Debug, Setup, Learn SASE / SSE </div>
</div>
<div class="d-flex gap-4 align-items-center p-2 shadow-sm border-left3 pl-20">
<div> Exploring & Understanding Cloud & Cloud Security: Currently Exploring AWS </div>
</div>
<div class="d-flex gap-4 align-items-center p-2 shadow-sm border-left3 pl-20">
<div> Endpoint Solutions Working: Explored CylancePROTECT </div>
</div>
<div class="d-flex gap-4 align-items-center p-2 shadow-sm border-left3 pl-20">
<div> Perimeter Security Solutions: Proxy, Nxt-Gen Firewall </div>
</div>
<div class="d-flex gap-4 align-items-center p-2 shadow-sm border-left3 pl-20">
<div> Expore More on DNS Security Solution: Explored Cisco Umbrella DNS Security. </div>
</div>
<div class="d-flex gap-4 align-items-center p-2 shadow-sm border-left3 pl-20">
<div> Help New Companies Built their Online Paradigm </div>
</div>
</div>
</div>
<!--
<div class="mb-4 col-lg-12">
<div class="card-body shadow-sm border-2 rounded mb-4">
<h3 class="card-title mb-0">My Certification Track...</h3>
</div>
<details>
<summary>Why No Professional Cert till now?</summary>
<div class="card-body mt-3 mb-3 shadow-sm" style="background-color: rgb(245, 247, 249); border-radius: 8px; margin: 4px;">
<i> I was too much dissolved in learning that i did not do any such professional certifications. Now i have realized my mistake and working forward in completing my goal. </i>
</div>
</details>
<br>
<div class="mt-2 d-flex flex-column gap-2">
<div class="d-flex gap-4 align-items-center p-2 shadow-sm border-left3 pl-20">
<div> eJPT </div>
</div>
<div class="d-flex gap-4 align-items-center p-2 shadow-sm border-left3 pl-20">
<div> CompTIA PenTest+ </div>
</div>
<div class="d-flex gap-4 align-items-center p-2 shadow-sm border-left3 pl-20">
<div> RHCSA </div>
</div>
<div class="d-flex gap-4 align-items-center p-2 shadow-sm border-left3 pl-20">
<div> Advance Endpoint & Firewall Certs </div>
</div>
<div class="d-flex gap-4 align-items-center p-2 shadow-sm border-left3 pl-20">
<div> OSCP </div>
</div>
</div>
</div>
-->
<!--
<div class="mb-4 col-lg-6">
<div class="card-body shadow-sm border-2 rounded mb-4">
<h3 class="card-title mb-0">My Certification Track...</h3>
</div>
<details>
<summary>Why No Professional Cert till now?</summary>
<div class="card-body mt-3 mb-3 shadow-sm" style="background-color: rgb(245, 247, 249); border-radius: 8px; margin: 4px;">
<i> I was too much dissolved in learning that i did not do any such professional certifications. Now i have realized my mistake and working forward in completing my goal. </i>
</div>
</details>
<br>
<div class="mt-2 d-flex flex-column gap-2">
<div class="d-flex gap-4 align-items-center p-2 shadow-sm border-left3 pl-20">
<div> eJPT </div>
</div>
<div class="d-flex gap-4 align-items-center p-2 shadow-sm border-left3 pl-20">
<div> CompTIA PenTest+ </div>
</div>
<div class="d-flex gap-4 align-items-center p-2 shadow-sm border-left3 pl-20">
<div> RHCSA </div>
</div>
<div class="d-flex gap-4 align-items-center p-2 shadow-sm border-left3 pl-20">
<div> Advance Endpoint & Firewall Certs </div>
</div>
<div class="d-flex gap-4 align-items-center p-2 shadow-sm border-left3 pl-20">
<div> OSCP </div>
</div>
</div>
</div>
-->
</div>
</div>
<div class="modal-footer bg-dark">
<div class="d-flex gap-2 align-items-center">
<h5 class="text-white mb-0">Contact Me:</h5>
<div>
<button class="btn btn-sm btn-outline-light send-me-mail" onclick="location.href='mail'+'to:aashishrbhandari'+'@'+'gma'+ 'il'+'.'+'com';">Email Me</button>
</div>
<div>
<button class="btn btn-sm btn-light call-me" onclick="location.href='te'+'l:'+'+9'+'1'+'8'+'8'+'7'+'9'+'0'+'8'+'5'+'0'+'7'+'6';">Call Me</button>
</div>
</div>
</div>
</div>
</div>
</div>
</modal-setup>