-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
220 lines (191 loc) · 6.4 KB
/
index.html
File metadata and controls
220 lines (191 loc) · 6.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Deepak Kumar Vasudevan - Gateway</title>
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Open Sans', sans-serif;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.container {
background: rgba(255, 255, 255, 0.95);
padding: 40px;
border-radius: 15px;
box-shadow: 0 10px 40px rgba(0,0,0,0.2);
max-width: 600px;
text-align: center;
}
.profile-img {
width: 120px;
height: 120px;
border-radius: 50%;
margin-bottom: 20px;
border: 4px solid #18d26e;
}
h3 {
color: #2c3e50;
font-size: 28px;
margin-bottom: 10px;
}
p {
color: #666;
font-size: 16px;
margin-bottom: 20px;
}
.cta-button {
display: inline-block;
padding: 15px 40px;
background: #18d26e;
color: white;
text-decoration: none;
border-radius: 50px;
font-weight: 600;
margin: 20px 0;
transition: all 0.3s;
box-shadow: 0 4px 15px rgba(24, 210, 110, 0.3);
}
.cta-button:hover {
background: #15b85d;
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(24, 210, 110, 0.4);
}
.social-links {
margin: 30px 0;
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 10px;
}
.social-links a {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: #f8f9fa;
color: #2c3e50;
transition: all 0.3s;
text-decoration: none;
}
.social-links a:hover {
background: #18d26e;
color: white;
transform: translateY(-3px);
}
.social-links a i {
font-size: 20px;
}
.gateway-notice {
margin-top: 30px;
padding: 20px;
background: rgba(24, 210, 110, 0.1);
border-left: 4px solid #18d26e;
border-radius: 8px;
text-align: left;
}
.gateway-notice strong {
color: #2c3e50;
font-size: 16px;
}
.gateway-notice a {
color: #18d26e;
font-weight: 600;
text-decoration: none;
}
.gateway-notice a:hover {
text-decoration: underline;
}
.disclaimer {
margin-top: 20px;
padding: 15px;
font-size: 12px;
color: #999;
line-height: 1.6;
background: #f8f9fa;
border-radius: 8px;
}
.copyright {
margin-top: 30px;
padding-top: 20px;
border-top: 1px solid #e0e0e0;
font-size: 13px;
color: #666;
}
.credits {
margin-top: 10px;
font-size: 12px;
color: #999;
}
.credits a {
color: #18d26e;
text-decoration: none;
}
@media (max-width: 600px) {
.container {
padding: 30px 20px;
}
h3 {
font-size: 24px;
}
.social-links {
gap: 8px;
}
}
</style>
</head>
<body>
<div class="container">
<!-- Optional: Add your profile image -->
<!-- <img src="assets/img/deepak1.jpg" alt="Deepak Kumar Vasudevan" class="profile-img"> -->
<h3>Deepak Kumar Vasudevan</h3>
<p>High Profile Internet Technology Architect</p>
<a href="https://lavanyadeepak.rf.gd/" class="cta-button">
Visit My Integrated Profile →
</a>
<div class="social-links">
<a href="https://www.twitter.com/lavanyadeepak" class="twitter" title="Twitter"><i class="bx bxl-twitter"></i></a>
<a href="https://www.facebook.com/ldlavanyadeepak" class="facebook" title="Facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/lavydeepak" class="instagram" title="Instagram"><i class="bx bxl-instagram"></i></a>
<a href="skype:live:deepak.vasudevan_1?chat" class="skype" title="Skype"><i class="bx bxl-skype"></i></a>
<a href="https://www.linkedin.com/in/lavanyadeepak" class="linkedin" title="LinkedIn"><i class="bx bxl-linkedin"></i></a>
<a href="https://github.com/lavanyadeepak" class="github" title="GitHub"><i class="bx bxl-github"></i></a>
<a href="https://mastodon.social/@lavanyadeepak" class="mastodon" title="Mastodon"><i class="bx bxl-mastodon"></i></a>
<a href="https://www.tumblr.com/lavanyadeepak" class="tumblr" title="Tumblr"><i class="bx bxl-tumblr"></i></a>
<a href="https://www.reddit.com/user/lavanyadeepak" class="reddit" title="Reddit"><i class="bx bxl-reddit"></i></a>
<a href="https://www.pinterest.com/lavydeepak" class="pinterest" title="Pinterest"><i class="bx bxl-pinterest"></i></a>
<a href="https://t.me/lavanyadeepak" class="telegram" title="Telegram"><i class="bx bxl-telegram"></i></a>
<a href="https://bsky.app/profile/lavanyadeepak.bsky.social" class="bluesky" title="Bluesky"><i class="bx bx-link"></i></a>
</div>
<div class="gateway-notice">
<p style="margin-bottom: 10px; font-size: 14px;">
<strong>🔗 Unified Identity Portal</strong><br>
This page serves as a gateway to my consolidated professional identity. For the complete integrated experience including portfolio, resume, and contact information, visit
<a href="https://lavanyadeepak.rf.gd/">lavanyadeepak.rf.gd</a>
</p>
</div>
<div class="disclaimer">
<strong>Important Notice:</strong> This is my personal website only. I don't conduct business transactions through this site. If someone claims otherwise using my name, please report it to the appropriate authorities.
</div>
<div class="copyright">
© Copyright <strong><span>Deepak Kumar Vasudevan</span></strong>. All Rights Reserved
</div>
<div class="credits">
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</body>
</html>