-
Notifications
You must be signed in to change notification settings - Fork 51
/
index.html
44 lines (41 loc) · 1.37 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
layout: home
title: Anudit Verma
subtitle: Let me introduce you to my geek side!
meta-title: "Hi, I'm Anudit"
use-site-title: true
title-off-on-page: true
cover-img:
- "/assets/img/nebula_NGC_3132.jpg" : "The Southern Ring Nebula"
share-img: https://www.anudit.in/assets/img/av.jpg
---
<!-- Typed.js -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<div class="mobile-js-hide">
<div class="row">
<div class="col-sm-12">
<div class="text-center">
<div id="content">
<h1>I write about <span id="typed" style="color:#890000"></span></h1>
<div id="typed-strings">
<p>Technology.</p>
<p>Open Source.</p>
<p>Mathematics.</p>
<p>Space and the Cosmos.</p>
<p>Science.</p>
<p>Art.</p>
<p>Linux.</p>
</div>
<script>
var typed = new Typed('#typed', {
stringsElement: '#typed-strings',
typeSpeed: 90,
loop: true,
backDelay: 1000
});
</script>
</div>
</div>
</div>
</div>
</div>