Skip to content

Commit

Permalink
update the portal
Browse files Browse the repository at this point in the history
  • Loading branch information
harveyaot committed May 23, 2016
1 parent cda529b commit c2e3593
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
9 changes: 4 additions & 5 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ var overview = function(sess){
actions:[
{ title : 'Introduction'},
{ title : 'History', url : 'https://en.wikipedia.org/wiki/Forbidden_City#History'},
{ title : 'Influence', url : 'https://en.wikipedia.org/wiki/Forbidden_City#Influence'},
{ title : 'Photos', url: 'https://www.flickr.com/search/?text=forbidden%20city'}
{ title : 'Photos', url: 'https://www.flickr.com/groups/forbiddencity/pool/'}

]
})
Expand Down Expand Up @@ -112,9 +111,9 @@ var figureAnswer = function(name,sess){
})
.addAttachment({
actions:[
{ title : 'Introduction'},
{ title : 'history'},
{ title : 'See Wikipedida'}
{ title : 'Introduction', url: 'https://en.wikipedia.org/wiki/Empress_Dowager_Cixi'},
{ title : 'history', url : 'https://en.wikipedia.org/wiki/Empress_Dowager_Cixi#history'},
{ title : 'See Wikipedida', url : 'https://en.wikipedia.org/wiki/Empress_Dowager_Cixi'}

]
})
Expand Down
15 changes: 10 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,22 @@ <h1 class="cover-heading" >Xiao Bai</h1>
<iframe height=520 width=400 src='https://webchat.botframework.com/embed/itravelbot?s=b_sACr9G9FY.cwA.pu4.EkH-uKM8FgOoSVyQ2MAlBGnedr0ZbAYRdMwdYm_TUpA'></iframe>
</div>
<div class="col-md-5">
<p class="hint"><font face="verdana" color="#000066">This demo is just for showing our bot idea. The data behind it are all made up. We will connet XiaoBai with true intelligence later before July 25.<br><br>
You can say hi,chat with him on topics about forbidden city.<b>e.g.:</b><br><br></font>
<p class="hint">
<font face="verdana" color="#000066"><i>Instructions:</i><br>This demo is just for showing our bot idea. The data behind it are all made up. We will connet XiaoBai with true intelligence later before July 25.<br><br>
You can say hi,chat with him on topics about forbidden city.<b>e.g.:</b><br></font>
<i>1. I am in Forbidden city now.<br>
2. How many rooms are here?<br>
3. How many emperors of qing dynasty? <br>
4. Who is CiXi? <br>
5. Are some movies related about here? <br>
6. Anything else?<br>
7. OK,Thanks. <br>
8. You can also upload an picture to let him recognize<br>
</i>
7. OK,Thanks. <br><br>
</i>
<font face="verdana" color="#000066">Other than Talk,You can also:<br> </font>
<i>
1. Upload an picture to let him recognize<br>
2. Talk him on <a href="https://www.facebook.com/itravelbot">Facebook </a> and Messenger (search,travelbot)<br>
</i>
</p>


Expand Down

0 comments on commit c2e3593

Please sign in to comment.