diff options
-rw-r--r-- | app/TODO | 50 | ||||
-rw-r--r-- | design/sass/_inbox.scss | 3 | ||||
-rw-r--r-- | design/templates/details/elliottvideos.html | 6 |
3 files changed, 29 insertions, 30 deletions
@@ -16,14 +16,8 @@ fix amp support by sanitizing html: https://github.com/duner/django-bluebox/blob/master/bluebox/converters/sanitizer.py --- -resume -add build script - - ---- - -src +#src clean up design of book detail handle callbacks from paypal to deliver the book and link to files: @@ -34,40 +28,40 @@ redirect lhp: home, book and rss --- -notes - -revamp notes to be like my own personal instagram -''' -2) test urlize with markdown links -3) parse out markdown wrapped links for twitter -4) CSS -6) Write JavaScript to automatically place map on current location -''' +# figments +iron out templates and push first piece live. --- -birds app: - -Finish detail template -write build script +# photos: +Okay we're uploading/creating galleries/adding images ---- +Then resize all images for responsive gallery. -figments +Then play with gallery templates and add a template selecter to form. -iron out templates and push first piece live. +like this full width design: http://www.photobyrichard.com/photobyrichard/page/2/ --- -photos: +# birds app: -Okay we're uploading/creating galleries/adding images +Finish detail template +write build script -Then resize all images for responsive gallery. -Then play with gallery templates and add a template selecter to form. +--- + +# notes + +revamp notes to be like my own personal instagram +''' +2) test urlize with markdown links +3) parse out markdown wrapped links for twitter +4) CSS +6) Write JavaScript to automatically place map on current location +''' -like this full width design: http://www.photobyrichard.com/photobyrichard/page/2/ diff --git a/design/sass/_inbox.scss b/design/sass/_inbox.scss index d58c539..7b55272 100644 --- a/design/sass/_inbox.scss +++ b/design/sass/_inbox.scss @@ -9,3 +9,6 @@ text-align: left; } } +.videos { + @include constrain_wide; +} diff --git a/design/templates/details/elliottvideos.html b/design/templates/details/elliottvideos.html index a91136c..6568d64 100644 --- a/design/templates/details/elliottvideos.html +++ b/design/templates/details/elliottvideos.html @@ -36,7 +36,9 @@ <li><a href="/" title="luxagraf homepage" itemprop="url"><span itemprop="title">Home</span></a> → </li> <li>{{object.title}}</li> </ul> - <div role="main"> + <main> + <div class="videos"> {{object.body_html|safe}} - </div> + </div> + </main> {% endblock %} |