-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·70 lines (55 loc) · 2.74 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<title>DASM</title>
<script src="typed.js" type="text/javascript"></script>
<script src="chatbotp1.js"></script>
<link href="style.css" rel="stylesheet"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
</head>
<body style="overflow: hidden; ">
<div id="nav1" style="height: 25px;width: 100%; background-color: black; color: white;font-size: 17px;">
<span style="margin-left: 3%; font-weight: lighter; padding-top: 17px;">Dehradun | English | <span style="color: red; font-size: px;">♥</span></span>
<span style="float: right;margin-right: 3%; font-weight: lighter; padding-top: 5px;">22nd February 2019</span>
</div>
<div class="navbar" style="margin-top: 20px; font-weight: bolder;">
<span>
<ul style="list-style-type: none; display: inline-flex; font-weight: bolder;">
<li style="font-size: 30px; margin-top: 23.4%">
<a href="about.html" style="color: black;">ABOUT </a>
</li>
<li style="margin:0px;">
<a href="index.html"><img src="12.png" style="width: 150px; height: 150px;"></a>
</li>
<li style="font-size: 30px; margin-top: 23.4%; margin-left: 3%">
<a href="help.html" style="color: black;">HELP</a>
</li>
</ul>
</span>
</div>
<div style="margin-top: 15%; margin-left: 17%; font-size: 20px; font-weight: lighter; height: 100px; width:60%; background-color: #eeffcc; padding:30px; border-radius: 10px; box-shadow: 10px; z-index: 100; margin-bottom: 4%;">
<span id="typed" style="white-space:pre; z-index:100;"></span>
<script>
var options = {
strings: ["Hi My Name is DASM.I am Here to help you.I am your friend just talk to me about anything\nand everything.And I will give answers to all the stress related problems you have."],
typeSpeed: 225,
backDelay: 500, // pause before backspacing
callback: function () { $(this) }
}
var typed = new Typed("#typed", options);
</script>
</div>
<span style="margin-top: 90%;"><center><button style="height: 50px; width: 170px; color: white; background-color: blue; font-size: 25px; font-weight: bolder; border-radius: 7px;border:none;"><a href="chatbot.html">Let's Chat</a></button></center></span>
</div>
<div id="footer" style="height: 30px;
font-size: 15px;
color: white;
background-color: black;
width: 100%;
margin-bottom: 0px;
margin-top: 213px;">
<center><p>Made With <span style="color: red;">♥ </span>and 🔥 by <bold>Kabir Jaiswal, Aakash Bhatnagar, Abhishekh Gupta.</bold></p></center>
</div>
</body>
</html>