Skip to content

Commit

Permalink
updated some landing page details
Browse files Browse the repository at this point in the history
;
  • Loading branch information
lackdaz committed Jun 1, 2017
1 parent a9b74ee commit 6e4fc92
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 18 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ width: 100%;}
7) Contant-2 Start
===========================*/

#contant-2{background: #F2F9FE;padding: 80px 0px}
#contant-2{padding: 80px 0px}
#contant-2 .block-left{}
.contant-2-img{}
#contant-2 .block-right{}
Expand Down
45 changes: 28 additions & 17 deletions app/views/layouts/landing.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -118,26 +118,37 @@
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="block-left">
<div class="contant-2-text-area">
<div class="contant-2-head">
<h1>Chatbots that care</h1>
</div>
<div class="contant-2-text">
<h2>How it came about</h2>
<p> The offshore outsourcing of customer service operations has distanced customers from seeking previously </p>
<a href="https://github.com/lackdaz/wdi-project-2"><button type="button" class="btn btn-default edit-button-2">LEARN MORE</button></a>
</div>
</div>
</div>
<div class="block-right">
<div class="block-right-img">
<!-- SETH <img src="img/thing.jpeg" alt="img"> -->
</div>
</div>

</div>
<!-- .col-md-6 close -->
<div class="col-md-6">
<div class="block-right">
<div class="block-right-img">
<!-- SETH <img src="img/thing.jpeg" alt="img"> -->
</div>
</div>
<div class="block-left">
<div class="contant-2-text-area">
<div class="contant-2-header">
<h1>The APIS we loved</h1>
</div>
<div class="contant-2-text">
<h2>Sharing is Caring</h2>
<p>
We were looking for a light-weight chatbot UI that could be deployed on a website (sorry, messenger). We are happy to share the <a href="https://github.com/LucasBassetti/react-simple-chatbot">React Simple Chatbot</a> project by our friend <a href="https://github.com/LucasBassetti">Lucas Bassetti</a>, who on numerous occasions helped us out with some difficulties using the recently released U. In turn, we are honoured to have contributed to the development of the chat engine, following in the footsteps of an experienced front-end developer. Reading through its source codes, we found that the chat engine could support dynamic chat routing through some cleverly designed function calls. We will be working with its creator to introduce this as a full function of the engine.
<br><br></p>

<p>
Using the Wit.ai MaaS (Machine-Learning-as-a-Service) was a no brainer. Its ease of us(no math!) and ability to support two-way conversations was a plus - but we did not utilize this feature because we wanted to integrate a fully-featured Emotional Analysis by IBM Watson's Tone Analyzer - which could read sadness, anger, joy and so other profiles.
</p>
<a href="https://github.com/LucasBassetti/react-simple-chatbot"><button type="button" class="btn btn-default edit-button-2">Chat UI</button></a>
<a href="https://wit.ai/"><button type="button" class="btn btn-default edit-button-2">Wit.ai</button></a>

<a href="https://www.ibm.com/watson/developercloud/tone-analyzer"><button type="button" class="btn btn-default edit-button-2">Tone</button></a>

</div>
</div>
</div>
</div>
<!-- .col-md-6 close -->
</div>
Expand Down

0 comments on commit 6e4fc92

Please sign in to comment.