-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
212 lines (199 loc) · 6.69 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<!-- Favicon -->
<link rel="shortcut icon" href="" type="image/x-icon">
<title> Responsive Portfolio Website | GyamaTech </title>
<!-- Css -->
<link rel="stylesheet" href="style.css">
<!-- Fontawesome CDN Link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<!-- Move to up button -->
<div class="scroll-button">
<a href="#home"><i class="fas fa-angle-up"></i></a>
</div>
<!-- navgaition menu -->
<nav>
<div class="navbar">
<div class="logo"><a href="#">Rutik Kulkarni.</a></div>
<div class="media-icons">
<a href="https://www.linkedin.com/in/rutikkulkarni"><i class="fab fa-linkedin-in"></i></a>
<a href="https://github.com/RutikKulkarni"><i class="fab fa-github"></i></a>
<a href="https://twitter.com/rutikkulkarni"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/rutik_kulkarni/"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="menu-btn">
<i class="fas fa-bars"></i>
</div>
</nav>
<!-- Home Section Start -->
<section class="home" id="home">
<div class="home-content">
<div class="text">
<div class="text-one">Hello,</div>
<div class="text-two">I'm Rutik Kulkarni</div>
<div class="text-three">Computer Engineer</div>
<div class="text-four">_________________</div>
</div>
<div class="button">
<div class="button"></div>
<a href="mailto:[email protected]" class="button button--ghost">
<button>Hire Me</button>
</a>
</div>
</div>
</section>
<!-- About Section Start -->
<section class="about" id="about">
<div class="content">
<div class="title"><span>About Me</span></div>
<div class="about-details">
<div class="left">
<img src="assets/about.png" alt="">
</div>
<div class="right">
<div class="topic">Pursuing Computer Engineering</div>
<p>Detail-oriented pursuing computer engineering with 1+ years of expertise working with Artificial intelligence & Machine learning. Hands-on experience with web development and app development to become the lead computer engineer.</p>
<p>One year+ experience in web development and app development and worked with many technologies and frameworks such as Flask, Deployment, and Deployments. Expert in-unit testing-based end-to-end cloud solutions. Have experience in different languages such as Python, JavaScript, etc. Proficient in third-party API integration like Google Maps API, Google Spreadsheet APIs, Payment APIs, social media, Payment Gateways, Mail Server, etc.</p>
<div class="button"></div>
<a href="assets/Rutik Kulkarni.pdf" class="button button--ghost">
<button>Download CV</button>
</a>
</div>
</div>
</div>
</section>
<!-- My Skill Section Start -->
<!-- Section Tag and Other Div will same where we need to put same CSS -->
<section class="skills" id="skills">
<div class="content">
<div class="title"><span>My Skills</span></div>
<div class="boxes">
<div class="box">
<div class="icon">
<i class="fas fa-desktop"></i>
</div>
<div class="topic">Programming Languages</div>
<p>C / C++, Python, Java, JavaScript, HTML, CSS, GraphQl, SQL.</p>
</div>
<div class="box">
<div class="icon">
<i class="fas fa-book"></i>
</div>
<div class="topic">Libraries & Frameworks</div>
<p>ReactJs, NodeJs, Flask, Flutter Django, DRF, Bootstrap.</p>
</div>
<div class="box">
<div class="icon">
<i class="fas fa-tools"></i>
</div>
<div class="topic">Tools & Platforms</div>
<p>AJAX, AWS, Azure, Firebase, Google APIs, GCP, GitHub, Heroku, Digital Ocean.</p>
</div>
<div class="box">
<div class="icon">
<i class="fas fa-server"></i>
</div>
<div class="topic">Databases</div>
<p>MongoDB, Postgres, MySQL, Oracle Apex.</p>
</div>
<div class="box">
<div class="icon">
<i class="fas fa-paint-brush"></i>
</div>
<div class="topic">Design</div>
<p>Figma, Adobe XD.</p>
</div>
</div>
</section>
<!-- Education section Start -->
<section class="Education" id="Education">
<div class="content">
<div class="title"><span>Education</span></div>
<div class="text">
<div class="topic">Computer Engineering</div>
<span>The Savitribai Phule Pune University, Pune</span>
<p></p>
<span>Sinhgad Institute of Technology,</span>
<p>Lonavala - 410401</p>
<span>(2019 - 2023)</span>
</div>
</div>
</section>
<!-- My Services Section Start -->
<section class="services" id="services">
<div class="content">
<div class="title"><span>My Experties</span></div>
<div class="boxes">
<div class="box">
<div class="icon">
<i class="fas fa-desktop"></i>
</div>
<div class="topic">Web Devlopment</div>
<p></p>
</div>
<div class="box">
<div class="icon">
<i class="fas fa-paint-brush"></i>
</div>
<div class="topic">Graphic Design</div>
<p></p>
</div>
<div class="box">
<div class="icon">
<i class="fas fa-tablet-alt"></i>
</div>
<div class="topic">Apps Devlopment</div>
<p></p>
</div>
<div class="box">
<div class="icon">
<i class="fas fa-database"></i>
</div>
<div class="topic">Data Science</div>
<p></p>
</div>
<div class="box">
<div class="icon">
<i class="fas fa-robot"></i>
</div>
<div class="topic">AI & ML</div>
<p></p>
</div>
</div>
</div>
</section>
<!-- Contact Me section Start -->
<section class="Contact" id="Contact">
<div class="content">
<div class="title"><span>Contact Me</span></div>
<div class="boxes">
<div class="box">
<i class="fas fa-phone"></i>
<a href="https://wa.me/+917719843692">+91 7719843692</a>
</div>
<div class="box">
<i class="fas fa-envelope"></i>
<a href="mailto:[email protected]">[email protected]</a>
</div>
<div class="box">
<i class="fas fa-map-marked-alt"></i>
<a href="#">Pune, Maharashtra</a>
</div>
</div>
</div>
</section>
<!-- Footer Section Start -->
<footer>
<div class="text">
<span>GyamaTech<a href="#"></a> | © 2022 </span>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>