Last active
September 2, 2019 04:53
-
-
Save sabesansathananthan/2ac3f7b9493e1e2157447484339579fe to your computer and use it in GitHub Desktop.
implement medium in your blog - front-end
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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