-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
277 lines (222 loc) · 10.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="style.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<script src="https://unpkg.com/[email protected]/dist/boxicons.js"></script>
</head>
<body>
<header class="header">
<a href="#" class="logo">Rishita's Portfolio</a>
<nav class="navbar">
<button id="btn"><a href="#home">Home</a></button>
<button id="btn"><a href="#about">About</a></button>
<button id="btn"><a href="#skills">Skills</a></button>
<button id="btn"><a href="#project">Project</a></button>
<button id="btn"><a href="#contact">Contact</a></button>
</nav>
</header>
<section class="home" id="home">
<div class="home-content">
<h3>Hello! It's me</h3><h1>Rishita</h1>
<h3>And I'm a <span class="text"></span></h3>
<p>A budding web developer who is currently immersed in the world of web development.
<br>Join me as we wield our coding wands and
sculpt digital wonders together !</p>
<br>
<div class="home-socialmedia">
<a href="a"><i class="fa-brands fa-instagram"></i></a>
<a href="https://github.com/TechSenseiX"><i class="fa-brands fa-github"></i></a>
<a href="https://www.linkedin.com/in/rishita-rani-597aa222a/"><i class="fa-brands fa-linkedin"></i></a>
</div>
<br>
<a href="#about" class="btn-box">More about me</a>
</div>
</section>
<section class="about" id="about">
<div class="about-img">
<img src="./images/myImage.png">
</div>
<div class="about-text">
<h2>About <span>Me</span></h2>
<h4>Full Stack Web Developer</h4>
<p>
Hi there! My name is Rishita and I am a prefinal year B.tech student at the Institute of Engineering and Management, Kolkata.
I blend technical expertise with creative vision.
With a keen eye for UI/UX design, I weave intricate patterns of logic and aesthetics into every project.
I am a dedicated individual with a diverse range of skills and interests.
I love meeting new people and learning new things.
I am always looking for new opportunities to grow.
<br>
</p>
</div>
</section>
<section class="skills" id="skills">
<h1 class="sub-title">My<span>Skills</span></h1>
<div class="container1" id="Skills">
<h1 class="heading1">Technical Skills</h1>
<div class="Technical-bars">
<div class="bar"><i style="color: #147bbc;" class='bx bxl-html5'></i>
<div class="info">
<span>HTML</span>
</div>
<div class="progress-line ">
<span class="html"></span>
</div>
</div>
<div class="bar"><i style="color: #147bbc;" class='bx bxl-css3'></i>
<div class="info">
<span>CSS</span>
</div>
<div class="progress-line">
<span class="css"></span>
</div>
</div>
<div class="bar"><i style="color: #147bbc;" class='bx bxl-javascript'></i>
<div class="info">
<span>Javascript</span>
</div>
<div class="progress-line">
<span class="javascript"></span>
</div>
</div>
<div class="bar"><i style="color: #147bbc;" class='bx bxl-react'></i>
<div class="info">
<span>React</span>
</div>
<div class="progress-line">
<span class="react"></span>
</div>
</div>
</div>
</div>
<div class="container1">
<h1 class="heading2">Professional Skills</h1>
<div class="radial-bars">
<div class="radial-bar">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="160px" height="160px" class="cr">
<defs>
<linearGradient id="GradientColor">
<stop offset="0%" stop-color="#e91e63" />
<stop offset="100%" stop-color="#673ab7" />
</linearGradient>
</defs>
<circle cx="80" cy="80" r="70" stroke-linecap="round" />
</svg>
<div class="percentage" id="number1">89%</div>
<div class="text">Creativity</div>
</div>
<div class="radial-bar">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="160px" height="160px" class="commu">
<defs>
<linearGradient id="GradientColor">
<stop offset="0%" stop-color="#e91e63" />
<stop offset="100%" stop-color="#673ab7" />
</linearGradient>
</defs>
<circle cx="80" cy="80" r="70" stroke-linecap="round" />
</svg>
<div class="percentage" id="number2">70%</div>
<div class="text">Communication</div>
</div>
<div class="radial-bar">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="160px" height="160px" class="pr">
<defs>
<linearGradient id="GradientColor">
<stop offset="0%" stop-color="#e91e63" />
<stop offset="100%" stop-color="#673ab7" />
</linearGradient>
</defs>
<circle cx="80" cy="80" r="70" stroke-linecap="round" />
</svg>
<div class="percentage" id="number3">75%</div>
<div class="text">Problem Solving</div>
</div>
<div class="radial-bar">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="160px" height="160px" class="tm">
<defs>
<linearGradient id="GradientColor">
<stop offset="0%" stop-color="#e91e63" />
<stop offset="100%" stop-color="#673ab7" />
</linearGradient>
</defs>
<circle cx="80" cy="80" r="70" stroke-linecap="round" />
</svg>
<div class="percentage" id="number4">80%</div>
<div class="text">TeamWork</div>
</div>
</div>
</div>
</section>
<section >
<div id="project" id="portfolio">
<div class="main-text" id="project">
<h2>Latest <span>Project</span></h2>
<div class="portfolio-content">
<div class="row">
<img src="./images/todolbg.png">
<div class="layer">
<h5>To Do List</h5>
<p>The To-Do List project is a web application designed to help
users efficiently manage their daily tasks.
It features task addition, editing, deletion, categorization, and notifications, all within a
responsive and user-friendly interface.</p>
<a href="#"><i class='bx bx-link-external' style="color:alice-blue;"></i></a>
</div>
</div>
<div class="row">
<img src="./images/etbg.png">
<div class="layer">
<h5>Expense Budddy</h5>
<p>The Expense Tracking project is a web application
designed to help users monitor and manage their financial
expenditures. </p>
<a href="#"><i class='bx bx-link-external' style="color:alice-blue;"></i></a>
</div>
</div>
<div class="row">
<img src="./images/vnbg.png">
<div class="layer">
<h5>Voyage nest</h5>
<p>The Voyage Nest project is a web application allowing users to search for accommodations, book stays, and list properties. </p>
<a href="#"><i class='bx bx-link-external' style="color:alice-blue;"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="contact" id="contact">
<div class="contact-text">
<h2>Contact<span> Me</span></h2>
<h4>Lets's work Together!</h4>
<p>I would love to hear from you! Whether you have questions, feedback, or just want to connect, feel free to reach out </p>
<div class="contact-list">
<li><i class='bx bxs-send'></i>[email protected]</li>
<li><i class='bx bxs-phone'></i>+91-99xxxxxxxx</li>
</div>
<div class="contact-icons">
<a href=""><i class='bx bxl-facebook-circle'></i></a>
<a href=""><i class='bx bxl-twitter'></i></a>
<a href=""><i class='bx bxl-instagram'></i></a>
<a href=""><i class='bx bxl-linkedin'></i></a>
</div>
</div>
<div class="contact-form">
<form action="">
<input type="text" placeholder="Enter Your Name" required>
<input type="email" placeholder="Enter your Email" required>
<input type="text" placeholder="Enter Your Subject">
<textarea name="views" id="" cols="40" rows="10" placeholder="Enter your views "></textarea>
<input type="submit" value="submit" class="send">
</form>
</div>
</section>
<script src="index.js" charset="utf-8" ></script>
</body>
</html>