Skip to content

Commit c8fad96

Browse files
Merge pull request #83 from lugvitc/master
Update
2 parents bf938ae + 59dd49e commit c8fad96

File tree

3 files changed

+13
-41
lines changed

3 files changed

+13
-41
lines changed

src/pages/cli/Cli.jsx

Lines changed: 4 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,6 @@ export default function Cli() {
204204
touch: Create an empty file or update the access and
205205
modification times of a file. touch filename
206206
</li>
207-
<li>
208-
cat: Display the contents of a file. cat filename example: cat
209-
level_8
210-
</li>
211207
<li>
212208
echo: Display a message or concatenate files. echo "Hello,
213209
Linux!"
@@ -221,11 +217,10 @@ export default function Cli() {
221217
response = (
222218
<div>
223219
<ul>
224-
<li>President : Dhananjay</li>
225-
<li>Vice-President : Aditya</li>
226-
<li>Technical Head : Animesh</li>
227-
<li>Frontend Lead : Dhananjay</li>
228-
<li>President : Abhishek</li>
220+
<li>President : Ojass</li>
221+
<li>Vice-President : Shaina</li>
222+
<li>Treasurer : Shyam</li>
223+
<li>Technical Head : Aadivishnu</li>
229224
</ul>
230225
</div>
231226
);
@@ -282,34 +277,6 @@ export default function Cli() {
282277
);
283278
break;
284279

285-
case "nexus":
286-
response = (
287-
<div>
288-
<a href="https://a.lugvitc.net/d577b6d3-6fa2-4cec-ad29-208c9476bf22">
289-
Begin
290-
</a>
291-
</div>
292-
);
293-
break;
294-
295-
case "cat level_8":
296-
response = (
297-
<div>
298-
<p>Requires super user privilege</p>
299-
</div>
300-
);
301-
break;
302-
303-
case "sudo cat level_8":
304-
response = (
305-
<div>
306-
<a href="https://a.lugvitc.net/1cc7a3f4-1637-4ce1-a3b2-051f06f89b2e">
307-
Level 9
308-
</a>
309-
</div>
310-
);
311-
break;
312-
313280
case "sudo":
314281
response = (
315282
<div>Learn the basics before using super user privileges</div>
@@ -321,7 +288,6 @@ export default function Cli() {
321288
<ul>
322289
<li>Desktop</li>
323290
<li>Downloads</li>
324-
<li>level_8</li>
325291
<li>Music</li>
326292
<li>Pictures</li>
327293
</ul>

src/pages/contact/Contact.jsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ function Contact() {
1717
head: "Keerthana S",
1818
contact: "8838747110",
1919
},
20+
{
21+
label: "Management",
22+
value: "Management",
23+
head: "Niket Girdhar",
24+
contact: "9780050565",
25+
},
2026
{
2127
label: "Media",
2228
value: "Media",

src/pages/members/2024.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ export const members_2024 = [
6666
id: 8,
6767
name: "Niket Girdhar",
6868
position: "Management Lead",
69-
github: "https://github.com/lugvitc",
69+
github: "https://github.com/NiketGirdhar22",
7070
linkedin: "https://www.linkedin.com/in/niket-girdhar-068858250/",
71-
instagram: "https://instagram.com/lugvitc",
72-
email: "mailto:[email protected]",
71+
instagram: "https://www.instagram.com/niketgirdhar",
72+
email: "mailto:[email protected]",
7373
},
7474
{
7575
id: 9,

0 commit comments

Comments
 (0)