-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
230 lines (227 loc) · 10.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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/style.css">
<title>Front End Web Projects | Arpit Ghura</title>
</head>
<body>
<nav>
<div class="container">
<div class="heading">
<p>Front End Web Projects</p>
</div>
<div class="right-side-menu">
<ul>
<li><a href="https://arpitghura.github.io">Home</a></li>
</ul>
</div>
</div>
</nav>
<section>
<div class="jumbotron">
<div class="heading-w-text">
<h2>Front-End Web Development Projects</h2>
<p>Every project is different & Learnings are special.</p>
</div>
<div class="image">
<img src="assets/header-image.jpg" alt="header-image">
</div>
</div>
</section>
<section>
<div class="project-container">
<div class="project-grid-box">
<div class="project">
<div class="project-image">
<img src="assets/textUtils-ss.png" alt="realtime-time-date">
</div>
<div class="project-details">
<div class="project-title">
<h2>Text Utility Web App</h2>
</div>
<p class="project-subtitle">
TextUtility Web App built upon React.
</p>
</div>
<div class="project-buttons">
<a href="https://www.arpitghura.me/TextUtils-React/#/" class="view-live">View Live</a>
<a href="https://github.com/arpitghura/front-end-projects/tree/main/TextUtils-React" class="view-code">Source Code</a>
</div>
</div>
<div class="project">
<div class="project-image">
<img src="assets/keep-clone-ss.png" alt="todos-web-app">
</div>
<div class="project-details">
<div class="project-title">
<h2>Keep Clone App</h2>
</div>
<p class="project-subtitle">
A Task Managing Web App based upon Local Storage.
</p>
</div>
<div class="project-buttons">
<a href="Keep-Clone/index.html" class="view-live">View Live</a>
<a href="https://github.com/arpitghura/front-end-projects/tree/main/Keep-Clone" class="view-code">Source Code</a>
</div>
</div>
<div class="project">
<div class="project-image">
<img src="assets/realtime-date-ss.png" alt="realtime-time-date">
</div>
<div class="project-details">
<div class="project-title">
<h2>Realtime Date & Time</h2>
</div>
<p class="project-subtitle">
A realtime date and time web application.
</p>
</div>
<div class="project-buttons">
<a href="realtime-time-date/index.html" class="view-live">View Live</a>
<a href="https://github.com/arpitghura/front-end-projects/tree/main/realtime-time-date" class="view-code">Source Code</a>
</div>
</div>
<div class="project">
<div class="project-image">
<img src="assets/linktree-clone-ss.png" alt="linktree-clone-pepcoding">
</div>
<div class="project-details">
<div class="project-title">
<h2>Linktree Clone - PepCoding</h2>
</div>
<p class="project-subtitle">
Clone of Link Tree Web page of PepCoding
</p>
</div>
<div class="project-buttons">
<a href="linktree-clone/index.html" class="view-live">View Live</a>
<a href="https://github.com/arpitghura/front-end-projects/tree/main/linktree-clone" class="view-code">Source Code</a>
</div>
</div>
<div class="project">
<div class="project-image">
<img src="assets/SamanZon-ss.png" alt="SamanZon">
</div>
<div class="project-details">
<div class="project-title">
<h2>SamanZon : eCommerce Platform</h2>
</div>
<p class="project-subtitle">
Front End of eCommerce Platform SamanZon.
</p>
</div>
<div class="project-buttons">
<a href="SamanZon/index.html" class="view-live">View Live</a>
<a href="https://github.com/arpitghura/front-end-projects/tree/main/SamanZon" class="view-code">Source Code</a>
</div>
</div>
<div class="project">
<div class="project-image">
<img src="assets/music-player-ss.png" alt="music-player">
</div>
<div class="project-details">
<div class="project-title">
<h2>Music Player</h2>
</div>
<p class="project-subtitle">
A Music Player Web App supports for only one song for now.
</p>
</div>
<div class="project-buttons">
<a href="music-player/index.html" class="view-live">View Live</a>
<a href="https://github.com/arpitghura/front-end-projects/tree/main/music-player" class="view-code">Source Code</a>
</div>
</div>
<div class="project">
<div class="project-image">
<img src="assets/tic-tac-toe-ss.png" alt="tic-tac-toe">
</div>
<div class="project-details">
<div class="project-title">
<h2>Tic Tac Toe</h2>
</div>
<p class="project-subtitle">
A local Multiplayer Tic Tac Toe Game.
</p>
</div>
<div class="project-buttons">
<a href="tic-tac-toe/index.html" class="view-live">View Live</a>
<a href="https://github.com/arpitghura/front-end-projects/tree/main/tic-tac-toe" class="view-code">Source Code</a>
</div>
</div>
<div class="project">
<div class="project-image">
<img src="assets/simple-interest-ss.png" alt="Simple-Interest-calculator">
</div>
<div class="project-details">
<div class="project-title">
<h2>Simple Interest Calculator</h2>
</div>
<p class="project-subtitle">
A Simple Interest Calculator Web App.
</p>
</div>
<div class="project-buttons">
<a href="Simple-Interest-calculator/index.html" class="view-live">View Live</a>
<a href="https://github.com/arpitghura/front-end-projects/tree/main/Simple-Interest-calculator" class="view-code">Source Code</a>
</div>
</div>
<div class="project">
<div class="project-image">
<img src="assets/youtubeclone-ss.png" alt="youtube-clone-frontend">
</div>
<div class="project-details">
<div class="project-title">
<h2>YouTube FrontEnd Clone</h2>
</div>
<p class="project-subtitle">
Front End Clone of YouTube Web Page.
</p>
</div>
<div class="project-buttons">
<a href="youtube-clone/index.html" class="view-live">View Live</a>
<a href="https://github.com/arpitghura/front-end-projects/tree/main/youtube-clone" class="view-code">Source Code</a>
</div>
</div>
<div class="project">
<div class="project-image">
<img src="assets/restaurant-website-ss.png" alt="restaurant-website">
</div>
<div class="project-details">
<div class="project-title">
<h2>Restaurant Website</h2>
</div>
<p class="project-subtitle">
A basic Restaurant Website built using BootStrap 4.
</p>
</div>
<div class="project-buttons">
<a href="ConFusion-restaurant-website/index.html" class="view-live">View Live</a>
<a href="https://github.com/arpitghura/front-end-projects/tree/main/ConFusion-restaurant-website" class="view-code">Source Code</a>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="footer-content">
<div class="footer-contact">
<div class="footer-title">
<h2>Contact Me</h2>
</div>
<div class="footer-contact-details">
<a href="mailto:[email protected]">Contact via Mail</a>
<a href="tel:+919755344522">Call Me</a>
</div>
</div>
<div class="copyright-box">
<p>Built with ♥ by <a href="https://www.github.com/arpitghura"> Arpit Ghura</a></p>
</div>
</div>
</footer>
</body>
</html>