JAYASWAROOP commited on
Commit
668ccab
·
1 Parent(s): 659ade3

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +73 -45
index.html CHANGED
@@ -43,42 +43,42 @@
43
 
44
 
45
  <!-- Hero Section -->
46
- <section class="bg-image">
47
  <div class="hero-text">
48
  <div class="container">
49
  <div class="row">
50
  <!-- Profile Picture Container (Right Side) -->
51
- <div class="col-md-6 order-md-2 text-center d-none d-md-block">
52
  <img src="jaya.jpg" alt="Profile Picture" class="profile-pic">
53
  </div>
54
- <div class="col-md-6 order-md-2 text-center d-md-none">
55
  <img src="jaya.jpg" alt="Profile Picture" class="profile-pic1">
56
  </div>
57
  <!-- Name & Description (Left Side) -->
58
- <div class="col-md-6 order-md-1">
59
  <div style="margin-top: 68px;" class="d-none d-md-block">
60
- <h1>D Jayaswaroop</h1>
61
- <p>An aspiring B.Tech student deeply engaged in tech exploration, adept in coding and software development.
62
- I blend creativity with technical skills to drive innovative solutions and eagerly embrace continuous growth in the ever-evolving tech sphere.</p>
63
  </div>
64
- <div class="d-md-none mt-3">
65
  <h1>D Jayaswaroop</h1>
66
  <p>An aspiring B.Tech student deeply engaged in tech exploration, adept in coding and software development.
67
- I blend creativity with technical skills to drive innovative solutions and eagerly embrace continuous growth in the ever-evolving tech sphere.</p>
68
- </div>
69
  </div>
70
  </div>
71
  </div>
72
  </div>
73
  </section>
74
-
75
 
76
  <!-- About Section -->
77
 
78
- <section id="about" class="bg-light py-5">
79
  <div class="container">
80
  <div class="row">
81
- <div class="col-lg-6">
82
  <div class="card p-4 mb-4">
83
  <h2 class="card-title">About Me</h2>
84
  <div class="card-body">
@@ -92,7 +92,7 @@
92
  </div>
93
  </div>
94
  </div>
95
- <div class="col-lg-6">
96
  <div class="card p-4">
97
  <h2 class="card-title">My Approach</h2>
98
  <div class="card-body">
@@ -110,14 +110,16 @@
110
  </section>
111
 
112
 
 
113
 
114
  <!-- Projects Section -->
115
- <section id="projects" class="py-5">
 
116
  <div class="container">
117
  <h2 class="text-center mb-5">Featured Projects</h2>
118
  <div class="row row-cols-1 row-cols-md-5 g-4">
119
  <!-- Sample Project Cards -->
120
- <div class="col">
121
  <div class="card mb-4">
122
  <img src="https://codingartistweb.com/wp-content/uploads/2021/02/To-Do-list-small-01-1024x576.png" class="card-img-top project" alt="Project 1">
123
  <div class="card-body">
@@ -127,9 +129,9 @@
127
  </div>
128
  </div>
129
  </div>
130
- <div class="col">
131
  <div class="card mb-4">
132
- <img src="https://www.knoplaw.newcastle.sch.uk/i/curric/music2.jpg" class="card-img-top project" alt="Project 1">
133
  <div class="card-body">
134
  <h5 class="card-title">Music Webpage</h5>
135
  <p class="card-text">Explore Most Popular and Trending Songs</p>
@@ -137,20 +139,21 @@
137
  </div>
138
  </div>
139
  </div>
140
-
141
- <div class="col">
142
  <div class="card mb-4">
143
- <img src="https://www.itsitio.com/wp-content/uploads/2022/01/portada_Chatbots-780x470.png" class="card-img-top project" alt="Project 1">
144
  <div class="card-body">
145
  <h5 class="card-title">Chatbot</h5>
146
  <p class="card-text">Interactive AI: Your Friendly Chat Buddy</p>
147
- <a href="https://jayaswaroop-mygenaispeech.hf.space" class="btn btn-primary">View Project</a>
148
  </div>
149
  </div>
150
  </div>
151
- <div class="col">
 
152
  <div class="card mb-4">
153
- <img src="https://codingartistweb.com/wp-content/uploads/2023/05/Number-Guessing-Game-01.png" class="card-img-top project" alt="Project 1">
154
  <div class="card-body">
155
  <h5 class="card-title">Cow & Bull</h5>
156
  <p class="card-text">A Logical number guessing game</p>
@@ -158,9 +161,10 @@
158
  </div>
159
  </div>
160
  </div>
161
- <div class="col">
 
162
  <div class="card mb-4">
163
- <img src="https://techcresendo.com/wp-content/uploads/2016/02/Wikipedia.jpg" class="card-img-top project" alt="Project 1">
164
  <div class="card-body">
165
  <h5 class="card-title">Wikipedia Search</h5>
166
  <p class="card-text">Effortlessly explore knowledge with Wikipedia Search.</p>
@@ -168,18 +172,21 @@
168
  </div>
169
  </div>
170
  </div>
171
- <!-- Add more project cards here -->
 
 
172
  </div>
173
  </div>
174
  </section>
175
 
176
 
177
  <!-- Skills Section -->
178
- <section id="skills" class="bg-light py-5">
 
179
  <div class="container">
180
  <h2 class="text-center mb-5">Skills</h2>
181
  <div class="row row-cols-1 row-cols-md-3 g-4">
182
- <div class="col">
183
  <div class="card mb-4">
184
  <div class="card-body">
185
  <h5 class="card-title">HTML</h5>
@@ -187,7 +194,7 @@
187
  </div>
188
  </div>
189
  </div>
190
- <div class="col">
191
  <div class="card mb-4">
192
  <div class="card-body">
193
  <h5 class="card-title">CSS</h5>
@@ -195,7 +202,17 @@
195
  </div>
196
  </div>
197
  </div>
198
- <div class="col">
 
 
 
 
 
 
 
 
 
 
199
  <div class="card mb-4">
200
  <div class="card-body">
201
  <h5 class="card-title">JavaScript</h5>
@@ -203,15 +220,20 @@
203
  </div>
204
  </div>
205
  </div>
206
- <div class="col">
 
 
 
207
  <div class="card mb-4">
208
  <div class="card-body">
209
- <h5 class="card-title">Bootstrap</h5>
210
- <p class="card-text">Experience in utilizing Bootstrap for responsive web development.</p>
211
  </div>
212
  </div>
213
  </div>
214
- <div class="col">
 
 
215
  <div class="card mb-4">
216
  <div class="card-body">
217
  <h5 class="card-title">C</h5>
@@ -219,7 +241,9 @@
219
  </div>
220
  </div>
221
  </div>
222
- <div class="col">
 
 
223
  <div class="card mb-4">
224
  <div class="card-body">
225
  <h5 class="card-title">C++</h5>
@@ -227,15 +251,9 @@
227
  </div>
228
  </div>
229
  </div>
230
- <div class="col">
231
- <div class="card mb-4">
232
- <div class="card-body">
233
- <h5 class="card-title">Python</h5>
234
- <p class="card-text">Proficient in Python programming language for various applications.</p>
235
- </div>
236
- </div>
237
- </div>
238
- <div class="col">
239
  <div class="card mb-4">
240
  <div class="card-body">
241
  <h5 class="card-title">XPM 4.0</h5>
@@ -247,6 +265,7 @@
247
  </div>
248
  </section>
249
 
 
250
 
251
  <!-- Education Section -->
252
  <section id="education" class="py-5">
@@ -340,5 +359,14 @@
340
 
341
  <!-- Bootstrap JS Bundle with Popper -->
342
  <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
 
 
 
 
 
 
 
 
 
343
  </body>
344
  </html>
 
43
 
44
 
45
  <!-- Hero Section -->
46
+ <section class="bg-image" data-aos="fade-up">
47
  <div class="hero-text">
48
  <div class="container">
49
  <div class="row">
50
  <!-- Profile Picture Container (Right Side) -->
51
+ <div class="col-md-6 order-md-2 text-center d-none d-md-block" data-aos="zoom-in">
52
  <img src="jaya.jpg" alt="Profile Picture" class="profile-pic">
53
  </div>
54
+ <div class="col-md-6 order-md-2 text-center d-md-none" data-aos="zoom-in">
55
  <img src="jaya.jpg" alt="Profile Picture" class="profile-pic1">
56
  </div>
57
  <!-- Name & Description (Left Side) -->
58
+ <div class="col-md-6 order-md-1" data-aos="fade-right">
59
  <div style="margin-top: 68px;" class="d-none d-md-block">
60
+ <h1>D Jayaswaroop</h1>
61
+ <p>An aspiring B.Tech student deeply engaged in tech exploration, adept in coding and software development.
62
+ I blend creativity with technical skills to drive innovative solutions and eagerly embrace continuous growth in the ever-evolving tech sphere.</p>
63
  </div>
64
+ <div class="d-md-none mt-3" data-aos="fade-left">
65
  <h1>D Jayaswaroop</h1>
66
  <p>An aspiring B.Tech student deeply engaged in tech exploration, adept in coding and software development.
67
+ I blend creativity with technical skills to drive innovative solutions and eagerly embrace continuous growth in the ever-evolving tech sphere.</p>
68
+ </div>
69
  </div>
70
  </div>
71
  </div>
72
  </div>
73
  </section>
74
+
75
 
76
  <!-- About Section -->
77
 
78
+ <section id="about" class="bg-light py-5" data-aos="fade-up">
79
  <div class="container">
80
  <div class="row">
81
+ <div class="col-lg-6" data-aos="fade-right">
82
  <div class="card p-4 mb-4">
83
  <h2 class="card-title">About Me</h2>
84
  <div class="card-body">
 
92
  </div>
93
  </div>
94
  </div>
95
+ <div class="col-lg-6" data-aos="fade-left">
96
  <div class="card p-4">
97
  <h2 class="card-title">My Approach</h2>
98
  <div class="card-body">
 
110
  </section>
111
 
112
 
113
+
114
 
115
  <!-- Projects Section -->
116
+
117
+ <section id="projects" class="py-5" data-aos="fade-up">
118
  <div class="container">
119
  <h2 class="text-center mb-5">Featured Projects</h2>
120
  <div class="row row-cols-1 row-cols-md-5 g-4">
121
  <!-- Sample Project Cards -->
122
+ <div class="col" data-aos="zoom-in">
123
  <div class="card mb-4">
124
  <img src="https://codingartistweb.com/wp-content/uploads/2021/02/To-Do-list-small-01-1024x576.png" class="card-img-top project" alt="Project 1">
125
  <div class="card-body">
 
129
  </div>
130
  </div>
131
  </div>
132
+ <div class="col" data-aos="zoom-in">
133
  <div class="card mb-4">
134
+ <img src="https://www.knoplaw.newcastle.sch.uk/i/curric/music2.jpg" class="card-img-top project" alt="Project 2">
135
  <div class="card-body">
136
  <h5 class="card-title">Music Webpage</h5>
137
  <p class="card-text">Explore Most Popular and Trending Songs</p>
 
139
  </div>
140
  </div>
141
  </div>
142
+
143
+ <div class="col" data-aos="zoom-in">
144
  <div class="card mb-4">
145
+ <img src="https://www.itsitio.com/wp-content/uploads/2022/01/portada_Chatbots-780x470.png" class="card-img-top project" alt="Project 2">
146
  <div class="card-body">
147
  <h5 class="card-title">Chatbot</h5>
148
  <p class="card-text">Interactive AI: Your Friendly Chat Buddy</p>
149
+ <a href="https://jayaswaroop-mygenaispeech.static.hf.space" class="btn btn-primary">View Project</a>
150
  </div>
151
  </div>
152
  </div>
153
+
154
+ <div class="col" data-aos="zoom-in">
155
  <div class="card mb-4">
156
+ <img src="https://codingartistweb.com/wp-content/uploads/2023/05/Number-Guessing-Game-01.png" class="card-img-top project" alt="Project 2">
157
  <div class="card-body">
158
  <h5 class="card-title">Cow & Bull</h5>
159
  <p class="card-text">A Logical number guessing game</p>
 
161
  </div>
162
  </div>
163
  </div>
164
+
165
+ <div class="col" data-aos="zoom-in">
166
  <div class="card mb-4">
167
+ <img src="https://techcresendo.com/wp-content/uploads/2016/02/Wikipedia.jpg" class="card-img-top project" alt="Project 2">
168
  <div class="card-body">
169
  <h5 class="card-title">Wikipedia Search</h5>
170
  <p class="card-text">Effortlessly explore knowledge with Wikipedia Search.</p>
 
172
  </div>
173
  </div>
174
  </div>
175
+
176
+
177
+
178
  </div>
179
  </div>
180
  </section>
181
 
182
 
183
  <!-- Skills Section -->
184
+
185
+ <section id="skills" class="bg-light py-5" data-aos="fade-up">
186
  <div class="container">
187
  <h2 class="text-center mb-5">Skills</h2>
188
  <div class="row row-cols-1 row-cols-md-3 g-4">
189
+ <div class="col" data-aos="zoom-in">
190
  <div class="card mb-4">
191
  <div class="card-body">
192
  <h5 class="card-title">HTML</h5>
 
194
  </div>
195
  </div>
196
  </div>
197
+ <div class="col" data-aos="zoom-in">
198
  <div class="card mb-4">
199
  <div class="card-body">
200
  <h5 class="card-title">CSS</h5>
 
202
  </div>
203
  </div>
204
  </div>
205
+ <!-- Add similar structures for other skills with the same data-aos="zoom-in" attribute -->
206
+ <div class="col" data-aos="zoom-in">
207
+ <div class="card mb-4">
208
+ <div class="card-body">
209
+ <h5 class="card-title">Bootstrap</h5>
210
+ <p class="card-text">Experience in utilizing Bootstrap for responsive web development.</p>
211
+ </div>
212
+ </div>
213
+ </div>
214
+
215
+ <div class="col" data-aos="zoom-in">
216
  <div class="card mb-4">
217
  <div class="card-body">
218
  <h5 class="card-title">JavaScript</h5>
 
220
  </div>
221
  </div>
222
  </div>
223
+
224
+
225
+
226
+ <div class="col" data-aos="zoom-in">
227
  <div class="card mb-4">
228
  <div class="card-body">
229
+ <h5 class="card-title">Python</h5>
230
+ <p class="card-text">Proficient in Python programming language for various applications.</p>
231
  </div>
232
  </div>
233
  </div>
234
+
235
+
236
+ <div class="col" data-aos="zoom-in">
237
  <div class="card mb-4">
238
  <div class="card-body">
239
  <h5 class="card-title">C</h5>
 
241
  </div>
242
  </div>
243
  </div>
244
+
245
+
246
+ <div class="col" data-aos="zoom-in">
247
  <div class="card mb-4">
248
  <div class="card-body">
249
  <h5 class="card-title">C++</h5>
 
251
  </div>
252
  </div>
253
  </div>
254
+
255
+
256
+ <div class="col" data-aos="zoom-in">
 
 
 
 
 
 
257
  <div class="card mb-4">
258
  <div class="card-body">
259
  <h5 class="card-title">XPM 4.0</h5>
 
265
  </div>
266
  </section>
267
 
268
+
269
 
270
  <!-- Education Section -->
271
  <section id="education" class="py-5">
 
359
 
360
  <!-- Bootstrap JS Bundle with Popper -->
361
  <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
362
+ <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/aos.css" rel="stylesheet">
363
+ <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/aos.js"></script>
364
+ <script>
365
+ AOS.init({
366
+ duration: 800, // Duration of the animation
367
+ easing: 'ease', // Easing option
368
+ once: true // Only animate elements once
369
+ });
370
+ </script>
371
  </body>
372
  </html>