-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
118 lines (94 loc) · 3.52 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
<html>
<head>
<link href="image/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:700|Roboto:100,300,400" rel="stylesheet">
<link href="trump.css" rel="stylesheet" type="text/css">
<script type="text/Javascript" src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script type="text/Javascript" src="trump.js"></script>
<meta name="keywords" content="Donald,Trump,fraud,morphology,morph" />
<meta name="description" content="Morphological demonstration that Donald Trump is a fraud." />
<meta property="og:title" content="Trump is a Fraud!">
<meta property="og:image" content="TrumpCartoon.png">
<meta property="og:description" content="Morphological demonstration that Donald Trump is a fraud.">
</head>
<body>
<cartoon>
<img id="fork" src="image/Fork.png" />
</cartoon>
<cartoon>
<img id="trump" src="image/Trump.png" class="jiggle_left" />
</cartoon>
<ribbon>
<a href="https://github.com/psamuels00/trump-is-a-fraud">Fork me on GitHub</a>
</ribbon>
<!-- ======== -->
<node>
<word class="c1">TRUMP</word>
<comment>In card games, an unsuited wild card that can win a trick.</comment>
</node>
<node>
<word class="c2">GRUMP</word>
<comment>A cranky, ill-tempered, uncooperative, complaining person.</comment>
</node>
<node>
<word class="c3">GRAMP</word>
<comment>Grandfather. Exempt from new law or regulation.</comment>
</node>
<node>
<word class="c4">GRAIP</word>
<comment><i>Dialect</i> Scot. A 3-tined garden fork for digging dung.</comment>
<!--<comment><i>Dialect</i> Brit. Variation of "grope".</comment>-->
</node>
<node>
<word class="c4">GRAIL</word>
<comment>Medieval. Christian purity. Wine to blood.</comment>
</node>
<node>
<word class="c3">FRAIL</word>
<comment>Physically weak. Weakness of character. Insubstantial.</comment>
</node>
<node>
<word class="c2">FRAID</word>
<comment>Fraidycat: timid or easily frightened, as a child.</comment>
</node>
<node>
<word class="c1">FRAUD</word>
<comment>Imposter. One who criminally deceives for personal gain.</comment>
</node>
<!--
<node><word class="c1">TRUMP</word></node>
<node><word class="c2">GRUMP</word></node>
<node><word class="c3">GRAMP</word></node>
<node><word class="c4">GRAIP</word></node>
<node><word class="c4">GRAIL</word></node>
<node><word class="c3">FRAIL</word></node>
<node><word class="c2">FRAID</word></node>
<node><word class="c1">FRAUD</word></node>
-->
<!-- ======== -->
<backstage>
<hr/>
<p>
Donald J. Trump is a Fraud
</p>
<p>
Trump Fraud Morph
</p>
<p>
Morphological demonstration that Trump is a fraud.
</p>
<p>
This project seeks to demonstrate that, based solely on the similarity of
Trump's name to the word "fraud," it is reasonable to assume the claim that
<blockquote>
Trump really is a fraud.
</blockquote>
is true. Little further proof is needed, but for the highly skeptical, consider the
whole of the man's life, especially his involvement with banks and lawsuits.
</p>
<p>
Q.E.D.
</p>
</backstage>
</body>
</html>