-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
146 lines (98 loc) · 4.06 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
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
<!DOCTYPE html>
<html>
<head>
<title>Communist Lounge</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://cdn.staticfile.org/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/popper.js/1.15.0/umd/popper.min.js"></script>
<script src="https://cdn.staticfile.org/twitter-bootstrap/4.3.1/js/bootstrap.min.js"></script>
<style type="text/css">
body {
background-color: rgb(126, 0, 0)
}
</style>
</head>
<body>
<div class="jumbotron text-center" , style="background-color: darkred;">
<h1 class="font-weight-bold" , style="color: goldenrod;">COMMUNIST LOUNGE</h1>
<div class="radius" style="margin-bottom:.4em; padding:.1em; background:darkred;">
<table align="center" style="margin-top:.4em;">
<tbody>
<tr>
<td valign="center"><a href="./Communist.png" class="image"><img
alt="Hammer and sickle nobg.svg"
src="./Communist.png"
decoding="async" width="40" height="40"
data-file-width="414" data-file-height="414"></a></td>
<td>
<font color="gold"><a
title=""><b><span style="color: gold; font-size: 100%;">Proletarier aller Länder vereinigt Euch!</span></b></a>
<p class = "font-italic" style="text-align:right;font-size:smaller;">——The Communist Manifesto</p>
</font>
</td>
<td valign="center"><a href="./Communist.png" class="image"><img
alt="Hammer and sickle nobg.svg"
src="./Communist.png"
decoding="async" width="40" height="40"
data-file-width="414" data-file-height="414"></a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="container" style="color: goldenrod;">
<div class="text-center">
<div class="col">
<h3 class="display-3">Vodka</h3>
<p>Cranberry vodka</p>
<p>Kamikaze</p>
<p>Cosmopolitan</p>
</div>
</div>
<div class="text-center">
<div class="col">
<h3 class="display-3">Rum</h3>
<p>Mojito ⭐</p>
</div>
</div>
<div class="text-center">
<div class="col">
<h3 class="display-3">Tequila</h3>
<p>Margarita</p>
</div>
</div>
<div class="text-center">
<div class="col">
<h3 class="display-3">Whisky</h3>
<p>Whiskey Sour</p>
<p>Mint Julep</p>
<p>Highball ⭐</p>
</div>
</div>
<div class="text-center">
<div class="col">
<h3 class="display-3">Gin</h3>
<p>Martin ⭐</p>
<p>Gin Tonic</p>
</div>
</div>
<div class="text-center">
<div class="col">
<h3 class="display-3">Mixed</h3>
<p>Long Island Iced Tea ⭐</p>
</div>
</div>
<div class="text-center">
<div class="col">
<h3 class="display-4">Characteristic socialist</h3>
<p>Proletarians all over the world unite </p>
<p>Key to the Gulf of Mexico ⭐ </p>
</div>
</div>
</div>
<img src="./people.png" class="rounded img-fluid" alt="Cinque Terre">
</body>
</html>