Skip to content

Commit

Permalink
cleaned some shit up
Browse files Browse the repository at this point in the history
  • Loading branch information
nalrayes committed Apr 2, 2018
1 parent bbbd0d3 commit f0f68ed
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 26 deletions.
52 changes: 26 additions & 26 deletions frontend/src/react-images/src/ImageDetails.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -39,32 +39,32 @@ class ImageDetails extends Component {
// ) // )
return( return(
<div className={css(this.classes.gapContainer)}> <div className={css(this.classes.gapContainer)}>
<div className={css(this.classes.detailsContainer)}> <div className={css(this.classes.detailsContainer)}>
<div className={css(this.classes.details)}> <div className={css(this.classes.details)}>
<p className={css(this.classes.titleParagraph)}> <p className={css(this.classes.titleParagraph)}>
<span className={css(this.classes.title)}> <span className={css(this.classes.title)}>
{imageDetails[currentImage].title} {imageDetails[currentImage].title}
</span> </span>
<span className={css(this.classes.date)}>, June 2017</span> <span className={css(this.classes.date)}>, June 2017</span>
<br /> <br />
<span className={css(this.classes.location)}> {imageDetails[currentImage].location} </span> <span className={css(this.classes.location)}> {imageDetails[currentImage].location} </span>
</p> </p>
<p className={css(this.classes.descriptionParagraph)}> <p className={css(this.classes.descriptionParagraph)}>
I randomly took this picture while in the car with my pal Moni while she was showing me around San Fransisco. This kind of happened by accident but turned out great, I love the way the light sort of fades out the powerlines and creates a cool shadow over the church. I was listening Madvilliany for the millionth time here, and Rainbows is a strange singy interlude that takes you into my favorite track in the album. <br /> I randomly took this picture while in the car with my pal Moni while she was showing me around San Fransisco. This kind of happened by accident but turned out great, I love the way the light sort of fades out the powerlines and creates a cool shadow over the church. I was listening Madvilliany for the millionth time here, and Rainbows is a strange singy interlude that takes you into my favorite track in the album. <br />
</p> </p>
<br /> <br />
<p className={css(this.classes.footerParagraph)}> <p className={css(this.classes.footerParagraph)}>
Taken at 1.0f, 1/60s, 350 ISO. Taken at 1.0f, 1/60s, 350 ISO.
<br /> <br />
{takenOn} {takenOn}
</p> </p>
</div> </div>
</div> </div>
<div className={css(this.classes.detailsContainerWithGap)}> <div className={css(this.classes.detailsContainerWithGap)}>
<div className={css(this.classes.centerMe)}> <div className={css(this.classes.centerMe)}>
<iframe title='Song' src={imageDetails[currentImage].spotifyURL} width="100%" height="80" frameborder="0" allowtransparency="true"></iframe> <iframe title='Song' src={imageDetails[currentImage].spotifyURL} width="100%" height="80" frameborder="0" allowtransparency="true"></iframe>
</div> </div>
</div> </div>
</div> </div>
) )
} }
Expand Down
7 changes: 7 additions & 0 deletions frontend/src/react-images/src/icons/exitDetails.js
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,7 @@
export default (fill) => (
`<svg fill="${fill}" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" width="100%" height="100%" viewBox="0 0 408 408" style="enable-background:new 0 0 408 408;" xml:space="preserve">
<path d="M447.9,368.2c0-16.8,3.6-83.1-48.7-135.7c-35.2-35.4-80.3-53.4-143.3-56.2V96L64,224l192,128v-79.8 c40,1.1,62.4,9.1,86.7,20c30.9,13.8,55.3,44,75.8,76.6l19.2,31.2H448C448,389.9,447.9,377.1,447.9,368.2z"/>
</svg>`
);


Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f0f68ed

Please sign in to comment.