-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworks.html
282 lines (275 loc) · 14.1 KB
/
works.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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
<!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">
<title>My Works</title>
<link rel="shortcut icon" href="./images/works-tab-image.png" type="image/x-icon">
<link rel="stylesheet" href="./stylesheets/main.css">
<link rel="stylesheet" href="./stylesheets/works.css">
<link rel="stylesheet" href="./navbar/navbar.css">
<script src="./navbar/navbar.js" defer></script>
<script src="https://kit.fontawesome.com/23538a4f23.js" crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar"></nav>
<main class="works-main">
<div class="works">
<div class="works-section">
<div class="heading-section">
<h1 class="heading">HTML, CSS & JS</h1>
<a class="codes-link" href="https://github.com/rohithpala/HTML-CSS-JS-Projects" target="_blank">
Project Codes <i class="fa-solid fa-angle-right"></i>
</a>
</div>
<div class="links-container">
<a href="https://accordion-by-rohith.netlify.app" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/accordion.png" alt="Accordion">
<p class="title">Accordion</p>
</div>
</a>
<a href="https://age-calculator-by-rohith.netlify.app/" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/age-calculator.png" alt="Age Calculator">
<p class="title">Age Calculator</p>
</div>
</a>
<a href="https://analog-clock-by-rohith.netlify.app/" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/analog-clock.png" alt="Analog Clock">
<p class="title">Analog Clock</p>
</div>
</a>
<a href="https://bg-color-changer-by-rohith.netlify.app/" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/bg-colour-changer.png"
alt="Background Color Changer">
<p class="title">Background Color Changer</p>
</div>
</a>
<a href="https://binary-calculator-by-rohith.netlify.app/" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/binary-calculator.png" alt="Binary Calculator">
<p class="title">Binary Calculator</p>
</div>
</a>
<a href="https://bmi-calculator-by-rohith.netlify.app" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/bmi-calculator.png" alt="BMI Calculator">
<p class="title">BMI Calculator</p>
</div>
</a>
<a href="https://calculator-by-rohith.netlify.app" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/calculator.png" alt="Calculator">
<p class="title">Calculator</p>
</div>
</a>
<a href="https://case-converter-by-rohith.netlify.app" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/case-converter.png" alt="Case Converter">
<p class="title">Case Converter</p>
</div>
</a>
<a href="https://color-code-converter-by-rohith.netlify.app" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/color-code-converter.png"
alt="Color Code Converter">
<p class="title">Color Code Converter</p>
</div>
</a>
<a href="https://color-picker-by-rohith.netlify.app/" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/color-picker.png" alt="Color Picker">
<p class="title">Color Picker</p>
</div>
</a>
<a href="https://counter-by-rohith.netlify.app" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/counter.png" alt="Counter">
<p class="title">Counter</p>
</div>
</a>
<a href="https://digital-clock-by-rohith.netlify.app" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/digital-clock.png" alt="Digital Clock">
<p class="title">Digital Clock</p>
</div>
</a>
<a href="https://drum-kit-by-rohith.netlify.app" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/drum-kit.png" alt="Drum Kit">
<p class="title">Drum Kit</p>
</div>
</a>
<a href="https://file-upload-by-rohith.netlify.app" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/file-upload.png" alt="File Upload">
<p class="title">File Upload</p>
</div>
</a>
<a href="https://guess-the-number-by-rohith.netlify.app" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/guess-the-number.png" alt="Guess the Number Game">
<p class="title">Guess the Number Game</p>
</div>
</a>
<a href="https://hamburger2x-by-rohith.netlify.app" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/hamburger2x.png" alt="Hamburger Icon to Cross Icon">
<p class="title">Hamburger Icon to Cross Icon</p>
</div>
</a>
<a href="https://memory-game-by-rohith.netlify.app" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/memory-card-game.png" alt="Memory Game">
<p class="title">Memory Card Game</p>
</div>
</a>
<a href="https://modal-by-rohith.netlify.app" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/modal.png" alt="Modal">
<p class="title">Modal</p>
</div>
</a>
<a href="https://music-bars-by-rohith.netlify.app" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/music-bars.png" alt="Music Bars">
<p class="title">Music Bars</p>
</div>
</a>
<a href="https://notes-app-by-rohith.netlify.app" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/notes-app.png" alt="Notes App">
<p class="title">Notes App</p>
</div>
</a>
<a href="https://number-system-converter-by-rohith.netlify.app" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/number-system-converter.png"
alt="Number System Converter">
<p class="title">Number System Converter</p>
</div>
</a>
<a href="https://password-checker-by-rohith.netlify.app" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/password-checker.png" alt="Password Checker">
<p class="title">Password Checker</p>
</div>
</a>
<a href="https://password-generator-by-rohith.netlify.app" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/password-generator.png" alt="Password Generator">
<p class="title">Password Generator</p>
</div>
</a>
<a href="https://quiz-app-by-rohith.netlify.app" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/quiz-app.png" alt="Quiz App">
<p class="title">Quiz App</p>
</div>
</a>
<a href="https://ripple-on-click.netlify.app" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/ripple.png" alt="Ripple On Click">
<p class="title">Ripple On Click</p>
</div>
</a>
<a href="https://stopwatch-by-rohith.netlify.app" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/stopwatch.png" alt="Stopwatch">
<p class="title">Stopwatch</p>
</div>
</a>
<a href="https://temparature-converter-by-rohith.netlify.app/" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/temparature-converter.png"
alt="Temparature Converter">
<p class="title">Temparature Converter</p>
</div>
</a>
<a href="https://tic-tac-toe-by-rohith.netlify.app/" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/tic-tac-toe.png" alt="Tic Tac Toe">
<p class="title">Tic Tac Toe</p>
</div>
</a>
<a href="https://timer-by-rohith.netlify.app" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/timer.png" alt="Timer">
<p class="title">Timer</p>
</div>
</a>
<a href="https://todo-list-by-rohith.netlify.app/" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/todo-list.png" alt="TODO List">
<p class="title">TODO List</p>
</div>
</a>
<a href="https://toggle-slider-by-rohith.netlify.app/" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/toggle-slider.png" alt="Toggle Slider">
<p class="title">Toggle Slider</p>
</div>
</a>
<a href="https://weight-converter-by-rohith.netlify.app" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/weight-converter.png" alt="Weight Converter">
<p class="title">Weight Converter</p>
</div>
</a>
<a href="https://what-day-is-it-by-rohith.netlify.app" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/day-calculator.png" alt="Day Calculator">
<p class="title">Day Calculator</p>
</div>
</a>
<a href="https://word-character-counter-by-rohith.netlify.app" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/word-character-counter.png"
alt="Word & Character Counter">
<p class="title">Word & Character Counter</p>
</div>
</a>
</div>
</div>
<div class="works-section">
<div class="heading-section">
<h1 class="heading">ReactJS</h1>
<a class="codes-link" href="https://github.com/rohithpala/ReactJS" target="_blank">
Project Codes <i class="fa-solid fa-angle-right"></i>
</a>
</div>
<div class="links-container">
<a href="https://todo-app-by-rohith-react.netlify.app/" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/works/todo-list-react.png" alt="TODO List">
<p class="title">TODO List</p>
</div>
</a>
<a href="https://music-player-by-rohith.netlify.app/" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/works/music-player.png" alt="Music Player">
<p class="title">Music Player</p>
</div>
</a>
<a href="https://rscs-search-form.netlify.app/" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/works/internship-work-1.png" alt="Search Form">
<p class="title">Internship Work 1</p>
</div>
</a>
<a href="https://rscs-admin-page.netlify.app/" target="_blank">
<div class="work">
<img class="project-image" src="./images/works/works/internship-work-2.png" alt="Admin Page">
<p class="title">Internship Work 2</p>
</div>
</a>
</div>
</div>
</div>
</main>
</body>
</html>