Skip to content

Instantly share code, notes, and snippets.

@sabesansathananthan
Last active September 2, 2019 04:53
Show Gist options
  • Save sabesansathananthan/2ac3f7b9493e1e2157447484339579fe to your computer and use it in GitHub Desktop.
Save sabesansathananthan/2ac3f7b9493e1e2157447484339579fe to your computer and use it in GitHub Desktop.
implement medium in your blog - front-end
<body>
<div class="container mt-5 pt-5" id="medium">
<div class="jumbotron text-center">
<div id="logo"></div>
<h1 class="display-4 mb-3">@username's Posts</h1>
<a class="btn btn-outline-primary btn-lg" href="https://medium.com/@username" target="_blank" role="button">View all posts</a>
</div>
<div class="row" id="jsonContent">
</div>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment