Difference between revisions of "Team:Uppsala/test10"

 
(6 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
{{Uppsala/javascript/scroll-button}}
 
{{Uppsala/javascript/scroll-button}}
 
{{Uppsala/javascript/redirect_js}}
 
{{Uppsala/javascript/redirect_js}}
 
 
  
  
 
<html>
 
<html>
 
<head>
 
<head>
 
+
    <meta charset="utf-8">
<!-- TODO: ADD FOOTER AND NAV -->
+
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 
+
    <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
 
+
     <meta name="keywords" content="Appointment scheduling software, appointment scheduling software, appointment scheduling software for small businesses, online booking for classes, online booking for events, event online booking software, online bookings for meetings software, software for booking meetings online, booking appointments online, appointment software, appointment scheduling, appointment scheduling software, scheduling software, scheduling, best appointment software, best scheduling software, best online booking solution, API first online booking, appointment scheduling api, online booking api, api for online booking, API first online scheduling software, API online booking software, API for online booking software, booking software API, booking api, scheduling api, appointment software api">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
+
 
+
 
+
<style type="text/css">
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
@media only screen and (max-width: 800px) {
+
     #toc{
+
        display: none;
+
    }
+
    .content-text{
+
    margin-right:50vw;
+
    }
+
}
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
html, body {
+
  height: 100%;
+
}
+
 
+
body {
+
  font: 11px "Open Sans", sans-serif;
+
  -webkit-font-smoothing: antialiased;
+
  -moz-osx-font-smoothing: grayscale;
+
  margin: auto;
+
  display: flex;
+
  flex-flow: column nowrap;
+
  justify-content: space-between;
+
}
+
 
+
ul {
+
  list-style: none;
+
}
+
 
+
a {
+
  text-decoration: none;
+
}
+
 
+
.generic-anchor {
+
  color: #8DB9ED;
+
}
+
.generic-anchor:visited {
+
  color: #8DB9ED;
+
}
+
.generic-anchor:hover {
+
  color: #ccc;
+
}
+
 
+
.flex-rw {
+
  display: flex;
+
  flex-flow: row wrap;
+
}
+
 
+
main {
+
  flex: 1 1 auto;
+
  display: flex;
+
  align-items: center;
+
  justify-content: center;
+
  font: 10em "Oswald", sans-serif;
+
  color: #9b9b9b;
+
  line-height: 1;
+
}
+
 
+
footer {
+
  background: #373737;
+
  margin-top: auto;
+
  width: 100%;
+
}
+
 
+
.footer-list-top {
+
  width: 33.333%;
+
}
+
 
+
.footer-list-top > li {
+
  text-align: center;
+
  padding-bottom: 10px;
+
}
+
 
+
.footer-list-header {
+
  padding: 10px 0 5px 0;
+
  color: #fff;
+
  font: 2.3vw "Oswald", sans-serif;
+
}
+
 
+
.footer-list-anchor {
+
  font: 1.3em "Open Sans", sans-serif;
+
}
+
 
+
.footer-social-section {
+
  width: 100%;
+
  align-items: center;
+
  justify-content: space-around;
+
  position: relative;
+
  margin-top: 5px;
+
}
+
 
+
.footer-social-section::after {
+
  content: "";
+
  position: absolute;
+
  z-index: 1;
+
  top: 50%;
+
  left: 10px;
+
  border-top: 1px solid #ccc;
+
  width: calc(100% - 20px);
+
}
+
 
+
.footer-social-overlap {
+
  position: relative;
+
  z-index: 2;
+
  background: #373737;
+
  padding: 0 20px;
+
}
+
 
+
.footer-social-connect {
+
  display: flex;
+
  align-items: center;
+
  font: 3.5em "Oswald", sans-serif;
+
  color: #fff;
+
}
+
 
+
.footer-social-small {
+
  font-size: 0.6em;
+
  padding: 0px 20px;
+
}
+
 
+
.footer-social-overlap > a {
+
  font-size: 3em;
+
}
+
 
+
.footer-social-overlap > a:not(:first-child) {
+
  margin-left: 0.38em;
+
}
+
 
+
.footer-bottom-section {
+
  width: 100%;
+
  padding: 10px;
+
  border-top: 1px solid #ccc;
+
  margin-top: 10px;
+
}
+
 
+
.footer-bottom-section > div:first-child {
+
  margin-right: auto;
+
}
+
 
+
.footer-bottom-wrapper {
+
  font-size: 1.5em;
+
  color: #fff;
+
}
+
 
+
.footer-address {
+
  display: inline;
+
  font-style: normal;
+
}
+
 
+
@media only screen and (max-width: 768px) {
+
  .footer-list-header {
+
    font-size: 2em;
+
  }
+
 
+
  .footer-list-anchor {
+
    font-size: 1.1em;
+
  }
+
 
+
  .footer-social-connect {
+
    font-size: 2.5em;
+
  }
+
 
+
  .footer-social-overlap > a {
+
    font-size: 2.24em;
+
  }
+
 
+
  .footer-bottom-wrapper {
+
    font-size: 1.3em;
+
  }
+
}
+
@media only screen and (max-width: 568px) {
+
  main {
+
    font-size: 5em;
+
  }
+
 
+
  .footer-list-top {
+
    width: 100%;
+
  }
+
 
+
  .footer-list-header {
+
    font-size: 3em;
+
  }
+
 
+
  .footer-list-anchor {
+
    font-size: 1.5em;
+
  }
+
 
+
  .footer-social-section {
+
    justify-content: center;
+
  }
+
 
+
  .footer-social-section::after {
+
    top: 25%;
+
  }
+
 
+
  .footer-social-connect {
+
    margin-bottom: 10px;
+
    padding: 0 10px;
+
  }
+
 
+
  .footer-social-overlap {
+
    display: flex;
+
    justify-content: center;
+
  }
+
 
+
  .footer-social-icons-wrapper {
+
    width: 100%;
+
    padding: 0;
+
  }
+
 
+
  .footer-social-overlap > a:not(:first-child) {
+
    margin-left: 20px;
+
  }
+
 
+
  .footer-bottom-section {
+
    padding: 0 5px 10px 5px;
+
  }
+
 
+
  .footer-bottom-wrapper {
+
    text-align: center;
+
    width: 100%;
+
    margin-top: 10px;
+
  }
+
}
+
@media only screen and (max-width: 480px) {
+
  .footer-social-overlap > a {
+
    margin: auto;
+
  }
+
 
+
  .footer-social-overlap > a:not(:first-child) {
+
    margin-left: 0;
+
  }
+
 
+
  .footer-bottom-rights {
+
    display: block;
+
  }
+
}
+
@media only screen and (max-width: 320px) {
+
  .footer-list-header {
+
    font-size: 2.2em;
+
  }
+
 
+
  .footer-list-anchor {
+
    font-size: 1.2em;
+
  }
+
 
+
  .footer-social-connect {
+
    font-size: 2.4em;
+
  }
+
 
+
  .footer-social-overlap > a {
+
    font-size: 2.24em;
+
  }
+
 
+
  .footer-bottom-wrapper {
+
    font-size: 1.3em;
+
  }
+
}
+
 
+
 
+
 
+
  
  
 +
    <link href="/assets/images/favicon.ico" rel="shortcut icon" type="image/x-icon">
 +
    <meta name="robots" content="index,follow">
 +
    <link rel="canonical" href="http://www.onsched.com">
  
 +
    <link href="../assets/css/core.css" rel="stylesheet">
 +
    <link href="../assets/css/newall.css" rel="stylesheet">
 +
    <link href="../assets/css/mediascreen.css" rel="stylesheet">
 +
 
 +
    <meta property="og:title" content="OnSched.">
 +
    <meta property="og:description" content="The Online Booking API You've Been Waiting for | OnSched">
 +
    <meta property="og:url" content="https://www.onsched.com">
 +
    <meta property="og:site_name" content="OnSched">
 +
    <meta property="og:locale" content="en">
  
 +
    <!-- Twitter Card -->
  
 +
    <meta name="twitter:card" content="summary">
 +
    <meta name="twitter:site" content="@OnSched">
 +
    <meta name="twitter:title" content="The Online Booking API You've Been Waiting for | OnSched">
 +
    <meta name="twitter:description" content="The Online Booking API You've Been Waiting for | OnSched">
  
 +
    <script src="jquery.min.js"></script>
  
 +
    <script>
 +
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
 +
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
 +
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
 +
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
 +
 
 +
ga('create', 'UA-70771079-1', 'auto');
 +
ga('require', 'linkid', {
 +
  'cookieName': '_ela',
 +
  'duration': 45,
 +
  'levels': 2
 +
});
 +
ga('send', 'pageview');
 +
</script>
  
</style>
+
    <title>OnSched | The Online Booking API You've Been Waiting For - For Teams</title>
 +
    <meta name="description" content="The Online Booking API You've Been Waiting for | OnSched - For Teams">
 
</head>
 
</head>
  
 +
    <body class="" style="background: linear-gradient(to bottom,#e5f0fa 0%,#fff 65%);background-repeat:no-repeat;">   
 +
        <div class="body-background kanye-west">
 +
        <header class="header">           
 +
            <nav class="header-top navbar navbar-default navbar-static-top hidden-xs" id="topbar">
 +
                <div class="container">
 +
                    <ul class="nav navbar-nav navbar-right">
 +
                        <li class="header-top-item" id="telephone"><a class="header-top-link header-top-phone" id="phonenumber" href="tel:18443998404"><i class="fa fa-phone"></i></a></li>
 +
                        <li class="header-top-item"><a href="https://app.onsched.com/portal" class="header-top-link btn-logout hidden-xs">Login</a></li>
 +
                        <li class="header-top-item header-cta"><a href="https://app.onsched.com/custom/onboarding/" class="header-top-link btn-cta hidden-xs">Signup</a></li>
 +
                    </ul>
 +
                </div>
 +
            </nav>
 +
            <nav class="header-main" id="subbar">
 +
                <div class="container"><!--DESKTOP MENU LOGO-->
 +
                    <div class="navbar-header logo hidden-xs">
 +
                        <a href="../index.html" class="pull-left"><img class="header-logo" style="width: 121.95px;height: 35px;margin-top:14px;" src="https://onsched.com/assets/img/transdark.png" id="logo" alt="OnSched"></a>
 +
                    </div>
 +
                    <!--MOBILE MENU ITEMS (NON STICKY)-->
 +
                    <div class="row visible-xs">
 +
                        <ul class="nav-mobile col-xs-12 text-right">
 +
                            <div class="pull-left">
 +
                                <a href="../index.html"><img class="header-logo" style="width: 86.97px;height: 24.96px; margin-top:19px;" src="https://onsched.com/assets/img/transdark.png" alt="Online Booking API OnSched"></a>                           
 +
                            </div>   
 +
                            <li><a class="header-main-link" href="pricing-slider/index.html"><span class="link-title">Pricing</span></a></li>
 +
                            <li><a class="header-main-link" href="enterprise.html"><span class="link-title">Large Accounts</span></a></li>
 +
                            <!--<li><a class="header-main-link" href="#"><span class="link-title">Developers</span></a></li>-->
 +
                        </ul>
 +
                    </div>
 +
                    <!-- END MOBILE MENU (NON STICKY) -->
  
    <div class="body">
+
                    <!-- Desktop Menu -->
        <div class="parallax"></div>
+
                    <div class="visible-md visible-lg navbar-collapse collapse navigation" id="subbar-navigation">
       
+
                        <!-- Main Header Nav -->
        <!-- The Text "Wormbuster" is displayed on the main image -->
+
                        <ul class="nav navbar-nav navbar-right">
 +
                            <!-- START of MEGA MENU 93 ->  194 -->
 +
                            <li class="dropdown js-dropdown-toggle">
 +
                            <a class="header-main-link">
 +
                                <span class="link-title">
 +
                                    Explore                          </span>
 +
                                <i class="fa fa-angle-down"></i>
 +
                            </a>
 +
                            <div class="dropdown-menu products">
 +
                                <div class="dropdown-products" role="menu" aria-labelledby="productMenu">
 +
                                    <div class="dropdown-content new">
 +
                                        <div class="row products-new">
 +
                                            <div class="col-md-products-5">
 +
                                                <h4 style="padding-left:12px; padding-bottom:7px;">Solutions</h4>
 +
                                                <ul>
 +
                                                    <li>
 +
                                                        <a href="idemo.html" class="clearfix" role="menuitem">
 +
                                                            <div>
 +
                                                                <img src="../assets/svg/sms.svg">
 +
                                                            </div>
 +
                                                            <h4>Small Business</h4>
 +
                                                            <p>Self serve online booking perfect for small service based professionals</p>
 +
                                                        </a>
 +
                                                    </li>
 +
                                                    <li>
 +
                                                        <a href="team.html" class="clearfix" role="menuitem">
 +
                                                            <div>
 +
                                                                <img src="../assets/svg/voice1.svg">
 +
                                                            </div>
 +
                                                            <h4>Teams</h4>
 +
                                                            <p>The #1 online scheduling solution for teams of all sizes</p>
 +
                                                        </a>
 +
                                                    </li>
 +
                                                    <li>
 +
                                                        <a href="enterprise.html" class="clearfix" role="menuitem">
 +
                                                            <div>
 +
                                                                <img src="../assets/svg/vmn.svg">
 +
                                                            </div>
 +
                                                            <h4>Enterprise</h4>
 +
                                                            <p>See why forward thinking enterprises choose to work with OnSched</p>
 +
                                                        </a>
 +
                                                    </li>
 +
                                                    <li>
 +
                                                        <a href="product.html" class="clearfix" role="menuitem">
 +
                                                            <div>
 +
                                                                <img src="../assets/svg/chat.svg">
 +
                                                            </div>
 +
                                                            <h4>API</h4>
 +
                                                            <p>Build online booking into own application or organization</p>
 +
                                                        </a>
 +
                                                    </li>
 +
                                                </ul>
 +
                                            </div>
 +
                                            <div class="col-md-products-5">
 +
                                                <h4 style="padding-left:12px; padding-bottom:7px;">Approach</h4>
 +
                                                <ul>
 +
                                                    <li>
 +
                                                        <a href="platform.html" class="clearfix" role="menuitem">
 +
                                                            <div>
 +
                                                                <img src="../assets/svg/verify.svg">
 +
                                                            </div>
 +
                                                            <h4>Booking Widget</h4>
 +
                                                            <p>Check out our beautiful booking widget</p>
 +
                                                        </a>
 +
                                                    </li>
 +
                                                    <li>
 +
                                                        <a href="process.html" class="clearfix" role="menuitem">
 +
                                                            <div>
 +
                                                            <img src="../assets/svg/voicesip.svg">
 +
                                                            </div>
 +
                                                            <h4>Implementation Process</h4>
 +
                                                            <p>See exactly how we help you implement and roll out online booking</p>
 +
                                                        </a>
 +
                                                    </li>
 +
                                                    <!--<li>
 +
                                                        <a href="customers.html" class="clearfix" role="menuitem">
 +
                                                            <div>
 +
                                                                <img src="../assets/svg/shortcode.svg">
 +
                                                            </div>
 +
                                                            <h4>Our Customers</h4>
 +
                                                            <p>See what our customers have to say about us</p>
 +
                                                        </a>
 +
                                                    </li>-->
 +
                                                    <li style="margin:0;">
 +
                                                        <a href="sales.html" class="clearfix" role="menuitem">
 +
                                                            <h5>Contact Sales</h5>
  
 +
                                                        </a>
 +
                                                    </li>
 +
                                                    <li style="margin:0;">
 +
                                                        <a href="support.html" class="clearfix" role="menuitem">
 +
                                                            <h5>Contact Support</h5>
  
                <div class="sv">
+
                                                        </a>
 
+
                                                    </li>
              <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+
                                                </ul>
                            viewBox="0 0 909 133" style="enable-background:new 0 0 909 133;" xml:space="preserve">
+
                                            </div>
 
+
                                        </div>
                      <g>
+
                                    </div>
                          <rect x="5" y="19" class="st0" width="1062" height="10"/>
+
                                 </div>                    
                          <path class="st1" d="M37.9,86l13.1-32.1c2.2-5.5,6.2-16,12-31.4h3.4c2.2,6.9,5.2,15.7,9,26.3l13.6,38.1l10.3-35.5
+
                            </div>
                                                    c1-3.4,2.7-10,5.1-19.7c0.2-0.9,0.3-1.6,0.3-2.1c0-0.7-0.3-1.2-0.8-1.5s-1.9-0.6-4.2-0.8l-5.1-0.4v-3.5c5.3,0.3,9.4,0.4,12.4,0.4
+
                            </li>
                                                    c3.2,0,7.2-0.1,11.9-0.4v3.5h-2.9c-1.3,0-2.2,0.3-2.9,0.9c-1.2,1.2-4,9.1-8.5,23.6C98.6,70.5,93.6,88.1,89.7,104H84
+
                            <!-- END -->  
                                                    c-0.7-2.5-1.2-4.4-1.7-5.6c-1.7-4.8-5.5-15.5-11.5-31.9l-9.2-25.3L51,66.7C44.7,81.9,40.1,94.3,37,104h-5.6l-3-13.8
+
                            <li class=""><a class="header-main-link" href="pricing-slider/index.html"><span class="link-title">Pricing</span></a></li>
                                                    c-0.8-4.1-1.8-8.4-2.9-13l-9.8-42c-0.9-4.1-1.8-6.5-2.5-7.3c-0.7-0.7-2.3-1.1-4.7-1.1H6.2v-3.5c5.4,0.3,10,0.4,13.9,0.4
+
                            <li><a class="header-main-link" href="enterprise.html"><span class="link-title">Large Accounts</span></a></li>
                                                    c3.8,0,8.9-0.1,15.3-0.4v3.5h-3.5c-2.5,0-4.2,0.2-5,0.7c-0.8,0.4-1.2,1.2-1.2,2.2c0,0.6,0.1,1.3,0.3,2.1l3.9,18.6L37.9,86z"/>
+
                            <li class=""><a class="header-main-link" href="https://onsched.helpscoutdocs.com/" target="_blank"><span class="link-title">Help</span></a></li>
                                <path class="st1" d="M122.6,63.1c0-12.3,4-22.2,11.9-29.8c7.9-7.5,18.5-11.3,31.7-11.3c13,0,23.1,3.5,30.5,10.5
+
                             <!--<li><a class="header-main-link" href="#" target="_blank"><span class="link-title">Developer</span></a></li>-->
                                                    c7.4,7,11,16.3,11,27.8c0,12.5-4.3,22.9-12.8,31.3c-8.5,8.4-19.3,12.6-32.3,12.6c-8.1,0-15.1-1.6-21-4.9
+
                                                    c-5.9-3.3-10.5-8.1-13.9-14.4C124.3,78.5,122.6,71.3,122.6,63.1z M134,58.5c0,8.5,1.5,15.8,4.4,22.1c2.9,6.3,6.8,11,11.7,14.1
+
                                                    c4.9,3.1,10.4,4.7,16.7,4.7c5.8,0,10.9-1.3,15.2-4c4.3-2.7,7.8-6.6,10.3-11.9s3.7-11.7,3.7-19.3c0-7.9-1.4-14.7-4.1-20.4
+
                                                    c-2.8-5.6-6.5-9.9-11.3-12.7c-4.8-2.8-10.5-4.3-17-4.3c-6,0-11.2,1.3-15.5,3.8c-4.3,2.5-7.8,6.2-10.2,11
+
                                                    C135.2,46.6,134,52.2,134,58.5z"/>
+
                                 <path class="st1" d="M254.7,62.6c3.7,5.3,8.2,11.4,13.6,18.4l10.8,14c1.9,2.4,3.2,3.8,3.8,4.1c0.6,0.3,1.3,0.5,2,0.5h1.5v3.5
+
                                                    c-3.1-0.3-5.8-0.4-8.1-0.4c-2.1,0-4.4,0.1-6.7,0.4l-19.9-26.8c-3.7-4.9-7.7-9.8-11.9-14.5l0.6-1.9c2.2,0.2,3.8,0.3,4.8,0.3
+
                                                    c6.3,0,11.1-1.6,14.7-4.8c3.5-3.2,5.3-7.5,5.3-12.9c0-4.8-1.5-8.6-4.5-11.3c-3-2.7-7.3-4.1-13-4.1c-3.9,0-7.9,0.7-11.8,2.2
+
                                                    c-0.4,6-0.7,12.3-0.7,19.1v27.1c0,13.2,0.3,20.5,1,22c0.6,1.4,2.7,2.2,6.2,2.2h4.4v3.5c-6.2-0.3-11.4-0.4-15.4-0.4
+
                                                    c-3.2,0-9,0.1-17.5,0.4v-3.5h4.2c3.2,0,5.1-0.7,5.7-2.1c0.6-1.4,0.9-8.8,0.9-22.2v-27c0-11.6-0.3-18.1-1-19.5
+
                                                    c-0.7-1.4-2.9-2.1-6.8-2.1h-3v-3.5c7,0.3,12.3,0.4,15.9,0.4c2.5,0,6-0.1,10.7-0.3c5.4-0.2,9.3-0.3,11.6-0.3c6.5,0,11.4,0.7,14.7,2
+
                                                    c3.3,1.4,5.9,3.3,7.6,5.9c1.7,2.6,2.6,5.7,2.6,9.3c0,5.3-1.9,9.9-5.7,14C267.4,58.3,261.9,61.1,254.7,62.6z"/>
+
                                <path class="st1" d="M372.2,35.3l-16.7,34.7c-6.3,13-11.4,24.4-15.4,34.2h-2.2c-1.4-3.3-5.4-11.9-11.9-25.7l-20.1-41.7v43.4
+
                                                    c0,10.1,0.4,15.8,1.2,17.2c0.8,1.4,3.3,2,7.5,2h2.1v3.5c-5.2-0.3-9.5-0.4-12.7-0.4c-2.4,0-7.1,0.1-14.1,0.4v-3.5h3.6
+
                                                    c2.5,0,4.1-0.4,4.9-1.1c0.8-0.7,1.3-2,1.5-3.9c0.5-5.2,0.7-10.9,0.7-17V45.9c0-7.7-0.2-12.7-0.5-15.2c-0.1-1.3-0.7-2.2-1.7-2.9
+
                                                    c-1-0.7-2.9-1-5.7-1h-3v-3.5c6.5,0.3,10.6,0.4,12.3,0.4c2.1,0,5.2-0.1,9.1-0.4c4.5,10.1,9.8,21.2,15.7,33.3l14.8,30.4l13.7-28.1
+
                                                    c4.8-9.9,10.3-21.7,16.4-35.6c4.7,0.3,8,0.4,9.9,0.4c2.2,0,6.2-0.1,12-0.4v3.5H390c-3.3,0-5.3,0.6-6.1,1.7
+
                                                    c-0.7,1.1-1.1,5.3-1.1,12.3v41c0,9.1,0.4,14.4,1.2,15.7c0.8,1.3,2.9,2,6.5,2h3.2v3.5c-5.2-0.3-10.2-0.4-14.9-0.4
+
                                                    c-5.2,0-10.7,0.1-16.5,0.4v-3.5h3.7c3,0,4.7-0.6,5.4-1.9c0.6-1.3,0.9-6.8,0.9-16.6V35.3z"/>
+
                                <path class="st1" d="M439.2,57.9c8,0.5,13.9,2.4,17.4,5.6c3.6,3.2,5.3,7.6,5.3,13.3c0,7.2-3,13.3-9,18.5c-6,5.2-13.6,7.8-22.8,7.8
+
                                                    l-4.4-0.1c-3.7-0.2-6.9-0.3-9.5-0.3c-1.9,0-4.2,0.1-6.9,0.2l-4.7,0.2v-2.5c2.3-1.1,3.7-2,4.1-2.6c0.4-0.6,0.7-1.6,0.8-3
+
                                                    c0.3-4.5,0.4-9.5,0.4-15.2v-35c0-9.4-0.3-14.7-1-15.9c-0.8-1.5-2.8-2.2-6-2.2h-3.8v-3.5h4.7l5.2,0.2c2.7,0.1,4.8,0.2,6.3,0.2
+
                                                    c2.4,0,7-0.1,14-0.4l8.2-0.2c6.4,0,11.2,1.1,14.4,3.4c4,2.9,6,6.9,6,12.1c0,4.3-1.4,8-4.2,11.3C450.9,53,446.1,55.7,439.2,57.9z
+
                                                    M420.6,56.3c1.9,0.1,3.6,0.2,5.2,0.2c7.4,0,12.8-1.3,16-4c3.2-2.6,4.8-6.4,4.8-11.4c0-4.3-1.3-7.6-4-9.9c-2.7-2.3-7-3.5-12.9-3.5
+
                                                    c-2.6,0-5.5,0.2-8.5,0.7c-0.3,4.6-0.5,11.5-0.5,20.7V56.3z M420.6,97.5c3.5,0.5,6.4,0.8,8.6,0.8c6.6,0,11.8-1.8,15.4-5.3
+
                                                    c3.6-3.5,5.5-8.3,5.5-14.4c0-4-0.8-7.4-2.4-10c-1.6-2.6-3.9-4.6-6.8-5.8c-2.9-1.2-7.5-1.8-13.9-1.8c-1.9,0-4.1,0.1-6.5,0.2V81
+
                                                    l0.1,7.1c0.1,2.5,0.2,4.5,0.2,5.8C420.8,95,420.7,96.1,420.6,97.5z"/>
+
                                <path class="st1" d="M468.4,26.7v-3.5c7.7,0.3,13.3,0.4,16.7,0.4c3.7,0,9.1-0.1,16.2-0.4v3.5h-4.1c-3.5,0-5.6,0.7-6.3,2
+
                                                    c-0.7,1.3-1.1,7.4-1.1,18.3v22c0,8,0.4,13.6,1.3,16.8c0.9,3.1,3.2,5.8,6.8,8c3.7,2.2,8.6,3.3,14.7,3.3c6.3,0,11.7-1.2,16-3.5
+
                                                    c3-1.6,5.2-4.1,6.6-7.5c1.4-3.4,2.1-9.8,2.1-19.3V45.7c0-9.8-0.4-15.4-1.3-16.8c-0.9-1.4-3.3-2.1-7.3-2.1h-2.9v-3.5
+
                                                    c7.8,0.3,12.7,0.4,14.8,0.4c3.4,0,7.7-0.1,12.7-0.4v3.5h-3.8c-3,0-4.9,0.8-5.7,2.4c-0.8,1.6-1.3,7.2-1.3,16.8V67
+
                                                    c0,9.6-0.5,16.1-1.4,19.5c-1,3.4-2.7,6.4-5.2,9.1c-2.5,2.7-5.9,4.8-10.1,6.4c-4.2,1.6-9.2,2.4-14.9,2.4c-5.9,0-11-0.7-15.4-2.1
+
                                                    c-4.4-1.4-7.7-3.1-10-5.2c-2.2-2.1-3.8-4.6-4.8-7.6c-1-3-1.5-8-1.5-15.2l0.1-10.7V46.4c0-10.6-0.3-16.5-0.9-17.7
+
                                                    c-0.6-1.3-2.6-1.9-5.9-1.9H468.4z"/>
+
                                <path class="st1" d="M609.6,27c-1,3.9-1.6,9.1-1.7,15.5H604V38c0-2.9-0.4-4.9-1.2-6c-0.8-1-2.8-2.2-6.1-3.3
+
                                                    c-3.3-1.2-6.8-1.8-10.5-1.8c-6,0-10.7,1.5-14.1,4.5c-3.4,3-5.1,6.9-5.1,11.7c0,3,0.7,5.6,2.1,7.7c1.4,2.1,3.3,3.7,5.7,4.7
+
                                                    c2.4,1,7.4,1.8,15.1,2.5c7.7,0.7,12.9,1.7,15.6,3c2.7,1.2,4.9,3.2,6.5,6c1.6,2.7,2.4,6,2.4,9.7c0,7.5-3.1,14-9.4,19.4
+
                                                    s-14.7,8.1-25.2,8.1c-3.6,0-7.2-0.4-10.9-1.1c-3.6-0.7-7.3-1.8-11-3.2c0.7-4.5,1-10.3,1-17.3h3.8v2.8c0,3.6,0.2,5.9,0.6,6.7
+
                                                    c0.4,0.9,1.3,1.8,2.6,2.8c2.1,1.5,4.5,2.6,7.4,3.3c2.8,0.8,5.9,1.2,9.2,1.2c7.1,0,12.5-1.7,16.4-5c3.9-3.3,5.8-7.6,5.8-12.7
+
                                                    c0-3-0.7-5.5-2-7.6c-1.3-2.1-3.1-3.6-5.5-4.6s-6.7-1.8-13.1-2.3c-8.5-0.7-14.2-1.7-17.2-3s-5.4-3.5-7.1-6.4
+
                                                    c-1.7-2.9-2.6-6.5-2.6-10.8c0-7.3,2.6-13.3,7.9-17.9c5.3-4.6,12.6-7,21.9-7c3.7,0,7.5,0.4,11.3,1.2C602,24.1,605.8,25.3,609.6,27z"
+
                                      />
+
                                <path class="st1" d="M657.2,28.3c-0.4,5.6-0.6,11.5-0.6,17.7v32c0,11.9,0.3,18.5,0.9,19.7c0.6,1.2,2.7,1.8,6.4,1.8h4.2v3.5
+
                                                    c-6.6-0.3-12.2-0.4-16.8-0.4c-4.6,0-10.2,0.1-16.7,0.4v-3.5h4.7c2.5,0,4.1-0.3,4.8-1c0.7-0.7,1.2-1.9,1.4-3.8
+
                                                    c0.4-4.4,0.6-10,0.6-17V45.7c0-6.3-0.1-12.1-0.4-17.4h-5.7c-9.2,0-14.3,0.2-15.2,0.6c-0.9,0.4-1.6,2.1-1.8,5l-0.8,7.5h-3.5l0.1-6.7
+
                                                    c0-2.7-0.2-6.6-0.7-11.6c20.2,0.3,32.1,0.4,35.7,0.4l31.1-0.4c-0.7,6.3-1.1,12.4-1.2,18.3h-3.5l-0.6-7.4c-0.2-2.5-0.5-4.1-1-4.5
+
                                                    c-0.4-0.5-1.3-0.8-2.8-0.9c-4.1-0.3-8.8-0.4-14-0.4H657.2z"/>
+
                                <path class="st1" d="M712,64.9v13.8l0.1,7.9c0,5,0.1,8.6,0.2,10.9c5.5,0.4,11.3,0.6,17.6,0.6c4.2,0,7.7-0.2,10.6-0.6
+
                                                    c1.8-0.2,3.8-0.7,5.8-1.5c0.9-3.3,1.9-7.4,2.9-12.4h3.7c-1,8.2-1.5,13.7-1.5,16.4l0.1,2.5c-4.3,0.4-8.5,0.6-12.7,0.6l-8.8-0.2
+
                                                    c-9.7-0.3-16.9-0.4-21.5-0.4c-4.4,0-10.2,0.1-17.5,0.4v-3.5h1.7c3.3,0,5.3-0.3,6.1-1c0.8-0.6,1.4-2.1,1.7-4.5
+
                                                    c0.3-2.4,0.4-7.6,0.4-15.6V47.7c0-5.1-0.1-9.2-0.4-12.4c-0.2-3.2-0.5-5.1-0.8-5.8c-0.3-0.6-0.7-1.1-1.2-1.4
+
                                                    c-0.5-0.3-2.1-0.6-4.8-0.9l-4.3-0.4v-3.5h6.1l6,0.2c3.3,0.1,5.9,0.2,7.6,0.2l21.6-0.3l10.2-0.1c3.5,0,7,0.1,10.6,0.4
+
                                                    c-1.4,4.4-2.2,10.2-2.4,17.4h-3.8c0-4.1-0.2-7.5-0.6-10.3c-4.4-1.6-9.8-2.5-16.3-2.5c-5.1,0-10.5,0.2-16.1,0.7c0,3.5,0,7-0.1,10.5
+
                                                    L712,48v11.4c3.7,0.3,7,0.4,9.8,0.4c8.9,0,14-0.3,15.1-0.9c1.2-0.6,1.8-2.5,1.8-5.8v-3.6h3.8c-0.3,5.7-0.4,10.2-0.4,13.5
+
                                                    c0,3.6,0.1,7.7,0.4,12.6h-3.8v-3.3c0-3.6-0.7-5.8-2.1-6.6c-1.4-0.8-6.4-1.2-14.9-1.2C718.6,64.5,715.4,64.7,712,64.9z"/>
+
                                <path class="st1" d="M801.1,62.6c3.7,5.3,8.2,11.4,13.6,18.4l10.8,14c1.9,2.4,3.2,3.8,3.8,4.1c0.6,0.3,1.3,0.5,2,0.5h1.5v3.5
+
                                                    c-3.1-0.3-5.8-0.4-8.1-0.4c-2.1,0-4.4,0.1-6.7,0.4L798,76.3c-3.7-4.9-7.7-9.8-11.9-14.5l0.6-1.9c2.2,0.2,3.8,0.3,4.8,0.3
+
                                                    c6.3,0,11.1-1.6,14.7-4.8c3.5-3.2,5.3-7.5,5.3-12.9c0-4.8-1.5-8.6-4.5-11.3c-3-2.7-7.3-4.1-13-4.1c-3.9,0-7.9,0.7-11.8,2.2
+
                                                    c-0.4,6-0.7,12.3-0.7,19.1v27.1c0,13.2,0.3,20.5,1,22c0.6,1.4,2.7,2.2,6.2,2.2h4.4v3.5c-6.2-0.3-11.4-0.4-15.4-0.4
+
                                                    c-3.2,0-9,0.1-17.5,0.4v-3.5h4.2c3.2,0,5.1-0.7,5.7-2.1c0.6-1.4,0.9-8.8,0.9-22.2v-27c0-11.6-0.3-18.1-1-19.5
+
                                                    c-0.7-1.4-2.9-2.1-6.8-2.1h-3v-3.5c7,0.3,12.3,0.4,15.9,0.4c2.5,0,6-0.1,10.7-0.3c5.4-0.2,9.3-0.3,11.6-0.3c6.5,0,11.4,0.7,14.7,2
+
                                                    c3.3,1.4,5.9,3.3,7.6,5.9c1.7,2.6,2.6,5.7,2.6,9.3c0,5.3-1.9,9.9-5.7,14C813.8,58.3,808.3,61.1,801.1,62.6z"/>
+
                                <path class="st1" d="M887.5,27c-1,3.9-1.6,9.1-1.7,15.5h-3.9V38c0-2.9-0.4-4.9-1.2-6c-0.8-1-2.8-2.2-6.1-3.3
+
                                                    c-3.3-1.2-6.8-1.8-10.5-1.8c-6,0-10.7,1.5-14.1,4.5c-3.4,3-5.1,6.9-5.1,11.7c0,3,0.7,5.6,2.1,7.7c1.4,2.1,3.3,3.7,5.7,4.7
+
                                                    c2.4,1,7.4,1.8,15.1,2.5c7.7,0.7,12.9,1.7,15.6,3c2.7,1.2,4.9,3.2,6.5,6c1.6,2.7,2.4,6,2.4,9.7c0,7.5-3.1,14-9.4,19.4
+
                                                    s-14.7,8.1-25.2,8.1c-3.6,0-7.2-0.4-10.9-1.1c-3.6-0.7-7.3-1.8-11-3.2c0.7-4.5,1-10.3,1-17.3h3.8v2.8c0,3.6,0.2,5.9,0.6,6.7
+
                                                    c0.4,0.9,1.3,1.8,2.6,2.8c2.1,1.5,4.5,2.6,7.4,3.3c2.8,0.8,5.9,1.2,9.2,1.2c7.1,0,12.5-1.7,16.4-5c3.9-3.3,5.8-7.6,5.8-12.7
+
                                                    c0-3-0.7-5.5-2-7.6c-1.3-2.1-3.1-3.6-5.5-4.6s-6.7-1.8-13.1-2.3c-8.5-0.7-14.2-1.7-17.2-3s-5.4-3.5-7.1-6.4
+
                                                    c-1.7-2.9-2.6-6.5-2.6-10.8c0-7.3,2.6-13.3,7.9-17.9c5.3-4.6,12.6-7,21.9-7c3.7,0,7.5,0.4,11.3,1.2C879.9,24.1,883.7,25.3,887.5,27
+
                                                    z"/>
+
                        </g>
+
                    </svg>
+
              </div>
+
 
+
 
+
        <div class="under-heading"><h1 id="Project_Description">Uppsala iGEM 2018</h1></div>
+
        <div class="igem-icon"><a href="https://2018.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2018/b/b0/T--Uppsala--graylogo.png"></a></div>
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
        <div class= "content blur-box" style="font-size:16px;">
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
<!-- CONTENT OF WHATS ON THE PAGE -->
+
 
+
        <div id="toc" class="toc">
+
            <div id="toctitle"></div>
+
            <ul>
+
                <li class="toclevel tocsection"><a href="#Project_Description" class="scroll"> <span id="whereYouAre"> Project Description  </span> </a>
+
                        <ul>
+
                             <li class="toclevel nav-item active"><a href="#top" class="nav-link scroll"> Overview </a></li>
+
                            <li class="toclevel nav-item"><a href="#Problem" class="nav-link scroll"> Problem  </a></li>
+
                            <li class="toclevel nav-item"><a href="#Solution" class="nav-link scroll"> Solution </a></li>
+
                            <li class="toclevel nav-item"><a href="#References" class="nav-link scroll"> References </a></li>
+
 
                         </ul>
 
                         </ul>
                </li>
+
                    <!-- END OF DESKTOP MENU -->
              
+
                    </div>
             </ul>
+
                </div>
         </div>
+
             </nav>
 +
        </header>
 +
        <nav class="header-sticky" style="top: -60px;">
 +
             <div class="header-sticky-wrapper">
 +
                <div class="container">
 +
                    <!-- MOBILE MENU STICKY -->
 +
                    <div class="header-sticky-cta"><a class="btn btn-cta" href="javascript:void(0)" style="cursor:pointer;" id="headerchat">Chat With Us</a></div>
 +
                    <div class="navbar-header logo">
 +
                        <a href="../index.html" class="pull-left">
 +
                            <img class="header-logo" src="https://onsched.com/assets/img/transdark.png" onerror="https://onsched.com/assets/img/transdark.png" id="logo" alt="OnSched" height="32">
 +
                            <img class="header-logo-glyph" src="https://onsched.com/assets/img/transdark.png" onerror="this.onerror=null;this.src='https://onsched.com/assets/img/transdark.png'" id="logo" alt="OnSched" height="25" width="87" style="width: 87px; height:25px;">                       
 +
                        </a>
 +
                    </div>
 +
                    <!-- DESKTOP MENU STICKY -->
 +
                    <div class="navbar-collapse collapse sticky navigation" id="subbar-navigation">
 +
                        <ul class="nav navbar-nav navbar-right">
 +
                            <li><a class="header-main-link" href="online-booking/pricing-slider/index.html">Pricing</a></li>
 +
                            <li><a class="header-main-link" href="online-booking/enterprise.html">Enterprise</a></li>
 +
                            <!--<li class=""><a href="javascript:void(0)" style="cursor:pointer;" id="headerchat1" class="btn btn-cta">Chat With Sales</a></li>-->
 +
                            <li class=""><a href="https://app.onsched.com/custom/onboarding" class="btn btn-cta">Create Account</a></li>
 +
                        </ul>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
         </nav>
 +
        <div class="header-filler"></div>
 +
        <div class="veil"></div>
 +
        <div class="body-content">
 +
            <div class="front-page voice new">
 +
                <section class="page-section hero shrinkmobile" style="background:linear-gradient(rgb(229, 240, 250) 0px, rgb(255, 255, 255)); padding-top:150px!important;">
 +
                    <div class="container">
 +
                        <div class="row">
 +
                            <div class="col-md-6 hidden-xs hidden-sm">
 +
                                <!-- INSERT SVG HERE INSIDE SPAN-->
 +
                                <span class="SVGInline"><img style="width: 400px" src="http://onsched.com/assets/img/team.svg" alt="Most Advanced Features"></span>
 +
                            </div>
 +
                            <div class="col-md-6 hero-copy">
 +
                                <h1 class="hero-title">Retail, Redefined</h1>
 +
                                <h2 class="hero-sub-title">Engage your customers before they step foot in the door</h2><!--OnSched for Teams: The New Standard for Online Booking in Distributed Teams &mp; Efficient Workflows-->  
  
 +
                               
 +
                                    <a href="javascript:void(0)" style="cursor:pointer;" id="bodychat"><button class="btn btn-cta" type="submit">Talk to a Human</button></a>
 +
                                    <div class="hero-sub-cta">Use your own website, or our online booking page.</div>
 +
                             
 +
                            </div>
 +
                        </div>
 +
                    </div>
 +
                </section>
 +
                <section class="page-section forwarding text-center">
 +
                    <div class="container">
 +
                        <div class="row">
 +
                            <div class="col-md-12">
 +
                                <h3 class="page-section-tag">Online Traffic to Foot Traffic</h3>
  
 +
                            </div>
 +
                            <div class="col-md-4 no-float">
 +
                                <figure class="forwarding-icon">
 +
                                    <img src="https://onsched.com/assets/svg/icon_sip.svg">
 +
                                </figure>
 +
                                                              <h4>High-Value Appointments</h4>
 +
                                <p>OnSched specializes in high-value appointments by qualifying your customers and routing them to the appropriate sales rep based on your workflow</p>
 +
                                <!--
 +
                                <h4>Payments Integration</h4>
 +
                                <p>We work with Stripe to make payments happen with ease in your online booking application</p>
 +
                                -->
 +
                            </div><div class="col-md-4 no-float">
 +
                                <figure class="forwarding-icon">
 +
                                    <svg width="1920px" height="1920px" viewBox="0 0 1920 1920" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path fill="#FFF" d="M518.432 739.14h905.689v-99.96H518.43z"></path><path d="M493.07 772.82c4.732-4.891 937.839-17.87 937.839-17.87l65.27 722.105L493.07 772.82z" fill="#C8DFF6"></path><path d="M453.496 1521.37h1019.08s40.818 175.62 31.917 176.663c-8.901 1.082-1050.997 0-1050.997 0v-171.05" fill="#FFF"></path><path stroke="#2481D7" stroke-width="80" stroke-linecap="round" stroke-linejoin="round" d="M1445.267 607.048l80.192 1115.23H416.524l80.192-1115.23M496.7 605.623h101.737M1356.4 592.7h85.886"></path><path fill="#C8DFF6" d="M416.508 1879.175h1108.935v-156.896H416.508z"></path><path stroke="#2481D7" stroke-width="80" stroke-linecap="round" stroke-linejoin="round" d="M416.508 1879.175h1108.935v-156.896H416.508z"></path><path d="M433.22 1496h1074.252" stroke="#2481D7" stroke-width="40" stroke-linecap="round" stroke-linejoin="round"></path><path d="M926.814 1604h88.331" stroke="#C8DFF6" stroke-width="40" stroke-linecap="round" stroke-linejoin="round"></path><path d="M489.105 752h203.167M1249.334 752h199.037" stroke="#2481D7" stroke-width="40" stroke-linecap="round" stroke-linejoin="round"></path><path d="M1056.524 855.439h.401c188.452-38.492 330.391-204.89 330.391-404.97 0-228.547-185.243-413.39-413.79-413.39-228.147 0-413.39 184.843-413.39 413.39 0 201.683 144.345 369.685 335.202 405.772" fill="#FFF"></path><path d="M1056.524 855.439h.401c188.452-38.492 330.391-204.89 330.391-404.97 0-228.547-185.243-413.39-413.79-413.39-228.147 0-413.39 184.843-413.39 413.39 0 201.683 144.345 369.685 335.202 405.772" stroke="#2481D7" stroke-width="80" stroke-linecap="round" stroke-linejoin="round"></path><path fill="#FFF" d="M895.338 856.193L975.53 976.48l81.315-121.411"></path><path stroke="#2481D7" stroke-width="80" stroke-linecap="round" stroke-linejoin="round" d="M895.338 856.193L975.53 976.48l81.315-121.411"></path><path fill="#C8DFF6" d="M873.43 291.593v310.142l254.77-155.051z"></path><path stroke="#2481D7" stroke-width="80" stroke-linecap="round" stroke-linejoin="round" d="M873.43 291.593v310.142l254.77-155.051z"></path><path d="M1124.904 1073.309c0 42.742-69.206 77.385-154.53 77.385-85.364 0-154.57-34.643-154.57-77.385M1335.957 1073.309c0 87.048-121.33 159.903-283.92 178.467M888.678 1251.772c-162.59-18.564-283.92-91.419-283.92-178.467" stroke="#2481D7" stroke-width="40" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>                </figure>
 +
                                <h4>Make it your own</h4>
 +
                                <p>OnSched is API first which means you can customize your booking flow in a way that suits your business best</p>
 +
                            </div><div class="col-md-4 no-float">
 +
                                <figure class="forwarding-icon">
 +
                                    <svg width="1920px" height="1920px" viewBox="0 0 1920 1920" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path fill="#C8DFF6" d="M1460.6 1518.5H454.338l80.074-697.083h905.456z"></path><path fill="#FFF" d="M534.138 807.986h848.367v-93.633H534.138zM473.312 1541.354h954.583s38.234 164.505 29.896 165.482c-8.338 1.014-984.479 0-984.479 0v-165.482z"></path><path stroke="#2481D7" stroke-width="80" stroke-linecap="round" stroke-linejoin="round" d="M1402.314 684.9l75.116 1044.647H438.68L513.796 684.9M513.781 684.625h173.745M1227.375 684.625h171.19"></path><path fill="#C8DFF6" d="M438.665 1876.52h1038.75v-146.965H438.665z"></path><path stroke="#2481D7" stroke-width="80" stroke-linecap="round" stroke-linejoin="round" d="M438.665 1876.52h1038.75v-146.965H438.665z"></path><path d="M454.32 1518.22h1006.262" stroke="#2481D7" stroke-width="40" stroke-linecap="round" stroke-linejoin="round"></path><path d="M916.673 1619.927h82.741" stroke="#C8DFF6" stroke-width="40" stroke-linecap="round" stroke-linejoin="round"></path><path d="M506.668 821.231h378.1M1030.99 821.231h374.23" stroke="#2481D7" stroke-width="40" stroke-linecap="round" stroke-linejoin="round"></path><path d="M1038.174 804.895h.376c176.524-36.056 309.48-191.923 309.48-379.34 0-214.082-173.519-387.226-387.601-387.226-213.707 0-387.227 173.144-387.227 387.227 0 188.918 135.21 346.288 313.988 380.09" fill="#FFF"></path><path d="M1038.174 804.895h.376c176.524-36.056 309.48-191.923 309.48-379.34 0-214.082-173.519-387.226-387.601-387.226-213.707 0-387.227 173.144-387.227 387.227 0 188.918 135.21 346.288 313.988 380.09" stroke="#2481D7" stroke-width="80" stroke-linecap="round" stroke-linejoin="round"></path><path fill="#FFF" d="M887.19 805.605l75.117 112.675 76.168-113.727"></path><path stroke="#2481D7" stroke-width="80" stroke-linecap="round" stroke-linejoin="round" d="M887.19 805.605l75.117 112.675 76.168-113.727M732.521 494.825h90.027V349.173h-90.027zM1017.424 599.624L822.57 494.798V349.185l194.853-104.826z"></path><path d="M1104.397 372.22c30.723 30.722 30.723 80.562 0 111.285M1168.979 307.638c66.403 66.403 66.403 174.045 0 240.448" stroke="#2481D7" stroke-width="40" stroke-linecap="round" stroke-linejoin="round"></path><path d="M1062.107 1205.958c9.877-9.765 42.027 6.122 71.548 35.98 29.484 29.822 45.033 62.122 35.155 71.925l-31.211 30.873c-6.723 6.234-36.544 33.014-83.117 33.727-47.586.94-79.06-26.178-85.52-32.3-35.38-31.85-71.549-66.028-108.318-102.384-35.944-35.98-47.098-48.413-78.722-83.192-6.047-7.7-30.648-39.661-28.62-86.61 2.216-46.008 27.944-75.341 34.854-82.552l31.211-30.873c9.878-9.803 41.84 5.896 71.136 35.567 29.145 29.446 44.469 61.558 34.59 71.324l-29.032 28.732c-10.666 10.554-10.178 28.056.564 38.91l97.539 98.59c10.93 11.08 28.206 11.569 38.91 1.015l29.033-28.732" fill="#FFF"></path><path d="M1062.107 1205.958c9.877-9.765 42.027 6.122 71.548 35.98 29.484 29.822 45.033 62.122 35.155 71.925l-31.211 30.873c-6.723 6.234-36.544 33.014-83.117 33.727-47.586.94-79.06-26.178-85.52-32.3-35.38-31.85-71.549-66.028-108.318-102.384-35.944-35.98-47.098-48.413-78.722-83.192-6.047-7.7-30.648-39.661-28.62-86.61 2.216-46.008 27.944-75.341 34.854-82.552l31.211-30.873c9.878-9.803 41.84 5.896 71.136 35.567 29.145 29.446 44.469 61.558 34.59 71.324l-29.032 28.732c-10.666 10.554-10.178 28.056.564 38.91l97.539 98.59c10.93 11.08 28.206 11.569 38.91 1.015l29.033-28.732z" stroke="#2481D7" stroke-width="40" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>                </figure>
 +
                         
 +
<h4>Custom Fields</h4>
 +
                                <p>Qualify your customers and find out what they really want to know about your product before they arrive by adding custom fields to your booking page</p>
 +
                            </div><div class="col-md-4 no-float">
 +
                                <figure class="forwarding-icon">
 +
                                    <img src="https://onsched.com/assets/svg/icon_localnumber.svg">
 +
                                </figure>
 +
                             
 +
                                <h4>Resource Management</h4>
 +
                                <p>Always know which sales rep is scheduled for a product demo with our intelligent resource management and master calendar</p>
 +
                            </div><div class="col-md-4 no-float">
 +
                                <figure class="forwarding-icon">
 +
                                    <svg width="1920px" height="1920px" viewBox="0 0 1920 1920" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path fill="#C8DFF6" d="M1499.559 1502.562H419.154l56.173-748.444h972.171z"></path><path fill="#FFF" d="M504.833 739.698h910.876V639.166H504.833zM439.526 1527.1h1024.917s41.052 176.627 32.1 177.675c-8.953 1.09-1057.017 0-1057.017 0v-177.674z"></path><path stroke="#2481D7" stroke-width="80" stroke-linecap="round" stroke-linejoin="round" d="M1436.977 607.542l80.652 1121.618H402.342l80.651-1121.618M482.977 606.624h76.245M1339.986 600.29h92.967"></path><path fill="#C8DFF6" d="M402.326 1886.963h1115.286v-157.795H402.326z"></path><path stroke="#2481D7" stroke-width="80" stroke-linecap="round" stroke-linejoin="round" d="M402.326 1886.963h1115.286v-157.795H402.326z"></path><path d="M419.133 1501.624h1080.405" stroke="#2481D7" stroke-width="40" stroke-linecap="round" stroke-linejoin="round"></path><path d="M915.554 1610.624h88.838" stroke="#C8DFF6" stroke-width="40" stroke-linecap="round" stroke-linejoin="round"></path><path d="M475.34 753.624h204.33M1239.922 753.624h200.176" stroke="#2481D7" stroke-width="40" stroke-linecap="round" stroke-linejoin="round"></path><path fill="#FFF" d="M1284.38 929.535H645.099l-26.373 407.41h692.755z"></path><path stroke="#2481D7" stroke-width="40" stroke-linecap="round" stroke-linejoin="round" d="M1284.38 929.535H645.099l-26.373 407.41h692.755z"></path><path stroke="#2481D7" stroke-width="40" stroke-linecap="round" stroke-linejoin="round" d="M645.098 992.665l320.025 203.684 319.258-203.684"></path><path d="M1046.008 857.356h.403c189.53-38.713 332.284-206.064 332.284-407.29 0-229.856-186.305-415.757-416.161-415.757-229.453 0-415.758 185.901-415.758 415.758 0 202.838 145.173 371.802 337.123 408.095" fill="#FFF"></path><path d="M1046.008 857.356h.403c189.53-38.713 332.284-206.064 332.284-407.29 0-229.856-186.305-415.757-416.161-415.757-229.453 0-415.758 185.901-415.758 415.758 0 202.838 145.173 371.802 337.123 408.095" stroke="#2481D7" stroke-width="80" stroke-linecap="round" stroke-linejoin="round"></path><path fill="#FFF" d="M883.899 858.118l80.651 120.977 81.78-122.106"></path><path stroke="#2481D7" stroke-width="80" stroke-linecap="round" stroke-linejoin="round" d="M883.899 858.118l80.651 120.977 81.78-122.106M693.05 405.426c55.084 0 55.084 98.314 110.17 98.314 55.084 0 55.084-221.226 110.169-221.226 55.125 0 55.125 319.58 110.25 319.58 55.166 0 55.166-196.668 110.331-196.668 55.166 0 55.166 82.587 110.331 82.587"></path></g></svg>                </figure>
 +
                                <h4>Notify Beautifully</h4>
 +
                                <p>Every company engages with their customers in a different fashion, OnSched allows you to customize notifications in a way that suits your business best</p>
 +
                            </div>
 +
                            <!-- We understand that ime is money. OnSched's support is consistently ranked in the top 10 for support response times among U.S. Software Companies.'-->
 +
                        </div>
 +
                    </div>
 +
                </section>
 +
                <div class="shortcode new hidemobile">
 +
                    <section class="page-section dashboard hidemobile" style="background:#fff;">
 +
                        <div class="container" style="padding-top:20px;">
 +
                            <div class="row">
 +
                                <header class="text-center">
 +
                                    <h3 class="page-section-tag">Make OnSched Your Own</h3>
 +
                                    <h2 class="page-section-heading">Use Custom Fields to Collect the Data You Need</h2>
 +
                                </header>
 +
                                <div class="col-lg-10 col-lg-push-1 col-md-8 col-md-push-2 col-sm-8 col-sm-push-2 col-xs-12">
 +
                                    <div class="dashboard-showcase">
 +
                                        <div class="browser"><span class="red">•</span><span class="orange">•</span><span class="green">•</span></div>
 +
                                        <div class="preview">
 +
                                            <div class="content">
 +
                                                <div class="note left note1"><span>Use ranges to collect things like budget, time span of engagement and more</span></div>
 +
                                                <div class="note left note2"><span>Pre-populate dropdown lists with options your clients can select from</span></div>
 +
                                                <div class="note left note3" style="left:-75px; margin-top:10px;"><span style="left:-105px;">Save your fields, and they're live!</span></div>
  
 +
                                                <div class="note right note4"><span>An accountant might want to know which accounting software his customers are using before they book a consultation. You can then sort and filter customer lists based on these variables. </span></div>
 +
                                                <!--<div class="note right note5"><span>Create as many rules as you like, bind incoming messages to actions within your software.</span></div>-->
 +
                                                <div class="note right note6"><span>Use date pickers to collect any additional date/time related info</span></div>
  
            <div class ="content-text" id="scrolldown" >
+
                                                <div class="row">
  
 +
                                                    <div class="col-sm-12">
 +
                                                        <h4 class="title">Your Booking Page</h4>
 +
                                                    </div>
  
 +
                                                    <div class="col-sm-12">
 +
                                                        <span class="label">Any Question You Want:</span>
 +
                                                        <div class="table">
 +
                                                            <i class="fa fa-circle-thin w"></i>
 +
                                                            <span class="input empty">.</span>
 +
                                                        </div>
 +
                                                    </div>
  
 +
                                                    <div class="col-sm-12">
 +
                                                        <span class="label">Ranges:</span>
 +
                                                        <div class="table">
 +
                                                            <i class="fa fa-dot-circle-o w"></i>
 +
                                                            <span class="input" style="width: 80px;">TO <i class="fa fa-angle-down r"></i></span>
 +
                                                            <span style="width:30px"></span>
 +
                                                            <span class="input">To</span>
 +
                                                        </div>
 +
                                                    </div>
  
 +
                                                    <div class="col-sm-6">
 +
                                                        <span class="label">Dropdowns</span>
 +
                                                        <div class="table">
 +
                                                            <span class="input">12 months <i class="fa fa-angle-down r"></i></span>
 +
                                                        </div>
  
 +
                                                    </div>
  
 +
                                                    <div class="col-sm-6">
 +
                                                        <span class="label">Date Picker</span>
 +
                                                        <div class="table">
 +
                                                            <span class="input">January 1st, 2018<i class="fa fa-angle-down r"></i></span>
 +
                                                        </div>
 +
                                                    </div>
  
 +
                                                    <div class="col-xs-6">
 +
                                                        <a class="btn btn-blue">Book It</a>
 +
                                                    </div>
 +
                                                    <div class="col-xs-6">
 +
                                                        <a class="btn btn-ghost">Cancel</a>
 +
                                                    </div>
  
 +
                                                </div>
  
 +
                                            </div>
  
 +
                                        </div>
 +
                                    </div>
 +
                                </div>
 +
                            </div>
 +
                        </div>
 +
                    </section>
 +
                </div>
 +
               
 +
             
 +
              <section class="page-section light feature-list text-center" id="features" style="margin-top: 40px; margin-bottom: 40px;">
 +
                    <div class="container">
 +
                        <div class="row">
 +
                        <h2 class="page-section-heading">Features that revolve around Retail</h2>
 +
                            <ul class="list-inline text-left">
 +
                                <li class="feature-list-item col-sm-6">
 +
                                    <img src="assets/svg/icon_unicode.svg" class="icon" width="20">
 +
                                    <h3 class="page-section-tag feature">Two Way Calendar Sync</h3>
 +
                                    <p>Sync both ways with Google, Outlook, iCal. Once authorized, calendar availability will be based on your real-time availability.</p>
 +
                                </li><li class="feature-list-item col-sm-6">
 +
                                    <img src="assets/svg/icon_dlr.svg" class="icon" width="20">
 +
                                    <h3 class="page-section-tag feature">Round Robin Scheduling</h3>
 +
                                    <p style="margin-bottom:18px;">Resources can be selected, or distributed equally to resources with round robin scheduling</p>
 +
                                    <h2 class="hero-sub-title bold" style="font-size: 16px;"><!--<a href="online-booking/process.html" id="swapexplore">Click here</a> to see our implementation process--></h2>
 +
                                </li>
 +
                                <li class="feature-list-item col-sm-6">
 +
                                    <img src="assets/svg/icon_sota.svg" class="icon" width="20">
 +
                                    <h3 class="page-section-tag feature">API</h3>
 +
                                    <p>Extend our out of the box functionality by integrating through our REST API</p>
 +
                                </li><li class="feature-list-item col-sm-6">
 +
                                    <img src="assets/svg/icon_customsender.svg" class="icon" width="20">
 +
                                    <h3 class="page-section-tag feature">Permissions</h3>
 +
                                    <p>Setup different roles, define permissions associated with each role and restrict users accordingly</p>
 +
                                </li><li class="feature-list-item col-sm-6">
 +
                                    <img src="assets/svg/icon_unicode.svg" class="icon" width="20">
 +
                                    <h3 class="page-section-tag feature">Appointment Buffers</h3>
 +
                                    <p>Define how much time is needed between appointments, availability corresponds and won't allow bookings until you're ready</p>
 +
                                </li><li class="feature-list-item col-sm-6">
 +
                                    <img src="assets/svg/icon_validity.svg" class="icon" width="20">
 +
                                    <h3 class="page-section-tag feature">Minimum Notice to Book</h3>
 +
                                    <p>Set how much time in advance is needed before an appointment can be booked</p>
 +
                                </li>
  
 
+
                                <li class="feature-list-item col-sm-6">
 
+
                                <img src="assets/svg/icon_concatenation.svg" class="icon" width="20">
 
+
                                    <h3 class="page-section-tag feature">SMS Notifications</h3>
 
+
                                    <p>SMS notifications &amp; reminders, define how many, and how long in advance they're sent out.</p>
 
+
                                </li><li class="feature-list-item col-sm-6">
 
+
                                <img src="assets/svg/icon_concatenation.svg" class="icon" width="20">
 
+
                                    <h3 class="page-section-tag feature">Group Bookings</h3>
 
+
                                    <p>Allow multiple customers to pick the same timeslot. Or only allow 1:1 bookings with available resources</p>
 
+
                                </li><li class="feature-list-item col-sm-6">
 
+
                                    <img src="assets/svg/icon_reference.svg" class="icon" width="20">
 
+
                                    <h3 class="page-section-tag feature">Custom Implementations</h3>
 
+
                                    <p>We help get the right solution out the door. If there's anything out of the box we can't do, we can build it for you. </p>
 
+
                                </li><li class="feature-list-item col-sm-6">
 
+
                                    <img src="assets/svg/icon_validity.svg" class="icon" width="20">
 
+
                                    <h3 class="page-section-tag feature">Custom Fields</h3>
 
+
                                    <p>Collect, search, and sort through all the data that's relevant to <i>your</i> business</p>
                  <div style="height:5em;"></div>
+
                                </li><li class="feature-list-item col-sm-6">
                 
+
                                    <img src="assets/svg/icon_customsender.svg" class="icon" width="20">
                <p id="Project_Description">Nematode parasites of the strongyle family cause the agricultural industry substantial losses and grief each year due to the detrimental effects they have on livestock. Common issues include severe health damage in the host animal as well as resistance development to anthelmintics in the most commonly occurring strongyles. There are currently no easy methods for diagnosing these parasites. By reprogramming a smart bacterium to detect and report the presence of the parasites, we aim to develop a simple diagnostic method. This will provide the tools necessary to help farmers both to make decisions on whether to treat their animals and to prevent infection to begin with. </p>
+
                                    <h3 class="page-section-tag feature">Cancellations</h3>
 
+
                                    <p>OnSched takes care of cancellations and automatically frees up cancelled times (while notifying everyone about the change).</p>
 
+
                                </li><li class="feature-list-item col-sm-6">
 
+
                                    <img src="assets/svg/icon_types.svg" class="icon" width="20">
           
+
                                    <h3 class="page-section-tag feature">24/7 Support</h3>
 
+
                                    <p>We offer 24/7 Chat Support for <a href="online-booking/enterprise.html">Large Accounts</a> &amp; <a href="online-booking/product.html">API Customers</a>. Chat is available to all customers from 9am - 6pm </p>
 
+
                                </li>
              <div class="card-holder" >
+
                            </ul>
                    <div class="content-card-heading"><h1 id="top">Our Targets:</h1></div>
+
                        </div>
                    <div class="content-card content-card-2">
+
                    </div>
                        <div class="inner-card left-card">
+
                </section>
                            <h2>Small Strongyles</h2>
+
             
                            <br>
+
             
                            <div class="inner-card-text">  
+
                    <section class="page-section industries text-center">
                                 <!-- start slipsum code -->
+
                        <div class="container" style="padding-bottom: 20px;">
                                <p>Small strongyles <i>(Cyathostominae)</i> are among the most common equine parasites with more than 52 species in their family. Horses are exposed when they graze on infested pastures, where they consume the worms in their larval stage. The strongyles move to the horses’ intestines, gathering into cysts in the intestinal wall and usually reach very large numbers. These cysts eventually burst and the developed worms moves up towards the intestinal lumen where they become adult worms. The release of the larvae from the cysts can lead to lesions, diarrhea, and potential weight loss in the animal, a condition called cyathostominosis. When untreated, the mortality rate of a small strongyle infection can reach up to 50%. </p>
+
                            <div class="row">
 +
                                <div class="col-md-12">
 +
                                   
 +
                                    <h2 class="page-section-heading">Discover what we can do for you</h2>
 +
                                    <p class="m-b-60" style="
 +
    margin-bottom: 40px;
 +
">We offer solutions that fit like a glove, for your product, business, or organization.</p>
 +
                                </div><div class="col-md-12 pricing-kicker" style="padding-top:0px; padding-bottom:100px;">
 +
                               
 +
                                <span class="pricing-social-proof">Join<img class="sales-customers-logo pricing-logo-levis" src="https://onsched.com/assets/img/transdark.png" alt="OnSched API First Online Booking Software">today</span><a href="https://app.onsched.com/custom/onboarding/" class="btn btn-cta hover">Continue to sign up</a>
 +
                            </div><h3 class="page-section-tag">Or explore solutions:</h3>
 +
                                <div class="col-md-4 col-sm-6">
 +
                                    <div class="about-cell">
 +
                                        <a href="product.html">
 +
                                        <img class="about-image" src="assets/svg/icon_healthcare.svg" width="30">
 +
                                        <div class="about-copy">
 +
                                            <h4>OnSched API <i class="fa fa-angle-right"></i></h4>
 +
                                            <p>We help build awesome online booking experiences into your product</p>
 +
                                        </div>
 +
                                        </a>
 +
                                    </div>
 +
                                 </div><div class="col-md-4 col-sm-6">
 +
                                    <div class="about-cell">
 +
                                        <a href="team.html">
 +
                                        <img class="about-image" src="assets/svg/icon_transport.svg" width="30">
 +
                                        <div class="about-copy">
 +
                                            <h4>OnSched for Teams<i class="fa fa-angle-right"></i></h4>
 +
                                            <p>A singular view into your teams activities &amp;amp; Calendars. We've got your team covered</p>
 +
                                        </div>
 +
                                        </a>
 +
                                    </div>
 +
                                </div><div class="col-md-4 col-sm-6">
 +
                                    <div class="about-cell">
 +
                                        <a href="idemo.html">
 +
                                        <img class="about-image" src="assets/svg/icon_retail.svg" width="30">
 +
                                        <div class="about-copy">
 +
                                            <h4>For Small Business<i class="fa fa-angle-right"></i></h4>
 +
                                            <p>Convert website traffic into leads &amp;amp; consultations like never before</p>
 +
                                        </div>
 +
                                        </a>
 +
                                    </div>
 +
                                </div>
 
                             </div>
 
                             </div>
                            <img class="content-card-img" src="https://static.igem.org/mediawiki/2018/4/49/T--Uppsala--smallandlarge.jpg">
 
                            <!-- end slipsum code -->
 
 
                         </div>
 
                         </div>
                        <div class="inner-card right-card">
+
                    </section>
                             <h2>Large Strongyles</h2>
+
                </div>
                             <br>
+
                <!--<section class="page-section image support">
                             <div class="inner-card-text">  
+
                    <div class="container">
                                 <!-- start slipsum code -->
+
                        <div class="row">
                                 <p><i>Strongylus vulgaris</i> is the most pathogenic parasite in horses, posing a significant threat to the health of the animal. They, like small strongyles, live in the grass and infect the horse after being ingested. During the larval stages inside the animal, the parasite enters the intestinal blood vessels as a part of their life cycle. This causes them to commonly avoid deworming and detection measures. When the worms migrate in the arteries they cause inflammation in the arterial wall and induce the formation of blood clots. These blood clots may travel in the blood vessels and block smaller passages, inhibiting oxygen and nutrient supply to the surrounding tissues, and may result in colic or in the worst case, death.  </p>
+
                             <div class="col-xs-12 col-sm-5">
 +
                                <img class="img-responsive" src="../assets/svg/support-v2.svg">
 +
                             </div>
 +
                             <div class="col-sm-6 col-sm-push-1">
 +
                                 <h3 class="page-section-tag">Unmatched support</h3>
 +
                                 <h2 class="page-section-heading">Lean on us</h2>
 +
                                <p>We care about keeping our customers happy, so please reach out to us with your questions, comments and suggestions!</p>
 +
                                <a class="page-section-link" href="support.html">Contact our support team ⇢</a>
 
                             </div>
 
                             </div>
 
                            <img class="content-card-img" src="https://static.igem.org/mediawiki/2018/d/d6/T--Uppsala--Large.jpg">
 
 
                            <!-- end slipsum code -->
 
 
                         </div>
 
                         </div>
 
                     </div>
 
                     </div>
 +
                </section>-->
 +
                <div class="large-accounts new">
 +
                    <section id="sales" class="page-section form diagonal-2">
 +
                        <div class="page-footer-detail"></div>
 +
                        <div class="container">
 +
                            <div class="row">
 +
                                <div class="col-md-12 text-center">
 +
                                    <h3 class="page-section-tag">Talk to sales</h3>
 +
                                    <h2 class="page-section-heading m-b-30">Bespoke plans crafted specifically for your business</h2>
 +
                                    <a href="javascript:void(0)" style="cursor:pointer;" id="footerchat" class="btn btn-cta hover">Chat With Us</a>
 +
                                    <h3 class="page-section-tag" style="margin-top:15px;">or contact us below</h3>
 +
                                </div>
 +
                                <div class="errors col-md-12"></div>
 +
                                <form class="form-group" id="contact-sales" method="post" action="#">
 +
                                    <div class="col-md-5">
 +
                                        <input type="hidden" name="" value="">
 +
                                        <div class="">
 +
                                            <label for="ContactForm[name]">Your name *</label>
 +
                                            <input type="text" value="" name="ContactForm[name]" class="form-control form-group" placeholder="John Smith" required>
 +
                                        </div>
 +
                                        <div class="">
 +
                                            <label for="ContactForm[email]">Your email *</label>
 +
                                            <input type="email" value="" name="ContactForm[email]" class="form-control form-group" placeholder="john@gmail.com" required>
 +
                                        </div>
 +
                                        <div class="">
 +
                                            <label for="ContactForm[phonenumber]">Your phone number</label>
 +
                                            <input type="text" value="" name="ContactForm[phonenumber]" class="form-control form-group" placeholder="01 123 456 78 90"
 +
                                                required="">
 +
                                        </div>
 +
                                        <div class="">
 +
                                            <label for="ContactForm[company]">Company *</label>
 +
                                            <input type="text" value="" name="ContactForm[company]" class="form-control form-group" placeholder="Business Corp." required>
 +
                                        </div>
 +
                                    </div>
 +
                                    <div class="col-md-7">
 +
                                        <div class="">
 +
                                            <div class="message-wrap">
 +
                                                <label for="ContactForm[body]">Your message</label>
 +
                                                <textarea name="ContactForm[body]" class="form-control form-group" rows="6" placeholder="Hi, I have ..." required></textarea>
 +
                                            </div>
 +
                                        </div>
 +
                                    </div>
 +
                                    <div class="col-md-12 text-center">
 +
                                        <button type="submit" class="btn btn-cta hover">Submit</button>
 +
                                    </div>
 +
                                </form>
 +
                            </div>
 +
                        </div>
 +
                    </section>
 +
                </div>
 +
            </div>           
 +
        </div>   
 +
        <footer class="footer">
 +
    <div class="container">
 +
        <div class="footer-row row">
 +
            <div class="footer-mobile">
 +
                <div class="footer-mobile-row clearfix"> <!-- MOBILE FOOTER MENU -->
 +
                    <div class="footer-mobile-col">
 +
                        <a class="footer-mobile-link" href="enterprise.html">Large Accounts</a>
 +
                        <a class="footer-mobile-link" href="process.html">Our Process</a>
 +
                        <a class="footer-mobile-link" href="platform.html">Look &amp; Feel</a>
 +
                        <a class="footer-mobile-link" href="pricing-slider/index.html">Pricing</a>
 +
                    </div>
 +
                    <div class="footer-mobile-col">
 +
                        <a class="footer-mobile-link" href="sales.html">Email Sales</a>
 +
                        <a class="footer-mobile-link" href="javascript:void(0)" style="cursor:pointer;" id="footerchat1">Chat with Us</a>
 +
                        <a class="footer-mobile-link" href="https://app.onsched.com/portal">Login</a>
 +
                        <a class="footer-mobile-link" href="https://app.onsched.com/custom/onboarding/">Signup</a>
 +
                    </div>
 +
                </div>
 +
                <div class="text-center"> <!-- DESKTOP FOOTER MENU -->
 +
                    <span class="footer-copyright">©2017 OnSched</span>
 +
                    <a class="footer-link" href="#">Privacy</a><span class="footer-link">-</span>
 +
                    <a class="footer-link" href="#">Terms</a><span class="footer-link">-</span>
 +
                    <a class="footer-link" href="#">SLA</a>
 +
                </div>
 +
            </div>
 +
            <div class="col-md-5ths footer-logo-col">
 +
                <span class="footer-copyright">©2017 OnSched</span>
 +
                <div class="footer-legal">
 +
                    <a class="footer-link" href="#">Privacy«</a><span class="footer-link">-</span>
 +
                    <a class="footer-link" href="#">Terms</a><span class="footer-link">-</span>
 +
                    <a class="footer-link" href="#">SLA</a>
 
                 </div>
 
                 </div>
 
+
            </div>
 
+
            <div class="col-md-5ths footer-list-col">
 
+
                 <ul class="footer-nav-col">
 
+
                 <li class="footer-nav-heading">SOLUTIONS</li> <!-- Heading -->  
                <h1 id="Problem">The Worm Busters</h1>
+
                    <li class="footer-nav-item"><a class="footer-link" href="team.html">Teams</a></li>
               
+
                    <li class="footer-nav-item"><a class="footer-link" href="product.html">Product</a></li>
                <p>One approach for designing a diagnostic system against the strongyles is to engineer a “smart” bacterium which will live in the intestinal tract and is capable of reacting to the presence of the parasite by emitting a quantifiable signal. This biosensor may, for instance, induce the production of a detectable fluorescent protein in the feces of the animal. Large strongyles, however, are more elusive and are less frequently present in the intestine during an infection. Here it would be suitable to instead try and detect the presence of the parasite on the pastures as to avoid infection altogether, by developing bacteria responding to the parasite outside of the animal body.  </p>
+
                    <li class="footer-nav-item"><a class="footer-link" href="product.html">API</a></li>
                    <br>
+
                    <li class="footer-nav-item"><a class="footer-link" href="idemo.html">Small Business</a></li>
 
+
                    <li class="footer-nav-item"><a class="footer-link" href="idemo.html">Freelancers</a></li>
                <p> Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
+
                </ul>
 
+
            </div>
                <p  > asdasd </p>
+
            <div class="col-md-5ths footer-list-col">
 
+
                <ul class="footer-nav-col">
 
+
                <li class="footer-nav-heading">METHODOLOGY</li> <!-- Heading -->  
 
+
                    <li class="footer-nav-item"><a class="footer-link" href="process.html">Our Process</a></li>
 
+
                    <li class="footer-nav-item"><a class="footer-link" href="platform.html">Look &amp; Feel</a></li>
 
+
                </ul>
 
+
            </div>
 
+
            <div class="col-md-5ths footer-list-col">
                <br>
+
                <ul class="footer-nav-col">
                <p > Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
+
                <li class="footer-nav-heading">CONTACT</li><!-- Heading -->
 
+
                    <li class="footer-nav-item"><a class="footer-link" href="sales.html">Email Sales</a></li>
                <br>
+
                    <li class="footer-nav-item"><a class="footer-link" href="support.html">Email Support</a></li>
                <p > Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
+
                    <li class="footer-nav-item"><a class="footer-link" href="javascript:void(0)" style="cursor:pointer;" id="footerchat2">Chat with Us!</a></li>
 
+
                    <li class="footer-nav-item footer-coming-soon">More coming soon!</li>
 
+
                </ul>
                <br>
+
            </div>
                <p > Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
+
            <div class="col-md-5ths footer-list-col">
 
+
                <ul class="footer-nav-col">
 
+
                    <li class="footer-nav-heading">JOIN US</li><!-- Heading -->
                 <br>
+
                    <li class="footer-nav-item"><a class="footer-link" href="https://app.onsched.com/custom/onboarding/">Signup</a></li>
                <p > Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
+
                    <li class="footer-nav-item"><a class="footer-link" href="https://app.onsched.com/portal">Login</a></li>
 
+
                    <li class="footer-nav-item">
 
+
                        <a href="https://www.linkedin.com/company/OnSched" class="footer-social-link" target="_blank"><i class="fa fa-linkedin"></i></a>
                <br>
+
                        <a href="https://twitter.com/OnSched" class="footer-social-link" target="_blank"><i class="fa fa-twitter"></i></a>
                <p > Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
+
                        <a href="https://dribbble.com/onsched" class="footer-social-link" target="_blank"><i class="fa fa-dribbble"></i></a>
 
+
                        <a href="https://github.com/onsched" class="footer-social-link" target="_blank"><i class="fa fa-github"></i></a>
                  <h1 id="References">The Worm Busters</h1>
+
                    </li>
                <br>
+
                </ul>
                <p > Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
+
            </div>
 
+
        </div>
 
+
                <br>
+
                <p > Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
+
 
+
 
+
                 <br>
+
                <p > Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
+
 
+
 
+
                <br>
+
                <p > Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
+
 
+
 
+
                <br>
+
                <p > Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
+
 
+
 
+
                <br>
+
                <p > Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
+
 
+
 
+
                <br>
+
                <p > Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
+
 
+
 
+
                <br>
+
                <p > Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
<!-- footer -->
+
 
+
 
+
<footer class="flex-rw">
+
 
+
  <ul class="footer-list-top">
+
    <li>
+
      <h4 class="footer-list-header">About Pavilion</h4></li>
+
    <li><a href='/shop/about-mission' class="generic-anchor footer-list-anchor" itemprop="significantLink">GET TO KNOW US</a></li>
+
    <li><a href='/promos.html' class="generic-anchor footer-list-anchor" itemprop="significantLink">PROMOS</a></li>
+
    <li><a href='/retailers/new-retailers.html' class="generic-anchor footer-list-anchor" itemprop="significantLink">BECOME A RETAILER</a></li>
+
 
+
    <li><a href='/job-openings.html' itemprop="significantLink" class="generic-anchor footer-list-anchor">JOB OPENINGS</a></li>
+
 
+
    <li><a href='/shop/about-show-schedule' class="generic-anchor footer-list-anchor" itemprop="significantLink">EVENTS</a></li>
+
  </ul>
+
  <ul class="footer-list-top">
+
    <li>
+
      <h4 class="footer-list-header">The Gift Selection</h4></li>
+
 
+
 
+
    <li><a href='/Angels/cat/id/70' class="generic-anchor footer-list-anchor">ANGEL FIGURINES</a></li>
+
    <li><a href='/Home-Decor/cat/id/64' class="generic-anchor footer-list-anchor">HOME DECOR</a></li>
+
    <li><a href='/Mugs/cat/id/32' class="generic-anchor footer-list-anchor">MUGS</a></li>
+
    <li><a href='/Pet-Lover/cat/id/108' class="generic-anchor footer-list-anchor">PET LOVER</a></li>
+
    <li><a href='/Ladies-Accessories/cat/id/117' class="generic-anchor footer-list-anchor" target="_blank">HANDBAGS & JEWELRY</a></li>
+
  </ul>
+
  <ul class="footer-list-top">
+
    <li id='help'>
+
      <h4 class="footer-list-header">Please Help Me</h4></li>
+
    <li><a href='/shop/about-contact' class="generic-anchor footer-list-anchor" itemprop="significantLink">CONTACT</a></li>
+
    <li><a href='/faq.html' class="generic-anchor footer-list-anchor" itemprop="significantLink">FAQ</a></li>
+
    <li id='find-a-store'><a href='/shop/store-locator' class="generic-anchor footer-list-anchor" itemprop="significantLink">STORE LOCATOR</a></li>
+
    <li id='user-registration'><a href='/shop/user-registration?URL=' class="generic-anchor footer-list-anchor" itemprop="significantLink">NEW USERS</a></li>
+
    <li id='order-tracking'><a href='/shop/order-status' itemprop="significantLink" class="generic-anchor footer-list-anchor">ORDER STATUS</a></li>
+
  </ul>
+
  <section class="footer-social-section flex-rw">
+
      <span class="footer-social-overlap footer-social-connect">
+
      CONNECT <span class="footer-social-small">with</span> US
+
      </span>
+
      <span class="footer-social-overlap footer-social-icons-wrapper">
+
      <a href="https://www.pinterest.com/paviliongift/" class="generic-anchor" target="_blank" title="Pinterest" itemprop="significantLink"><i class="fa fa-pinterest"></i></a>
+
      <a href="https://www.facebook.com/paviliongift" class="generic-anchor" target="_blank" title="Facebook" itemprop="significantLink"><i class="fa fa-facebook"></i></a>
+
      <a href="https://twitter.com/PavilionGiftCo" class="generic-anchor" target="_blank" title="Twitter" itemprop="significantLink"><i class="fa fa-twitter"></i></a>
+
      <a href="http://instagram.com/paviliongiftcompany" class="generic-anchor" target="_blank" title="Instagram" itemprop="significantLink"><i class="fa fa-instagram"></i></a>
+
      <a href="https://www.youtube.com/channel/UCYgUODvd0qXbu_LkUWpTVEg" class="generic-anchor" target="_blank" title="Youtube" itemprop="significantLink"><i class="fa fa-youtube"></i></a>
+
      <a href="https://plus.google.com/+Paviliongift/posts" class="generic-anchor" target="_blank" title="Google Plus" itemprop="significantLink"><i class="fa fa-google-plus"></i></a>
+
      </span>
+
  </section>
+
  <section class="footer-bottom-section flex-rw">
+
<div class="footer-bottom-wrapper">  
+
<i class="fa fa-copyright" role="copyright">
+
+
</i> 2015 Pavilion in <address class="footer-address" role="company address">Bergen, NY</address><span class="footer-bottom-rights"> - All Rights Reserved - </span>
+
 
     </div>
 
     </div>
    <div class="footer-bottom-wrapper">
 
    <a href="/terms-of-use.html" class="generic-anchor" rel="nofollow">Terms</a> | <a href="/privacy-policy.html" class="generic-anchor" rel="nofollow">Privacy</a>
 
      </div>
 
  </section>
 
 
</footer>
 
</footer>
  
  
  
 +
<!-- xxxxxxxxxxxxxxxx -->
 +
<!-- Intercom Wrapper -->
 +
<!-- xxxxxxxxxxxxxxxx --> 
  
 +
<!-- Add the following line of code. Replace href="#"
 +
           
 +
href="javascript:void(0)" style="cursor:pointer;" id="bodychat"
  
 +
then Add the number -->
  
 +
<script src="http://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
 +
<script type="text/javascript">
 +
    // Header
 +
    $('#headerchat').click(function () {Intercom('show');});
 +
    $('#headerchat1').click(function () {Intercom('show');});
 +
    $('#headerchat2').click(function () {Intercom('show');});
  
 +
    //Body
 +
    $('#bodychat').click(function () {Intercom('show');});
 +
    $('#bodychat1').click(function () {Intercom('show');});
 +
    $('#bodychat2').click(function () {Intercom('show');});
 +
$('#bodychat3').click(function () {Intercom('show');});
 +
    $('#bodychat4').click(function () {Intercom('show');});
 +
    $('#bodychat5').click(function () {Intercom('show');});
 +
$('#bodychat6').click(function () {Intercom('show');});
 +
    $('#bodychat7').click(function () {Intercom('show');});
 +
    $('#bodychat8').click(function () {Intercom('show');});
 +
$('#bodychat9').click(function () {Intercom('show');});
  
 
+
    // Footer
 
+
    $('#footerchat').click(function () {Intercom('show');});
 
+
    $('#footerchat1').click(function () {Intercom('show');});
 
+
    $('#footerchat2').click(function () {Intercom('show');});
 
+
</script>
 
+
<script>(function () { var w = window; var ic = w.Intercom; if (typeof ic === "function") { ic('reattach_activator'); ic('update', intercomSettings); } else { var d = document; var i = function () { i.c(arguments) }; i.q = []; i.c = function (args) { i.q.push(args) }; w.Intercom = i; function l() { var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'https://widget.intercom.io/widget/q5lly5sv'; var x = d.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } if (w.attachEvent) { w.attachEvent('onload', l); } else { w.addEventListener('load', l, false); } } })()</script>
 
+
                    <div style="height:5em;"></div>
+
 
+
 
+
               
+
 
+
                </div>
+
 
+
 
+
        </div>
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
    </div>
+
 
+
   
+
 
+
 
+
 
<script>
 
<script>
 +
        window.intercomSettings = {
 +
            app_id: "q5lly5sv"
 +
        };
 +
</script>
  
$( document ).ready(function() {
+
<!-- End intercom wrapper -->
  
 +
           
 +
</div> 
  
/*
+
<script src="../assets/js/all.js"></script>
  // Since side navigation is displayed at start at the very top and jumps down at scrolling
+
<script src="../assets/js/extra.js"></script>
  // ... We hide it a very short time, so we dont se it jumping down and then fade it in!
+
  // really cool and work around iGEM
+
    $(window).scroll(function() {
+
        if ($(this).scrollTop() > 20) {
+
            $("#toc:hidden").css('visibility','visible'); 
+
            $("#toc:hidden").fadeIn('fast'); 
+
        }
+
     
+
        else {
+
            // This is crucial for it to work!!! 
+
            $("#toc:visible").fadeOut("fast");
+
        }
+
     
+
    });
+
*/
+
  
 
 
// Push down the side navigation of all content on page
 
// also makes sure that the fixed navigation becomes fixed when at a certain height
 
$(window).scroll(function(){
 
    var myFixedPositionInit = 650;
 
    $("#toc").css("top",Math.max(50, 620 - $(this).scrollTop()));
 
 
});
 
 
 
 
// Enables clicking on page content links to scroll to next section
 
var scrollLink = $('.scroll');
 
 
    
 
    
  // Smooth scrolling - To get to the right heading
+
</body>
  scrollLink.click(function(e) {
+
    e.preventDefault();
+
    $('body,html').animate({
+
      scrollTop: $(this.hash).offset().top - 50
+
    }, 1000 );
+
  });
+
 
+
  // Active link switching
+
  $(window).scroll(function() {
+
    var scrollbarLocation = $(this).scrollTop();
+
   
+
    scrollLink.each(function() {
+
     
+
        var sectionOffs = $(this.hash).offset().top;
+
      var sectionOffset =  sectionOffs - 100;
+
  
        if ( sectionOffset <= scrollbarLocation ) {
 
              $(this).parent().addClass('active');
 
              $(this).parent().siblings().removeClass('active');
 
          }
 
        })
 
   
 
    });
 
  
 
});
 
 
 
 
</script>
 
 
</html>
 
</html>

Latest revision as of 14:44, 17 October 2018




OnSched | The Online Booking API You've Been Waiting For - For Teams

Retail, Redefined

Engage your customers before they step foot in the door

Use your own website, or our online booking page.

High-Value Appointments

OnSched specializes in high-value appointments by qualifying your customers and routing them to the appropriate sales rep based on your workflow

Make it your own

OnSched is API first which means you can customize your booking flow in a way that suits your business best

Custom Fields

Qualify your customers and find out what they really want to know about your product before they arrive by adding custom fields to your booking page

Resource Management

Always know which sales rep is scheduled for a product demo with our intelligent resource management and master calendar

Notify Beautifully

Every company engages with their customers in a different fashion, OnSched allows you to customize notifications in a way that suits your business best

Use Custom Fields to Collect the Data You Need

Use ranges to collect things like budget, time span of engagement and more
Pre-populate dropdown lists with options your clients can select from
Save your fields, and they're live!
An accountant might want to know which accounting software his customers are using before they book a consultation. You can then sort and filter customer lists based on these variables.
Use date pickers to collect any additional date/time related info

Your Booking Page

Any Question You Want:
.
Ranges:
TO To
Dropdowns
12 months
Date Picker
January 1st, 2018

Features that revolve around Retail

  • Sync both ways with Google, Outlook, iCal. Once authorized, calendar availability will be based on your real-time availability.

  • Resources can be selected, or distributed equally to resources with round robin scheduling

  • Extend our out of the box functionality by integrating through our REST API

  • Setup different roles, define permissions associated with each role and restrict users accordingly

  • Define how much time is needed between appointments, availability corresponds and won't allow bookings until you're ready

  • Set how much time in advance is needed before an appointment can be booked

  • SMS notifications & reminders, define how many, and how long in advance they're sent out.

  • Allow multiple customers to pick the same timeslot. Or only allow 1:1 bookings with available resources

  • We help get the right solution out the door. If there's anything out of the box we can't do, we can build it for you.

  • Collect, search, and sort through all the data that's relevant to your business

  • OnSched takes care of cancellations and automatically frees up cancelled times (while notifying everyone about the change).

  • We offer 24/7 Chat Support for Large Accounts & API Customers. Chat is available to all customers from 9am - 6pm

Bespoke plans crafted specifically for your business

Chat With Us