forked from OpenSourceTogether/Hacktoberfest-2020
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcc.html
232 lines (202 loc) · 11.1 KB
/
cc.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
<html>
<head>
<link href="/cc.css" rel="stylesheet" >
<title>BOT</title>
</head>
<body>
<style>
#myBtn {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: darkblue;
color: white;
cursor: pointer;
padding: 15px;
border-radius: 4px;
}
#myBtn:hover {
background-color: #555;
}
footer {
font-family: arial, sans-serif;
font-size: 14px;
text-align: center;
padding: 40px 1em;
padding-top: 40px;
padding-right: 1em;
padding-bottom: 40px;
padding-left: 1em;
font-weight: normal;
letter-spacing: 1px;
text-transform: none;
background-color: darkorchid;
}
.footer_nav {
text-align: left;
text-transform: capitalize;
line-height: 21px;
font-size: 12px;
max-width: 1400px;
width: auto;
float: none;
display: inline-block;
padding: 20px;
}
table {
font-family: arial, sans-serif;
/* border-collapse: collapse;*/
width: 100%;
margin-left: 0px;
color: white;
}
th {
border: 0px solid #dddddd;
margin-left: 0%;
padding: 8px;
}
td {
border: 0px solid #dddddd;
text-align: center;
padding: 8px;
}
.wrapper {
font-family: arial, sans-serif;
width: 100%;
display: block;
margin: auto;
margin-top: auto;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
}
.wrapper a:hover {
color: #000;
text-decoration: underline;
}
a {
text-decoration: none;
color: white;
font-size: 20px;
}
.social {
text-align: center;
width: 40%;
margin-left: 30%;
display: block;
}
.social a:hover {
color: #000000;
}
</style>
<center>
Call Us Working hour Email Us<br>
<a href="tel:+91XXXXXXXXXX"><i class="fa fa-phone"></i><font color="black">+91 92054 43433</font></a> <font color="black">Mon-Sat: 09.00 - 18.00</font> <a href="mailto:[email protected]"><i class="fa fa-envelope"></i><font color="black">[email protected]</font></a>
</center>
<br><hr>
<br><br>
<center><br><font size="15"><font color="blue"><b>Cloud Counselage</b></font></font></center><br>
<center><img src="/logo.png"></center>
<hr>
<br>
<center><font size="6">Cloud Counselage Activities</font></center><br><br><br>
<font size="5"><b>Guaranteed online Internship Program (IP)</b></font><br>
<p>The intern would perform 'Live Projects' in technologies like Cloud Computing, Data Science, Blockchain, etc. with the Corporate & Technology training provided</p><br><br>
<font size="5"><b>Industry Visits (IVs) for all enrolled students</b></font>
<p>Enrolled students would be invited to our various offices in India for an Industry Visit in the designated time frame.</p><br><br>
<font size="5"><b>Off-Campus placements updates</b></font>
<p>Job updates for all enrolled students who want to make their careers into IT & Management</p><br><br>
<font size="5"><b>Newsletter (updates on Hackathons, etc.) monthly</b></font>
<p>Monthly relevant industry updates for the CCPC members</p><br><br>
<font size="5"><b>The technology of the month blogs and guidance</b></font>
<p>Week by week engagement with the technology of the month.</p><br><br>
<font size="5"><b>Job opportunity for high performers after graduation</b></font>
<p>Based on dedication, Tech & Management skills, business ethics, etc. demonstrated</p><br><br>
<font size="5"><b>No Selection criteria</b></font>
<p>There will be no selection criteria for students for the colleges we have an MoU with.</p><br><br>
<font size="5"><b>Lifetime Membership</b></font>
<p>An introductory offer of a lifetime membership for students who by before 31st July 2020</p><br><br>
<br>
<div class="b">
<a href="http://localhost:5050/bot "><img src="/home4.png" id="first" width="170" height="140"></a>
</div>
<button onclick="topFunction()" id="myBtn" title="Go to top">Top</button>
<script>
//Get the button
var mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () { scrollFunction() };
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<footer>
<div class="wrapper">
<table>
<tr>
<td>
<table>
<tr>
<th><strong>SERVICES</strong></th>
<th><strong>PROGRAMS</strong></th>
<th><strong>POLICIES</strong></th>
</tr>
<tr>
<td><a href="https://www.cloudcounselage.com/services/">Consulting</a></td>
<td><a href="https://www.cloudcounselage.com/pocp/">IT Programs</a></td>
<td><a href="https://drive.google.com/file/d/17TrQr-GQGzRigRbmdjJQik42b4AonPk3/view?usp=sharing">Privacy Policy</a></td>
</tr>
<tr>
<td><a href="https://www.cloudcounselage.com/services/">Career</a></td>
<td><a href="https://www.cloudcounselage.com/omp/">Management Programs</a></td>
<td><a href="https://drive.google.com/file/d/1xncRUWQLE26GaEgDcscakSwDv7YrqXak/view">Terms of Use</a></td>
</tr>
<tr>
<td><a href=""></a></td>
<td><a href="https://youngentrepreneurs.co.in/">Entrepreneurship Program</a></td>
<td><a href="https://drive.google.com/file/d/1I2DUX_9t4-NgA4-_qGd2FlHqh7BL-OTh/view">Terms and Conditions</a></td>
</tr>
<tr>
<td><a href=""></a></td>
<td><a href=""></a></td>
<td><a href="https://cloudcounselage0-my.sharepoint.com/personal/welcome_cloudcounselage_com/_layouts/15/onedrive.aspx?id=%2Fpersonal%2Fwelcome%5Fcloudcounselage%5Fcom%2FDocuments%2FShared%2FCC%20refund%20Policy%2Epdf&parent=%2Fpersonal%2Fwelcome%5Fcloudcounselage%5Fcom%2FDocuments%2FShared&originalPath=aHR0cHM6Ly9jbG91ZGNvdW5zZWxhZ2UwLW15LnNoYXJlcG9pbnQuY29tLzpiOi9nL3BlcnNvbmFsL3dlbGNvbWVfY2xvdWRjb3Vuc2VsYWdlX2NvbS9FUThnLVlzTmJSaE9vMXlVRGNJXzRaa0JocWtOZUtWQXljTEJQbmRqbEVQVHdnP3J0aW1lPU5RZk5ENjAzMkVn">Refund Policy</a></td>
</tr>
</table>
</td>
<td><img src="/logo.png" height="200" width="350"></td>
</tr>
</table>
<div class="social">
<table>
<tr>
<td><a href="https://www.facebook.com/CloudCounselage/"><img src="/facebook.png" width="70" height="70"></a></td>
<td><a href="https://www.instagram.com/cloudcounselage/"><img src="/insta.png" width="70" height="70"></a></td>
<td><a href="https://www.linkedin.com/company/cloud-counselage/"><img src="/linkedin.png" width="70" height="70"></a></td>
<td><a href="https://twitter.com/CloudCounselage"><img src="/twitter.png" width="70" height="70"></a></td>
</tr>
</table>
</div>
<div class="column span_16_of_16 copyright space_top">
<p style="text-align:center;">
©
<script>document.write((new Date()).getFullYear());</script>SamikshaSankar
</p>
</div>
</div>
</footer>
</body>
</html>