-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
199 lines (193 loc) · 8.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Responsive Portfolio Website</title>
<!-- Link To CSS -->
<link rel="stylesheet" href="./style.css">
<!-- Box Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css">
</head>
<body>
<!-- Navbar -->
<header>
<a href="##" class="logo">JA</a>
<div class="bx bx-menu" id="menu-icon"></div>
<ul class="navbar">
<li><a href="#home">Home</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#contact">Contact</a></li>
<div class="bx bx-moon" id="darkmode"></div>
</ul>
</header>
<!-- Home -->
<section class="home" id="home">
<div class="social">
<a href="https://www.twitter.com" rel="noopener" target="_blank" title="twitter"><i
class='bx bxl-twitter'></i></a>
<a href="https://www.youtube.com/channel/UCFqULNQqD9wpsG96gwsAbwA" rel="noopener" target="_blank"
title="youtube"><i class='bx bxl-youtube'></i></a>
<a href="https://www.whatsapp.com" rel="noopener" target="_blank" title="whatsapp"><i
class='bx bxl-whatsapp'></i></a>
</div>
<div class="home-img">
<img src="profile3.jpeg" alt="">
</div>
<div class="home-text">
<span>Hello, I'm</span>
<h1>Jasvanth Bhukya</h1>
<h2>Pursuing a Bachelor of Technology (B.Tech) degree in Computer Science and Engineering.</h2>
<p>Proficient in web technologies like HTML, CSS, JavaScript and React Js.<br> Demonstrated problem-solving
skills and creative thinking in overcoming design and development challenges. <br> Read more...</p>
<a href="#portfolio" class="btn">Go to Portfolio</a>
</div>
</section>
<!-- Portfolio -->
<section class="portfolio" id="portfolio">
<div class="heading">
<h2>Portfolio</h2>
<span>My Projects</span>
</div>
<div class="portfolio-content">
<div class="portfolio-img">
<img src="./to-do-list-apps.png" alt="">
<div class="card-details">
<h2>To-Do List App</h2>
<p>A simple To-Do List App designed to help users organize and manage their tasks efficiently. Users
can add, edit, and delete tasks, mark them as completed, and prioritize their activities.</p>
<p><b>Technologies Used: HTML, CSS, JavaScript and React</b></p>
</div>
</div>
<div class="portfolio-img">
<img src="./weather.jpg" alt="">
<div class="card-details">
<h2>Weather App</h2>
<p>An intuitive Weather App that provides real-time weather information based on user locations or
manually entered locations. Users can check current weather conditions, forecasts, and
additional.</p>
<p><b>Technologies Used: HTML, CSS, JavaScript and Weather API</b></p>
</div>
</div>
<div class="portfolio-img">
<img src="./registration.png" alt="">
<div class="card-details">
<h2>Form Validation</h2>
<p>A Form Validation App designed to enhance user input accuracy and data integrity. The app
validates user input in real-time, providing instant feedback on form fields. It ensures that
users submit valid data according to specified criteria.</p>
<p><b>Technologies Used: HTML, CSS, JavaScript, Bootstrap and React</b></p>
</div>
</div>
<div class="portfolio-img">
<img src="./code1.png" alt="">
<div class="card-details">
<h2>QR Code Generator</h2>
<p>The QR Code Generator App allows users to create QR codes for various purposes, such as sharing
URLs, contact information, or Wi-Fi credentials.Users can customize QR code styles and encode
information dynamically.</p>
<p><b>Technologies Used: HTML, CSS, JavaScript and QR code API </b></p>
</div>
</div>
<div class="portfolio-img">
<img src="./captcha verification.jpg" alt="">
<div class="card-details">
<h2>Captcha Verification</h2>
<p>The Captcha Verification App enhances online security by implementing effective captcha
challenges in web forms. It helps prevent automated bots from submitting forms and interactions
are carried out by real users.</p>
<p><b>Technologies Used: HTML, CSS, JavaScript</b></p>
</div>
</div>
<div class="portfolio-img">
<img src="./calculaor app.jpg" alt="">
<div class="card-details">
<h2>Simple Calculator</h2>
<p>The Simple Calculator App provides basic arithmetic functionality for users to perform
calculations easily. It supports addition, subtraction, multiplication, and division, making it
a handy tool for quick computations.</p>
<p><b>Technologies Used: HTML, CSS, JavaScript</b></p>
</div>
</div>
</div>
</section>
<!-- Skills -->
<section class="skills" id="skills">
<div class="heading">
<h2>Skills</h2>
<span>My Skills</span>
</div>
<!-- Skills Content -->
<div class="skills-container">
<div class="bars">
<!-- Box 1 -->
<div class="bars-box">
<h3>HTML</h3>
<span>95%</span>
<div class="light-bar"></div>
<div class="percent-bar html-bar"></div>
</div>
<!-- Box 2 -->
<div class="bars-box">
<h3>CSS</h3>
<span>86%</span>
<div class="light-bar"></div>
<div class="percent-bar css-bar"></div>
</div>
<!-- Box 3 -->
<div class="bars-box">
<h3>JavaScript</h3>
<span>75%</span>
<div class="light-bar"></div>
<div class="percent-bar js-bar"></div>
</div>
<!-- Box 4 -->
<div class="bars-box">
<h3>React</h3>
<span>82%</span>
<div class="light-bar"></div>
<div class="percent-bar react-bar"></div>
</div>
</div>
<div class="skills-img">
<img src="./skills.png" alt="">
</div>
</div>
</section>
<!-- Contact -->
<section class="contact" id="contact">
<div class="heading">
<h2>Contact</h2>
<span>Connect me</span>
</div>
<div class="contact-form">
<form id="contactForm">
<input type="text" id="name" placeholder="Your Name">
<input type="email" id="email" placeholder="Your Email">
<textarea id="message" cols="30" rows="10" placeholder="Write Message Here..."></textarea>
<input type="submit" value="Send" class="contact-button" id="submitButton">
</form>
</div>
</section>
<!-- Footer -->
<div class="footer">
<div class="footer-social">
<a href="mailto:[email protected]" target="_blank" title="Gmail"><i class='bx bxl-gmail'></i></a>
<a href="https://www.linkedin.com/in/jasvanth-bhukya-8a1b16256" target="_blank" rel="noopener"
title="LinkedIn"><i class='bx bxl-linkedin'></i></a>
<a href="https://www.github.com/Jasvanth-Hub" title="Github" target="_blank" rel="noopener"><i
class='bx bxl-github'></i></a>
<a href="https://www.instagram.com/jasvanth.typing" title="Instagram" target="_blank" rel="noopener"><i
class='bx bxl-instagram'></i></a>
</div>
</div>
<!-- Copyright -->
<div class="copyright">
<p>Created By <a href="#">Jasvanth</a> | <b>Copyright ©</b> | All Right Reserved.</p>
</div>
<!-- Link To JS -->
<script src="./script.js"></script>
</body>
</html>