|
1 | 1 | <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"; |
4 | 4 | let text, email; |
5 | 5 |
|
6 | 6 | const officers = [ |
7 | 7 | { |
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: "", |
16 | 14 | }, |
17 | 15 | { |
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: "", |
24 | 22 | }, |
25 | 23 | { |
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: "", |
31 | 30 | }, |
32 | 31 | { |
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", |
39 | 39 | }, |
40 | 40 | { |
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: '', |
57 | 48 | }, |
58 | 49 | ]; |
59 | 50 | </script> |
|
0 commit comments