|
4 | 4 |
|
5 | 5 | <div class="header-container jumbotron"> |
6 | 6 | <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> |
10 | 10 | <p><a class="btn btn-primary btn-lg" href="{{ "/docs/home/" | prepend: site.baseurl }}" role="button">Learn more</a></p> |
11 | 11 | </div> |
12 | 12 | </div> |
13 | 13 |
|
14 | 14 | <div class="container"> |
15 | 15 | <div class="row"> |
16 | 16 | <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> |
27 | 20 | </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"> |
30 | 23 | </div> |
31 | 24 | </div> |
32 | 25 | <hr> |
33 | 26 | <div class="row"> |
34 | 27 | <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. |
39 | 32 | </p> |
40 | 33 | </div> |
41 | 34 | <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> |
46 | 38 | </div> |
47 | 39 | <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> |
52 | 43 | </div> |
53 | 44 | </div> |
54 | 45 | </div> |
0 commit comments