Skip to content

Commit 3f67bb5

Browse files
committed
Updating the officers
1 parent fb1d469 commit 3f67bb5

File tree

11 files changed

+3653
-73
lines changed

11 files changed

+3653
-73
lines changed

package-lock.json

Lines changed: 3618 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"eslint-plugin-prettier": "^4.0.0",
2323
"eslint-plugin-svelte3": "^3.4.0",
2424
"eslint-plugin-unused-imports": "^2.0.0",
25-
"mdi-svelte": "^1.1.2",
2625
"nodemailer": "^6.7.2",
2726
"prettier": "^2.5.1",
2827
"prettier-plugin-svelte": "^2.6.0",
@@ -34,7 +33,6 @@
3433
"svelte": "^3.0.0"
3534
},
3635
"dependencies": {
37-
"@mdi/js": "^6.5.95",
3836
"@rollup/plugin-json": "^4.1.0",
3937
"email": "^0.2.6",
4038
"jquery": "^3.6.0",

public/images/hillary.png

-710 KB
Binary file not shown.

public/images/kento.png

-369 KB
Binary file not shown.

public/images/ronak.png

-559 KB
Binary file not shown.

public/images/ronak_540.png

-1.53 MB
Binary file not shown.

public/images/sangmin.png

-635 KB
Binary file not shown.

public/images/snehil.jpg

823 KB
Loading

public/images/sofia.png

-2.53 MB
Binary file not shown.

src/App.svelte

Lines changed: 34 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,50 @@
11
<script>
2-
import { Navbar, Button } from 'spaper';
3-
import Officer from './Officer.svelte';
2+
import { Navbar, Button } from "spaper";
3+
import Officer from "./Officer.svelte";
44
let text, email;
55
66
const officers = [
77
{
8-
name: 'Sangmin Chun',
9-
description: 'never wearing my glasses',
10-
title: 'President',
11-
image: './images/sangmin.png',
12-
github: 'https://github.com/saggins',
13-
mail: 'saggins@sagg.in',
14-
twitter: 'https://twitter.com/sagginsz',
15-
website: 'http://blog.sagg.in',
8+
name: "Ankith Madadi",
9+
description: "ma dadi is hot",
10+
title: "President",
11+
image: "./images/ankith.png",
12+
github: "https://github.com/Monkeyank",
13+
// mail: "",
1614
},
1715
{
18-
name: 'Sofia Tkachenko',
19-
description: 'html is poog',
20-
title: 'Vice President',
21-
image: './images/sofia.png',
22-
github: 'https://github.com/ssofiaT',
23-
mail: 'tkasof@gmail.com',
16+
name: "Anish Lakkapragada",
17+
description: "Description",
18+
title: "Vice President",
19+
image: "./images/html.png",
20+
github: "https://github.com/anish-lakkapragada",
21+
// mail: "",
2422
},
2523
{
26-
name: 'Ankith Madadi',
27-
description: 'ma dadi is hot',
28-
title: 'Head of Backend',
29-
image: './images/ankith.png',
30-
github: 'https://github.com/Monkeyank',
24+
name: "Kush Khanna",
25+
description: "Description",
26+
title: "Head of Backend",
27+
image: "./images/html.png",
28+
github: "https://bitly.com/98K8eH",
29+
// mail: "",
3130
},
3231
{
33-
name: 'Ronak Badhe',
34-
description: 'ronak "down" badhe',
35-
title: 'Head of Frontend',
36-
image: './images/ronak_540.png',
37-
github: 'https://github.com/r2dev2',
38-
website: 'https://r2dev2.github.io/',
32+
name: "Snehil Kakani",
33+
description: "snek is kek",
34+
title: "Head of Frontend",
35+
image: "./images/snehil.jpg",
36+
mail: "kakanisnehil@gmail.com",
37+
github: "https://github.com/r2dev2",
38+
website: "https://snehilkakani.me",
3939
},
4040
{
41-
name: 'Hillary Chang',
42-
description: 'super coder',
43-
title: 'Project Coordinator',
44-
image: './images/hillary.png',
45-
github: 'https://github.com/hillarychang',
46-
mail: 'hillarychang11@gmail.com',
47-
website: 'https://hillarychang.me/',
48-
},
49-
{
50-
name: 'Kento Nishi',
51-
description: 'crack addict',
52-
title: 'Project Coordinator',
53-
image: './images/kento.png',
54-
github: 'https://github.com/KentoNishi',
55-
mail: 'kento24gs@outlook.com',
56-
website: 'http://kentonishi.github.io/',
41+
name: "Dhruv Gupta",
42+
description: "description",
43+
title: "Project Coordinator",
44+
image: "./images/html.png",
45+
github: "https://bitly.com/98K8eH",
46+
// mail: '',
47+
// website: '',
5748
},
5849
];
5950
</script>

0 commit comments

Comments
 (0)