-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (42 loc) · 1.02 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
45
46
<!DOCTYPE html>
<html>
<head>
<title>Kartikye Mittal</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<section id="first">
<div id="bg-2">
<div id="bg-3">
<div class="outer">
<h1>kartikye</h1>
<div class="typed">$</div>
<br>
<address>
<label>Student at UC Berkeley</label>
<br>
<label>Email: </label>
<br>
<a href="/blog">Blog</a>
</address>
</div>
</div>
</div>
</section>
<!--section id="second">
</section-->
</body>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script>
<script src="js/typed.js"></script>
<script type="text/javascript">
document.addEventListener('DOMContentLoaded', function(){
Typed.new('.typed', {
strings: ["Entrepreneur.", "Programmer.", "Designer."],
typeSpeed: 25,
loop: true
});
});
</script>
</html>