mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-04-24 04:15:48 +08:00
Tweak homepage
This commit is contained in:
19
index.html
19
index.html
@@ -73,16 +73,22 @@ layout: default
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="build" class="border-top page-section">
|
||||
<div id="build" class="border-top page-section f4">
|
||||
<div class="container-lg px-3">
|
||||
<h2 class="alt-h1 text-center lh-condensed">Build your own app</h2>
|
||||
<p class="alt-lead text-center mb-6">Apps are easy to write and share.</p>
|
||||
<p class="text-center mb-6">
|
||||
<a class="btn btn-outline btn-large" href="/docs/">
|
||||
{% octicon tools class:"mr-2" %}
|
||||
Build a Probot App
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<div class="page-section d-flex flex-column flex-md-row gutter flex-items-center flex-md-items-center">
|
||||
<div class="col-6 d-flex flex-column">
|
||||
<img src="https://assets-cdn.github.com/images/modules/site/home-illo-business.svg" class="d-block width-fit mx-auto mb-4">
|
||||
<img src="https://assets-cdn.github.com/images/modules/site/home-illo-conversation.svg" class="d-block width-fit mx-6">
|
||||
</div>
|
||||
<div class="col-6 text-center">
|
||||
<div class="col-6">
|
||||
<h3 class="alt-h3 mb-2">Optimized for GitHub</h3>
|
||||
<p class="">
|
||||
Receive webhooks and use the authenticated client to access the GitHub API. Granular permissions give each app access to the data it needs and nothing more.
|
||||
@@ -92,7 +98,7 @@ layout: default
|
||||
|
||||
<div class="page-section">
|
||||
<div class="d-flex flex-md-row gutter flex-items-center flex-md-items-center">
|
||||
<div class="col-6 text-center">
|
||||
<div class="col-6">
|
||||
<h3 class="alt-h3 mb-2">Easily scriptable</h3>
|
||||
<p class="">Focus on what you want to build. A simple API—built on the latest ES6 JavaScript features—hides the details you don't care about.</p>
|
||||
</div>
|
||||
@@ -113,9 +119,12 @@ module.exports = robot => {
|
||||
</div>
|
||||
|
||||
<div class="d-flex flex-md-row gutter mt-4">
|
||||
<div class="col-6 text-center">
|
||||
<div class="col-6">
|
||||
<h2 class="alt-h3 mb-2"></h2>
|
||||
<p>Apps are first class actors within GitHub.</p>
|
||||
<p class="mt-3">
|
||||
<a href="/docs/">Get started with Probot {% octicon chevron-right %}</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-6">
|
||||
|
||||
Reference in New Issue
Block a user