-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
256 lines (209 loc) Β· 10.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4BHCBYV51Z"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-4BHCBYV51Z');
</script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Veerendra Vamshi</title>
<script src="https://kit.fontawesome.com/e674bba739.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section id="header">
<div class="navbar-title">
<h3 class="title-first-name">
Vamshi
</h3>
</div>
<div>
<ul class="navbar-menu">
<li><a class="profile-card-active" href="#aboutme"> About </a></li>
<li><a class="profile-card-active" href="#introduction">Works</a></li>
<li><a class="profile-card-active" href="#skill">Skills</a></li>
<li><a class="profile-card-active" href="#footer">Contacts</a></li>
</ul>
</div>
<div>
<ul class="social-media">
<li>
<i class="fa-brands fa-linkedin-in"></i>
<a href="https://www.linkedin.com/in/veerendra-vamshi-821890225/" target="_blank">LinkedIn</a>
</li>
<li>
<i class="fa-brands fa-github"></i>
<a href="https://github.com/MKVEERENDRA" target="_blank">Github</a>
</li>
<li>
<i class="fa-regular fa-envelope"></i>
<a href="mailto:[email protected]">Email</a>
</li>
</ul>
</div>
</section>
<section id="content-body">
<div class="body-part-1">
<div class="developer-intro">
<p>Front-End Developer</p>
<p>Security Enthusiast</p>
</div><br>
<h2><span id="greetingText">Stay safe from cyber crimes</span></h2>
<script>
const greetings = [
'Stay safe from cyber'];
let index = 0;
function changeGreeting() {
const greetingTextElement = document.getElementById('greetingText');
greetingTextElement.style.opacity = 0; // Fade out
setTimeout(() => {
greetingTextElement.innerHTML = greetings[index]; // Update greeting content
greetingTextElement.style.opacity = 1; // Fade in
index = (index + 1) % greetings.length;
}, 500); // Wait for fade out before updating greeting content
}
setInterval(changeGreeting, 5000); // 2 seconds interval (including fade in/out time)
</script>
<div class="body-title">
<!-- <h1>Talk is cheap<br>Show me the code</h1> -->
<h1>Cybersecurity Guardian<br>Front-End Maestro</h1>
<p>Crafting a Secure and User-Centric Digital Tomorrow</p>
<a href="https://www.linkedin.com/in/veerendra-vamshi-821890225/">LET'S Connect!</a>
</div>
<div class="body-tail">
<h1>4+
</h1>
<p>Certificatons<br>EXPERIENCE</p>
<h1>1</h1>
<p>PROJECT<br>COMPLETED</p>
</div>
</div>
<div class="body-part-2">
<div class="container">
<div class="svg-animation">
<img src="cyber.svg">
</div>
</div>
</div>
</section>
<section id="aboutme">
<div class="body-part-2">
<div class="container">
<div class="svg-animation">
<img src="who.svg">
</div>
</div>
</div>
<div class="body-part-1">
<div class="body-title">
<!-- <h1>Talk is cheap<br>Show me the code</h1> -->
<h1>Who Am I?</h1>
<p>π Hello, I'm Vamshi, a tech enthusiast from India now exploring the dynamic tech scene in USA. I thrive on programming and cybersecurity, currently pursuing an B-Tech. in Computer Science with a Cybersecurity focus at MBU In Tirupathi(CSE).
π» My journey kicked off with a Java Programming Internship, shaping my skills and sparking a passion for web development using HTML, CSS, and JS and React Js and I deploy things on vercel tooo... Venturing into diverse domains, from image processing to wireless sensor networks, I've even contributed to research projects, sharing my findings.
π Certified across various domains, from Big Data to Ethical Hacking, I've built a robust foundation in cutting-edge technologies. Beyond coding, I'm an adventure junkie β trekking and gaming are my go-to outlets for excitement,I travel more I covered almost South-india(from kk to Mumbai).
π Staying on top of the latest tech trends is a priority. Fluent in English and Telugu, and with a basic grasp of Spanish, I aim to Expand global connections and collaborations.
<a href="https://www.linkedin.com/in/veerendra-vamshi-821890225/">LET'S Connect!</a>
</div>
</div>
</div>
</div>
<a href ="https://github.com/MKVEERENDRA/">Check here my Work</a>
</section>
<section id="skill">
<div class="heading-container">
<h3 class="section-heading">Skills</h3>
</div>
<div class="image-container">
<div class="body-part-2">
<div class="container">
<div class="svg-animation">
<img src="skill.svg">
</div>
</div>
</div>
</div>
<div class="cards-container">
<div class="cards">
<div class="design-card active">
<div>
<h3>Cybersecurity</h3>
<i class="fa-solid fa-wand-magic-sparkles"></i>
</div>
<p>Threat Detection β’ Network Security β’ Cybersecurity Architecture β’ Ethical Hacking β’ Social Engineering β’ Information Security Management System (ISMS) β’ IT Audit β’ IT Security Assessments β’ Penetration Testing</p>
</div>
<div class="design-card">
<div>
<h3>Web Development</h3>
<i class="fa-solid fa-code"></i>
</div>
<p>Java β’ MATLAB β’ SQL β’ Full-Stack Development β’ JavaScript β’ HTML β’ Cascading Style Sheets (CSS) β’ Front-End Development β’ PHP</p>
</div>
<div class="design-card">
<div>
<h3>Others</h3>
<i class="fa-solid fa-terminal"></i>
</div>
<p>Google Cloud Platform (GCP) β’ Adobe Photoshop β’ Computer Science β’ Software Development β’ English β’ Project Management β’ Engineering β’ Communication β’ Training β’ Leadership β’ Marketing β’ Microsoft Office</p>
</div>
</div>
</div>
</div>
</section>
<section id="footer">
<div class="footer-left">
<form name = 'contactus' netlify>
<h2>Let's make something amazing together</h2>
<div class="email-form">
<h2>Start by <span>saying hi</span></h2>
<input type="text" name="name" id="" placeholder="Your name">
<input type="email" name="email" id="" placeholder="Email Address">
<div>
<input type="text" name="Messgae" id="" placeholder="Messgae">
<button type="submit">Send</button>
</div>
</form>
</div>
<div class="footer-title">
<h3 class="title-first-name">
VEEERENDRA
</h3>
<h3 class="title-last-name">
Vamshi
</h3>
</div>
</div>
<div class="footer-right">
<div class="footer-email-intro">
<p>Information</p>
<h6>Tiupathi,AP </h6>
<h3>[email protected]</h3>
</div>
<div class="footer-nav-menu">
<ul class="footer-menu">
<li><a class="profile-card-active" href="#aboutme"> About </a></li>
<li><a class="profile-card-active" href="#loding.......">Works</a></li>
<li><a class="profile-card-active" href="#skill">Skills</a></li>
</ul>
</div>
<div class="social-icons">
<a href="https://www.linkedin.com/in/veerendra-vamshi-821890225/" target="_blank">
<i class="fa-brands fa-linkedin-in"></i>
</a>
<a href="https://github.com/MKVEERENDRA" target="_blank">
<i class="fa-brands fa-github"></i>
</a>
<a href="https://www.instagram.com/mkveerendravamsi/" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
</div>
</div>
</section>
<script src="script.js"></script>
</body>
</html>