diff --git a/paras/public/11151414.jpg b/paras/public/11151414.jpg new file mode 100644 index 0000000..14effa4 Binary files /dev/null and b/paras/public/11151414.jpg differ diff --git a/paras/public/index.html b/paras/public/index.html index 661185a..68edaa5 100644 --- a/paras/public/index.html +++ b/paras/public/index.html @@ -75,6 +75,10 @@ font-size: 30px; /* Smaller heading for smaller screens */ } } +.root{ + background-color: rgb(255, 132, 0); +} + @@ -91,11 +95,25 @@ Learn how to configure a non-root public URL by running `npm run build`. --> - TIC TAC TOE + π’©π‘œπ“Šπ‘”π’½π“‰π“ˆ 𝒢𝓃𝒹 π’Έπ“‡π‘œπ“ˆπ“ˆπ‘’π“ˆ -
+
Let’s examine the requirements for a π’©π‘œπ“Šπ‘”π’½π“‰π“ˆ 𝒢𝓃𝒹 π’Έπ“‡π‘œπ“ˆπ“ˆπ‘’π“ˆ game: +
+ + 1:The game board should be adaptable in size, starting with the standard 3x3 grid but allowing for customization to an β€˜n’ size grid. +
+ 2:The game should support multiple players, with each player having the freedom to select their preferred symbol, +
which can be β€˜X,’ β€˜O,’ or any other character. +
+ 3:The game must provide a mechanism to determine a winner,
+ + where one player successfully forms a winning combination, + or it should be able to identify a tie when no more moves are possible. + + Description of the image +
@@ -179,12 +197,25 @@
Voting System
-

© 2024 Tic-Tac-Toe Game

- +

© 2024 π’©π‘œπ“Šπ‘”π’½π“‰π“ˆ 𝒢𝓃𝒹 π’Έπ“‡π‘œπ“ˆπ“ˆπ‘’π“ˆ

+ + + + +
+ + Email Logo + + + Twitter Logo + + + LinkedIn Logo + + + Instagram Logo + +
diff --git a/paras/public/instagram-logo-icon-social-media-connectivity_1293861-89.avif b/paras/public/instagram-logo-icon-social-media-connectivity_1293861-89.avif new file mode 100644 index 0000000..705ead7 Binary files /dev/null and b/paras/public/instagram-logo-icon-social-media-connectivity_1293861-89.avif differ diff --git a/paras/public/styles.css b/paras/public/styles.css index 99e917c..43468a0 100644 --- a/paras/public/styles.css +++ b/paras/public/styles.css @@ -24,6 +24,7 @@ nav { } .nav-container { + background-color: var(--primary-color); max-width: 1200px; margin: 0 auto; padding: 0 1rem; @@ -33,6 +34,7 @@ nav { } nav h1 { + color: white; font-size: 1.5rem; } @@ -65,11 +67,12 @@ nav a.active { } .card { - background: var(--card-color); + background-color: var(--accent-color); + border-radius: 8px; padding: 1.5rem; margin-bottom: 1.5rem; - box-shadow: 0 2px 4px rgba(0,0,0,0.1); + box-shadow: 0 2px 4px rgba(246, 57, 57, 0.1); } .feature-grid { @@ -121,22 +124,23 @@ nav a.active { padding: 0.5rem 1rem; border: none; border-radius: 4px; - background-color: var(--secondary-color); - color: white; + background-color: rgb(139, 75, 51); + color: rgb(0, 0, 0); cursor: pointer; transition: background-color 0.3s; } .vote-btn:hover { - background-color: #2980b9; + background-color: #f50606; } .vote-btn:disabled { - background-color: #bdc3c7; + background-color: #03aef1; cursor: not-allowed; } .vote-count { + font-weight: bold; color: var(--primary-color); } diff --git a/paras/public/tic-tac-toe.png b/paras/public/tic-tac-toe.png new file mode 100644 index 0000000..9c7f7e9 Binary files /dev/null and b/paras/public/tic-tac-toe.png differ diff --git a/paras/public/voting_system.html b/paras/public/voting_system.html index 7ba98d0..a816416 100644 --- a/paras/public/voting_system.html +++ b/paras/public/voting_system.html @@ -3,13 +3,13 @@ - Tic Tac Toe - Community Voting + π’©π‘œπ“Šπ‘”π’½π“‰π“ˆ 𝒢𝓃𝒹 π’Έπ“‡π‘œπ“ˆπ“ˆπ‘’π“ˆ - π’žπ‘œπ“‚π“‚π“Šπ“ƒπ’Ύπ“‰π“Ž π’±π‘œπ“‰π’Ύπ“ƒπ‘”