-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
321 lines (309 loc) · 16.5 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
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
<!DOCTYPE html>
<html lang="en-gb">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://getbootstrap.com/docs/5.3/assets/css/docs.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-REl7NxnB4z83s8/6wzpo/YB4Sr8kZWSzIcDpxSvJX/RvVT4R82ivtuOuq9WK5jvZxRX0ldmeGepXNtNGtVJ3CQ=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Custom CSS -->
<link rel="stylesheet" href="./assets/css/style.css" />
<!-- Title -->
<title>Vivek Iyer // Web Developer</title>
</head>
<body>
<!-- Navbar Section Start () -->
<!-- Navbar for Large Screens () -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="./assets/images/Vivek Iyer Logo.png" alt="Logo" class="d-inline-block align-top" />
<span>Vivek Iyer</span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link active" aria-current="page" href="#">Home</a></li>
<li class="nav-item"><a class="nav-link" href="#aboutme">About Me</a></li>
<li class="nav-item"><a class="nav-link" href="#projects">Projects</a></li>
<li class="nav-item"><a class="nav-link" href="#skills">Skills</a></li>
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Offcanvas Structure for Screen Sizes Less Than 1600px -->
<nav class="navbar navbar-dark bg-dark fixed-top navbar-expand-xl d-xxl-none">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="./assets/images/Vivek Iyer Logo.png" alt="Logo" class="d-inline-block align-top" />
<span>Vivek Iyer</span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="offcanvas"
data-bs-target="#offcanvasDarkNavbar" aria-controls="offcanvasDarkNavbar"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="offcanvas offcanvas-end text-bg-dark" tabindex="-1" id="offcanvasDarkNavbar"
aria-labelledby="offcanvasDarkNavbarLabel">
<div class="offcanvas-header">
<h3 class="offcanvas-title" id="offcanvasDarkNavbarLabel">Vivek Iyer</h3>
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="offcanvas"
aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item"><a class="nav-link" href="#aboutme">About Me</a></li>
<li class="nav-item"><a class="nav-link" href="#projects">Projects</a></li>
<li class="nav-item"><a class="nav-link" href="#skills">Skills</a></li>
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</nav>
<!-- Navbar Section End () -->
<!-- Hero and AboutME Section Start () -->
<div class="hero">
<img src="./assets/images/datacenter-nextgen.jpg" class="img-fluid" alt="datacenter-nextgen" />
</div>
<section id="aboutme" class="bg-light p-5 border-1 shadow-lg rounded m-3 text-center aboutme">
<h2>
<img src="./assets/images/Image_Person.png" alt="Small Icon" class="about_icon" />
About<span class="highlight">Me</span>
</h2>
<img src="./assets/images/Vivek Avatar.png" alt="Your Picture" class="rounded-circle img-fluid" width="400"
height="400">
<h1 class="display-4 mt-3">Vivek Iyer</h1>
<h2 class="display-6">Infrastructure Engineer and Web Developer</h2>
<hr class="my-4">
<p>Welcome to my website! I'm Vivek Iyer, a seasoned infrastructure engineer with over 15 years of hands-on
experience in managing and optimizing complex infrastructure solutions, specializing in storage, backup, and
compute environments. As I navigate the ever-evolving landscape of technology, I am currently immersing
myself in the world of web development. My journey has equipped me with valuable insights into the
intricacies of building robust and scalable systems.Explore my portfolio to learn more about my diverse
skill set and projects.</p>
<a class="btn btn-primary btn-lg"
href="https://docs.google.com/document/d/1Xjmi2fP-bR58z3ihXBFd14r7WRlfIV6gg8h1Ut7qU-0/edit?usp=sharing"
role="button">Resume Link</a>
</section>
<!-- Hero and AboutME Section End () -->
<!-- Project Section Start -->
<section id="projects" class="bg-light p-5 border-1 shadow-lg rounded m-3 text-center project_section">
<div class="container">
<h2><img src="./assets/images/Projects_icon.jpg" alt="project icon" class="project_icon" />My<span
class="highlight">Projects</span></h2>
<div class="row row-cols-1 row-cols-sm-2 g-4">
<!-- Project 1 -->
<div class="col">
<div class="card h-100">
<img src="./assets/images/GitHub-logo.png" class="card-img-top" alt="GitHub Projects Image">
<div class="card-body">
<h3 class="card-title">GitHub Projects</h3>
<p class="card-text">CodeRepository for all the Projects as part of Bootcamp</p>
<a href="https://github.com/vivekiyer7/" class="btn btn-primary">Learn More</a>
</div>
</div>
</div>
<!-- Project 2 -->
<div class="col">
<div class="card h-100">
<img src="./assets/images/Horiseon_Project.png" class="card-img-top" alt="Horiseon Project">
<div class="card-body">
<h3 class="card-title">Horiseon Project</h3>
<p class="card-text">Code Refactor for Horiseon Project</p>
<a href="https://vivekiyer7.github.io/Horiseon_digital_marketing/"
class="btn btn-primary">Learn More</a>
</div>
</div>
</div>
<!-- Project 3 -->
<div class="col">
<div class="card h-100">
<img src="./assets/images/computer-bootcamp-prework-project.jpg" class="card-img-top"
alt="Project 3 Image">
<div class="card-body">
<h3 class="card-title">BootCamp Prework</h3>
<p class="card-text">Project which was part of BootCamp Prework</p>
<a href="https://vivekiyer7.github.io/prework-study-guide/" class="btn btn-primary">Learn
More</a>
</div>
</div>
</div>
<!-- Project 4 -->
<div class="col">
<div class="card h-100">
<img src="./assets/images/CSS_Froggy.jpg" class="card-img-top" alt="Project 4 Image">
<div class="card-body">
<h3 class="card-title">CSS Froggy</h3>
<p class="card-text">Link takes to Flexbox Froggy Website</p>
<a href="https://flexboxfroggy.com/" class="btn btn-primary">Learn More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Project Section End -->
<!-- Skills Section Start -->
<section id="skills" class="bg-light p-5 border-1 shadow-lg rounded m-3 text-center">
<h2>
<img src="./assets/images/skill_image.jpg" alt="Skill Image" class="skill_icon" />
Skills
</h2>
<div class="container border border-1 p-3">
<h3>Technical Skills I look forward to learn from the bootcamp.</h3>
<div class="row row-cols-2 row-cols-md-3 g-0">
<div class="col">
<div class="skill-tile bg-warning text-white"
onclick="window.open('https://git-scm.com/', '_blank')">
<h5>Version Control (Git)</h5>
</div>
</div>
<div class="col">
<div class="skill-tile bg-primary text-white"
onclick="window.open('https://www.w3schools.com/html/', '_blank')">
<h5>HTML5</h5>
</div>
</div>
<div class="col">
<div class="skill-tile bg-success text-white"
onclick="window.open('https://www.w3schools.com/css/', '_blank')">
<h5>CSS3</h5>
</div>
</div>
<div class="col">
<div class="skill-tile bg-info text-white"
onclick="window.open('https://www.w3schools.com/html/html_responsive.asp', '_blank')">
<h5>Responsive Web Design</h5>
</div>
</div>
<div class="col">
<div class="skill-tile bg-secondary text-white"
onclick="window.open('https://getbootstrap.com/', '_blank')">
<h5>Bootstrap Framework</h5>
</div>
</div>
<div class="col">
<div class="skill-tile bg-warning text-white"
onclick="window.open('https://www.javascript.info/', '_blank')">
<h5>JavaScript</h5>
</div>
</div>
<div class="col">
<div class="skill-tile bg-dark text-white" onclick="window.open('https://reactjs.org/', '_blank')">
<h5>Frontend Frameworks (React, Vue)</h5>
</div>
</div>
<div class="col">
<div class="skill-tile bg-danger text-white" onclick="window.open('https://nodejs.org/', '_blank')">
<h5>Backend Development (Node.js, Django)</h5>
</div>
</div>
<div class="col">
<div class="skill-tile bg-primary text-white"
onclick="window.open('https://www.mongodb.com/', '_blank')">
<h5>Database Management (MongoDB, MySQL)</h5>
</div>
</div>
<div class="col">
<div class="skill-tile bg-success text-white"
onclick="window.open('https://www.restapitutorial.com/', '_blank')">
<h5>API Integration</h5>
</div>
</div>
</div>
</div>
</section>
<!-- Skills Section End -->
<!-- Contact Me Section Start -->
<section id="contact" class="bg-light p-5 border-1 shadow-lg rounded m-3 text-center contact_section">
<div class="container">
<h2>
<img src="./assets/images/Contact Me.png" alt="Contact Icon" class="contact_icon" />
Contact<span class="highlight">Me</span>
</h2>
<h4>
If you would like to get in touch with me, feel free to reach out through the following channels:
</h4>
<div class="row align-items-center justify-content-center">
<div class="col-md-6">
<div class="contact_tile">
<img src="./assets/images/contact1.png" alt="Contact Logo" class="contact-logo" />
</div>
</div>
<div class="col-md-6">
<div class="contact_tile">
<ul class="contact-list list-unstyled">
<li>
<img src="./assets/images/Gmail.png" alt="Email Icon" class="contact-icon" />
Email: <a href="mailto:[email protected]">[email protected]</a>
</li>
<li>
<img src="./assets/images/Phone.png" alt="Mobile Icon" class="contact-icon" />
Mobile: <a href="tel:+44xxxxxxx">+44 xxxx xxx xxx</a>
</li>
<li>
<img src="./assets/images/Linkedin Logo.png" alt="LinkedIn Icon" class="contact-icon" />
LinkedIn: <a href="https://www.linkedin.com/in/svivekiyer/" target="_blank">LinkedIn
Profile</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Me Section End -->
<!-- Footer Section Start -->
<footer class="container-fluid py-3 my-4 bg-dark">
<div class="row">
<!-- Column 1: Logo and Copyright -->
<div class="col-md-4 ">
<p class="text-center text-white fs-4">© 2023 Company, Inc</p>
</div>
<!-- Column 2: List of Sections -->
<div class="col-md-4 text-center text-white">
<img src="./assets/images/Vivek Iyer Logo.png" alt="Vivek Iyer Logo" width="80" height="80"
class="me-2">
</div>
<!-- Column 3: Connect Me -->
<div class="col-md-4 text-center text-white">
<h4>Connect with me:</h4>
<div class="flex-column footer_icons">
<a href="https://www.facebook.com" class="btn btn-outline-light me-3 btn-hover-shadow"><img
src="./assets/images/facebook.jpg" alt="Facebook"></a>
<a href="https://twitter.com" class="btn btn-outline-light me-3 btn-hover-shadow"><img
src="./assets/images/twitter.jpg" alt="Twitter"></a>
<a href="https://www.linkedin.com" class="btn btn-outline-light btn-hover-shadow"><img
src="./assets/images/Linkedin Logo.png" alt="LinkedIn"></a>
</div>
</div>
</div>
<!-- Row 2: Designed with Love -->
<div class="row mt-3">
<div class="col text-center">
<p class="text-white fs-4">Designed with <span aria-label="love">❤️️</span> by Vivek Iyer</p>
</div>
</div>
</footer>
<!-- Footer Section End -->
<!-- Bootstrap JS and Popper.js -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-kJ3ukihjo/53ZLq1e5se+gl5y20AdJtz+eqF5v3O6sY=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Sf3gnZ9KF1bxzF7Xt4Rj/QbrAg9JME8EG4/aRGGdbHEI95UeZHHa7uyhrtZu9bwn"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8sh+Wy7LdS/RhH/RQNGUqq1i6Ubd5DP9I" crossorigin="anonymous"></script>
</body>
</html>