scala-news-reader

rss/atom news reader in scala

git clone https://9o.is/git/scala-news-reader.git

commit 97a36f46162794a05ef81244fae761bce24dbc45
parent ac7267448365e1d8a72969e6a30c02f07015e049
Author: Jul <jul@9o.is>
Date:   Sun, 11 Aug 2013 18:51:55 -0400

moved index images to s3

Diffstat:
Dsrc/main/webapp/img/features/categories.jpg | 0
Dsrc/main/webapp/img/features/profile-phone.jpg | 0
Dsrc/main/webapp/img/features/reader-ipad.jpg | 0
Dsrc/main/webapp/img/features/share-laptop1.jpg | 0
Dsrc/main/webapp/img/features/video1.jpg | 0
Dsrc/main/webapp/img/features/writers-8.jpg | 0
Msrc/main/webapp/index.html | 12++++++------
7 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/webapp/img/features/categories.jpg b/src/main/webapp/img/features/categories.jpg Binary files differ. diff --git a/src/main/webapp/img/features/profile-phone.jpg b/src/main/webapp/img/features/profile-phone.jpg Binary files differ. diff --git a/src/main/webapp/img/features/reader-ipad.jpg b/src/main/webapp/img/features/reader-ipad.jpg Binary files differ. diff --git a/src/main/webapp/img/features/share-laptop1.jpg b/src/main/webapp/img/features/share-laptop1.jpg Binary files differ. diff --git a/src/main/webapp/img/features/video1.jpg b/src/main/webapp/img/features/video1.jpg Binary files differ. diff --git a/src/main/webapp/img/features/writers-8.jpg b/src/main/webapp/img/features/writers-8.jpg Binary files differ. diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html @@ -35,7 +35,7 @@ style="background-color: #1E7697; color: #fff"> <div class="text">Discover blog writers by your favorite categories.</div> - <img src="/img/features/categories.jpg" + <img src="https://s3.amazonaws.com/readmeans/index/categories.jpg" alt="Search by categories" /> </div> </div> @@ -45,7 +45,7 @@ style="background-color: #FDA348; color: #fff"> <div class="text">Save and share articles with your Facebook and Read Means friends</div> - <img src="/img/features/share-laptop1.jpg" + <img src="https://s3.amazonaws.com/readmeans/index/share-laptop1.jpg" alt="Share and Save articles" /> </div> </div> @@ -59,7 +59,7 @@ style="background-color: #84D5F4; color: #fff; height: 700px"> <div class="text">Follow blog writers and view all their articles plus the writers they follow.</div> - <img src="/img/features/profile-phone.jpg" + <img src="https://s3.amazonaws.com/readmeans/index/profile-phone.jpg" alt="Follow blog writers and view who they follow." /> </div> </div> @@ -77,7 +77,7 @@ about the writer's purpose.</div> </div> <div class="span8"> - <img src="/img/features/video1.jpg" alt="Watch quick videos" /> + <img src="https://s3.amazonaws.com/readmeans/index/video1.jpg" alt="Watch quick videos" /> </div> </div> @@ -93,7 +93,7 @@ <div class="span12 offset0 content" style="background-color: #FB840B; color: #fff; height: 700px"> <div class="text">Beautiful. Casual. Simple. Clean. Fun.</div> - <img src="/img/features/reader-ipad.jpg" + <img src="https://s3.amazonaws.com/readmeans/index/reader-ipad.jpg" alt="Simple. Casual. Simple. Clean. Fun." /> </div> </div> @@ -103,7 +103,7 @@ style="background-color: #00c7e1; color: #fff; height: 700px"> <div class="text">Explore a category and preview 8 chosen writers</div> - <img src="/img/features/writers-8.jpg" + <img src="https://s3.amazonaws.com/readmeans/index/writers-8.jpg" alt="Explore writers by category." /> </div> </div>