diff options
author | Akshay <[email protected]> | 2020-03-11 17:46:32 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-03-11 17:46:32 +0000 |
commit | 64cc97395d0541c1bbfc1df58f0351d9b8332c6b (patch) | |
tree | e8774465bcc95105aa7c5917c1394b572b11cef4 /docs | |
parent | 9c68e23f075de3d589dfc3919fe3d5772e1a6269 (diff) |
add intro
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 29 | ||||
-rw-r--r-- | docs/style.css | 10 |
2 files changed, 29 insertions, 10 deletions
diff --git a/docs/index.html b/docs/index.html index a83fb3a..dce846c 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -18,6 +18,17 @@ | |||
18 | <div class="posts"> | 18 | <div class="posts"> |
19 | <div class="post"> | 19 | <div class="post"> |
20 | <div class="separator"></div> | 20 | <div class="separator"></div> |
21 | <div class="intro"> | ||
22 | Hi. | ||
23 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> | ||
24 | <p> | ||
25 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. | ||
26 | I write open-source stuff to pass time. I also design fonts: scientifica, curie. | ||
27 | Things I find cool usually end up here. | ||
28 | </p> | ||
29 | <p>Get in touch at [email protected] or [email protected].</p> | ||
30 | </div> | ||
31 | <div class="separator"></div> | ||
21 | <table> | 32 | <table> |
22 | 33 | ||
23 | <tr> | 34 | <tr> |
@@ -208,16 +219,16 @@ | |||
208 | </tr> | 219 | </tr> |
209 | </table> | 220 | </table> |
210 | <div class="separator"></div> | 221 | <div class="separator"></div> |
211 | <div class="footer"> | 222 | <div class="footer"> |
212 | <a href="https://github.com/nerdypepper">Github</a> · | 223 | <a href="https://github.com/nerdypepper">Github</a> · |
213 | <a href="https://twitter.com/N3rdyP3pp3r">Twitter</a> · | 224 | <a href="https://twitter.com/N3rdyP3pp3r">Twitter</a> · |
214 | <a href="mailto:[email protected]">Mail</a> · | 225 | <a href="mailto:[email protected]">Mail</a> · |
215 | <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> · | 226 | <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> · |
216 | <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> | 227 | <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> |
217 | <img class="footimgs" src="https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg"> | 228 | <img class="footimgs" src="https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg"> |
218 | </a> | 229 | </a> |
219 | </div> | ||
220 | </div> | 230 | </div> |
221 | </div> | 231 | </div> |
232 | </div> | ||
222 | </body> | 233 | </body> |
223 | </html> | 234 | </html> |
diff --git a/docs/style.css b/docs/style.css index 86dcb3b..e7e5335 100644 --- a/docs/style.css +++ b/docs/style.css | |||
@@ -105,6 +105,14 @@ hr { | |||
105 | border-top: 2px solid var(--dark-white); | 105 | border-top: 2px solid var(--dark-white); |
106 | } | 106 | } |
107 | 107 | ||
108 | .intro { | ||
109 | font-size: 0.9rem; | ||
110 | overflow: auto; | ||
111 | padding: 0rem; | ||
112 | margin: 1rem 0rem; | ||
113 | font-family: 'Inter', sans-serif; | ||
114 | } | ||
115 | |||
108 | .heading { | 116 | .heading { |
109 | margin: 0 auto; | 117 | margin: 0 auto; |
110 | color: var(--black); | 118 | color: var(--black); |
@@ -202,7 +210,7 @@ pre > code { | |||
202 | } | 210 | } |
203 | 211 | ||
204 | .footer { | 212 | .footer { |
205 | font-size: 0.7rem; | 213 | font-size: 0.9rem; |
206 | text-align: center; | 214 | text-align: center; |
207 | } | 215 | } |
208 | 216 | ||