Skip to content

Commit f585543

Browse files
committed
adding dhruv + adjusting size of icons
1 parent d238e6f commit f585543

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

public/images/dhruv.jpeg

588 KB
Loading

src/App.svelte

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,11 @@
4040
},
4141
{
4242
name: "Dhruv Gupta",
43-
description: "description",
43+
description: "sozai is the best ui framework",
4444
title: "Project Coordinator",
45-
image: "./images/html.png",
46-
github: "https://bitly.com/98K8eH",
47-
// mail: '',
48-
// website: '',
45+
image: "./images/dhruv.jpeg",
46+
github: "https://github.com/dgupt4",
47+
mail: "dhruviegupta@gmail.com",
4948
},
5049
];
5150
</script>

src/Officer.svelte

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
}
6363
6464
span {
65-
font-size: 30px;
65+
/* font-size: 30px; */
6666
color: black;
6767
}
6868
span:hover {
@@ -72,4 +72,9 @@
7272
i:before {
7373
text-decoration: none !important;
7474
}
75+
76+
:global(svg) {
77+
height: 30px;
78+
width: 30px;
79+
}
7580
</style>

typescript.png

-18.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)