-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHello.html
66 lines (52 loc) · 1.95 KB
/
Hello.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
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div class="helloDiv">
<img src="./images/logo_96x96.png" id="H1b_logo">
<h1>Ultimate H1B Sponsor Checker</h1>
<p>The extension has been updated to the latest version.</p>
<h3>Changes</h3>
<ul>
<li>v0.21 - Fxed issue in Linked in and added Support in Google.</li>
<li>v0.20 - Fxed issue in Glassdoor.</li>
<li>v0.19 - removed the search feature as it was obstructing Lnkedin pages for few users.</li>
<li>v0.18 - fixed some bugs in Linkedin and added a search feature.</li>
<li>v0.17 - Added 2023 data</li>
<li>v0.16 - Fixed a bug in linkedin for few companies where it was crashing</li>
</ul>
<h3>Report Issues</h3>
<p> </p><a href="https://github.com/kart33k/UltimateH1BSponsorChecker/issues" target="_blank">
Report issues here(Opens Github page)</a>
<h3>Support</h3>
<p>Hopefully this extension has helped you in your job search.
You can support me by buying me coffee here...</p>
<span style="display:flex;justify-content: center;">Credit\Debit Card </span>
<a href="https://www.buymeacoffee.com/kart33k" target="_blank"><img
src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee"
style="height: 30px !important;width: 117px !important;"></a>
<span style="display:flex;justify-content: center;">Paypal or Credit\Debit Card </span>
<a href='https://ko-fi.com/V7V0GD4YJ' target='_blank'><img height='36' style='border:0px;height:36px;'
src='https://storage.ko-fi.com/cdn/kofi2.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
</div>
</body>
</html>
<style>
img {
display: block;
margin-left: auto;
margin-right: auto;
}
h1 {
text-align: center;
border: 3px solid green;
}
.helloDiv {
align-content: center;
margin: auto;
width: 50%;
border: 3px solid black;
padding: 10px;
}
</style>