forked from joaool/MotherGithub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_mission.html
86 lines (86 loc) · 3.9 KB
/
_mission.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<div id="_mission">
<header class="jumbotron subhead" id="overview">
<div class="container">
<h1>Mission</h1>
<p class="lead">The missing link between your needs and a web application.</p>
</div>
</header>
<div class="container">
<!-- Docs nav
================================================== -->
<div class="row">
<div class="col-xs-4">
<ul class="nav nav-list bs-docs-sidenav">
<li><a href="#from-your-brain"><i class="icon-chevron-right"></i>From your brain...</a></li>
<li><a href="#be-your-own"><i class="icon-chevron-right"></i>Be your own domain expert</a></li>
<li><a href="#use-the-experts"><i class="icon-chevron-right"></i>Use the expert's advantage</a></li>
</ul>
</div>
<div class="col-xs-4">
<img src="assets/img/brain.jpg" style="height:300px;" id="pic_brain" class="img-responsive" />
</div>
<div class="col-xs-4">
<img src="assets/img/fromBrainTo.jpg" style="height:300px;" id="pic_brain" class="img-responsive" />
</div>
<div class="span9">
<!-- from-your-brain
================================================== -->
<section id="from-your-brain">
<div class="row">
<div class="col-xs-4">
</div>
<div class="col-xs-8">
<h1>From your brain to a running web application</h1>
<p class="lead">FrameLink allows you to define your application in a 'semantic' way. You will use the power of a Database even without being aware of it. You will have no concern about lines and columns (the spreadsheet analogy).
All you need to define the data structure of your application, is to give a name to each data item when you define it visually. You just use your language and the Database will be adjusted as you go.</p>
</div>
</div>
</section>
<!-- be-your-own
================================================== -->
<section id="be-your-own">
<div class="row">
<div class="col-xs-4">
</div>
<div class="col-xs-4">
<img src="assets/img/expert.jpg" style="height:300px;" id="pic_expert" class="img-responsive" />
</div>
<div class="col-xs-4">
</div>
</div>
<div class="row">
<div class="col-xs-4">
</div>
<div class="col-xs-8">
<h1>Be your own domain expert</h1>
<p class="lead">For simple web applications you do not need anyone between you and the solution. With a simple and intuitive interface, you can iterate a running web aplication until it suits your needs.</p>
<p class="lead">If you believe that your application may be interesting to other users, you may sell your expertise, while allowing other FrameLink users to adapt it to their needs.</p>
<p class="lead">You may reuse concepts from one FrameLink application to another, saving time and brain effort. If later on you need to adjust the data concept of one application, the same data concept may be automatically adjusted in all your FrameLink applications.</p>
</div>
</div>
</section>
<!-- use-the-experts
================================================== -->
<section id="use-the-experts">
<div class="row">
<div class="col-xs-4">
</div>
<div class="col-xs-4">
<img src="assets/img/advantage.jpg" style="height:300px;" id="pic_advantage" class="img-responsive" />
</div>
<div class="col-xs-4">
</div>
</div>
<div class="row">
<div class="col-xs-4">
</div>
<div class="col-xs-8">
<h1>Use the expert's advantage</h1>
<p class="lead">You may know your needs better than anyone else, but to build an attractive web site you may want the help of a professional designer. To better suit your audience, you may choose among free and paid professionaly built templates.
Instead of building the application yourself, you may prefer to take advantage of expert knowledge, adapting an existing free or paid application to your requirements.</p>
</div>
</div>
</section>
</div> <!--"span9" -->
</div> <!-- container -->
</div>