-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcustom_persona.php
executable file
·89 lines (64 loc) · 3.16 KB
/
custom_persona.php
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
<?php $PAGE_ID='personas'; ?>
<?php include('header.php'); ?>
<!-- page content starts here with the first two cards -->
<div class="col-md-12">
<h3>Create a custom...</h3>
<!-- Card for GM Method -->
<div class="col-md-12 row">
<div class="col-md-4">
<div class="card">
<h5 class="card-header uppercase">Abi (Abigail/Abishek)</h5>
<div class="card-body">
<center>
<img src="/images/multiAbby-2017-0911.png" alt="The GenderMag Personas" height="100" width="100"></img>
<p>Abi provides the strongest lens to find inclusiveness issues that disproportionately affect women users. If you choose to use only one persona and your primary motivation is inclusiveness to women, Abi is probably the best first choice. Abi provides the strongest inclusivity lens out of the 3 personas.</p>
<br>
<a href="./customizer.php?persona=Abi" class="btn btn-primary uppercase">Create using Online Form</a>
<br />
<h5>OR</h5>
<a href="./Images/AbiFillable-2021-08.pdf" class="btn btn-primary uppercase">Download a fill-in PDF</a><br />
</center>
<!-- <a href="#">Learn More... </a> -->
</div>
</div>
</div>
<!-- ./Images/AbiPersona(fill-in)-2019-0704.pdf" -->
<!-- Card for GenderMag Teach -->
<div class="col-md-4">
<div class="card">
<h5 class="card-header uppercase">Pat (Patricia/Patrick)</h5>
<div class="card-body">
<center>
<img src="/images/multiPatricia-2017-0911.png" alt="The GenderMag Personas" height="100" width="100"></img>
<img src="/images/multiPatrick-2017-0911.png" alt="The GenderMag Personas" height="100" width="100"></img>
<p>Pat touches (mostly) middle points in the facet ranges between Abi and Tim. If you want a third persona for additional coverage of the facets, Pat is a good third choice after Tim.</p>
<br>
<a href="./customizer.php?persona=Pat" class="btn btn-primary uppercase">Create using Online Form</a>
<br />
<h5>OR</h5>
<a href="./Images/PatFillable-2021-08.pdf" class="btn btn-primary uppercase">Download a fill-in PDF</a><br /><br />
</center>
</div>
</div>
</div>
<!-- Card for GenderMag Teach -->
<div class="col-md-4">
<div class="card">
<h5 class="card-header uppercase">Tim (Timothy/Timara)</h5>
<div class="card-body">
<center>
<img src="/images/multiTim-2020-0929.png" alt="The GenderMag Personas" height="100" width="100"></img>
<p>Tim represents the opposite end of the facet value ranges from Abi, so Tim helps to complete the "sweep" of considering a wide range of facet values. For full coverage of the spectrum, Tim is a good second choice after Abi.</p>
<br>
<a href="./customizer.php?persona=Tim" class="btn btn-primary uppercase">Create using Online Form</a>
<br />
<h5>OR</h5>
<a href="./Images/TimFillable-2021-08.pdf" class="btn btn-primary uppercase">Download a fill-in PDF</a><br />
</center>
</div>
</div>
</div>
</div>
<!--"./Docs/TimPersona(fill-in)-2020-0929.pdf"-->
</div>
<?php include('footer.php'); ?>