-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsidebar.html
20 lines (20 loc) · 1 KB
/
sidebar.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<div class="cb-sidebar hidden">
<div id='cb-sidebar-container'>
<div class="cb-sidebar-close">
<i class="fa fa-times"></i>
</div>
<div class="cb-header">Personal Notes (via Evernote)</div>
<input type="button" class="authorize-evernote" value="Authorize Evernote">
<br>
<textarea class="evernote-body" placeholder="Enter notes here! These notes will be saved in your Evernote account. They will always be here when you come back to this page."></textarea>
<br>
<input type="button" class="create-note" value="Save note" style="display: none;">
<div id="cb-crunchbase-info">
<div class="cb-header"><img src="https://upload.wikimedia.org/wikipedia/commons/b/b7/CrunchBase_logo.png" style="width: 90px;"></div>
<img class="cb-loading-circle" src="https://2.bp.blogspot.com/-N6i5LzSvGQc/UhQwaKxgQvI/AAAAAAAABk4/Wct3aFlY5jY/s1600/loading.gif">
<div class="cb-loaded-data companyTooltipInner"></div>
</div>
<div id="cb-wayback-info">
</div>
</div>
</div>