Skip to content

Commit c8f39dc

Browse files
committed
index.html
1 parent 42364f7 commit c8f39dc

File tree

6 files changed

+32
-36
lines changed

6 files changed

+32
-36
lines changed

Gemfile.lock

+9-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ GEM
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0.6.0)
1111
eventmachine (1.2.7)
12+
eventmachine (1.2.7-x64-mingw32)
1213
ffi (1.10.0)
14+
ffi (1.10.0-x64-mingw32)
1315
forwardable-extended (2.6.0)
1416
http_parser.rb (0.6.0)
1517
i18n (0.9.5)
@@ -60,9 +62,14 @@ GEM
6062
sass-listen (4.0.0)
6163
rb-fsevent (~> 0.9, >= 0.9.4)
6264
rb-inotify (~> 0.9, >= 0.9.7)
65+
tzinfo (2.0.0)
66+
concurrent-ruby (~> 1.0)
67+
tzinfo-data (1.2019.2)
68+
tzinfo (>= 1.0.0)
6369

6470
PLATFORMS
6571
ruby
72+
x64-mingw32
6673

6774
DEPENDENCIES
6875
jekyll (= 3.8.4)
@@ -73,7 +80,7 @@ DEPENDENCIES
7380
tzinfo-data
7481

7582
RUBY VERSION
76-
ruby 2.3.1p112
83+
ruby 2.6.3p62
7784

7885
BUNDLED WITH
79-
2.0.1
86+
2.0.2

_config.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
title: CodingApi
33
email: 1991wangliang@gmail.com
44
description: >
5-
Jekyll Template for Project Websites
6-
providing documentation and blog post pages.
5+
CodingAPI is an open source organization.
76
lang: en-US
87

9-
baseurl: "/" # the subpath of your site, e.g. /blog/
8+
baseurl: "" # the subpath of your site, e.g. /blog/
109
url: https://codingapi.github.io/codingapi.github.io # the base hostname & protocol for your site
1110
git_address: https://github.com/codingapi/codingapi.github.io
1211
git_edit_address: https://github.com/codingapi/codingapi.github.io/blob/gh-pages

_includes/footer.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<footer class="footer">
22
<div class="container">
3-
43
<p class="text-center">
54
{{ site.title }} {{ site.time | date: '%Y' }} |
6-
Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a>
5+
Powered by <a href="https://github.com/codingapi">CodingApi</a>
76
</p>
8-
<!-- <p class="text-muted">Place sticky footer content here.</p> -->
7+
<p class="text-center text-nowrap">鲁ICP备17011778号-3</p>
98
</div>
109
</footer>

css/main.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ body {
6363
position: absolute;
6464
bottom: 0;
6565
width: 100%;
66-
height: 46px;
66+
height: 70px;
6767
padding-top: 10px;
6868
background-color: $gray-lighter;
6969
color: $gray-dark;

favicon.ico

4.13 KB
Binary file not shown.

index.html

+18-27
Original file line numberDiff line numberDiff line change
@@ -4,51 +4,42 @@
44

55
<div class="header-container jumbotron">
66
<div class="container">
7-
<h1>Jekyll Template for Project Websites</h1>
8-
<p>Simple and modern design for publishing blog posts, documentation and many more things about your project.
9-
You can now clone and start to create a website for your project like this one.</p>
7+
<h1>CodingApi is an open source organization.</h1>
8+
<p>
9+
CodingApi will lead you through the three dimensions of project management, technical architecture and team motivation to build a good R&D team.</p>
1010
<p><a class="btn btn-primary btn-lg" href="{{ "/docs/home/" | prepend: site.baseurl }}" role="button">Learn more</a></p>
1111
</div>
1212
</div>
1313

1414
<div class="container">
1515
<div class="row">
1616
<div class="col-md-6">
17-
<h2 class="header-light regular-pad">What is Jekyll?</h2>
18-
<p class="lead">Jekyll is a simple, blog-aware, static site generator. It takes a template
19-
directory containing raw text files in various formats, runs it through
20-
a converter (like <a href="https://daringfireball.net/projects/markdown/">Markdown</a>)
21-
and our <a href="https://github.com/Shopify/liquid/wiki">Liquid</a> renderer, and
22-
spits out a complete, ready-to-publish static website suitable
23-
for serving with your favorite web server. Jekyll also happens to be the engine
24-
behind <a href="https://pages.github.com">GitHub Pages</a>, which means you can use Jekyll
25-
to host your project’s page, blog, or website from GitHub’s servers <strong>for
26-
free</strong>.</p>
17+
<h2 class="header-light regular-pad">What is CodingApi?</h2>
18+
<p class="lead">
19+
I think that agile thinking needs to go from at least three perspectives: project management, technical ability, and team motivation. Only by establishing a good system of institutions can we achieve agility. Join CodingApi and let everyone explore and learn how to build agile path from 0.</p>
2720
</div>
28-
<div class="col-md-6 text-center">
29-
<img src="img/jekyll-dark.png" alt="" class="img-responsive">
21+
<div class="col-md-6 text-center" style="margin-top: 60px;">
22+
<img src="img/git-version.png" alt="" class="img-responsive">
3023
</div>
3124
</div>
3225
<hr>
3326
<div class="row">
3427
<div class="col-sm-4">
35-
<h1 class="text-center"><i class="fa fa-pencil" aria-hidden="true"></i></h1>
36-
<h3 class="text-center">Easy to install and publish</h3>
37-
<p>Get started by cloning source into GitHub account of your project. Thanks to <a href="https://pages.github.com">GitHub Pages</a>,
38-
it will be automatically compiled and published under your account's (or organisation's) subdomain under <code>github.io</code>.
28+
<h1 class="text-center"><i class="fa fa-user-circle-o" aria-hidden="true"></i></h1>
29+
<h3 class="text-center">Project management</h3>
30+
<p>
31+
Today's agile development has been recognized as a good management method for software project development. Combined with today's rapid development of technology, how to better combine technology and project management will be more interesting.
3932
</p>
4033
</div>
4134
<div class="col-sm-4">
42-
<h1 class="text-center"><i class="fa fa-cogs" aria-hidden="true"></i></h1>
43-
<h3 class="text-center">Modular Styling and Templating</h3>
44-
<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>.
45-
You can change the theme or write your custom one by overwriting bootstrap sass variables for a different color set, font options, etc.</p>
35+
<h1 class="text-center"><i class="fa fa-code-fork" aria-hidden="true"></i></h1>
36+
<h3 class="text-center">Technical framework</h3>
37+
<p>Today is the era of microservices, containerization, and artificial intelligence technology. If you want to make a product well, it does not depend on any excellent technology.</p>
4638
</div>
4739
<div class="col-sm-4">
48-
<h1 class="text-center"><i class="fa fa-code-fork" aria-hidden="true"></i></h1>
49-
<h3 class="text-center">Git-based source control</h3>
50-
<p>Leverage from Git version control system by
51-
maintaining your documentation along with the source code; publish the page when you merge to the master branch.</p>
40+
<h1 class="text-center"><i class="fa fa-area-chart" aria-hidden="true"></i></h1>
41+
<h3 class="text-center">Team motivation</h3>
42+
<p>A good incentive model will make a poor team better, and OKR may be more in line with the incentive model of the R&D team.</p>
5243
</div>
5344
</div>
5445
</div>

0 commit comments

Comments
 (0)