-
Notifications
You must be signed in to change notification settings - Fork 0
/
affiliate.html
133 lines (105 loc) · 5.25 KB
/
affiliate.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>Cyber Alliance India | Affiliates</title>
<meta name="description" content="Here are some links to help us grow our capital">
<meta name="author" content="Yudhvir Singh Godara">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Cyber Alliance India | Affiliates" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://links.cyberalliance.in/img/og.image/og.pay.192.png" />
<meta property="og:image:width" content="192">
<meta property="og:image:height" content="192">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="https://links.cyberalliance.in/img/apple-touch.png">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main-dark.css">
<!-- Brand Styles -->
<link rel="stylesheet" href="css/brands.css">
<!-- 3rd Party CSS -->
<link rel="stylesheet" href="css/hover-min.css">
<link rel="stylesheet" href="css/animate.css">
<script async src="https://eu.umami.is/script.js" data-website-id="818c8e3c-fd9d-4c1a-b650-4bb79ef4647d"></script>
<meta name="theme-color" content="#fafafa">
</head>
<body>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container">
<div class="row">
<div class="column" style="margin-top: 10%">
<!-- Your Image Here -->
<img class="fadein" src="img/logo.png" width="331" height="83.6" alt="ca logo">
<!-- Title -->
<!-- <h1>cyberlink</h1> -->
<br>
<p>
<a href="index.html">⬅️ Back to main page</a>
</p>
<!-- Category hero image -->
<img src="img/heroes/affiliate.png" height="300px">
<br>
<!-- Short Bio -->
<p>Below are listed Partners we trust
<br><small>We shall not be liable for (if any) losses occured to you using the listed services/products.</small>
</p>
<!-- lenovo-->
<a class="button button-lenovo button-entrance hvr-grow hvr-icon-wobble-vertical" href="https://lenovo-in.zlvv.net/JzzWBE" target="" rel="noopener">Lenovo</a>
<br>
<!-- Namecheap-->
<a class="button button-namecheap button-entrance hvr-grow hvr-icon-wobble-vertical" href="https://namecheap.pxf.io/Vmm0gE" target="" rel="noopener">Namecheap</a>
<br>
<!-- Hostinger-->
<a class="button button-hostinger button-entrance hvr-grow hvr-icon-wobble-vertical" href="https://hostinger.sjv.io/KjjWP9" target="" rel="noopener">Hostinger</a>
<br>
<!-- bluehost-->
<a class="button button-bluehost button-entrance hvr-grow hvr-icon-wobble-vertical" href="https://bluehost.sjv.io/LXXW5Y" target="" rel="noopener">bluehost</a>
<br>
<!-- Digital Ocean-->
<a class="button button-digitalocean button-entrance hvr-grow hvr-icon-wobble-vertical" href="https://digitalocean.pxf.io/JzKrrE" target="" rel="noopener">Digital Ocean</a>
<br>
<!-- SSLs.com-->
<a class="button button-ssl button-entrance hvr-grow hvr-icon-wobble-vertical" href="https://ssls.sjv.io/9ggr93" target="" rel="noopener">SSLs.com</a>
<br>
<!-- tailwind-->
<a class="button button-tailwind button-entrance hvr-grow hvr-icon-wobble-vertical" href="https://tailwind.sjv.io/rQQB03" target="" rel="noopener">Tail<i>wind</i></a>
<br>
<!-- Envato Elements-->
<a class="button button-envato button-entrance hvr-grow hvr-icon-wobble-vertical" href="https://1.envato.market/DKKJq2" target="" rel="noopener">Envato Elements</a>
<br>
<!-- Envato Placeit-->
<a class="button button-envato button-entrance hvr-grow hvr-icon-wobble-vertical" href="https://1.envato.market/rQQB0v" target="" rel="noopener">Envato Placeit</a>
<br>
<!-- Envato Market-->
<a class="button button-envato button-entrance hvr-grow hvr-icon-wobble-vertical" href="https://1.envato.market/9ggr95" target="" rel="noopener">Envato Market</a>
<br>
<!--Footer-->
</div>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
<script src="js/vendor/push.min.js"></script>
<script src="js/vendor/serviceWorker.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- <script>
// Check that service workers are supported
if ('serviceWorker' in navigator) {
// Use the window load event to keep the page load performant
window.addEventListener('load', () => {
navigator.serviceWorker.register('/service-worker.js');
});
}
// Push Notification
Push.create("Upcoming Event",{
body: "September New Start",
// link: 'pay',
icon: 'cal.png',
timeout: 200000,
})
</script> -->
</body>
</html>