8000 Added goodreads widget by bashmakoff · Pull Request #1 · bashjs/bashjs.github.io · GitHub
[go: up one dir, main page]

Skip to content

Added goodreads widget #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 22, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Added goodreads widget
  • Loading branch information
bashjs committed Dec 22, 2016
commit 2bfb998387c4caa06ffe705d89cebb6ad7e4ff2d
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset='utf-8'>
<title>Eugene Bashmakov</title>
<style>.card,body{display:flex;align-content:center}html{height:100%}body{margin:0;background:#111;color:#fff;font-family:'Courier New',Courier,monospace;align-items:center;justify-content:center;min-height:100%}a{color:#add8e6}a:hover{color:#fff;text-decoration:none}.card{align-items:center;justify-content:center}.card__photo{border-radius:50%;width:100px;height:100px;margin-right:15px;display:block}.card__title{margin:0}.card__title-description{display:block;margin-bottom:15px}.card__contacts{list-style:none;padding:0;margin:0}.card__contacts-item{display:inline}.card__contacts-item::after{content:' |'}.card__contacts-item:last-child::after{content:'';display:none}</style>
<style>.card,body{display:flex;align-content:center}html{height:100%}body{margin:0;background:#111;color:#fff;font-family:'Courier New',Courier,monospace;align-items:center;justify-content:center;min-height:100%;flex-direction:column}a{color:#add8e6}a:hover{color:#fff;text-decoration:none}.card{align-items:center;justify-content:center}.card__photo{border-radius:50%;width:100px;height:100px;margin-right:15px;display:block}.card__title{margin:0}.card__title-description{display:block;margin-bottom:15px}.card__contacts{list-style:none;padding:0;margin:0}.card__contacts-item{display:inline}.card__contacts-item::after{content:' |'}.card__contacts-item:last-child::after{content:'';display:none}.gr_custom_container_1482436606{padding:10px 5px;background-color:transparent;color:#fff;width:420px}.gr_custom_container_1482436606 a{text-decoration:none}.gr_custom_container_1482436606 a:hover{text-decoration:underline}.gr_custom_header_1482436606{border-bottom:1px solid gray;width:100%;margin-bottom:5px;text-align:center;font-size:120%}.gr_custom_each_container_1482436606{width:100%;clear:both;margin-bottom:4px;overflow:auto;padding-bottom:4px;border-bottom:1px solid #aaa}.gr_custom_book_container_1482436606{overflow:hidden;height:60px;float:left;margin-right:8px;width:39px}.gr_custom_author_1482436606{font-size:10px}.gr_custom_tags_1482436606{font-size:10px;color:gray}.gr_custom_rating_1482436606{float:right}</style>
</head>
<body>
<figure class="card">
Expand All @@ -19,5 +19,7 @@ <h1 class="card__title">Eugene Bashmakov</h1>
</ul>
</figcaption>
</figure>
<div id="gr_custom_widget_1482436606"></div>
<script src="https://www.goodreads.com/review/custom_widget/62499971.Eugene's%20bookshelf:%20read?cover_position=left&cover_size=small&num_books=100&order=a&shelf=read&show_author=1&show_cover=1&show_rating=0&show_review=1&show_tags=1&show_title=1&sort=date_added&widget_bg_color=FFFFFF&widget_bg_transparent=true&widget_border_width=none&widget_id=1482436606&widget_text_color=000000&widget_title_size=medium&widget_width=wide" type="text/javascript" charset="utf-8"></script>
</body>
</html>
0