aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-05-29 13:45:50 +0100
committerAkshay <[email protected]>2020-05-29 13:45:50 +0100
commit7a3cbcadb3252aed201c52ae1b2dad0f0b2efbba (patch)
tree87873c953ebaa202788ba3186bda9564252d1628
parentbc27a5c7b1bd4138076c3c1e7c19dc69cc097443 (diff)
remove twitter link, move to mastodon
-rw-r--r--docs/index.html5
-rwxr-xr-xgenerate.sh5
2 files changed, 6 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html
index 24d080e..f57e8a2 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1,6 +1,7 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<html lang="en"> 2<html lang="en">
3<head> 3<head>
4<a rel="me" href="https://freeradical.zone/@NerdyPepper">Mastodon</a>
4<link rel="stylesheet" href="./style.css"> 5<link rel="stylesheet" href="./style.css">
5<meta charset="UTF-8"> 6<meta charset="UTF-8">
6<meta name="viewport" content="initial-scale=1"> 7<meta name="viewport" content="initial-scale=1">
@@ -290,8 +291,8 @@
290 <div class="separator"></div> 291 <div class="separator"></div>
291 <div class="footer"> 292 <div class="footer">
292 <a href="https://github.com/nerdypepper">Github</a> · 293 <a href="https://github.com/nerdypepper">Github</a> ·
293 <a href="https://twitter.com/N3rdyP3pp3r">Twitter</a> · 294 <a rel="me" href="https://freeradical.zone/@NerdyPepper">Mastodon</a>
294 <a href="mailto:nerdypepper@tuta.io">Mail</a> · 295 <a href="mailto:nerdy@peppe.rs">Mail</a> ·
295 <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> · 296 <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> ·
296 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> 297 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
297 <img class="footimgs" src="https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg"> 298 <img class="footimgs" src="https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg">
diff --git a/generate.sh b/generate.sh
index 487bbc1..ccfd1ae 100755
--- a/generate.sh
+++ b/generate.sh
@@ -64,6 +64,7 @@ cat > ./docs/index.html << EOF
64<!DOCTYPE html> 64<!DOCTYPE html>
65<html lang="en"> 65<html lang="en">
66<head> 66<head>
67<a rel="me" href="https://freeradical.zone/@NerdyPepper">Mastodon</a>
67<link rel="stylesheet" href="./style.css"> 68<link rel="stylesheet" href="./style.css">
68<meta charset="UTF-8"> 69<meta charset="UTF-8">
69<meta name="viewport" content="initial-scale=1"> 70<meta name="viewport" content="initial-scale=1">
@@ -131,8 +132,8 @@ cat >> ./docs/index.html << EOF
131 <div class="separator"></div> 132 <div class="separator"></div>
132 <div class="footer"> 133 <div class="footer">
133 <a href="https://github.com/nerdypepper">Github</a> · 134 <a href="https://github.com/nerdypepper">Github</a> ·
134 <a href="https://twitter.com/N3rdyP3pp3r">Twitter</a> · 135 <a rel="me" href="https://freeradical.zone/@NerdyPepper">Mastodon</a>
135 <a href="mailto:nerdypepper@tuta.io">Mail</a> · 136 <a href="mailto:nerdy@peppe.rs">Mail</a> ·
136 <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> · 137 <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> ·
137 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> 138 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
138 <img class="footimgs" src="https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg"> 139 <img class="footimgs" src="https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg">