Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CSS/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,14 @@ font-family: 'Modak', sans-serif;

.button-primary:hover{
background:lightslategrey;}


p{
font-color:green;
font-family:'tahoma';
text-align:center;
top:80vh;
position:absolute;
right:0;
left:0;
font-family: 'Modak', sans-serif;}
6 changes: 4 additions & 2 deletions views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@
<img src="https://d13yacurqjgara.cloudfront.net/users/112162/screenshots/1130822/lifeline.gif" />
</div>
<div class="center">
<h1>HI, I'M MEDBOT - YOUR OWN VIRTUAL DOCTOR. </h1>
<h1>HI, I'M BansiBot - YOUR OWN VIRTUAL DOCTOR. </h1>
<h3>I am there to listen to anything you have to say and provide best possible remedies to your health related issues. So, let's start then, heh ? </h3>
<div class="button" >
<a class="button-primary" href="about.html" onclick="load()"> Talk to me! </a>
</div></div>
<audio autoplay>
<source src="Heartbeat SOUND EFFECT.mp3" type="audio/mpeg">
</audio>

<p>DON'T IGNORE YOUR HEALTH.</br> </br> Because an old saying goes :"" If wealth is lost,
nothing is lost; if character is lost, something is lost; if health is lost, everything is
lost.""</p>
</body>
</html>