aboutsummaryrefslogtreecommitdiff
path: root/generate.sh
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-03-11 17:46:32 +0000
committerAkshay <[email protected]>2020-03-11 17:46:32 +0000
commit64cc97395d0541c1bbfc1df58f0351d9b8332c6b (patch)
treee8774465bcc95105aa7c5917c1394b572b11cef4 /generate.sh
parent9c68e23f075de3d589dfc3919fe3d5772e1a6269 (diff)
add intro
Diffstat (limited to 'generate.sh')
-rwxr-xr-xgenerate.sh34
1 files changed, 25 insertions, 9 deletions
diff --git a/generate.sh b/generate.sh
index 57599d8..ccae2dd 100755
--- a/generate.sh
+++ b/generate.sh
@@ -42,6 +42,11 @@ link_wrapper() {
42 " 42 "
43} 43}
44 44
45intro() {
46 echo -ne "
47 "
48}
49
45cat > ./docs/index.html << EOF 50cat > ./docs/index.html << EOF
46<!DOCTYPE html> 51<!DOCTYPE html>
47<html lang="en"> 52<html lang="en">
@@ -63,6 +68,17 @@ cat > ./docs/index.html << EOF
63 <div class="posts"> 68 <div class="posts">
64 <div class="post"> 69 <div class="post">
65 <div class="separator"></div> 70 <div class="separator"></div>
71 <div class="intro">
72 Hi.
73 <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p>
74 <p>
75 I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer.
76 I write open-source stuff to pass time. I also design fonts: scientifica, curie.
77 Things I find cool usually end up here.
78 </p>
79 <p>Get in touch at [email protected] or [email protected].</p>
80 </div>
81 <div class="separator"></div>
66 <table> 82 <table>
67EOF 83EOF
68 84
@@ -106,17 +122,17 @@ done
106cat >> ./docs/index.html << EOF 122cat >> ./docs/index.html << EOF
107 </table> 123 </table>
108 <div class="separator"></div> 124 <div class="separator"></div>
109 <div class="footer"> 125 <div class="footer">
110 <a href="https://github.com/nerdypepper">Github</a> · 126 <a href="https://github.com/nerdypepper">Github</a> ·
111 <a href="https://twitter.com/N3rdyP3pp3r">Twitter</a> · 127 <a href="https://twitter.com/N3rdyP3pp3r">Twitter</a> ·
112 <a href="mailto:[email protected]">Mail</a> · 128 <a href="mailto:[email protected]">Mail</a> ·
113 <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> · 129 <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> ·
114 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> 130 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
115 <img class="footimgs" src="https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg"> 131 <img class="footimgs" src="https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg">
116 </a> 132 </a>
117 </div>
118 </div> 133 </div>
119 </div> 134 </div>
135</div>
120</body> 136</body>
121</html> 137</html>
122EOF 138EOF