Upgrade to Bootstrap 3 (#27)

This commit is contained in:
Olivier Ligot
2013-08-21 18:15:07 +02:00
parent f78b8ec4a4
commit 4761743995
15 changed files with 37 additions and 48 deletions
+7 -8
View File
@@ -4,9 +4,8 @@
<meta charset="utf-8">
<title>Eiffel Web Framework</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/vendor/bootstrap.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
</head>
<body>
<div class="container-narrow">
@@ -19,21 +18,21 @@
<h3 class="muted">Eiffel Web Framework</h3>
</div>
<hr>
<div class="row-fluid">
<div class="span4">
<div class="row">
<div class="col-md-4">
<h2>Development</h2>
<p>
Development takes place on <a href="https://github.com/EiffelWebFramework/EWF">Github</a>.
Come here for <a href="http://github.com/EiffelWebFramework/EWF/issues">issue tracking</a>, code reviews, and patches.
</p>
</div>
<div class="span4">
<div class="col-md-4">
<h2>Mailing List</h2>
<p>
The <a href="http://groups.google.com/group/eiffel-web-framework">Google Group</a> is the preferred channel for EWF discussions so future users can learn from the archive. Support requests, suggestions, project announcements, and all other commentary related to EWF are welcome here.
</p>
</div>
<div class="span4">
<div class="col-md-4">
<h2>Google+</h2>
<p>
We are also present on Google+ as a <a href="https://plus.google.com/u/0/110650349519032194479">user</a> and a
@@ -46,7 +45,7 @@
<p>&copy; EiffelWebFramework 2013</p>
</div>
</div> <!-- /container -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/vendor/jquery.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
</body>
</html>
File diff suppressed because one or more lines are too long
-9
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+9
View File
File diff suppressed because one or more lines are too long
+10 -11
View File
@@ -4,10 +4,9 @@
<meta charset="utf-8">
<title>Eiffel Web Framework</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/vendor/bootstrap.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="css/lang-eiffel.css" rel="stylesheet">
<link href="css/vendor/lang-eiffel.css" rel="stylesheet">
</head>
<body>
<div class="container-narrow">
@@ -20,8 +19,8 @@
<h3 class="muted">Eiffel Web Framework</h3>
</div>
<hr>
<div class="row-fluid">
<div class="span12">
<div class="row">
<div class="col-md-12">
<div class="page-header">
<h1>Getting Started</h1>
</div>
@@ -34,7 +33,7 @@
<h3>Other EiffelStudio versions</h3>
<p>If you have another version of EiffelStudio than 7.2, you have to</p>
<ol>
<li><a href="http://github.com/EiffelWebFramework/EWF/zipball/release-0.2">dowload EWF</a></li>
<li><a href="https://github.com/EiffelWebFramework/EWF/archive/v0.3.1.zip">dowload EWF</a></li>
<li>create a directory where you will put your custum Eiffel libraries</li>
<li>extract EWF in the newly created directory</li>
<li>define the environment variable EIFFEL_LIBRARY to point to the newly created directory</li>
@@ -42,7 +41,7 @@
<h3>Source code</h3>
<p>The source code is available on Github.
You can get it by running the command:</p>
<pre><code>git clone --recursive git://github.com/EiffelWebFramework/EWF.git</code></pre>
<pre><code>git clone git://github.com/EiffelWebFramework/EWF.git</code></pre>
<h2>Hello World</h2>
<p>The hello world example is located in the directory <i>$ISE_EIFFEL/contrib/examples/web/ewf/simple</i>.
Just double click on the <i>simple.ecf</i> file and select the <i>simple</i> target or if you prefer the command line, run the command:</p>
@@ -83,9 +82,9 @@ feature {NONE} -- Initialization
<p>&copy; EiffelWebFramework 2013</p>
</div>
</div> <!-- /container -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/run_prettify.js"></script>
<script src="js/lang-eiffel.js"></script>
<script src="js/vendor/jquery.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/vendor/run_prettify.js"></script>
<script src="js/vendor/lang-eiffel.js"></script>
</body>
</html>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

+4 -5
View File
@@ -4,9 +4,8 @@
<meta charset="utf-8">
<title>Eiffel Web Framework</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/vendor/bootstrap.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
</head>
<body>
<div class="container-narrow">
@@ -24,14 +23,14 @@
<p class="lead">
Framework to build web applications in Eiffel
</p>
<a class="btn btn-large btn-primary" href="http://github.com/EiffelWebFramework/EWF/zipball/release-0.2">Download</a>
<a class="btn btn-default btn-lg btn-primary" href="https://github.com/EiffelWebFramework/EWF/archive/v0.3.1.zip">Download</a>
</div>
<hr>
<div class="footer">
<p>&copy; EiffelWebFramework 2013</p>
</div>
</div> <!-- /container -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/vendor/jquery.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
</body>
</html>
-6
View File
File diff suppressed because one or more lines are too long
+6
View File
File diff suppressed because one or more lines are too long
View File
View File
View File