diff --git a/flask_website/listings/projects.py b/flask_website/listings/projects.py index f9851f11..e34704f4 100644 --- a/flask_website/listings/projects.py +++ b/flask_website/listings/projects.py @@ -154,7 +154,13 @@ projects = { Project('Have they emailed me?', 'http://emailed-me.appspot.com/', '''
A mini-site for checking Google's GMail feed with Oauth. - ''', source='http://github.com/lincolnloop/emailed-me') + ''', source='http://github.com/lincolnloop/emailed-me'), + Project('Remar.kZ', 'http://remar.kz/', ''' +
+ Sometimes you use someone else's computer and find something + neat and interesting. Store it on Remar.kZ without having + to enter your credentials. + ''', source='http://bitbucket.org/little_arhat/remarkz') ] }