diff options
-rw-r--r-- | docs/index.html | 14 | ||||
-rw-r--r-- | docs/style.css | 9 | ||||
-rwxr-xr-x | generate.sh | 14 |
3 files changed, 23 insertions, 14 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 | } | ||
diff --git a/generate.sh b/generate.sh index 7bbe3c1..a326059 100755 --- a/generate.sh +++ b/generate.sh | |||
@@ -111,13 +111,13 @@ done | |||
111 | echo " | 111 | echo " |
112 | <div class="separator"></div> | 112 | <div class="separator"></div> |
113 | <div class="footer"> | 113 | <div class="footer"> |
114 | <a href="https://github.com/nerdypepper">Github</a> | 114 | <a href="https://github.com/nerdypepper">Github</a> · |
115 | · | 115 | <a href="https://twitter.com/N3rdyP3pp3r">Twitter</a> · |
116 | <a href="https://twitter.com/N3rdyP3pp3r">Twitter</a> | 116 | <a href="mailto:nerdypepper@tuta.io">Mail</a> · |
117 | · | 117 | <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> · |
118 | <a href="mailto:nerdypepper@tuta.io">Mail</a> | 118 | <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> |
119 | · | 119 | <img class="footimgs" src="https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg"> |
120 | <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> | 120 | </a> |
121 | </div> | 121 | </div> |
122 | </div> | 122 | </div> |
123 | </body> | 123 | </body> |