-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
104 lines (100 loc) · 4.44 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
<!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">
<link rel="stylesheet" href="Website_Management/Assets/CSS/Style.css">
<link rel=icon href=Website_Management/Assets/Images/favicon.png sizes="16x16" type="image/png">
<title>Casino</title>
</head>
<body>
<!--Header-->
<div class="Header">
<div class="Heading">
Casino
</div>
<div class="Subheading">
<img src="Website_Management/Assets/Icons/github.svg">
<a href="https://github.com/abirbhattacharya82/Casino">abirbhattacharya82/Casino</a>
</div>
</div>
<!--End of Header-->
<!--Intro-->
<div class="Intro">
<div class="Heading">
Introduction
</div>
<div class="details">
Casino is a GitHub Repository that simulates using command prompts some games that are famous all over the World. Some of the games are played in Casinos others are are Legacy games, and are played throughout ages.
</div>
</div>
<!--End of Intro-->
<!--Games-->
<div id="Game" class="Games">
<div class="Heading">
Games
</div>
<div class="Table">
<div class="left">
<img src="Website_Management/Assets/Images/Games.jpg">
</div>
<div class="right">
<span style="color: Green;"><strong>></strong></span> <a href="Website_Management/Pages/Roll_the_correct_dice/index.html">Roll the Correct Dice</a> <br>
<span style="color: Green;"><strong>></strong></span> <a href="Website_Management/Pages/Twenty_One_Sticks/index.html">21 Sticks</a> <br>
<span style="color: Green;"><strong>></strong></span> <a href="Website_Management/Pages/Flip_A_Coin/index.html">Flip A Coin</a> <br>
<span style="color: Green;"><strong>></strong></span> <a href="Website_Management/Pages/Lever_Puller/index.html">Three In A Row</a> <br>
<span style="color: Green;"><strong>></strong></span> <a href="Website_Management/Pages/Roullete/index.html">Casino Roulette</a> <br>
<span style="color: Green;"><strong>></strong></span> <a href="Website_Management/Pages/Baccarat/index.html">Baccarat</a> <br>
<span style="color: Green;"><strong>></strong></span> <a href="Website_Management/Pages/Jumping_cards/index.html">Jumping Cards</a> <br>
</div>
</div>
</div>
<!--End of Games-->
<!--List of Contributors-->
<div class="Contributors">
<div class="Heading">
Contributors
</div>
<div class="Contributor">
<div class="cards">
<img src="https://avatars.githubusercontent.com/u/70687014?v=4"> <br>
Abir Bhattacharya <br>
<a href="https://github.com/abirbhattacharya82">abirbhattacharya82</a>
</div>
<div class="cards">
<img src="https://avatars.githubusercontent.com/u/73294479?v=4"> <br>
Sayan Das <br>
<a href="https://github.com/sayandas722">sayandas722</a>
</div>
<div class="cards">
<img src="https://avatars.githubusercontent.com/u/74983916?v=4"> <br>
Ankit Seth <br>
<a href="https://github.com/Audacity21">Audacity21</a>
</div>
</div>
</div>
<!--End of List of Contributors-->
<!--Footer-->
<div class="Footer">
<div class="col1">
Struck and Need Help? <br>
<div class="button">
<a href="https://github.com/abirbhattacharya82/Casino/blob/main/About/how_to_contribute.md">Contributor's Guide on GitHub</a>
</div>
<div class="button">
<a href="https://www.youtube.com/watch?v=wTTek8P2VB4&list=PLUfaJtlWwD42-DsomMrIqzGWjHRqRcvKE">Contributor's Guide on YouTube</a>
</div>
</div>
<div class="col2">
Want to Contribute <br>
<div class="button">
<a href="https://github.com/abirbhattacharya82/Casino">View Scripts on GitHub</a>
</div>
<br>
© Abir Bhattacharya, 2021 <br>
</div>
</div>
<!--End of Footer-->
</body>
</html>