-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (47 loc) · 3.31 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
<!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="icon" href="https://fav.farm/👩💻" />
<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://cryptoplace-b63vvf10g-tanushas-projects-39a46d30.vercel.app/"><button>React CryptoPlace</button></a>
<a href="https://expense-tracker-react-1811.netlify.app/"><button>React Expense Tracker</button></a>
<a href="https://tanushac.github.io/text-to-speech/"><button>Text-to-Speech Converter</button></a>
<a href="https://tanushac.github.io/qr-code-generator/"><button>QR Code Generator</button></a>
<a href="https://tanushac.github.io/stopwatch/"><button>Stopwatch</button></a>
<a href="https://tanushac.github.io/starbucks-landing/"><button>Starbucks Landing Page</button></a>
<a href="https://tanushac.github.io/quote-generator/"><button>Random Quote Generator</button></a>
<a href="https://tanushac.github.io/drum-kit/"><button>JS Drum Kit</button></a>
<a href="https://tanushac.github.io/mini-calendar/"><button>Mini Calendar</button></a>
<a href="https://tanushac.github.io/to-do-app/"><button>To-Do List App</button></a>
<a href="https://tanushac.github.io/weather/"><button>Weather App</button></a>
<a href="https://tanushac.github.io/are-you-bored/"><button>Are you bored?</button></a>
<a href="https://tanushac.github.io/currency-converter/"><button>Currency Converter</button></a>
<a href="https://tanushac.github.io/analog-clock/"><button>Analog Clock</button></a>
<a href="https://tanushac.github.io/JS-Calculator/"><button>Javascript Calculator</button></a>
<a href="https://tanushac.github.io/Spotify-Clone/"><button>Spotify Home Page Clone</button></a>
<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/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>