Skip to content

Commit b10db66

Browse files
committed
rebasing hackathon link
1 parent baa41ef commit b10db66

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

components/EventsTiles.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ import { EventTileImage } from './EventTileImage';
55
const EVENTS_TILES_CONTAINER = 'w-4/5 mx-auto flex flex-wrap md:flex hidden';
66
const EVENT_TILE = 'flex flex-col size-full bg-white rounded-3xl items-center px-4 justify-evenly';
77

8-
const EventTile = ({ eventName, description, image }) => {
98
const EventTile = ({ eventName, description, image }) => {
109
const descriptionText = description.content[0].content[0].value;
1110
return (
1211
<div className={EVENT_TILE}>
13-
<Heading classes=" text-3xl py-2 font-medium" underlineType="None">
1412
<Heading classes=" text-3xl py-2 font-medium" underlineType="None">
1513
{eventName}
1614
</Heading>

data/projects.js

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,50 +4,33 @@ import Mindfuel from '../public/images/projects/mindfuel.png';
44
import AMHAC from '../public/images/projects/amhac.png';
55
import AXS from '../public/images/projects/axs_map.png';
66
import ScubaSeas from '../public/images/projects/ScubaSeas.png';
7-
import RubyForGood from '../public/images/projects/rfg.png';
8-
import YWCA from '../public/images/projects/ywca.png';
9-
import Mindfuel from '../public/images/projects/mindfuel.png';
10-
import AMHAC from '../public/images/projects/amhac.png';
11-
import AXS from '../public/images/projects/axs_map.png';
12-
import ScubaSeas from '../public/images/projects/ScubaSeas.png';
137

148
export const projects = [
159
{
1610
logo: RubyForGood,
1711
name: 'Ruby for Good CASA',
1812
liveProjectLink: 'https://casavolunteertracking.org/',
1913
githubLink: 'https://github.com/rubyforgood/casa/issues/1017',
20-
name: 'Ruby for Good CASA',
21-
liveProjectLink: 'https://casavolunteertracking.org/',
22-
githubLink: 'https://github.com/rubyforgood/casa/issues/1017',
2314
descriptions: [
2415
'Built an SMS Twilio integration within a volunteer management system for the nonprofit CASA, which serves foster youth in counties across America',
25-
'Built an SMS Twilio integration within a volunteer management system for the nonprofit CASA, which serves foster youth in counties across America',
2616
],
2717
},
2818
{
2919
logo: YWCA,
3020
name: 'E-learning Storefront',
31-
name: 'E-learning Storefront',
3221
descriptions: [
33-
'Creation and design of a storefront website with e-commerce integrated',
3422
'Creation and design of a storefront website with e-commerce integrated',
3523
"Build APIs to interface with companies' different E-Learning platforms",
3624
'Work with secure registration and authentication technologies',
37-
'Work with secure registration and authentication technologies',
3825
],
3926
},
4027
{
4128
logo: Mindfuel,
4229
name: 'Mindfuel System Redesign',
43-
name: 'Mindfuel System Redesign',
4430
descriptions: [
4531
'Build an activity board that contains new aggregated data everyday',
4632
'Start from scratch or build on top of current system',
4733
'Work with skilled developers from the Mindfuel team',
48-
'Build an activity board that contains new aggregated data everyday',
49-
'Start from scratch or build on top of current system',
50-
'Work with skilled developers from the Mindfuel team',
5134
],
5235
},
5336
{
@@ -56,10 +39,6 @@ export const projects = [
5639
liveProjectLink: 'https://www.axsmap.com/',
5740
githubLink: 'https://github.com/axsmap/app',
5841
descriptions: ['A tool designed to help us map inclusion in communities and find more places for more people.'],
59-
name: 'AXS Map',
60-
liveProjectLink: 'https://www.axsmap.com/',
61-
githubLink: 'https://github.com/axsmap/app',
62-
descriptions: ['A tool designed to help us map inclusion in communities and find more places for more people.'],
6342
},
6443
{
6544
logo: AMHAC,
@@ -76,8 +55,6 @@ export const projects = [
7655
descriptions: [
7756
'Open source mobile app that helps divers map out the entire ocean',
7857
'Mobile App Developers needed to contribute to the open source project',
79-
'Open source mobile app that helps divers map out the entire ocean',
80-
'Mobile App Developers needed to contribute to the open source project',
8158
],
8259
},
8360
];

0 commit comments

Comments
 (0)