-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsidebar.html
72 lines (70 loc) · 2.06 KB
/
sidebar.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!doctype html>
<html lang="en">
<!-- borrowed from https://github.com/SiddhantSadangi/pdf-workdesk/tree/main/sidebar.html -->
<head>
<title>Sidebar content</title>
<meta charset="UTF-8" name="viewport" />
<link
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro"
rel="stylesheet"
type="text/css"
/>
<script src="https://code.iconify.design/2/2.1.2/iconify.min.js"></script>
</head>
<body style="background-color: transparent">
<div
style="
text-align: center;
font-size: 14px;
color: lightgray;
font-family: "Source Sans Pro", sans-serif;
"
>
<hr style="margin-bottom: 0%; margin-top: 0%" />
<br />
<b>v{VERSION}</b><br />
⭐ the repo to be notified of updates<br /><br />
<iframe
src="https://ghbtns.com/github-btn.html?user=Emilien-Foissotte&repo=carburoam&type=star&size=large"
frameborder="0"
width="70"
height="30"
title="GitHub"
></iframe
><br />
<br />
<hr style="margin-bottom: 0%; margin-top: 0%" />
<br />
Made with ❤️ by <b>Émilien Foissotte</b>
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.linkedin.com/in/emilien-foissotte44"
>
<span class="iconify-inline" data-icon="ion:logo-linkedin"></span
></a>
<a
target="_blank"
rel="noopener noreferrer"
href="https://emilien-foissotte.github.io/"
>
<span class="iconify-inline" data-icon="icomoon-free:blog"></span></a
><br />
<br />
<script
type="text/javascript"
src="https://cdnjs.buymeacoffee.com/1.0.0/button.prod.min.js"
data-name="bmc-button"
data-slug="emilienfoissotte"
data-color="#000000"
data-emoji=""
data-font="Cookie"
data-text="Buy me a coffee"
data-outline-color="#ffffff"
data-font-color="#ffffff"
data-coffee-color="#FFDD00"
></script>
<br />
</div>
</body>
</html>