Advertisement
Guest User

Untitled

a guest
Oct 15th, 2017
658
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. import { Alumni } from './alumni';
  2.  
  3. export const ALUMNI: Alumni[] = [
  4. { name: 'Tim Chen', email: "tchen@aol.com" , cohort: 27, employer: "Mongo", title: "Database Engineer", linkedin: "https://www.linkedin.com/tchen"},
  5. { name: 'Eric Ding', email: "eric@umd.edu" , cohort: 25, employer: "Microsoft", title: "Software Engineer", linkedin: "https://www.linkedin.com/eding"},
  6. { name: 'Julia Lomakina', email: "jlomak@umd.edu" , cohort: 29, employer: "Facebook", title: "Project Manager", linkedin: "https://www.linkedin.com/jlomak"},
  7. { name: 'Akshay Guthal', email: "guthal@aol.com" , cohort: 27, employer: "Google", title: "Web Developer", linkedin: "https://www.linkedin.com/guthal"},
  8. { name: 'Eric Appelbaum', email: "eapple@umd.edu" , cohort: 23, employer: "Amazon", title: "CEO", linkedin: "https://www.linkedin.com/eappel"},
  9. { name: 'Danny Laurence', email: "mrsmith@aol.com" , cohort: 20, employer: "QUEST", title: "CTO", linkedin: "https://www.linkedin.com/dlaurence"},
  10. { name: 'Jeff Zhao', email: "mrsmith@aol.com" , cohort: 21, employer: "Bitcamp", title: "Business Developer", linkedin: "https://www.linkedin.com/jzaho"}
  11. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement