-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmembers.json
49 lines (49 loc) · 2.63 KB
/
members.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"people" : [
{
"name" : "Benjamin Mueller",
"avatar" : "/images/ben.jpg",
"description" : "Benjamin believes in <a href=\"http://en.wikipedia.org/wiki/GNU_General_Public_License\">GPL</a> software. He is a co-organizer of <a href=\"http://www.meetup.com/inlandempirewp/\">Inland Empire WordPress</a>. His favorite languages are PHP and JavaScript. He's learning Mongo and Node.js."
},
{
"name" : "Jacob Lowe",
"avatar" : "/images/jacob.jpg",
"description" : "<a href=\"http://jacoblowe.me\">Jacob Lowe</a> is passionate about the web and loves to push the bar with JavaScript. He helps organize <a href=\"http://riversidejs.org\">Riverside.js</a>. He is also a proud linux user."
},
{
"name" : "Scott Motte",
"avatar" : "/images/scott.jpg",
"description" : "<a href=\"http://scottmotte.com\">Scott</a> is founder of <a href=\"http://signature.io\">Signature.io</a>. He also consults as a software engineer for startups around Southern California. He likes to code in Ruby and JavaScript."
},
{
"name" : "Gary Gossett",
"avatar" : "/images/gary.jpg",
"description" : "Gary is an iOS Enterprise developer. He is known for creating a new iPhone app every 2 months. He also enjoys coding in HTHML5 and CSS."
},
{
"name" : "Mike Kennedy",
"avatar" : "/images/mike.jpg",
"description" : "Mike is the IT manager at University California Riverside. He is also the co-founder of <a href=\"http://startupie.com\">StartupIE</a> and enjoys programming in Objective C."
},
{
"name" : "Ralph Richardson",
"avatar" : "/images/ralph.jpg",
"description" : "Serial Entrepreneur. Founder & CEO of <a href=\"//www.maven20.com/\">Maven 2.0</a>. Currently building @hecklersports and @BermyArtist. Consulting for a few other cool start-ups."
},
{
"name" : "Daniel Villarreal",
"avatar" : "/images/daniel.jpg",
"description" : "Daniel handles system operations & web development for UC Santa Bernardino. He likes to build and break stuff and knows his way around unix really well."
},
{
"name" : "Victor Hill",
"avatar" : "/images/no-name.jpg",
"description" : "Victor is the manager for all technical operations at UC Riverside. He is also active in organizing various technology events for students."
},
{
"name" : "John Bowen",
"avatar" : "/images/john.jpg",
"description" : "John is a longtime programmer and developer of c/s database applications. He also organizes the <a href=\"http://www.meetup.com/Riverside-Raspberry\">Riverside Rasberry Pi</a> Meetup group."
}
]
}