-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
239 lines (215 loc) · 11.4 KB
/
index.html
File metadata and controls
239 lines (215 loc) · 11.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Web Technology Lab Record</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body>
<div class="page-background"></div>
<div class="report-container">
<header class="header">
<div class="logo-wrapper">
<img src="jain-logo.png" alt="University Logo" class="uni-logo">
</div>
<div class="header-content">
<h2 class="sub-heading">Faculty of Engineering</h2>
<h1 class="main-heading">Web Technology <span class="gradient-text">Lab Record</span></h1>
<div class="badge">B.Tech Computer Science & Engineering</div>
</div>
</header>
<section class="info-section">
<div class="info-card student">
<div class="icon-box">
<span class="emoji">🎓</span>
</div>
<div class="info-text">
<span class="label">Submitted By</span>
<h3 class="name">Aaryan Sah</h3>
<div class="meta-row">
<span class="meta-pill">USN: 24BTRCN054</span>
<span class="meta-pill">Sem: IV</span>
</div>
</div>
</div>
<div class="info-card faculty">
<div class="icon-box">
<span class="emoji">👨🏫</span>
</div>
<div class="info-text">
<span class="label">Submitted To</span>
<h3 class="name">Mr. Junaid Rasool</h3>
<div class="meta-row">
<span class="meta-pill">Asst. Professor</span>
<span class="meta-pill">Web Tech</span>
</div>
</div>
</div>
</section>
<div class="section-divider"></div>
<section class="experiment-section">
<div class="section-header">
<h2 class="section-title">Index of Experiments</h2>
<span class="course-code">Course Code: 23CSE404</span>
</div>
<div class="experiment-list">
<a href="Ex-1-Personal-Website-HTML/" class="exp-row">
<div class="exp-index">01</div>
<div class="exp-content">
<div class="exp-tags">
<span class="tag html">HTML5</span>
</div>
<h3 class="exp-title">Personal Website Creation</h3>
<p class="exp-desc">Building a semantic portfolio structure.</p>
</div>
<div class="exp-action">
<span class="status-badge">Completed</span>
<div class="icon-arrow">→</div>
</div>
</a>
<a href="Ex-2-E-Commerce-Website-HTML/" class="exp-row">
<div class="exp-index">02</div>
<div class="exp-content">
<div class="exp-tags">
<span class="tag html">HTML5</span>
</div>
<h3 class="exp-title">E-Commerce Website Layout</h3>
<p class="exp-desc">Product grid and navigation structure.</p>
</div>
<div class="exp-action">
<span class="status-badge">Completed</span>
<div class="icon-arrow">→</div>
</div>
</a>
<a href="Ex-3-Personal-Style-CSS/" class="exp-row">
<div class="exp-index">03</div>
<div class="exp-content">
<div class="exp-tags">
<span class="tag css">CSS3</span>
</div>
<h3 class="exp-title">Styling Personal Website</h3>
<p class="exp-desc">Applying modern styles and layouts.</p>
</div>
<div class="exp-action">
<span class="status-badge">Completed</span>
<div class="icon-arrow">→</div>
</div>
</a>
<a href="Ex-4-E-Commerce-Style-CSS/" class="exp-row">
<div class="exp-index">04</div>
<div class="exp-content">
<div class="exp-tags">
<span class="tag css">CSS3</span>
<span class="tag advanced">Flexbox</span>
</div>
<h3 class="exp-title">Styling E-Commerce Platform</h3>
<p class="exp-desc">Responsive product cards and navbar.</p>
</div>
<div class="exp-action">
<span class="status-badge">Completed</span>
<div class="icon-arrow">→</div>
</div>
</a>
<a href="Ex-5-Calculator-JavaScript/index.html" class="exp-row">
<div class="exp-index">05</div>
<div class="exp-content">
<div class="exp-tags">
<span class="tag" style="background: #fef08a; color: #a16207;">JavaScript</span>
<span class="tag advanced">Logic</span>
</div>
<h3 class="exp-title">Interactive Calculators & Menu Integration</h3>
<p class="exp-desc">Built Basic, Advanced & Scientific calculators. <br>
<span style="color: #4f46e5; font-weight: 500;">👉 Note: Open Ex-1 (Personal Website) to see the Scientific Calculator integrated as a top menu!</span></p>
</div>
<div class="exp-action">
<span class="status-badge">Completed</span>
<div class="icon-arrow">→</div>
</div>
</a>
<a href="Ex-6-Forms-JavaScript-Validation/index.html" class="exp-row">
<div class="exp-index">06</div>
<div class="exp-content">
<div class="exp-tags">
<span class="tag" style="background: #fef08a; color: #a16207;">JavaScript</span>
<span class="tag advanced">Validation</span>
</div>
<h3 class="exp-title">E-Commerce Form Validation</h3>
<p class="exp-desc">Real-time validation with regex patterns and password strength meter. <br>
<span style="color: #4f46e5; font-weight: 500;">👉 Note: These Login/Register forms are integrated into the E-Commerce Website (Ex-2) navbar!</span></p>
</div>
<div class="exp-action">
<span class="status-badge">Completed</span>
<div class="icon-arrow">→</div>
</div>
</a>
<a href="Ex-7-Event-Handling/index.html" class="exp-row">
<div class="exp-index">07</div>
<div class="exp-content">
<div class="exp-tags">
<span class="tag" style="background: #fef08a; color: #a16207;">JavaScript</span>
<span class="tag advanced">Events</span>
</div>
<h3 class="exp-title">Event Handling (Ex-1 & Ex-2)</h3>
<p class="exp-desc">Implemented JavaScript events (onclick, onmouseover) on Personal & E-commerce websites.</p>
</div>
<div class="exp-action">
<span class="status-badge">Completed</span>
<div class="icon-arrow">→</div>
</div>
</a>
<a href="Ex-8-PHP-Forms/index.html" class="exp-row" target="_blank">
<div class="exp-index">08</div>
<div class="exp-content">
<div class="exp-tags">
<span class="tag php">PHP</span>
<span class="tag advanced">Backend</span>
</div>
<h3 class="exp-title">PHP Form Processing & Validation</h3>
<p class="exp-desc">Server-side validation, sanitization, and AJAX form submission integrated with portfolio contact form and e-commerce login/register.</p>
</div>
<div class="exp-action">
<span class="status-badge" style="background-color: #f3e8ff; color: #6b21a8;">Lab Results 📊</span>
<div class="icon-arrow">→</div>
</div>
</a>
<a href="Ex-9-PHP-MySQL/index.html" class="exp-row" target="_blank">
<div class="exp-index">09</div>
<div class="exp-content">
<div class="exp-tags">
<span class="tag php">PHP</span>
<span class="tag mysql">MySQL</span>
</div>
<h3 class="exp-title">Product Management with Database</h3>
<p class="exp-desc">Dynamic product fetching from MySQL database, prepared statements, and REST API endpoints for e-commerce product catalog.</p>
</div>
<div class="exp-action">
<span class="status-badge" style="background-color: #f3e8ff; color: #6b21a8;">Lab Results 📊</span>
<div class="icon-arrow">→</div>
</div>
</a>
<a href="Ex-10-Sessions-Cookies/index.html" class="exp-row" target="_blank">
<div class="exp-index">10</div>
<div class="exp-content">
<div class="exp-tags">
<span class="tag php">PHP</span>
<span class="tag advanced">Sessions</span>
</div>
<h3 class="exp-title">Sessions, Cookies & Shopping Cart</h3>
<p class="exp-desc">User authentication with $_SESSION, persistent shopping cart, and cookie-based user preferences.</p>
</div>
<div class="exp-action">
<span class="status-badge" style="background-color: #f3e8ff; color: #6b21a8;">Lab Results 📊</span>
<div class="icon-arrow">→</div>
</div>
</a>
</div>
</section>
<footer class="footer">
<p>© 2026 Jain University | <span class="highlight">Department of Computer Science</span></p>
</footer>
</div>
</body>
</html>
<!-- "Final cleanup, verification, and end-to-end testing of all Exercises (1-10)" -->