-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
321 lines (256 loc) · 13.4 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">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styles.css">
<script src="script.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
<style>
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
h1, h2, h3, h4, h5, h6, p {
animation: fadeInUp 1s ease-out forwards;
}
</style>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@100;400;700&family=Poppins:wght@200&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap" rel="stylesheet">
<title>Portfolio</title>
</head>
<body>
<header>
<div class="container">
<nav class="flex items-centre justify-between">
<div class="left flex justfiy-right">
<div class="logo">
<span class="logo-text">Portfolio</span>
</div>
<div>
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#services">Services</a>
<a href="#blog">Blog</a></li>
<a href="#portfolio">Portfolio</a>
<a href="#contact">Contact</a>
</div>
</div>
</nav>
</div>
</header>
<h1 class="typing-effect"></h1>
<button id="backToTop">↑</button>
<section id="home" class="home">
<div class="hero flex items-centre justify-between">
<div class="left flex-1 justify-center">
<img src="devloper.png" alt="Profile">
</div>
<div class="right flex-1">
<h6>Welcome! This is Varshini Sai</h6>
<h1>I'm a Web<br> <span>Developer<br>Desginer</span></h1>
<p style="color: white;">I love desgining websites and building them.<br> Professional at UI,UX desgining </p>
<div>
<button class="btn btn-secondary" id="downloadResumeBtn"><h4><b>DOWNLOAD RESUME</b></h4></button>
</div>
</div>
</div>
</section>
<section id="about" class="about">
<div class="container flex items-centre">
<div class="left flex-1 justify-right">
<img src="varshini.png" height="400px" alt="profile pic">
</div>
<div class="right flex-1">
<h1 >About <span>Me</span></h1>
<h3 >Hello! I'm Varshini sai.</h3>
<p style="color: white;"> A passionate Web Designer and Front-end Developer based in Vellore. I hold a degree in Computer Science from the prestigious Vellore Institute of Technology (VIT), Vellore.<br>
My journey in the world of web development began with a curiosity for creating visually appealing and functional websites. Over the years, I've honed my skills to not only design captivating user interfaces but also to develop seamless user experiences that resonate with the audience.
<h3> <span>Skills and Expertise</span><br>
<li><strong><span> Web Design:</span></strong>Crafting visually stunning and user-friendly websites that engage and inspire.</li>
<li><strong><span> Web Development:</span> </strong>Translating designs into interactive and responsive web experiences using HTML, CSS, and JavaScript.</li>
<li><strong><span>UI/UX Design: </span></strong>Focusing on user-centric design principles to create intuitive and delightful user interfaces</li><br><span>Find me on</span></h3></p>
<div class="socials">
<a href="https://www.linkedin.com/in/varshini-sai-7a286b27a/"><img src="linkedIN.png" width="40px"></a>
<a href="#"><img src="fb.avif" width="40px"></a>
<a href="https://www.instagram.com/varshini_krishna_/"><img src="insta.jpeg" width="40px"></a>
<a href="https://twitter.com/The_aspirant9"><img src="x.png" width="40px"></a>
</div>
</div>
</div>
</section>
<div id="about-services-divider"></div>
<section id="services" class="services">
<div class="container">
<h1 class="services-head"><strong><b>Services</b></strong></h1>
<p>All your digital needs... covered.</p>
<div class="card-grid">
<div class="card">
<img src="graphicDesgin.jpg">
<h2>Graphic Desgin</h2>
<p>My epertise in graphic desgin is definitely worth for you to check out</p>
</div>
<div class="card">
<img src="portfolioImage4.jpg">
<h2>Web Development</h2>
<p>Developed Vservice website</p>
</div>
<div class="card">
<img src="contentWriting.jpeg">
<h2>Content Writing</h2>
<p>Im a good content writer with preofessional fluency in english</p>
</div>
<div class="card">
<img src="videoEditing.avif">
<h2>Video Editing</h2>
<p>Want to grab your audience attention with some exceptionally attractive videos? Then you're at the right place!!!</p>
</div>
<div class="card">
<img src="uiDesgin.png">
<h2>UI/UX Desgining</h2>
<p>I have experience in User interface desgining with expertise in tools Figma and Adobe </p>
</div>
<div class="card">
<img src="web desgin.png">
<h2>Web Desgining</h2>
<p>Desgin the site amazingly that are both convinient to the developers and </p>
</div>
</div>
</div>
</section>
<hr>
<section id="portfolio" class="portfolio-section">
<div class="container">
<h1 class="section-title" style="color: rgb(176, 240, 176);">Portfolio</h1>
<div class="project-showcase">
<h2 style="color: rgb(236, 111, 161);">Project Showcase</h2>
<div class="project-item">
<h3>Spotify clone</h3>
<img src="spotifyimg.png" width="940px" height="440px" alt="spotify clone">
<p style="color: rgb(165, 42, 114);"><strong>Made a clone website of spotify using html and css</strong></p>
<a href="Spotify.html" class="btn btn-primary">View Demo</a>
</div>
</div>
<hr>
<div class="skills">
<h2 style="color: rgb(193, 237, 151);">Skills and Technologies</h2>
<ul style="color: rgb(240, 225, 225);">
<li>HTML5</li>
<li>CSS3</li>
<li>JavaScript</li>
<li>React</li>
<li>UI/UX Design</li>
</ul>
</div>
<div class="testimonials">
<h2 style="color: rgb(168, 244, 168);">Testimonials</h2>
<div class="testimonial-item">
<p style="color: white;">"Varshini is an exceptional designer and developer. Her work is top-notch, and she always delivers on time."<br>
- Nandita sahu</p>
</div>
</div>
</div>
</section>
<section id="blog" class="blog-section">
<div class="container">
<h1 style="color:rgb(164, 216, 81);">Blog</h1>
<div class="blog-post">
<img src="uiDesgin.png" alt="Blog Post Image">
<h2>Exploring the Latest UI/UX Trends in 2024</h2>
<p>Posted by <strong>Varshini </strong> on <strong>14-06-2023</strong></p>
<p>Dive into the emerging UI/UX trends shaping the digital landscape this year.<br> Discuss the importance of user-centric design, the rise of micro-interactions, and the impact of AI and machine learning on UX.</p>
<a href="#" class="btn btn-primary">Read More</a>
</div>
<div class="blog-post">
<img src="web desgin.png" alt="Blog Post Image">
<h2>Mastering Responsive Web Design: Tips and Tricks</h2>
<p>Posted by <strong>Varshini</strong> on <strong>13-09-2023</strong></p>
<p>Learn the essential techniques and best practices for creating responsive web designs that look great on any device.</p>
<a href="#" class="btn btn-primary">Read More</a>
</div>
<div class="blog-post">
<img src="ui-ux.jpg" alt="Blog Post Image">
<h2>Creating a User-Centric UI/UX Design</h2>
<p>Posted by <strong>Varshini</strong> on <strong>13-12-2023</strong></p>
<p>Explore the principles of user-centered design and how to apply them to create intuitive and engaging user interfaces.</p>
<a href="#" class="btn btn-primary">Read More</a>
</div>
<div class="blog-post">
<img src="portfolioImage4.jpg" alt="Blog Post Image">
<h2>Optimizing Website Performance: A Comprehensive Guide</h2>
<p>Posted by <strong>Varshini</strong> on <strong>20-01-2024</strong></p>
<p>Discover strategies and tools to enhance your website's speed, efficiency, and overall performance.</p>
<a href="#" class="btn btn-primary">Read More</a>
</div>
<div class="blog-post">
<img src="portfolioImage1.jpg" alt="Blog Post Image">
<h2>Web Design Trends to Watch in 2024</h2>
<p>Posted by <strong>Varshini</strong> on <strong>05-03-2024</strong></p>
<p>Stay updated with the latest web design trends shaping the digital landscape in 2024.</p>
<a href="#" class="btn btn-primary">Read More</a>
</div>
</div>
</section>
<hr>
<section class="contact" id="contact">
<div class="contact-heading">
<h1 class="my-heading text-center" style="color: rgb(215, 44, 231);">Contact Me</h1>
</div>
<div class="contact-content container">
<div class="contact-form-container">
<h1 class="greet-heading" >Get In Touch</h1>
<form class="contact-form">
<div class="form-group">
<input class="form-control" type="text" placeholder="Your Name" required>
</div>
<div class="form-group">
<input class="form-control" type="email" placeholder="Your Email" required>
</div>
<div class="form-group">
<input class="form-control" type="text" placeholder="Your Phone" required>
</div>
<div class="form-group">
<textarea class="form-control" placeholder="Write your message" name="message" required></textarea>
</div>
<div class="form-group">
<input class="btn common-btn" type="submit" value="Send Message">
</div>
</form>
</div>
<div class="contact-details">
<h1 class="greet-heading">My Contact Details</h1>
<div class="details">
<h5 class="contact-heading">EMAIL</h5>
<p class="contact-text">[email protected]</p>
</div>
<div class="details">
<h5 class="contact-heading">PHONE</h5>
<p class="contact-text">+91 8897258344</p>
</div>
<div class="details">
<h5 class="contact-heading">FAX</h5>
<p class="contact-text">+91 0123456789</p>
</div>
<div class="details">
<h5 class="contact-heading">ADDRESS</h5>
<p class="contact-text">Tirupati,India</p>
<p>4th Floor8 Lower</p>
<p>GandhiNagar street, M1 50F</p>
</div>
</div>
</div>
</section>
</body>
</html>