-
Notifications
You must be signed in to change notification settings - Fork 86
/
index.html
58 lines (57 loc) · 1.62 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
---
layout: default
---
<header id="header" class="yellow promo">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1>JSON Resume</h1>
<p>The open source initiative to create a JSON-based standard for resumes. For developers, by developers.</p>
<a href="/schema/" class="btn btn-red btn-big">Read more</a>
</div>
</div>
</div>
</header>
<div id="start">
<div class="container">
<div class="row">
<div class="feature col-sm-4">
<h2>What is this?</h2>
<p>JSON Resume is a standard created to empower developers.</p>
<a href="/getting-started/" class="btn">Get started</a>
</div>
<div class="feature col-sm-4">
<h2>Themes</h2>
<p>Browse our gallery of resume themes made by the community.</p>
<a href="/themes/" class="btn">View themes</a>
</div>
<div class="feature col-sm-4">
<h2>Open Source</h2>
<p>Every part of JSON Resume is open source on GitHub.</p>
<a href="https://github.com/jsonresume" target="_blank" class="btn">View on GitHub</a>
</div>
</div>
</div>
</div>
<div id="twitter" class="hidden">
<div class="container">
<div class="row">
<div class="col-sm-4">
<h3>Twitter</h3>
</div>
<div class="col-sm-8">
<div class="row">
<div class="col-sm-12">
<h3>What are people saying?</h3>
</div>
<div class="col-sm-6">
Tweet #1
</div>
<div class="col-sm-6">
Tweet #2
</div>
</div>
</div>
</div>
</div>
</div>