Skip to content

Commit f72463c

Browse files
authored
Update index.html
1 parent 4c71f7a commit f72463c

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

index.html

+18-5
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,34 @@
99
<!-- Bootstrap CSS -->
1010
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
1111

12+
<!-- Custom CSS -->
13+
<link href="style.css" rel="stylesheet">
14+
15+
1216
<title>JS Typewriter - Text Animation</title>
1317
</head>
1418

1519
<body>
16-
<h1>
17-
<a href="" class="typewrite" data-period="2000" data-type='[ "Hi, Im Sumon.", "I am Creative.", "I Love Design.", "I Love to Develop." ]'>
18-
<span class="wrap"></span>
19-
</a>
20-
</h1>
20+
21+
<main role="main" class="container">
22+
23+
<div class="starter-template">
24+
<h1 class="typewrite" data-period="2000" data-type='[ "Hi, Im Sumon.", "I am Creative.", "I Love Design.", "I Love to Develop." ]'>
25+
<span class="wrap"></span>
26+
</h1>
27+
</div>
28+
29+
</main>
30+
<!-- /.container -->
2131

2232
<!-- Optional JavaScript -->
2333
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
2434
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
2535
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
2636
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
37+
38+
<!-- JS Typewriter Text Animation Script -->
39+
<script src="typewriter.js"></script>
2740
</body>
2841

2942
</html>

0 commit comments

Comments
 (0)