-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvotes.html
55 lines (50 loc) · 1.89 KB
/
votes.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
<!DOCTYPE html>
<html lang="en">
</head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"></script>
<title>Game</title>
<!-- Custom styles for this template -->
<link href="style.css" rel="stylesheet">
<script src="myscripts.js"></script>
</head>
<body>
<div class="jumbotron jumbotron-fluid vertical-center" >
<div class="container container-fluid">
<h1>The votes are in...</h1>
<hr class="my-4 dark-hr ">
<div id="aboveTweetSpacer" class="tweetText">
<p>"I make awesome decisions in bike stores!!!" </p>
</div>
<div class="imageButton">
<div class="d-flex flex-column align-items-center">
<img src="jaden.jpg" class="roundButton">
<div> @officialjaden </div>
<div> Person 1 </div>
</div>
<div class="d-flex flex-column align-items-center">
<img src="joe.jpeg" class="roundButton">
<div> @JoeBiden </div>
<div> Person 5 </div>
<div> Person 6 </div>
</div>
<div class="d-flex flex-column align-items-center">
<img src="kanye.jpg" class="roundButton">
<div> @kanyewest </div>
<div> Person 2 </div>
</div>
<div class="d-flex flex-column align-items-center">
<img src="wendys.jpg" class="roundButton">
<div> @Wendys </div>
<div> Person 4 </div>
<div> Person 3 </div>
<div> Person 7 </div>
</div>
</div>
</div>
</div>
</body>
</html>