aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-01-26 07:36:45 +0000
committerAkshay <[email protected]>2020-01-26 07:36:45 +0000
commit6ef8d7939785721f335e2eb6706beb77c8b96908 (patch)
treed5b59ae9da6533b0320db78025b5d6caa82d7ad7 /docs
parentf402eac6af46406ea180baa402288654891680c3 (diff)
add creativecommons license
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html14
-rw-r--r--docs/style.css9
2 files changed, 16 insertions, 7 deletions
diff --git a/docs/index.html b/docs/index.html
index 72e6015..d6eb27d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -160,13 +160,13 @@
160 160
161<div class=separator></div> 161<div class=separator></div>
162<div class=footer> 162<div class=footer>
163 <a href=https://github.com/nerdypepper>Github</a> 163 <a href=https://github.com/nerdypepper>Github</a> ·
164 · 164 <a href=https://twitter.com/N3rdyP3pp3r>Twitter</a> ·
165 <a href=https://twitter.com/N3rdyP3pp3r>Twitter</a> 165 <a href=mailto:nerdypepper@tuta.io>Mail</a> ·
166 · 166 <a href=https://linkedin.com/in/nerdypepper>LinkedIn</a> ·
167 <a href=mailto:nerdypepper@tuta.io>Mail</a> 167 <a href=https://creativecommons.org/licenses/by-nc-sa/4.0/>
168 · 168 <img class=footimgs src=https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg>
169 <a href=https://linkedin.com/in/nerdypepper>LinkedIn</a> 169 </a>
170</div> 170</div>
171</div> 171</div>
172</body> 172</body>
diff --git a/docs/style.css b/docs/style.css
index bd380e7..6a25373 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -139,6 +139,7 @@ a, a:hover, a:visited, a:active {
139 text-decoration: none; 139 text-decoration: none;
140 color: var(--black); 140 color: var(--black);
141 text-shadow: none; 141 text-shadow: none;
142 text-align: center;
142 font-weight: 800; 143 font-weight: 800;
143 font-size: 1.5rem; 144 font-size: 1.5rem;
144} 145}
@@ -197,3 +198,11 @@ pre > code {
197 font-size: 0.7rem; 198 font-size: 0.7rem;
198 text-align: center; 199 text-align: center;
199} 200}
201
202.footimgs {
203 max-height: 0.7rem;
204 display: inline-block;
205 vertical-align: middle;
206 image-orientation: from-image;
207 cursor: pointer;
208}