-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
222 lines (206 loc) · 11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1">
<title>Portfolio Website</title>
<link rel="stylesheet" href="CSS/styles.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0"/>
</head>
<body>
<!-- ------------------------------------------------header------------------------------------------------ -->
<section id="header" class="header">
<span id="logo">PORTFOLIO</span>
<nav class="nav">
<!-- -----------Small-screen Navigation Mobile Btn------------------ -->
<button class="menubtn btn">
<span class="material-symbols-outlined">
menu
</span>
</button>
<ul class="navlist">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#techstack">Techstack</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="https://github.com/RishivinKannan/" target="_blank"><img src="images/TechStackIcons/icons8-github.svg" alt="github"></a></li>
<li><a href="https://www.linkedin.com/in/rishivin-kannan" target="_blank"><img src="images/TechStackIcons/icons8-linkedin-circled.svg" alt="linkedin"></a></li>
<!-- ---------Theme btn----------- -->
<li><div class="themebtn isdark" id="mode">
<img id="lighticon" src="images/theme icon/icons8-sun.svg" alt="">
<img id="darkicon" src="images/theme icon/icons8-dark-30.png" alt="">
</div></li>
<li>
<button class="close btn"><span class="material-symbols-outlined">close</span></button>
</li>
</ul>
</nav>
</section>
<!-- ---------------------------Home Page--------------------------------------------- -->
<section id="home" class="home section">
<div class="intro-textbox">
<div class="text"><span>Hey,</span><span>My name is</span><span>Rishivin Kannan R</span><span>I build things for web</span></div>
</div>
<div class="profile-container hidden">
<img src="images/Profile/profile.png" alt="" id="profile-photo">
</div>
</section>
<!-- --------------------------------About page--------------------------------------------- -->
<section class="about section" id="about">
<div class="about-container hidden ">
<!-- ------------------------About---------------------- -->
<div class="about-me card">
<h2>About Me</h2>
<p>Aspiring developer with astrong foundation in
programming and a passion for creating innovative solutions.
Seeking an entry-level developer position to contribute
my skills and learn from experienced professionals in a dynamic
team environment.</p>
</div>
<!-- -------------------------Tiles---------------- -->
<div class="education card">
<h2>Education</h2>
<div class="tile">
<h4>Bachelors Of Computer Application</h4><span class="year">(Sep 2021 - May 2024)</span><br>
<span class="institute">Vellore Institute of Technology, Vellore</span>
</div>
<div class="tile">
<h4>12th GRADE</h4><span class="year">(June 2020 - May 2021)</span><br>
<span class="institute">Jairam higher secondary school, Salem</span>
</div>
<div class="tile">
<h4>10th GRADE</h4><span class="year">(June 2018 - May 2019)</span><br>
<span class="institute">Government higher secondary school, Prathabaramapuram</span>
</div>
</div>
</div>
</section>
<!-- --------------------Techstack Page---------------------- -->
<section class="section techstack" id="techstack">
<div class="techstack-container hidden">
<!-- --------------Heading--------- -->
<div class="techstack-heading hidden">
<h2>My Tech Stack</h2>
<Span>Technologies I've been working with recently</Span>
</div>
<!-- --------------Logos--------- -->
<div class="logo-container">
<div class="logo-tile">
<img src="images/TechStackIcons/icons8-html-logo.svg" alt="HTML">
</div>
<div class="logo-tile">
<img src="images/TechStackIcons/icons8-css-logo.svg" alt="CSS">
</div>
<div class="logo-tile">
<img src="images/TechStackIcons/icons8-javascript.svg" alt="Javascript">
</div>
<div class="logo-tile">
<img src="images/TechStackIcons/icons8-php-logo.svg" alt="PHP">
</div>
<div class="logo-tile">
<img src="images/TechStackIcons/icons8-visual-studio-code-2019.svg" alt="VSCode">
</div>
<div class="logo-tile">
<img src="images/TechStackIcons/icons8-android-studio.svg" alt="Android Studio">
</div>
<div class="logo-tile">
<img src="images/TechStackIcons/icons8-java.svg" alt="Java">
</div>
<div class="logo-tile">
<img src="images/TechStackIcons/icons8-flutter.svg" alt="Flutter">
</div>
<div class="logo-tile">
<img src="images/TechStackIcons/icons8-python.svg" alt="Python">
</div>
<div class="logo-tile">
<img src="images/TechStackIcons/icons8-git.svg" alt="Git">
</div>
<div class="logo-tile">
<img src="images/TechStackIcons/icons8-github.svg" alt="Github">
</div>
<div class="logo-tile">
<img src="images/TechStackIcons/icons8-intellij-idea.svg" alt="IntellijIDEA">
</div>
</div>
</div>
</section>
<!-- -------------Project Page-------------------- -->
<section class="project-section section" id="projects">
<div class="project-container hidden ">
<!-- --------------Heading--------- -->
<div class="project-heading">
<h2>Projects</h2>
<Span>Things I've built so far</Span>
</div>
<!-- ---------------Project cards--------------- -->
<div class="card-container">
<div class="project-card hidden">
<div class="card-img">
<img src="images/Projects photo/Resturent.png" alt="">
</div>
<div class="card-body">
<h5> Online Resturant System</h5>
<p>A restaurant management system is a type of software that has been specifically
designed and developed for use within the restaurant industry.</p>
<span><b>Techstack: </b>HTML,CSS,JS</span>
<div class="glink">
<img src="images/TechStackIcons/icons8-github.svg" alt="">
<a href="https://github.com/RishivinKannan/Resturent-Management-System-By-Rishivin-Kannan" target="_blank">View code</a>
</div>
</div>
</div>
<div class="project-card hidden">
<div class="card-img">
<img src="images/Projects photo/FlutterProject.png" alt="">
</div>
<div class="card-body">
<h5>Github User Searcher</h5>
<p>A Flutter app that allows users to search for GitHub users and view their basic information and User can also toggle between dark and light themes.</p>
<span><b>Techstack: </b>Flutter</span>
<div class="glink">
<img src="images/TechStackIcons/icons8-github.svg" alt="">
<a href="https://github.com/RishivinKannan/Github_User_Search" target="_blank">View code</a>
</div>
</div>
</div>
<div class="project-card hidden">
<div class="card-img">
<img class="dark-img" src="images/Projects photo/Portfolio.png" alt="">
<img class="white-img" src="images/Projects photo/Portfolio2.png" alt="">
</div>
<div class="card-body">
<h5>Portfolio</h5>
<p>Created a dynamic and visually appealing portfolio website to showcase my projects, skills and a way for visitors to learn more about me.</p>
<span><b>Techstack: </b>HTML,CSS,JS</span>
<div class="glink">
<img src="images/TechStackIcons/icons8-github.svg" alt="">
<a href="https://github.com/RishivinKannan/Protofolio" target="_blank">View code</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- --------------------Contact Page-------------------- -->
<section class="contact-section section" id="contact">
<div class="contact-body hidden">
<h1>To contact me, please mail @</h1>
<span>rishivinkannanrrk003@gmail.com</span>
</div>
<footer class="hidden">
<span>Designed and built by Rishivin Kannan R</span>
<!-- -------links-------- -->
<ul>
<li><a href="https://www.instagram.com/_r.r.k.__/" target="_blank"><img src="images/contact/icons8-instagram-logo.svg" alt="instagram"></a></li>
<li><a href="" target="_blank"><img src="images/contact/icons8-twitter-logo.svg" alt="twitter"></a></li>
<li><a href="https://github.com/RishivinKannan/" target="_blank"><img src="images/TechStackIcons/icons8-github.svg" alt="github"></a></li>
<li><a href="https://www.linkedin.com/in/rishivin-kannan" target="_blank"><img src="images/TechStackIcons/icons8-linkedin-circled.svg" alt="linkedin"></a></li>
<li><a href="mailto:rishivinkannanrrk003@gmail.com" target="_blank"><img src="images/contact/icons8-gmail-logo.svg" alt="gmail"></a></li>
</ul>
</footer>
</section>
<!-- -------------------------javascript------------------------- -->
<script defer src="JS/script.min.js"></script>
</body>
</html>