-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
121 lines (120 loc) · 4.9 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<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>Sir Jasper Knight</title>
<link rel="stylesheet" href="scss/style.css"></head>
<body>
<div class="grid-container">
<div class="grid-header">
<h1>Sir Jasper Knight</h1>
</div>
<div class="grid-item character-arch">
<p>
<h2>Character Role</h2>
Complex theologies and scientific theories always have
a tendency to bore you. Not, as others think, because
you do not grasp them—but rather, you cannot grasp
them. It is not ideas or ideals that change a person’s
fortune, but the petty predilections of man. For those
of your particular skill set, lengthy looks and half
smiles are all that is needed to turn a room full of cold
observers into desperate admirers.
</p>
<p>Sir Jasper Knight</p>
<p>38 Years</p>
<p>appearence</p>
<p>tempramnet</p>
<p>
<h3>Connections</h3>
Mother, father, sibling, frenemy,
commanding officer, militia/naval friend,
suitor, favourite aunt/uncle.
</p>
<p>
<h3>The Socialite is...</h3>
<ul>
<li>
Purposeful and deliberate in company
</li>
<li>
Quick to win favour, just as quick to lose it
</li>
<li>
The master of social capital
</li>
<li>
At risk of being ‘found out’
</li>
</ul>
</p>
<!-- TODO As a player, you will... -->
</div>
<div class="grid-item character-arch">
<img src="https://i.pinimg.com/originals/cc/09/23/cc0923a3a1822c235b37371778db17dc.gif" alt="Sir Jaspers character immage">
<h2 class="roll">The Socialite</h2>
</div>
<div class="grid-item character-arch">
<p>
<h2>Inner Conflict</h2>
<ul>
<li>
You took action in pursuit of this.
</li>
<li>
You sacrificed something important to you for this.
</li>
<li>
You hurt, or pushed away someone important to you for this.
</li>
<li>
You degraded your reputation or went against your conscience for this.
</li>
<li>
Your actions in pursuit of this side of the conflict destroyed your chance of successfully pursuing the other.
</li>
</ul>
</p>
<p>
<h2>Reputation</h2>
Pro
<ul>
<li>
<h3>In closest Confidence</h3>
Choose one connection. Until this boon is erased, this connection is devoted to you and believes you can do no wrong.
</li>
<li>
<h3>Social Capital</h3>
When you offer connections relationship advice in confidence that appears reasonable, they will follow it.
</li>
</ul>
Cons
<ul>
<li>
<h3>Fracture</h3>
Someone close to you is appalled by your behaviour and refuses to talk to you.
</li>
<li>
<h3>Revenge</h3>
A connection turns against you, and spreads rumours and malice behind your back.
</li>
</ul>
</p>
</div>
<div class="grid-item menu">
<div>
<a href="./img/desire_priv.png"><img src="./img/desire_pub.png" alt="given public"></a>
<a href="./img/given_priv.png"><img src="./img/given_pub.png" alt="given public"></a>
<a href="./img/taken_priv.png"><img src="./img/taken_pub.png" alt="taken public"></a>
</div>
<div>
<a href="./sidecharcter/edwin.html"><img src="./img/edwin.png" alt="Edwin"></a>
<a href="./sidecharcter/joy.html"><img src="./img/joy.png" alt="Joy"></a>
<a href="./sidecharcter/james.html"><img src="./img/james.png" alt="James"></a>
</div>
</div>
</div>
</body>
</html>