-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
267 lines (220 loc) · 12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/styles.css">
<!-- =====BOX ICONS===== -->
<link href='https://cdn.jsdelivr.net/npm/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<title>Portfolio website </title>
</head>
<body>
<!--===== HEADER =====-->
<header class="l-header">
<nav class="nav bd-grid">
<div>
<a href="#" class="nav__logo">My Portfolio</a>
</div>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item"><a href="#home" class="nav__link active">Home</a></li>
<li class="nav__item"><a href="#about" class="nav__link">About Me</a></li>
<li class="nav__item"><a href="#skills" class="nav__link">My Skills</a></li>
<li class="nav__item"><a href="#work" class="nav__link">My Projects</a></li>
<li class="nav__item"><a href="#contact" class="nav__link">Contact Me</a></li>
</ul>
</div>
<div class="nav__toggle" id="nav-toggle">
<i class='bx bx-menu'></i>
</div>
</nav>
</header>
<main class="l-main">
<!--===== HOME =====-->
<section class="home bd-grid" id="home">
<div class="home__data">
<h1 class="home__title">Hi,<br>I'm <span class="home__title-color">Sreevishnu</span><br> A newbie Web Developer, Pythonista & a Cyber Security guy</h1>
<a href="/assets/sreevishnu.pdf" class="button" download>Download Resume</a>
</div>
<div class="home__social">
<a href="https://www.linkedin.com/in/sreevishnu-t-84b335173/" class="home__social-icon"><i class='bx bxl-linkedin'></i></a>
<a href="https://github.com/sreevishnu-ux" class="home__social-icon"><i class='bx bxl-github' ></i></a>
<a href="https://www.quora.com/profile/Sree-Vishnu-Vinod" class="home__social-icon"><i class='bx bxl-quora' ></i></a>
</div>
<div class="home__img">
</div>
</section>
<!--===== ABOUT =====-->
<section class="about section " id="about">
<h2 class="section-title">About me</h2>
<div class="about__container bd-grid">
<div class="about__img">
<img src="/images/vishnu.JPG" alt="my image">
</div>
<div>
<h2 class="about__subtitle">My name is Sreevishnu</h2>
<p class="about__text"> An aspiring developer who loves solving CTFs. I am a cinephile who loves astronomy,reading novels and bulding cool things on the internet. I occasionaly write movie reviews on Letterboxd and play games. I am interested to contribute to open source community and is available to collaborate on projects.</p>
</div>
</div>
</section>
<!--===== SKILLS =====-->
<section class="skills section" id="skills">
<h2 class="section-title">My Skills</h2>
<div class="skills__container bd-grid">
<div>
<h2 class="skills__subtitle">Web Dev Skills</h2>
<p class="skills__text">I am familiar with web technologies like HTML5, CSS and JS. I have worked with Bootstrap, webpack, babel & Node JS and I am currently learning React JS</p>
<div class="skills__data">
<div class="skills__names">
<i class='bx bxl-html5 skills__icon'></i>
<span class="skills__name">HTML5</span>
</div>
<div class="skills__bar skills__html">
</div>
<div>
<span class="skills__percentage">90%</span>
</div>
</div>
<div class="skills__data">
<div class="skills__names">
<i class='bx bxl-bootstrap skills__icon'></i>
<span class="skills__name">Bootsrap</span>
</div>
<div class="skills__bar skills__css">
</div>
<div>
<span class="skills__percentage">80%</span>
</div>
</div>
<div class="skills__data">
<div class="skills__names">
<i class='bx bxl-git skills__icon'></i>
<span class="skills__name">Git</span>
</div>
<div class="skills__bar skills__ux">
</div>
<div>
<span class="skills__percentage">75%</span>
</div>
</div>
<div class="skills__data">
<div class="skills__names">
<i class='bx bxl-react skills__icon' ></i>
<span class="skills__name">React</span>
</div>
<div class="skills__bar skills__js">
</div>
<div>
<span class="skills__percentage">35%</span>
</div>
</div>
<div class="skills__data">
<div class="skills__names">
<i class='bx bxl-javascript
skills__icon'></i>
<span class="skills__name">Javascript</span>
</div>
<div class="skills__bar skills__jx">
</div>
<div>
<span class="skills__percentage">65%</span>
</div>
</div>
</div>
<div>
<img src="/assets/img/Top-skills.jpg" alt="" class="skills__img">
</div>
</div>
</section>
<!--===== WORK =====-->
<section class="work section" id="work">
<h2 class="section-title">Projects</h2>
<p class="skills__text">These are some of the various projects that I have done.</p>
<div class="work__container bd-grid">
<div class="work__img">
<a href="https://github.com/sreevishnu-ux/TO-DO-list">
<img src="/assets/img/download (2).jfif "alt="" >
<h1>Snake Anti-venom App</h1>
<p> A dbms project using Flask, HTML/CSS for frontend and Mysql for backend.</p>
</a>
</div>
<div class="work__img">
<a href="https://github.com/akhil20015/Covid-Info-Volunteer-App">
<img src="/assets/img/download (1).jfif" alt="">
<h1>Covid Volunteering App</h1>
<p>An andrioid app that helps the users to find volunteers.</p>
</a>
</div>
<div class="work__img">
<a href="https://github.com/sreevishnu-ux/Chat-app">
<img src="/assets/img/javascript-web-chat-tutorial.png" alt="">
<h1>Realtime Chat App</h1>
<p>A realtime chat application built using Javascript.</p>
</a>
</div>
<div class="work__img">
<a href="https://github.com/sreevishnu-ux/Pes-data">
<img src="/assets/img/images.jfif" alt="">
<h1>Webscraping Project</h1>
<p>A simple project to scrape the data of players using python.</p>
</a>
</div>
<div class="work__img">
<a href="">
<img src="assets/img/Screenshot (148).png" alt="">
<h1>To-do List</h1>
<p>A simple todo list built using the micro framework Flask.</p>
</a>
</div>
<div class="work__img">
<a href="https://github.com/sreevishnu-ux/Data-Driven-Astronomy">
<img src="/assets/img/download (3).jfif" alt="">
<h1>Data Driven Astronomy</h1>
<p>A project to classify galaxies using machine learning techniques.</p>
</a>
</div>
</div>
</section>
<!--===== CONTACT =====-->
<section class="contact_section" id="contact">
<h2 class="section-title">Contact Me</h2>
<div class="contact__container bd-grid">
<form
action="https://formspree.io/f/xnqlllyz"
method="POST" class="contact__form"
id = "my-form"
>
<label>
Your Email:
<input type="email" name="_replyto" class="contact__input">
</label>
<label>
Your Name:
<input type="name" name="name" class="contact__input">
</label>
<label>
Your message:
<textarea name="message" cols="30" rows="10" id= "my-form-text" class="contact__input"></textarea>
</label>
<!-- your other form fields go here -->
<button type="submit" class="contact__button button">Submit</button>
</div>
</section>
</main>
<!--===== FOOTER =====-->
<footer class="footer">
<p class="footer__title">My Portfolio Website</p>
<div class="footer__social">
<h3>Connect with me on</h3>
<a href="#" class="footer__icon"><i class='bx bxl-facebook' ></i></a>
<a href="#" class="footer__icon"><i class='bx bxl-instagram' ></i></a>
<a href="#" class="footer__icon"><i class='bx bxl-twitter' ></i></a>
</div>
<p> made with ♥ by Sreevishnu</p>
</footer>
<!--===== SCROLL REVEAL =====-->
<script src="https://unpkg.com/scrollreveal"></script>
<!--===== MAIN JS =====-->
<script src="app.js"></script>
</body>
</html>