Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tanushac authored Feb 4, 2024
1 parent fbeef38 commit 32bd9b8
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,26 +1,34 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Projects</title>
<link rel="stylesheet" href="styles1.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="shortcut icon" href="favicon (6).ico" type="image/x-icon">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins&family=Rubik+Doodle+Shadow&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rowdies&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins&family=Rubik+Doodle+Shadow&display=swap"
rel="stylesheet">
</head>

<body>
<div class="main">
<h1>My Web Dev Projects</h1>
<a href="https://tanushac.github.io/rock-paper-scissor/"><button>Rock Paper Scissors Game</button></a>
<a href="https://tanushac.github.io/tic-tac-toe/"><button>Tic-Tac-Toe Game</button></a>
<a href="https://tanushac.github.io/Amazon-Clone/"><button>Amazon Home Page Clone</button></a>
<a href="https://tanushac.github.io/hacker-login/"><button>Hacker Login Page</button></a>
<a href="https://tanushac.github.io/virtual-pet-adoption-center/"><button>Virtual Pet Adoption Center</button></a>
<a href="https://tanushac.github.io/virtual-pet-adoption-center/"><button>Virtual Pet Adoption
Center</button></a>
<a href="https://tanushac.github.io/login-page/"><button>Login Page</button></a>
<a href="https://tanushac.github.io/personal-page/"><button>Resume Webpage with HTML CSS</button></a>
<a href="https://tanushac.github.io/cv/"><button>Resume Webpage with HTML</button></a>
</div>
</body>

</html>

0 comments on commit 32bd9b8

Please sign in to comment.