Skip to content

Commit 8abda1b

Browse files
committed
Merge pull request #102 from bruderstein/web-hh
Add Web HH
2 parents 146d4ca + 1de72e7 commit 8abda1b

File tree

1 file changed

+108
-0
lines changed

1 file changed

+108
-0
lines changed

data/supporters.json

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,114 @@
809809
"email": "[email protected]"
810810
}
811811
]
812+
},
813+
{
814+
"name": "React.HH",
815+
"city": "Hamburg",
816+
"country": "Germany",
817+
"link": "http://www.meetup.com/de-DE/Hamburg-React-js-Meetup/",
818+
"twitter": "reacthh",
819+
"contacts": [
820+
{
821+
"name": "Dave Brotherstone",
822+
"phone": "+49 177 5548569",
823+
"email": "[email protected]",
824+
"twitter": "bruderstein"
825+
},
826+
{
827+
"name": "Rebecca Spindler",
828+
"phone": "+49 170 9322635",
829+
"email": "[email protected]",
830+
"twitter": "beccspin"
831+
},
832+
{
833+
"name": "Leonard Koch",
834+
"email": "[email protected]",
835+
"twitter": "LeonardKoch_"
836+
}
837+
]
838+
},
839+
{
840+
"name": "node.HH",
841+
"city": "Hamburg",
842+
"country": "Germany",
843+
"link": "http://www.meetup.com/de-DE/node-HH/",
844+
"twitter": "NodeHamburg",
845+
"contacts": [
846+
{
847+
"name": "Gregor Elke",
848+
"phone": "+49 174 2100996",
849+
"email": "[email protected]",
850+
"twitter": "greelgorke"
851+
}
852+
]
853+
},
854+
{
855+
"name": "decode hamburg",
856+
"city": "Hamburg",
857+
"country": "Germany",
858+
"link": "https://www.meetup.com/decode-hh/",
859+
"twitter": "decodehh",
860+
"contacts": [
861+
{
862+
"name": "Martin Schuhfuss",
863+
"phone": "+49 172 5188 662",
864+
"email": "[email protected]",
865+
"twitter": "usefulthink"
866+
},
867+
{
868+
"name": "Felicitas Kugland",
869+
"email": "[email protected]",
870+
"twitter": "kotzendekrabbe"
871+
}
872+
]
873+
},
874+
{
875+
"name": "HH.JS",
876+
"city": "Hamburg",
877+
"country": "Germany",
878+
"link": "http://www.meetup.com/hamburg-js/",
879+
"twitter": "hhjs",
880+
"contacts": [
881+
{
882+
"name": "Martin Kleppe",
883+
"phone": "+49 178 236 53 40",
884+
"email": "[email protected]",
885+
"twitter": "aemkei"
886+
},
887+
{
888+
"name": "Felicitas Kugland",
889+
"email": "[email protected]",
890+
"twitter": "kotzendekrabbe"
891+
},
892+
{
893+
"name": "Rebecca Spindler",
894+
"phone": "+49 170 9322635",
895+
"email": "[email protected]",
896+
"twitter": "beccspin"
897+
},
898+
{
899+
"name": "Daniel Dembach",
900+
"phone": "+49 151 22962186",
901+
"email": "[email protected]",
902+
"twitter": "dmbch"
903+
}
904+
]
905+
},
906+
{
907+
"name": "CouchDB Meetup Hamburg",
908+
"city": "Hamburg",
909+
"country": "Germany",
910+
"link": "http://www.meetup.com/CouchDB-Meetup-Hamburg/",
911+
"twitter": "HamburgCouchDB",
912+
"contacts": [
913+
{
914+
"name": "Klaus Trainer",
915+
"phone": "+49 1577 7855886",
916+
"email": "[email protected]",
917+
"twitter": "KlausTrainer"
918+
}
919+
]
812920
}
813921
]
814922
}

0 commit comments

Comments
 (0)