-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (56 loc) · 3.26 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
---
layout: default
---
<div class="header-container jumbotron" >
<div class="container">
<h1>Welcome to LiangLab</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>
</div>
</div>
<div class="container" >
<div class="row">
<div class="col-md-6" text-align="center" style="float:left;width:80%;">
<h2 class="header-light regular-pad">个人简介</h2>
<p class="lead">Jekyll is a simple, blog-aware, static site generator. It takes a template
directory containing raw text files in various formats, runs it through
a converter (like <a href="https://daringfireball.net/projects/markdown/">Markdown</a>)
and our <a href="https://github.com/Shopify/liquid/wiki">Liquid</a> renderer, and
spits out a complete, ready-to-publish static website suitable
for serving with your favorite web server. Jekyll also happens to be the engine
behind <a href="https://pages.github.com">GitHub Pages</a>, which means you can use Jekyll
to host your project’s page, blog, or website from GitHub’s servers <strong>for
free</strong>.</p>
</div>
<div align="center" class="col-md-6 text-center" style="float:right;width:20%;">
<img src="{{ "/img/1.jpg" | relative_url }}" id="sthree" alt="Jekyll logo" class="img-responsive">
<script>
document.getElementById("sthree").style.borderRadius="50%";
</script>
</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">项目1</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">项目2</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">项目3</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>
<!-- <script src="{{ "/js/scroll.min.js " | prepend: site.baseurl }}" charset="utf-8"></script> -->
<!-- <script src="{{ "/js/pageContent.js " | prepend: site.baseurl }}" charset="utf-8"></script> -->