-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
133 lines (130 loc) · 11.7 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
<!DOCTYPE html>
<html class="text-center" style="margin-left: -431px;background-color: #313437;">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>TicTacToe</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Assistant">
<link rel="stylesheet" href="assets/css/Ionicons.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
<link rel="stylesheet" href="assets/css/Footer-Basic.css">
<link rel="stylesheet" href="assets/css/Footer-Dark.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/Team-Boxed.css">
</head>
<body class="text-center d-flex d-xl-flex flex-column flex-grow-1 flex-shrink-1 justify-content-center align-items-center align-content-around align-self-center align-items-xl-start" style="margin-bottom: -20px;background-size: cover;">
<div></div>
<div></div>
<div></div>
<div class="container-fluid text-center d-flex flex-column flex-grow-1 flex-shrink-1 justify-content-around align-items-center align-content-around flex-nowrap vanish" style="margin-left: 212px;">
<div class="row" id="theme">
<div class="col" style="margin-left: 49px;">
<div class="btn-toolbar">
<div class="btn-group" role="group"><button class="btn btn-primary text-nowrap" id="classic" type="button" style="background-color: #84e2a8;color: #282d32;">Classic Theme</button><button class="btn btn-primary" id="space" type="button" style="background-color: #130831;color: #d0d0d0;">Space Theme</button>
<button
class="btn btn-primary" id="default" type="button" style="background-color: #f9e814;color: #282d32;">Default Theme</button>
</div>
</div>
</div>
</div>
<div class="row" id="solo" style="margin-top: 92px;margin-left: -4px;">
<div class="col" style="margin-left: 49px;width: 117px;">
<div class="btn-toolbar" id="menu" style="margin-left: 73px;">
<div class="btn-group" role="group"><button class="btn btn-primary" id="11" type="button" style="background-color: #4b4c4d;color: #eef4f7;width: 119px;height: 35px;margin-left: -99px;margin-top: 30px;margin-bottom: 20px;">Play Solo</button><button class="btn btn-primary text-nowrap"
id="easy" type="button" style="background-color: #eef4f7;color: #282d32;height: 35px;margin-top: 30px;opacity: 0;">Super Easy</button><button class="btn btn-primary" id="medium" type="button" style="background-color: #eef4f7;color: #282d32;max-height: 35px;margin-top: 31px;opacity: 0;">Normal</button></div>
</div>
</div>
</div>
<div class="row" id="theme-2" style="margin-top: -16px;margin-bottom: -163px;margin-left: -37px;">
<div class="col" style="margin-left: 49px;">
<div class="row" id="theme-3" style="margin-top: -16px;margin-bottom: -163px;margin-left: -37px;">
<div class="col" style="margin-left: 49px;">
<div class="btn-toolbar">
<div class="btn-group" role="group"></div>
<div class="btn-group" role="group"></div>
</div>
</div>
</div>
</div>
</div>
<div class="row changeName" style="margin-left: -42px;margin-top: 231px;height: 31px;width: 115px;">
<div class="col" style="width: 117px;"><input type="text" id="fetchName" style="background-color: #ffffff;height: 41px;width: 213px;margin-left: -12px;" placeholder="Player 1 Name"></div>
</div>
<div class="row changeName" style="margin-top: 285px;margin-left: -54px;">
<div class="col" style="width: 117px;"><input type="text" id="fetchName2" style="background-color: #ffffff;color: #000000;width: 213px;height: 41px;" placeholder="Player 2 Name"></div>
</div>
<div class="row changeName" style="margin-left: -19px;margin-top: 344px;">
<div class="col" style="margin-left: 49px;width: 117px;"><button class="btn btn-primary" id="save" type="button" style="color: #313437;background-color: #ffffff;">Ok</button></div>
</div>
</div>
<div class="container-fluid text-center d-flex flex-column flex-grow-1 flex-shrink-1 justify-content-around align-items-center align-content-around flex-nowrap" id="tictactoe" style="margin-left: 212px;">
<div class="row vanish">
<div class="col" style="background-size: cover;">
<h1 id="XO" style="color: #004438;font-size: 37px;font-family: Ionicons;margin-left: 29px;">X Tic Tac Toe O</h1>
</div>
</div>
<div class="row" id="scores" style="margin-top: -13px;margin-bottom: 17px;opacity: 0.79;">
<div class="col" id="counterCol" style="background-size: cover;">
<h1 id="counter" style="color: #004438;font-size: 15px;font-family: Ionicons;margin-left: 29px;opacity: 1;">--Scores--</h1>
</div>
</div>
<div class="row vanish" id="scoreNoteRow" style="margin-top: -13px;margin-bottom: 17px;opacity: 0.32;">
<div class="col" id="counterCol-1" style="background-size: cover;">
<h1 id="scoreNote" style="color: #004438;font-size: 15px;font-family: Ionicons;margin-left: 29px;opacity: 1;">Click on scores to change Names</h1>
</div>
</div>
</div>
<div class="container-fluid text-nowrap text-center d-flex flex-row flex-grow-1 flex-shrink-1 justify-content-around align-items-center align-content-around flex-nowrap" id="winrcontainer" style="width: 1005;height: 60px;background-color: transparent;">
<div class="row" id="winrrow">
<div class="col" id="winrcolumn">
<h1 id="winr" style="color: #d0d0d0;font-size: 55px;font-family: Assistant, sans-serif;"></h1>
</div>
</div>
</div>
<div style="width: 100%;background-color: transparent;margin-top: 51px;"></div>
<div class="container-fluid text-nowrap text-center d-flex flex-row flex-grow-1 flex-shrink-1 justify-content-around align-items-center align-content-around flex-nowrap" id="loading" style="width: 1005;height: 60px;margin-top: -65px;">
<div class="row" id="loadingRow" style="height: 35px;width: 83px;">
<div class="col" id="loadingColumn" style="height: 67px;width: 92px;">
<h1 id="loadHead" style="color: #d0d0d0;font-size: 55px;font-family: Assistant, sans-serif;background-repeat: no-repeat;background-size: contain;margin-left: 36px;margin-top: 151px;height: 450px;width: 500px;"> </h1>
</div>
</div>
</div>
<div class="container-fluid text-center d-flex flex-column flex-grow-1 flex-shrink-1 justify-content-around align-items-center align-content-around flex-nowrap" id="maincontainer" style="max-width: 100%;min-width: 100%;height: 470px;margin-top: 93px;margin-left: 216px;background-repeat: no-repeat;background-position: center;background-size: contain;">
<div class="row d-flex flex-row flex-grow-1 flex-shrink-1 align-items-center align-content-around game">
<div class="col" style="width: 89px;height: 89px;"><button class="btn btn-primary gamebtn" id="1" type="button" style="font-size: 30px;min-height: 81px;min-width: 81px;"></button></div>
<div class="col" style="width: 89px;height: 89px;"><button class="btn btn-primary gamebtn" id="2" type="button" style="font-size: 30px;min-width: 81px;min-height: 81px;"></button></div>
<div class="col" style="width: 89px;height: 89px;"><button class="btn btn-primary gamebtn" id="3" type="button" style="font-size: 30px;min-width: 81px;min-height: 81px;"></button></div>
</div>
<div class="row d-flex flex-row flex-grow-1 flex-shrink-1 align-items-center align-content-around align-self-center game">
<div class="col" style="height: 89px;width: 89px;"><button class="btn btn-primary gamebtn" id="4" type="button" style="font-size: 30px;min-height: 81px;min-width: 81px;"></button></div>
<div class="col" style="width: 89px;height: 89px;"><button class="btn btn-primary gamebtn" id="5" type="button" style="font-size: 30px;min-width: 81px;min-height: 81px;"></button></div>
<div class="col" style="width: 89px;height: 89px;"><button class="btn btn-primary gamebtn" id="6" type="button" style="font-size: 30px;min-width: 81px;min-height: 81px;"></button></div>
</div>
<div class="row d-flex flex-row flex-grow-1 flex-shrink-1 justify-content-center align-items-center align-content-around game">
<div class="col" style="width: 89px;height: 89px;"><button class="btn btn-primary gamebtn" id="7" type="button" style="font-size: 30px;min-height: 81px;min-width: 81px;"></button></div>
<div class="col" style="width: 89px;height: 89px;"><button class="btn btn-primary gamebtn" id="8" type="button" style="font-size: 30px;min-height: 81px;min-width: 81px;"></button></div>
<div class="col" style="width: 89px;height: 89px;"><button class="btn btn-primary gamebtn" id="9" type="button" style="font-size: 30px;min-height: 81px;min-width: 81px;"></button></div>
</div>
<div class="row d-flex flex-row flex-grow-1 flex-shrink-1 justify-content-center align-items-center align-content-around">
<div class="col" style="width: 89px;height: 89px;"><button class="btn btn-primary gamebtn" id="10" type="button" style="background-color: #bf5b00;font-size: 30px;min-height: 49px;min-width: 81px;margin-top: 24px;margin-left: -17px;color: #024930;font-family: Assistant, sans-serif;">RESET</button></div>
</div>
</div>
<div class="container-fluid text-center d-flex flex-column flex-grow-1 flex-shrink-1 justify-content-around align-items-center align-content-around flex-nowrap" id="maincontainer-1" style="margin-left: 224px;margin-top: 35px;margin-bottom: 13px;">
<div class="row d-flex flex-row flex-grow-1 flex-shrink-1 align-content-around" id="foot">
<div class="col text-center d-flex flex-row flex-grow-1 flex-shrink-1 flex-fill justify-content-center align-items-center align-content-center align-self-center flex-nowrap item social" style="height: 70px;width: 212px;"><a href="https://www.facebook.com/people/Karan-Yuvraj-Singh/100010694616805" target="_blank"><i class="icon ion-social-facebook"></i></a><a href="#"></a><a href="https://github.com/karanysingh" target="_blank"><i class="icon ion-social-github"></i></a>
<a
href="https://www.instagram.com/karan.y.singh/" target="_blank"><i class="icon ion-social-instagram"></i></a><a href="https://www.linkedin.com/in/karan-yuvraj-singh-034155193/" target="_blank"><i class="icon ion-social-linkedin"></i></a></div>
</div>
<div class="row d-flex flex-row flex-grow-1 flex-shrink-1 justify-content-center align-items-center align-content-around" id="copyright">
<div class="col">
<p class="copyright" style="color: #7d8285;font-size: 8px;">Made with ❤️ by Karan Yuvraj Singh </p>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/jquery-3.1.0.min.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>