Skip to content

Commit

Permalink
new link to devcup
Browse files Browse the repository at this point in the history
  • Loading branch information
athanhcong committed Jul 17, 2013
1 parent c033645 commit 4e82119
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/tumblr/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ app.updatePostWithNoteAndId = function(user, tumblrPostId, evernoteNote, callbac
'evernoteUserId': user.evernoteId
, 'evernoteGuid' : evernoteNote.guid
, 'evernote.note' : evernoteNote
, 'tumblr.post' : tumblrPostResponse
, 'tumblr.post' : tumblrPostResponse
, 'evernoteUpdated' : evernoteNote.updated
, 'updated' : new Date()
};
Expand Down
2 changes: 1 addition & 1 deletion views/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2>How the "magic" happens?</h2>
Whenever you create or edit a new note inside this special "BlogWith" notebook, BlogWith will sync your note to your blog.
</p>
<h2>Simple and pleasant way to add image into a post</h2>
<p>Just drag and drop into Evernote. <strike>No more uploading then inserting links.</strike><br/>
<p>Just drag and drop your images into Evernote. <strike>No more uploading then inserting links.</strike><br/>
<i>(To make the image faster displayed for readers, you may consider to resize the image before adding it into Evernote)</i>
</p>
<h2>Edit a post is easier than ever.</h2>
Expand Down
4 changes: 2 additions & 2 deletions views/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
</div>
<!-- Banner -->
<div class="footer banner">
<a target="_blank" href="https://www.hackerleague.org/hackathons/evernote-devcup-2013/hacks/blogwith">
<a target="_blank" href="http://by.blogwith.co/post/55692461741/vote-for-blogwith-in-the-international-evernote-devcup">
<div class="container" style="padding-top:8px;">
<img alt="Medium" align="middle" src="https://s3.amazonaws.com/hackerleague/organizations/logos/5112996bdff11d65a800001e/medium.png?1362953837" width="100px" height="32px">
<span class="credit">Support BlogWith in Evernote DevCup. We need your love!</span>
<span class="credit">Vote for BlogWith in the Evernote DevCup. We need your love!</span>
</div>
</a>
</div>
Expand Down

0 comments on commit 4e82119

Please sign in to comment.