-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
285 lines (240 loc) · 12.2 KB
/
index.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
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Browser</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous" />
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet" />
<!-- MDB -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/5.0.0/mdb.min.css" rel="stylesheet" />
<link rel="icon" type="image/x-icon" href="images/Rletter.png" />
<link rel="stylesheet" href="app.css">
</head>
<body>
<div class="row card1 lineupAnimation">
<h1>
<span style="color: #6c7293;">Hi Chef, </span>
<span id="greeting" style="color: #6c7293;"></span>
<!-- <span style="color: #6c7293;">Good Morning,</span> -->
<span style="color: #6c7293;">All Your Favorite site's are below....</span>
</h1>
</div>
<div class="container-fluid">
<div class="row w-100 mt-4">
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="row p-3 lineupAnimation">
<a href="https://www.google.com/" target="_blank" style="text-decoration: none;">
<div class="card cardbgcolor socialMediaLinks">
<div class="card-body">
<p>
<img src="images/google.svg" class="alignCenter mt-3" width="60" height="50"
style="float: right;margin: 0px 17px 4px 20px;">
<h5 class="card-title">Google.com</h5>
<pre>Search engine technology.</pre>
</p>
</div>
</div>
</a>
</div>
<div class="row p-3 lineupAnimation">
<a href="https://meet.google.com/zrb-edio-jic" target="_blank" style="text-decoration: none;">
<div class="card cardbgcolor socialMediaLinks">
<div class="card-body">
<p>
<img src="images/google-meet.svg" class="alignCenter mt-3" width="60" height="50"
style="float: right;margin: 0px 17px 4px 20px;">
<h5 class="card-title">Google Meet</h5>
<pre>Status call Meeting link.</pre>
</p>
</div>
</div>
</a>
</div>
<div class="row p-3 lineupAnimation">
<a href="https://github.com/" target="_blank" style="text-decoration: none;">
<div class="card cardbgcolor socialMediaLinks">
<div class="card-body">
<p>
<img src="images/github.svg" class="alignCenter mt-3" width="60" height="50"
style="float: right;margin: 0px 17px 4px 20px;">
<h5 class="card-title">Git Hub</h5>
<pre>Git Hub site, maintain you code's</pre>
</p>
</div>
</div>
</a>
</div>
<div class="row p-3 lineupAnimation">
<a href="https://www.youtube.com/" target="_blank" style="text-decoration: none;">
<div class="card cardbgcolor socialMediaLinks">
<div class="card-body">
<p>
<img src="images/youtube.svg" class="alignCenter mt-3" width="60" height="50"
style="float: right;margin: 0px 17px 4px 20px;">
<h5 class="card-title">YouTube</h5>
<pre>Ocean of videos, Learn and grow</pre>
</p>
</div>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="row p-3 lineupAnimation">
<a href="https://www.facebook.com/" target="_blank" style="text-decoration: none;">
<div class="card cardbgcolor socialMediaLinks">
<div class="card-body">
<p>
<img src="images/facebook.svg" class="alignCenter mt-3" width="60" height="50"
style="float: right;margin: 0px 17px 4px 20px;">
<h5 class="card-title">Facebook</h5>
<pre>Social media.</pre>
</p>
</div>
</div>
</a>
</div>
<div class="row p-3 lineupAnimation">
<a href="https://web.whatsapp.com/" target="_blank" style="text-decoration: none;">
<div class="card cardbgcolor socialMediaLinks">
<div class="card-body">
<p>
<img src="images/whatsapp.svg" class="alignCenter mt-3" width="60" height="50"
style="float: right;margin: 0px 17px 4px 20px;">
<h5 class="card-title">Whatsapp Web</h5>
<pre>Social media.</pre>
</p>
</div>
</div>
</a>
</div>
<div class="row p-3 lineupAnimation">
<a href="https://mail.google.com/mail/u/0/#inbox" target="_blank" style="text-decoration: none;">
<div class="card cardbgcolor socialMediaLinks">
<div class="card-body">
<p>
<img src="images/gmail.svg" class="alignCenter mt-3" width="60" height="50"
style="float: right;margin: 0px 17px 4px 20px;">
<h5 class="card-title">Gmail</h5>
<pre>All mails are there.</pre>
</p>
</div>
</div>
</a>
</div>
<div class="row p-3 lineupAnimation">
<a href="https://icons8.com/icon/set/youtube/color" target="_blank" style="text-decoration: none;">
<div class="card cardbgcolor socialMediaLinks">
<div class="card-body">
<p>
<img src="images/plus.svg" class="alignCenter mt-3" width="60" height="50"
style="float: right;margin: 0px 17px 4px 20px;">
<h5 class="card-title">icons8</h5>
<pre>All color icons are available.</pre>
</p>
</div>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="row p-3" style="justify-content: center;">
<p class="flickerText lineupAnimation">Ragavan bca 😎</p>
</div>
<div class="row p-3" style="justify-content: center;">
<div class="search lineupAnimation">
<i class="fa fa-search"></i>
<input type="text" id="userUrl" class="form-control" placeholder="Enter your URL's Here">
<button class="btn btn-primary" style="right: 18px;" onclick="search()"><b>Search</b></button>
</div>
</div>
<div class="row p-4" style="justify-content: center;">
<div class="card profileInfo lineupAnimation">
<img src="images/classic-350-grey-front-2-3-angle-2-international.jpg" class="" alt="...">
</div>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous">
</script>
<script src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
html = '';
var currentDateTime = new Date(); // for now
currentDateTime.getHours(); // => 9
currentDateTime.getMinutes(); // => 30
currentDateTime.getSeconds(); // => 51
var DateTime12HFormat = currentDateTime.toLocaleString([], { hour12: true });
var getTime = DateTime12HFormat.slice(-2);
if (getTime == 'am') {
html += 'Good Morning';
}
else if (getTime == 'pm') {
html += 'Good Afternoon';
}
// console.log("Current Time :", DateTime12HFormat);
// console.log("slice last two string :", getTime);
// console.log("result :", html);
$('#greeting').text(html + ',')
});
function search() {
var value = $('#userUrl').val();
var url = 'http://';
var matchOriginType1 = value.match('http://');
var matchOriginType2 = value.match('https://');
if (value) {
if (matchOriginType1 && matchOriginType1 != null) {
window.location.href = value;
}
if(matchOriginType2 && matchOriginType2 != null){
window.location.href = value;
}
}
if(matchOriginType1 == null && matchOriginType2 == null){
url += value;
window.location.href = url;
}
console.log("value", value);
console.log("matchOriginType1", matchOriginType1);
console.log("matchOriginType2", matchOriginType2);
};
</script>
</body>
<!-- Footer -->
<footer class="text-center text-white fixed-bottom" style="background-color: #191c24;">
<div class="float-start p-3">
<h6>Ragavan G</h6>
<h6>Tiruppathur.</h6>
</div>
<!-- Grid container -->
<div class="container p-4">
<!-- Section: Social media -->
<section class="">
<!-- Facebook -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i
class="fab fa-facebook-f"></i></a>
<!-- Twitter -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i class="fab fa-twitter"></i></a>
<!-- Google -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i class="fab fa-google"></i></a>
<!-- Instagram -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i
class="fab fa-instagram"></i></a>
<!-- Linkedin -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i
class="fab fa-linkedin-in"></i></a>
<!-- Github -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i class="fab fa-github"></i></a>
</section>
<!-- Section: Social media -->
</div>
<!-- Grid container -->
</footer>
<!-- Footer -->
</html>