-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hidden.html
101 lines (84 loc) · 3.07 KB
/
hidden.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CAT DMC Team | 2022</title>
<!-- Favicon -->
<link rel="icon" href="./icon.png" type="image/x-icon" />
<!-- Font Awesome icons -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<!-- Core theme CSS -->
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- Parallax Pixel Background Animation -->
<section class="animated-background">
<div id="stars1"></div>
<div id="stars2"></div>
<div id="stars3"></div>
</section>
<!-- End of Parallax Pixel Background Animation -->
<a id="profilePicture" href="#popup">
<img src="./icon.png" alt=" Picture">
</a>
<div class="overlay" id="popup">
<div class="popup">
<div class="popup-photo">
<a href="./icon.png" target="_blank">
<img src="./icon.png" alt=" Picture">
</a>
</div>
<div class="popup-quote">
List of Links for CAT DMC Team hosted on GitHub pages.
<br>
<a class="no-color" href="https://www.linkedin.com/in/nidish-g/">(Website by Nidish G)</a>
</div>
<a class="popup-close" onclick="history.back()">×</a>
</div>
</div>
<div id="userName">
CAT DMC
</div>
<div id="links">
<a class="link"
href="https://rnsit-my.sharepoint.com/:f:/g/personal/1rn19is094_rnsit_onmicrosoft_com/EqmxHt7_2yJNrQJSIa_JUVoBb4cDeIhiKVOwU3Z0L4aCyQ"
target="_blank">
Rajyotsava 2022
</a>
<a class="link"
href="https://rnsit-my.sharepoint.com/:f:/g/personal/1rn19is094_rnsit_onmicrosoft_com/EiCvLdm-rDpGjgVxT1PnPHMBx3giVX4_HtdtNAGrDWtD2w"
target="_blank">
Parichay 2022
</a>
<a class="link"
href="https://rnsit-my.sharepoint.com/:f:/g/personal/1rn19is094_rnsit_onmicrosoft_com/Egh3sX8XbSBCvzkg0hsgdSUBCvOB61xlI7V4EP7RkXKo_Q?e=ACAyhT"
target="_blank">
<!-- <i class="fab fa-github"> </i>Github -->
Rajyotsava 2021
</a>
<a class="link" href="https://drive.google.com/drive/folders/18AS3R-rXj6eB9Q-IqL1bsOaKT2O-2p8t" target="_blank">
Ethnic Day 2021
</a>
<a class="link"
href="https://rnsit-my.sharepoint.com/:f:/g/personal/1rn19is094_rnsit_onmicrosoft_com/EtTpVBYm6CdNu1aKY54W94AB34FdhN8MLequ-syBJ2QMBA"
target="_blank">
Step Up 2022 (Backup)
</a>
<a class="link" href="https://drive.google.com/drive/folders/14XvSO_A931OCwZOrtgY_rgnwnHCvKmv-" target="_blank">
VH1 RNSIT
</a>
<a class="link" href="https://drive.google.com/drive/folders/1htI9OQa57xYY7Qon1XArsfRYc2OFyTyy" target="_blank">
RNSIT Parichay19 - VH1Supersonic
</a>
<a class="link"
href="https://rnsit-my.sharepoint.com/:f:/g/personal/1rn19is094_rnsit_onmicrosoft_com/EnbijB4Geb1EnFnCSzTtTW0BWQ7jLvPOyHrrAjpCC5RSjg?e=S3xxhf"
target="_blank">
Cat Older Backups (zips)
</a>
</div>
<div id="hashtag">
<a href="https://www.linkedin.com/in/nidish-g/">CAT DMC TEAM 2022 ( Website by Nidish G )</a>
</div>
</body>
</html>