@@ -4,50 +4,33 @@ import Mindfuel from '../public/images/projects/mindfuel.png';
4
4
import AMHAC from '../public/images/projects/amhac.png' ;
5
5
import AXS from '../public/images/projects/axs_map.png' ;
6
6
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' ;
13
7
14
8
export const projects = [
15
9
{
16
10
logo : RubyForGood ,
17
11
name : 'Ruby for Good CASA' ,
18
12
liveProjectLink : 'https://casavolunteertracking.org/' ,
19
13
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' ,
23
14
descriptions : [
24
15
'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' ,
26
16
] ,
27
17
} ,
28
18
{
29
19
logo : YWCA ,
30
20
name : 'E-learning Storefront' ,
31
- name : 'E-learning Storefront' ,
32
21
descriptions : [
33
- 'Creation and design of a storefront website with e-commerce integrated' ,
34
22
'Creation and design of a storefront website with e-commerce integrated' ,
35
23
"Build APIs to interface with companies' different E-Learning platforms" ,
36
24
'Work with secure registration and authentication technologies' ,
37
- 'Work with secure registration and authentication technologies' ,
38
25
] ,
39
26
} ,
40
27
{
41
28
logo : Mindfuel ,
42
29
name : 'Mindfuel System Redesign' ,
43
- name : 'Mindfuel System Redesign' ,
44
30
descriptions : [
45
31
'Build an activity board that contains new aggregated data everyday' ,
46
32
'Start from scratch or build on top of current system' ,
47
33
'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' ,
51
34
] ,
52
35
} ,
53
36
{
@@ -56,10 +39,6 @@ export const projects = [
56
39
liveProjectLink : 'https://www.axsmap.com/' ,
57
40
githubLink : 'https://github.com/axsmap/app' ,
58
41
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.' ] ,
63
42
} ,
64
43
{
65
44
logo : AMHAC ,
@@ -76,8 +55,6 @@ export const projects = [
76
55
descriptions : [
77
56
'Open source mobile app that helps divers map out the entire ocean' ,
78
57
'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' ,
81
58
] ,
82
59
} ,
83
60
] ;
0 commit comments