Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated photos #93

Merged
merged 1 commit into from
Apr 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified src/lib/assets/images/antonio-profile.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/lib/assets/images/hilton-profile.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/lib/assets/images/kendrick-profile.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/lib/components/Contributors.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import Tausani from '../assets/images/tausani-profile.jpeg';
import Ainsof from '../assets/images/ainsof-profile.jpeg';
import Hilton from '../assets/images/hilton-profile.jpeg';
import Kendrick from '../assets/images/kendrick-profile.jpeg';
import { Section } from '$lib/utils';

const team = [
Expand Down Expand Up @@ -63,8 +64,7 @@
linkedin: 'https://www.linkedin.com/in/aaron-solofa-06b923123/'
},
{
avatar:
'https://img.freepik.com/free-vector/hacker-operating-laptop-cartoon-icon-illustration-technology-icon-concept-isolated-flat-cartoon-style_138676-2387.jpg?size=338&ext=jpg&ga=GA1.1.1448711260.1706918400&semt=ais',
avatar: Kendrick,
name: 'Kendrick Lui',
title: 'Web Developer',
github: 'https://github.com/Ken2523',
Expand Down
Loading