Skip to content

Instantly share code, notes, and snippets.

@volanStudio
Created October 1, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save volanStudio/ddfe14b7b61b37a15799 to your computer and use it in GitHub Desktop.
Save volanStudio/ddfe14b7b61b37a15799 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Weld</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/trim.css">
</head>
<body class="marketing">
<section>
<nav>
<h1><img src="http://www.weldai.com/img/logo-reversed@2x.png" alt="" width="90"></h1>
<ul>
<li><a href="slack.html">On Slack</a></li>
<li><a href="about.html">About</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</nav>
<hgroup>
<h1>Weld<strong>bot</strong> is your <img src="http://www.weldai.com/img/slack/slack_monochrome_white.png" alt="" width="106" style="margin-bottom: -10px;"> assistant</h1>
<div class="button-group">
<a href="#" class="button">Add Weldbot<small>, it's free!</small></a>
</div>
</hgroup>
</section>
<section class="center three">
<article>
<h2>Scheduling made easy</h2>
<p>Weldbot brings the efficiency of a bot to your everyday communications, in the tools you already use. You can ask Weldbot to check for availability, find times to meet, and schedule a meeting.</p>
<div>
<img src="http://www.weldai.com/img/slack/command-calendar.svg" alt="" width="180">
<h4>Check calendars</h4>
<p class="input">calendar today</p>
<p>The power of a bot for your everyday communications.</p>
</div>
<div>
<img src="http://www.weldai.com/img/slack/command-suggest.svg" alt="" width="180">
<h4>Get Suggested times</h4>
<p class="input">suggest today @bill</p>
<p>Issue commands to weldbot by simply typing.</p>
</div>
<div>
<img src="http://www.weldai.com/img/slack/command-schedule.svg" alt="" width="180">
<h4>Schedule right now</h4>
<p class="input">schedule today 10am @bill</p>
<p>Focus on the parts of your day that only you can perform.</p>
</div>
</article>
</section>
<footer>
<nav>
<h1>Weld</h1>
<ul>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment