-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequestbecome.html
219 lines (201 loc) · 7.96 KB
/
requestbecome.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
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<template name="requestbecome">
<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>Trans*Network</title>
<script>
$(function(){
$("#envelope").on('click', function(e){
e.preventDefault();
myWindow = window.open("new_message.html","","width=1000,height=800");
});
});
</script>
</head>
<body>
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="{{ pathFor 'index' }}"><img class="trans_logo" src="img/trans_logo.png"/></a></li>
<li><a href="{{ pathFor 'requestbecome' }}">Mentoring</a></li>
<li><a href="{{ pathFor 'questions' }}">Questions</a></li>
<li><a href="{{ pathFor 'stories' }}">Stories</a></li>
<li><a href="#">People</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="sign_up.html">Sign Up</a></li>
<li class="divider-vertical"></li>
<li class="dropdown">
<a class="dropdown-toggle" href="#" data-toggle="dropdown">Sign In <strong class="caret"></strong></a>
<div class="dropdown-menu" style="padding: 15px; padding-bottom: 0px;">
<!-- Login form here -->
<form action="" method="post" accept-charset="UTF-8">
<p> Username </p>
<input id="user_username" style="margin-bottom: 15px;" type="text" name="user[username]" size="30" />
<p> Password </p>
<input id="user_password" style="margin-bottom: 15px;" type="password" name="user[password]" size="30" />
<input id="user_remember_me" style="float: left; margin-right: 10px;" type="checkbox" name="user[remember_me]" value="1" />
<label class="string optional" for="user_remember_me"> Remember me</label>
<input class="btn btn-primary" style="clear: left; width: 100%; height: 32px; font-size: 13px;" type="submit" name="commit" value="Sign In" />
<p></p>
</form>
</div>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="container">
<h1> Mentoring </h1>
<ul class="nav nav-tabs">
<li class="active"><a href="#default" data-toggle="tab">Home</a></li>
<li><a href="#request1" data-toggle="tab">Request a mentor</a></li>
<li><a href="#become1" data-toggle="tab">Become a mentor</a></li>
<li><a href="#faq1" data-toggle="tab">Become a mentor FAQ</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="default">
<table style="height:700px; width:700px">
<tr >
<td >
<h3> List of all mentees </h3>
<table class="mentees" border="1" >
<tr t><td> alisa </td>
<td> <button class="btn btn-primary" id="envelope"><i class="glyphicon glyphicon-envelope" ></i></button></td> </tr>
<tr><td> ben</td>
<td> <button class="btn btn-primary" id="envelope"><i class="glyphicon glyphicon-envelope" ></i></button></td> </tr>
<tr><td> jim</td>
<td> <button class="btn btn-primary" id="envelope"><i class="glyphicon glyphicon-envelope" ></i></button></td> </tr>
<tr><td> julia</td>
<td> <button class="btn btn-primary" id="envelope"><i class="glyphicon glyphicon-envelope" ></i></button></td> </tr>
</table>
</td>
</tr>
<tr>
<td> <h3> Would you like to have another mentee? </h3>
<a href="become.html">become a mentor</a>
<button class="btn btn-primary" type="button" style="width: 370px; height:50px" value="Request a mentee"> </button>
<br>
<br>
<text> If you are confused still and want to know more about the mentoring <a href="FAQ page.html"> FAQ </a> </text>
</td>
</tr>
<tr>
<td>
<h3>Would you like to request a mentor? </h3>
<a href="request.html"> request a mentor</a>
<input class="btn btn-primary" type="button" style="width:370px; height:50px" value="Request a mentor">
</td>
</tr>
</table>
</div>
<div class="tab-pane" id="request1">
<table style="height:600px; width:700px">
<tr>
<td> <h3> Match me with someone who identifies as: </h3>
<div class="col-md-10">
<label class="radio">
<input id="gender" type="radio" checked="" value="transman" name="gender">Transman</label>
<label class="radio">
<input id="gender" type="radio" value="transwoman" name="gender">Transwoman</label>
Other <input type="input" value="">
</div>
</td>
</tr>
<tr>
<td>
<h3> Message to potential mentor </h3>
<textarea class="form-control" id="qcontent" placeholder="Message" required></textarea>
</td>
</tr>
<tr>
<td>
<h3> Anything else you want to share? </h3><br>
<input class="btn btn-primary" value="Request a mentor">
</td>
</tr>
</table>
</div>
<div class="tab-pane" id="become1">
<table style="width:700px">
<tr><td>
<h3>
Select one or more potential mentees </h3>
<table>
<tr>
<td>
<input type="checkbox">
</td>
<td>
<h3> Message of alisa</h3>
<p> I am a transwoman and I like spending time figuring out how to help the community. I am willing to spend much of my free time
to help others but first I am very much willing to learn from someone who has done community service </p>
</td>
<td> alisa </td> </tr>
<table>
<tr>
<td>
<input type="checkbox">
</td>
<td>
<h3> Message of jim</h3>
<p> I am a transman and I am originally from Germany. I moved to the United States and I am excited to realize that the community here is larger than in most places in Europe. I am looking for someone to talk to and discuss how the community here is. </p>
</td>
<td> jim
</td>
</tr>
</table>
<tr> <td> <input class="btn btn-primary" value="Request mentees"> </td> </tr>
</table>
</td>
</tr>
</table>
</div>
<div class="tab-pane" id="faq1">
<table class="faq" style=" height:650px; width:700px">
<tr>
<td> <h1 style="width:600px;"> Trans*Network Mentor FAQ </h1><h3> What is a mentor? </h3>
<text> Mentor is someone that is there to support you and answer your questions when you have some.
To be a mentor is a very rewarding experience as you get to teach people and advice
them on some specific hard periods of the transition. </text>
</td>
</tr>
<tr>
<td> <h3>Why should I mentor? </h3>
<text> You should be a mentor because this is a chance to give back to the community.
It is alsmost for sure that you were helped by someone or many individual transgender people
when you were going through your own transition. Now, as a person who found who they are
and how to deal with situations, advice some people who are just begining the transition.</text></td>
</tr>
<tr>
<td> <h3> What can I do as a mentor? </h3>
<text> As a mentor you get to personal messages to your mentees when you want to
gice them advice or answer their questions. You get to be the source of information for them which
is sometimes more importnat then the information they find on the internet. As such, your task is important
but also very rewarding. </text></td>
</tr>
<tr>
<td>
<h3 style="margin-left:300px"> Think you are ready? </h3>
<input class="btn btn-primary" value="Become a mentor" type=" button" style="margin-left:300px"> </td>
</tr>
</table>
</div>
</div>
</div>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</template>