-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathadd-mentor.html
More file actions
205 lines (202 loc) · 7.83 KB
/
add-mentor.html
File metadata and controls
205 lines (202 loc) · 7.83 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
<!DOCTYPE html>
<html>
<head>
<title>Be a mentor</title>
<link rel="icon" type="image/x-icon" href="images/favicon.ico" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap"
rel="stylesheet" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous" />
<link rel="stylesheet" href="css/navbar.css" />
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="css/add-mentor.css" />
<script src="js/globals.js"></script>
</head>
<body>
<header class="header">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="navbar-logo">
<a href="#">TRACE T2T</a>
</div>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div
class="collapse navbar-collapse justify-content-end"
id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link active" href="#"
>Home <span class="sr-only">(current)</span></a
>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
id="navbarDropdown"
role="button"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false">
Register
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="index.html"
>Register as a Student</a
>
<a class="dropdown-item" href="add-mentor.html"
>Register as a Mentor</a
>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="view-projects.html">Apply Now</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Add Project</a>
</li>
<li class="nav-item">
<a class="nav-link custom-nav-link" href="#" class="active"
>Contact Us</a
>
</li>
<li class="nav-item">
<a class="nav-link custom-nav-link" href="#" class="active"
>About Us</a
>
</li>
</ul>
</div>
</nav>
<div class="header-image-container">
<img
src="images/mentor-2.jpg"
alt="Tech Projects"
class="header-image" />
<div class="header-text-container">
<h1 class="header-title">Be a mentor</h1>
</div>
</div>
</header>
<section class="description">
<div class="description-container">
<div class="description-text-container">
<p class="description-text">
Join our mentorship program and make a lasting impact on the next
generation of talent. Share your expertise and guide students on
their journey to success. Seize the opportunity to shape future
professionals and give back to your industry. Become a mentor today
and help students learn, grow, and thrive, all while enhancing your
own professional journey
</p>
</div>
</div>
</section>
<section class="add-mentor-container">
<form class="add-mentor-form">
<div class="mandatory-container container">
<p><span class="mandatory"></span>Mandatory Fields</p>
</div>
<!-- <div class="form-group full-width">
<label for="nic">NIC Number:</label>
<input type="text" id="nic " name="NIC" required />
<section class="hidden-section">
<p>
Error: The NIC number you entered already exists. Please use a
different NIC number.
</p>
</section>
</div> -->
<section class="hidden-section">
<p>
Error: The NIC number you entered already exists. Please use a
different NIC number.
</p>
</section>
<div class="form-group">
<label for="first-name"><span class="mandatory"></span>First Name:</label>
<input type="text" id="first-name" name="FName" required />
</div>
<div class="form-group">
<label for="last-name"><span class="mandatory"></span>Last Name:</label>
<input type="text" id="last-name" name="Lname" required />
</div>
<div class="form-group">
<label for="mentor-mobile1"><span class="mandatory"></span>Mobile No:</label>
<input type="number" id="mentor-mobile1" name="Mobile1" required />
</div>
<!-- <div class="form-group">
<label for="mentor-mobile2">Mobile No 2:</label>
<input type="number" id="mentor-mobile2" name="Mobile2" />
</div> -->
<div class="form-group">
<label for="contact-email">Contact Email:</label>
<input type="email" id="contact-email" name="Email" />
</div>
<div class="form-group">
<label for="linkedin">LinkedIn Profile:</label>
<input type="url" id="linkedin" name="LinkedIn" />
</div>
<!-- <div class="form-group full-width">
<label for="company">Company/Organization:</label>
<input type="text" id="company" name="Company" required />
</div> -->
<div class="form-group full-width">
<label for="industry">Tell us a little about your expertise, interest areas:</label>
<textarea id="industry" name="Industry"></textarea>
</div>
<!-- <div class="form-group full-width">
<label for="interest-area">Areas of Mentorship Interest:</label>
<textarea id="interest-area" name="Interest_Area" required></textarea>
</div> -->
<div class="form-group full-width">
<button type="submit" class="submit-button header-button">
Submit
</button>
<span class="loading-dots">Please wait, submitting content</span>
</div>
</form>
</section>
<section class="hidden-section">
<p>
Thank you for submitting your Details! We will review it and get back to
you as soon as possible.
</p>
<p>
In the meantime, you can visit our
<a href="index.html">Home Page</a> for more information about the
platform services.
</p>
</section>
<script
src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script
src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script src="js/add-mentor.js"></script>
</body>
</html>