-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRI_log.html
More file actions
38 lines (38 loc) · 1.57 KB
/
RI_log.html
File metadata and controls
38 lines (38 loc) · 1.57 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
<!DOCTYPE html>
<head>
<link href="RI_logstyle.css" rel="stylesheet">
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css">
</head>
<body>
<h1 class="title">Report Details</h1>
<h2 class="subtitle">The information you provide here will generate an email for you to keep for your records</h2>
<form class="pure-form pure-form-aligned">
<fieldset>
<div class="pure-control-group">
<label for="email">Your email*</label>
<input id="email" type="email" placeholder="ex. userid@gmail.com"><p>
</div>
<div class="pure-control-group">
<label for="name">Name(s)</label>
<input id="name" type="text" placeholder="Who were the people involved?"><p>
</div>
<div class="pure-control-group">
<label for="location">Location</label>
<input id="location" type="text" placeholder="Where did the incident occur?"><p>
</div>
<div class="pure-control-group">
<label for="context">Context/Situation</label>
<!-- <input id="context" type="text" placeholder="Provide some details/desciptors of the incident"> -->
<textarea id="context" class="pure-input-1-2" placeholder="Provide some details/desciptors of the incident"></textarea>
<p>
<div class="pure-control-group">
<label for="quote">Quote</label>
<input id="quote" type="text" placeholder="Was something specific said?"><p>
<div class="pure-control-group">
<label for="tags">Tags</label>
<input id="tags" type="text" placeholder="ex. #sexual harrassment, #bullying, etc"><p>
</div>
</fieldset>
</form>
<div class="button">Generate Email</div>
</body>