-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (47 loc) · 2.5 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
---
layout: default
---
<!-- <div class="header-container jumbotron">
<div class="container">
<h1>Jekyll Template for Project Websites</h1>
<p>Simple and modern design for publishing blog posts, documentation and many more things about your project.
You can now clone and start to create a website for your project like this one.</p>
<p><a class="btn btn-primary btn-lg" href="{{ "/docs/home/" | relative_url }}" role="button">Learn more</a></p>
</div>
</div> -->
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<img src="{{ "/assets/img/sparqeology-logo.png" | relative_url }}" alt="sparqeology logo" style="max-width: 300px">
</div>
</div>
<br/>
<div class="row">
<div class="col-md-12">
<!-- <h2 class="header-light regular-pad">What can I find here?</h2> -->
<p class="lead"><em>sparqeology</em> is a set of tools for the analysis, summarisation, and interpretation of SPARQL query logs.</p>
</div>
</div>
<!-- <hr>
<div class="row">
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-pencil" aria-hidden="true"></i></h1>
<h3 class="text-center">Easy to install and publish</h3>
<p>Get started by cloning source into GitHub account of your project. Thanks to <a href="https://pages.github.com">GitHub Pages</a>,
it will be automatically compiled and published under your account's (or organisation's) subdomain under <code>github.io</code>.
</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-cogs" aria-hidden="true"></i></h1>
<h3 class="text-center">Modular Styling and Templating</h3>
<p>This template uses <a href="https://github.com/twbs/bootstrap-sass">bootstrap-sass</a> along with <a href="https://bootswatch.com/">Bootwatch themes</a>.
You can change the theme or write your custom one by overwriting bootstrap sass variables for a different color set, font options, etc.</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-code-fork" aria-hidden="true"></i></h1>
<h3 class="text-center">Git-based source control</h3>
<p>Leverage from Git version control system by
maintaining your documentation along with the source code; publish the page when you merge to the master branch.</p>
</div>
</div> -->
</div>