-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
147 lines (135 loc) · 5.71 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mini Projects</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>List Of Mini Projects</h1>
<section>
<!-- 1. Myntra Homepage clone -->
<div>
<form action="https://myntrahomepageclone.vercel.app/">
<p>1. Myntra Homepage clone</p>
<a href="https://myntrahomepageclone.vercel.app/" target="_blank">
<div>
<img src="./images/01_clone_myntra.png">
</div>
</a>
<button type="submit">Let's checkout</button>
</form>
</div>
<!-- 2. Amazon Homepage clone -->
<div>
<form action="https://amazonhomepageclone.vercel.app/">
<p>2. Amazon Homepage clone</p>
<a href="https://amazonhomepageclone.vercel.app/" target="_blank">
<div>
<img src="./images/02_clone_amazon.png">
</div>
</a>
<button type="submit">Let's checkout</button>
</form>
</div>
<!-- 3. Calendar -->
<div>
<form action="../mini-projects/projects/03_calendar.html">
<p>3. Calendar</p>
<a href="../mini-projects/projects/03_calendar.html" target="_blank">
<div>
<img src="./images/03_calendar.png">
</div>
</a>
<button type="submit">Let's checkout</button>
</form>
</div>
<!-- 4. Background color changer -->
<div>
<form action="../mini-projects/projects/04_bgchanger.html">
<p>4. Background color changer</p>
<a href="../mini-projects/projects/04_bgchanger.html" target="_blank">
<div>
<img src="./images/04_changebgcolor.png">
</div>
</a>
<button type="submit">Let's checkout</button>
</form>
</div>
<!-- 5. Color Picker bg Changer -->
<div>
<form action="../mini-projects/projects/05_colorPicker.html">
<p>5. Color Picker bg Changer</p>
<a href="../mini-projects/projects/05_colorPicker.html" target="_blank">
<div>
<img src="./images/05_colorPicker.png">
</div>
</a>
<button type="submit">Let's checkout</button>
</form>
</div>
<!-- 6. MotivateMe -->
<div>
<form action="../mini-projects/projects/06_motivateMe.html">
<p>6. Motivate Me</p>
<a href="../mini-projects/projects/06_motivateMe.html" target="_blank">
<div>
<img src="./images/06_motivateMe.png">
</div>
</a>
<button type="submit">Let's checkout</button>
</form>
</div>
<!-- 7. Tap to reveal -->
<div>
<form action="../mini-projects/projects/07_tapToReveal.html">
<p>7. Tap To Reveal</p>
<a href="../mini-projects/projects/07_tapToReveal.html" target="_blank">
<div>
<img src="./images/07_tapToReveal.jpg">
</div>
</a>
<button type="submit">Let's checkout</button>
</form>
</div>
<!-- 8. Guess Indian states and UTs Game -->
<div>
<form action="../mini-projects/projects/08_guessIndia.html">
<p>8. Guess Indian states and UTs</p>
<a href="../mini-projects/projects/08_guessIndia.html" target="_blank">
<div>
<img src="./images/08_guessIndia_ui.png" alt="Guess India Game">
</div>
</a>
<button type="submit">Let's checkout</button>
</form>
</div>
<!-- 9. Count Down timer -->
<div>
<form action="../mini-projects/projects/09_countdown.html">
<p>9. Count Down Timer</p>
<a href="../mini-projects/projects/09_countdown.html" target="_blank">
<div>
<img src="./images/09_countdown.png">
</div>
</a>
<button type="submit">Let's checkout</button>
</form>
</div>
<!-- 10. Learn Numbers -->
<div>
<form action="../mini-projects/projects/10_learnNumbers.html">
<p>10. Learn Numbers</p>
<a href="../mini-projects/projects/10_learnNumbers.html" target="_blank">
<div>
<img src="./images/10_learnNos.png">
</div>
</a>
<button type="submit">Let's checkout</button>
</form>
</div>
<!-- 11. something -->
</section>
</body>
</html>