Skip to content

Commit

Permalink
Merge pull request #83 from lugvitc/master
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
KreativeThinker authored Aug 17, 2024
2 parents bf938ae + 59dd49e commit c8fad96
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 41 deletions.
42 changes: 4 additions & 38 deletions src/pages/cli/Cli.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,6 @@ export default function Cli() {
touch: Create an empty file or update the access and
modification times of a file. touch filename
</li>
<li>
cat: Display the contents of a file. cat filename example: cat
level_8
</li>
<li>
echo: Display a message or concatenate files. echo "Hello,
Linux!"
Expand All @@ -221,11 +217,10 @@ export default function Cli() {
response = (
<div>
<ul>
<li>President : Dhananjay</li>
<li>Vice-President : Aditya</li>
<li>Technical Head : Animesh</li>
<li>Frontend Lead : Dhananjay</li>
<li>President : Abhishek</li>
<li>President : Ojass</li>
<li>Vice-President : Shaina</li>
<li>Treasurer : Shyam</li>
<li>Technical Head : Aadivishnu</li>
</ul>
</div>
);
Expand Down Expand Up @@ -282,34 +277,6 @@ export default function Cli() {
);
break;

case "nexus":
response = (
<div>
<a href="https://a.lugvitc.net/d577b6d3-6fa2-4cec-ad29-208c9476bf22">
Begin
</a>
</div>
);
break;

case "cat level_8":
response = (
<div>
<p>Requires super user privilege</p>
</div>
);
break;

case "sudo cat level_8":
response = (
<div>
<a href="https://a.lugvitc.net/1cc7a3f4-1637-4ce1-a3b2-051f06f89b2e">
Level 9
</a>
</div>
);
break;

case "sudo":
response = (
<div>Learn the basics before using super user privileges</div>
Expand All @@ -321,7 +288,6 @@ export default function Cli() {
<ul>
<li>Desktop</li>
<li>Downloads</li>
<li>level_8</li>
<li>Music</li>
<li>Pictures</li>
</ul>
Expand Down
6 changes: 6 additions & 0 deletions src/pages/contact/Contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ function Contact() {
head: "Keerthana S",
contact: "8838747110",
},
{
label: "Management",
value: "Management",
head: "Niket Girdhar",
contact: "9780050565",
},
{
label: "Media",
value: "Media",
Expand Down
6 changes: 3 additions & 3 deletions src/pages/members/2024.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ export const members_2024 = [
id: 8,
name: "Niket Girdhar",
position: "Management Lead",
github: "https://github.com/lugvitc",
github: "https://github.com/NiketGirdhar22",
linkedin: "https://www.linkedin.com/in/niket-girdhar-068858250/",
instagram: "https://instagram.com/lugvitc",
email: "mailto:[email protected]",
instagram: "https://www.instagram.com/niketgirdhar",
email: "mailto:[email protected]",
},
{
id: 9,
Expand Down

0 comments on commit c8fad96

Please sign in to comment.