|
7 | 7 |
|
8 | 8 | <section class="home" style="padding-top: 0">
|
9 | 9 |
|
10 |
| - <div class="alert alert-info"> |
11 |
| - New to Form Tools and not sure where to start? Look no further! |
12 |
| - <a href="{{site.baseurl}}/userdoc/getting_started" class="btn btn-primary">Getting Started</a> |
13 |
| - </div> |
14 |
| - |
15 |
| - <h3>Core documentation</h3> |
16 |
| - |
17 |
| - <div class="row"> |
18 |
| - <div class="col-lg-3"> |
19 |
| - <a href="{{site.baseurl}}/userdoc/">User Documentation</a> |
20 |
| - </div> |
21 |
| - <div class="col-lg-9"> |
22 |
| - This contains information about how to use 2.1.x and later of the |
23 |
| - core script. It includes a discussion of all the Core features, what's changed since the 2.0.x branch, |
24 |
| - what's now available and how it works. |
25 |
| - </div> |
26 |
| - </div> |
27 |
| - |
28 |
| - <div class="row"> |
29 |
| - <div class="col-lg-3"> |
30 |
| - <a href="{{site.baseurl}}/installation/">Installation</a> |
31 |
| - </div> |
32 |
| - <div class="col-lg-9"> |
33 |
| - How to install Form Tools on your web server. |
34 |
| - </div> |
35 |
| - </div> |
36 |
| - |
37 |
| - <div class="row"> |
38 |
| - <div class="col-lg-3"> |
39 |
| - <a href="{{site.baseurl}}/upgrading/">Upgrading</a> |
40 |
| - </div> |
41 |
| - <div class="col-lg-9"> |
42 |
| - How to upgrade Form Tools. |
43 |
| - </div> |
44 |
| - </div> |
45 |
| - |
46 |
| - <div class="row"> |
47 |
| - <div class="col-lg-3"> |
48 |
| - <a href="{{site.baseurl}}/tutorials/">Tutorials</a> |
49 |
| - </div> |
50 |
| - <div class="col-lg-9"> |
51 |
| - Hands-on tutorials on a variety of subjects. Feel free to add your own! |
52 |
| - </div> |
53 |
| - </div> |
54 |
| - |
55 |
| - <hr size="1" /> |
56 |
| - |
57 |
| - <h3>Plugins</h3> |
58 |
| - |
59 |
| - <div class="row"> |
60 |
| - <div class="col-lg-3"> |
61 |
| - <a href="{{site.baseurl}}/modules/">Modules</a> |
| 10 | + <div class="alert alert-info"> |
| 11 | + New to Form Tools and not sure where to start? Look no further! |
| 12 | + <a href="{{site.baseurl}}/userdoc/getting_started" class="btn btn-primary">Getting Started</a> |
62 | 13 | </div>
|
63 |
| - <div class="col-lg-9"> |
64 |
| - Module documentation. |
| 14 | + |
| 15 | + <h3>Core documentation</h3> |
| 16 | + |
| 17 | + <div class="row"> |
| 18 | + <div class="col-lg-3"> |
| 19 | + <a href="{{site.baseurl}}/userdoc/">User Documentation</a> |
| 20 | + </div> |
| 21 | + <div class="col-lg-9"> |
| 22 | + This contains information about how to use 2.1.x and later of the |
| 23 | + core script. It includes a discussion of all the Core features, what's changed since the 2.0.x branch, |
| 24 | + what's now available and how it works. |
| 25 | + </div> |
| 26 | + </div> |
| 27 | + |
| 28 | + <div class="row"> |
| 29 | + <div class="col-lg-3"> |
| 30 | + <a href="{{site.baseurl}}/installation/">Installation</a> |
| 31 | + </div> |
| 32 | + <div class="col-lg-9"> |
| 33 | + How to install Form Tools on your web server. |
| 34 | + </div> |
| 35 | + </div> |
| 36 | + |
| 37 | + <div class="row"> |
| 38 | + <div class="col-lg-3"> |
| 39 | + <a href="{{site.baseurl}}/upgrading/">Upgrading</a> |
| 40 | + </div> |
| 41 | + <div class="col-lg-9"> |
| 42 | + How to upgrade Form Tools. |
| 43 | + </div> |
| 44 | + </div> |
| 45 | + |
| 46 | + <div class="row"> |
| 47 | + <div class="col-lg-3"> |
| 48 | + <a href="{{site.baseurl}}/tutorials/">Tutorials</a> |
| 49 | + </div> |
| 50 | + <div class="col-lg-9"> |
| 51 | + Hands-on tutorials on a variety of subjects. Feel free to add your own! |
| 52 | + </div> |
| 53 | + </div> |
| 54 | + |
| 55 | + <hr size="1"/> |
| 56 | + |
| 57 | + <h3>Plugins</h3> |
| 58 | + |
| 59 | + <div class="row"> |
| 60 | + <div class="col-lg-3"> |
| 61 | + <a href="{{site.baseurl}}/modules/">Modules</a> |
| 62 | + </div> |
| 63 | + <div class="col-lg-9"> |
| 64 | + Module documentation. |
| 65 | + </div> |
| 66 | + </div> |
| 67 | + |
| 68 | + <div class="row"> |
| 69 | + <div class="col-lg-3"> |
| 70 | + <a href="{{site.baseurl}}/api/">API</a> |
| 71 | + </div> |
| 72 | + <div class="col-lg-9"> |
| 73 | + This section documents the API functions written for things like integrating Form Tools with your |
| 74 | + multi-page forms, adding CAPTCHAs, displaying image files - and other tasks like creating and modifying |
| 75 | + user accounts via PHP rather than through the Form Tools UI. |
| 76 | + </div> |
65 | 77 | </div>
|
66 |
| - </div> |
67 | 78 |
|
68 |
| - <div class="row"> |
69 |
| - <div class="col-lg-3"> |
70 |
| - <a href="{{site.baseurl}}/api/">API</a> |
| 79 | + <hr size="1"/> |
| 80 | + |
| 81 | + <h3>Development</h3> |
| 82 | + |
| 83 | + <div class="row"> |
| 84 | + <div class="col-lg-3"> |
| 85 | + <a href="{{site.baseurl}}/module_development/">Module Development</a> |
| 86 | + </div> |
| 87 | + <div class="col-lg-9"> |
| 88 | + Want to develop your own modules? Great! Here's some instructions on how to get started, including some |
| 89 | + tips and tricks and a couple of "Hello World" modules for something more "hands-on". |
| 90 | + </div> |
71 | 91 | </div>
|
72 |
| - <div class="col-lg-9"> |
73 |
| - This section documents the API functions written for things like integrating Form Tools with your |
74 |
| - multi-page forms, adding CAPTCHAs, displaying image files - and other tasks like creating and modifying |
75 |
| - user accounts via PHP rather than through the Form Tools UI. |
| 92 | + |
| 93 | + <div class="row"> |
| 94 | + <div class="col-lg-3"> |
| 95 | + <a href="{{site.baseurl}}/theme_development/">Theme Development</a> |
| 96 | + </div> |
| 97 | + <div class="col-lg-9"> |
| 98 | + Want to develop your own theme? Click here for more information. |
| 99 | + </div> |
76 | 100 | </div>
|
77 |
| - </div> |
78 |
| - |
79 |
| - <hr size="1" /> |
80 |
| - |
81 |
| - <h3>Development</h3> |
82 |
| - |
83 |
| - <div class="row"> |
84 |
| - <div class="col-lg-3"> |
85 |
| - <a href="{{site.baseurl}}/module_development/">Module Development</a> |
86 |
| - </div> |
87 |
| - <div class="col-lg-9"> |
88 |
| - Want to develop your own modules? Great! Here's some instructions on how to get started, including some |
89 |
| - tips and tricks and a couple of "Hello World" modules for something more "hands-on". |
90 |
| - </div> |
91 |
| - </div> |
92 |
| - |
93 |
| - <div class="row"> |
94 |
| - <div class="col-lg-3"> |
95 |
| - <a href="{{site.baseurl}}/theme_development/">Theme Development</a> |
96 |
| - </div> |
97 |
| - <div class="col-lg-9"> |
98 |
| - Want to develop your own theme? Click here for more information. |
99 |
| - </div> |
100 |
| - </div> |
101 | 101 |
|
102 | 102 | </section>
|
0 commit comments