Skip to content

Instantly share code, notes, and snippets.

@danielkhan
Created April 26, 2019 12:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielkhan/4b414122f92997a9a0723df056333636 to your computer and use it in GitHub Desktop.
Save danielkhan/4b414122f92997a9a0723df056333636 to your computer and use it in GitHub Desktop.
extends ../layout/index
block content
#speakerList.container
.row
.col-sm-8
article.speakerslist
.container
.row
.col-sm-8
h3.speakerslist-title Art in Full Bloom
h5.speakerslist-name
| with
a(href='/speakers/Lorenzo_Garcia') Lorenzo Garcia
p.speakerslist-info
a(href='/speakers/Lorenzo_Garcia')
img.speakerslist-img.img-circle.pull-left(src='./images/speakers/Lorenzo_Garcia_tn.jpg', alt='Photo of Lorenzo Garcia')
| Drawing and painting flowers may seem like a first-year art student's assignment, but Lorenzo Garcia brings depth, shadows,
| light, form and color to new heights with his unique and revolutionary technique of painting on canvas
| with ceramic glaze. This session is sure to be a hit with mixed media buffs.
.col-sm-8
h3.speakerslist-title Deep Sea Wonders
h5.speakerslist-name
| with
a(href='./Hillary_Goldwynn.html') Hilary Goldywynn Post
p.speakerslist-info
a(href='./Hillary_Goldwynn.html')
img.speakerslist-img.img-circle.pull-left(src='./images/speakers/Hillary_Goldwynn_tn.jpg', alt='Photo of Hilary Goldywynn Post')
| Hillary is a sophomore art sculpture student at New York University, and has won the major international prizes for painters,
| including the Divinity Circle and the International Painter's Medal. Hillary's exhibit features
| paintings that contain only water including waves, deep sea, and river.
.col-sm-8
h3.speakerslist-title The Art of Abstract
h5.speakerslist-name
| with
a(href='/speakers/Riley_Rewington') Riley Rudolph Rewington
p.speakerslist-info
a(href='/speakers/Riley_Rewington')
img.speakerslist-img.img-circle.pull-left(src='./images/speakers/Riley_Rewington_tn.jpg', alt='Photo of Riley Rudolph Rewington')
| The leader of the MMA artistic movement in his hometown of Portland, Riley Rudolph Rewington draws a crowd wherever he goes.
| Mixing street performance, video, music, and traditional art, Riley has created some of the most unique
| and deeply poignant abstract works of his generation.
// row
// container
// primary
aside.col-sm-4
article.sidebar
h1.sidebar-title Artwork on display
p.sidebar-body
| While you attend the conference, head over to our gallery where you can check out some of the work from our speakers.
.pixgrid.clearfix
img(src='./images/artwork/Lorenzo_Garcia_01_tn.jpg', alt='Artwork 0')
img(src='./images/artwork/Lorenzo_Garcia_02_tn.jpg', alt='Artwork 1')
img(src='./images/artwork/Lorenzo_Garcia_03_tn.jpg', alt='Artwork 2')
img(src='./images/artwork/Lorenzo_Garcia_04_tn.jpg', alt='Artwork 3')
img(src='./images/artwork/Hillary_Goldwynn_01_tn.jpg', alt='Artwork 4')
img(src='./images/artwork/Hillary_Goldwynn_02_tn.jpg', alt='Artwork 5')
img(src='./images/artwork/Hillary_Goldwynn_03_tn.jpg', alt='Artwork 6')
img(src='./images/artwork/Hillary_Goldwynn_04_tn.jpg', alt='Artwork 7')
img(src='./images/artwork/Hillary_Goldwynn_05_tn.jpg', alt='Artwork 8')
img(src='./images/artwork/Hillary_Goldwynn_06_tn.jpg', alt='Artwork 9')
img(src='./images/artwork/Hillary_Goldwynn_07_tn.jpg', alt='Artwork 10')
img(src='./images/artwork/Riley_Rewington_01_tn.jpg', alt='Artwork 11')
img(src='./images/artwork/Riley_Rewington_02_tn.jpg', alt='Artwork 12')
img(src='./images/artwork/Riley_Rewington_03_tn.jpg', alt='Artwork 13')
img(src='./images/artwork/Riley_Rewington_04_tn.jpg', alt='Artwork 14')
img(src='./images/artwork/Riley_Rewington_05_tn.jpg', alt='Artwork 15')
img(src='./images/artwork/Riley_Rewington_06_tn.jpg', alt='Artwork 16')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment