#layout: profiles #permalink: /people/ #title: people #description: members of the lab or group #nav: true #nav_order: 7

#profiles: # if you want to include more than one profile, just replicate the following block # and create one content file for each profile inside _pages/

- align: right

image: prof_pic.jpg

content: about_einstein.md

image_circular: false # crops the image to make it circular

more_info: >

<p>555 your office number</p>

<p>123 your address street</p>

<p>Your City, State 12345</p>

- align: left

image: prof_pic.jpg

content: about_einstein.md

image_circular: false # crops the image to make it circular

more_info: >

<p>555 your office number</p>

<p>123 your address street</p>

<p>Your City, State 12345</p>

#—