-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path7_Job_Searching_Workshop_WebSite.html
More file actions
195 lines (126 loc) · 5.74 KB
/
Copy path7_Job_Searching_Workshop_WebSite.html
File metadata and controls
195 lines (126 loc) · 5.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Job Search Sessions</title>
<link rel="icon" href="Icons/job-search.png" type="image/x-icon">
</head>
<body>
<header align="center">
<h1>Job Searching Sessions</h1>
<p><b>Date:</b> August 20, 2026</p>
<p><b>Location:</b>BTM Layout, Bengaluru, Karnataka, India</p>
<nav>
<a href="#about"><font size="4">About the Sessions</font></a>   |  
<a href="#topics"><font size="4">Session Topics</font></a>   |  
<a href="#schedule"><font size="4"> Session Schedule</font></a>   |  
<a href="#register"><font size="4"> Register</font></a>   |  
<a href="#contact"><font size="4"> Contact Us</font></a>
</nav>
<br>
<img src="Images/Job Search Banner.avif" alt="Job Searching Banner" width="800" height="250">
<br>
<section>
<marquee direction="left" scrollamount="10">
📢 Registration is open now   |   🎯 Limited seats available   |   🕘 Session starts at sharp 9:00 AM sharp   |   ✨ Don't miss the Job Hunting Skills Workshop!
</marquee>
</section>
<hr>
</header>
<main>
<section>
<h2 id="about">About the Sessions</h2>
<p>These session is designed to help students, graduates, and professionals explore career opportunities, improve interview skills, and learn about industry expectations in various fields.</p>
</section>
<br>
<section>
<h2 id="topics">Session Topics</h2>
<ul>
<li>Resume Building & Personal Branding</li>
<li>Interview Preparation & Mock Interviews</li>
<li>Effective Job Search Strategies</li>
<li>Soft Skills & Communication for the Workplace</li>
</ul>
</section>
<br>
<section>
<h2 id="schedule">Session Schedule</h2>
<table border="1" cellspacing="0" cellpadding="6" align="center" width="60%">
<!-- Table Name/Title -->
<caption >Sessions Classes Timings</caption>
<!-- Table Header -->
<thead>
<tr>
<th>Time</th>
<th>Topic</th>
<th>Speaker</th>
</tr>
</thead>
<!-- Table Body/Data -->
<tbody>
<tr>
<td>9:00 AM</td>
<td>Resume Building</td>
<td><strong>mr. Akki</strong></td>
</tr>
<tr>
<td>10:00 AM</td>
<td>Interview Preparations</td>
<td><strong>mr. Sai</strong></td>
</tr>
<tr>
<td>11:00 AM</td>
<td>Effective Job Search Statergies</td>
<td><strong>mr. Kumar</strong></td>
</tr>
<tr>
<td>1:30 PM</td>
<td>Soft Skills and Communication Workshop</td>
<td><strong>mr. Reddy</strong></td>
</tr>
</tbody>
</table>
</section>
<br>
<section>
<h2 id="register">Registration for the Sessions</h2>
<div align="center">
<form>
<fieldset style="width: 400px;">
<legend>Personal Information</legend>
<label for="name">Name:</label>
<input type="text" id="name" name="name" required placeholder="Enter your Name"> <br><br>
<label for="email">Email:</label>
<input type="email" id="email" name="email" required placeholder="Enter your email-id"> <br><br>
<label for="age">Age:</label>
<input type="number" id="age" name="age"> <br><br>
<label for="gender">Gender:</label>
<input type="radio" id="gender" name="gender" value="male">Male
<input type="radio" id="gender" name="gender" value="female">Female
<input type="radio" id="gender" name="gender" value="others">Others <br><br>
<label for="phno">Phone Number:</label>
<input type="tel" id="phno" name="phno" value="+91" required> <br><br>
<input type="submit" value="register">
</fieldset>
</form>
</div>
</section>
<br>
</main>
<section>
<h2 id="contact">Contact Us</h2>
<address>
Beasent Technologies <br>
BTM Layout, Bengaluru, Karnataka, 560076. <br>
Email: <a href="mailto:info@besanttechnologies.com">info@besanttechnologies.com</a> <br>
Phone.No: <a href="tel:+917305474222">73054 74222</a>
</address>
</section>
<p><a href="#">Back To Top</a></p>
<br><hr>
<footer>
<p align="center">©2026     |    Akki Sai Kumar Reddy   |   Job Search Sessions</p>
</footer>
</body>
</html>