forked from zhoushineyoung/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (70 loc) · 3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
---
---
<!DOCTYPE html>
<html>
{% webasset head page_title='{{page.page_title}}' android_page_title='{{page.android_page_title}}' ios_page_title='{{page.ios_page_title}}' keywords='{{page.keywords}}' android_keywords='{{page.android_keywords}}' ios_keywords='{{page.ios_keywords}}' ios='{{page.ios}}' android='{{page.android}}' description='{{page.description}}' ios_description='{{page.ios_description}}' android_description='{{page.android_description}}' site_title='Branch Documentation' url='{{site.base_url}}{{page.url}}' %}
<body>
<div class="homepage inner__content">
<div class="homepage-header">
<div class="container text-center">
<div class="logo">
<img src="/img/branch_docs_logo.png" alt="Branch docs" title="Branch docs">
</div>
<div class="inner__searchbar">
{% searchbar %}
</div>
</div>
</div>
<div class="container main">
<div class="row">
<div class="col-xs-12">
<div class="col-sm-6 col-md-4">
<a href="/basic-setup" class="homepage-section">
<h3 class="homepage-section__title">Basic Setup</h3>
<p class="homepage-section__content">Integrate the SDK into your app<br> and start deep linking.</p>
</a>
</div>
<div class="col-sm-6 col-md-4">
<a href="/marketing-channels" class="homepage-section">
<h3 class="homepage-section__title">Marketing Channels</h3>
<p class="homepage-section__content">Implement deep linking features everywhere <br> to help grow your app.</p>
</a>
</div>
<div class="col-sm-6 col-md-4">
<a href="/cross-channel-analytics" class="homepage-section">
<h3 class="homepage-section__title">Cross Channel Analytics</h3>
<p class="homepage-section__content">App growth, attribution, user value,<br> and revenue analytics.</p>
</a>
</div>
<div class="col-sm-6 col-md-4">
<a href="/data-exchange" class="homepage-section">
<h3 class="homepage-section__title">Data Connectors</h3>
<p class="homepage-section__content">Send data from Branch, <br> or bring data into Branch.</p>
</a>
</div>
<div class="col-sm-6 col-md-4">
<a href="/github-sdks" class="homepage-section">
<h3 class="homepage-section__title">SDK References</h3>
<p class="homepage-section__content">Dive deeper into our SDKs.</p>
</a>
</div>
<div class="col-sm-6 col-md-4">
<a href="https://support.branch.io/support/tickets/new" class="homepage-section">
<h3 class="homepage-section__title">Help & Support</h3>
<p class="homepage-section__content">Contact help from our<br> Integrations Engineering team.</p>
</a>
</div>
</div>
</div>
</div>
<div class="container-fluid partner-logos">
<div class="col-sm-12 col-md-12 text-center">
<a href="https://fabric.io/kits/branch">
<img src="/img/fabric.png" width="170" height="66">
</a>
</div>
</div>
</div>
{% include footer.html %}
</body>
</html>