Skip to content

Commit 91f101f

Browse files
committed
small homepage update
1 parent 663bc03 commit 91f101f

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

_includes/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
gtag('config', 'UA-130453051-1');
1111
</script>
1212
</body>
13-
</html>
13+
</html>

_layouts/default.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
<div class="row">
4242
<div class="col l6 s12">
4343
<h5 class="white-text"> flutter-view </h5>
44-
<p class="grey-text text-lighten-4"> Faster Flutter MVC layouts </p>
44+
<p class="grey-text text-lighten-4"> Faster Flutter MVVM layouts </p>
45+
<p class="grey-text text-lighten-4"> By Christian Vogel <a href="http://twitter.com/christianvogel" style="color: lightblue">@christianvogel</a></p>
4546
</div>
4647
<div class="col l4 offset-l2 s12">
4748
<h5 class="white-text">Links</h5>
@@ -55,7 +56,7 @@ <h5 class="white-text">Links</h5>
5556
</div>
5657
<div class="footer-copyright">
5758
<div class="container">
58-
© 2018 Copyright {{ site.name }} | All rights reserved.
59+
© 2018 Copyright Christian Vogel | All rights reserved.
5960
</div>
6061
</div>
6162
</footer>

index.html

+8-7
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
<section id="payoff">
1313
<div class="card-content">
14-
<h1>Flutter-view allows you to lay out your Flutter apps faster,
15-
using Pug/HTML and Sass/CSS</h1>
14+
<h1>Flutter-view is a command line tool that allows you to<br>
15+
lay out your Flutter apps faster, using Pug/HTML and Sass/CSS</h1>
1616
</div>
1717
</section>
1818

@@ -23,9 +23,10 @@ <h1>Flutter-view allows you to lay out your Flutter apps faster,
2323
<div class='entry col s4'>
2424
<i class="fas fa-space-shuttle fa-3x"></i>
2525
<h2>Fast Layouts</h2>
26-
<p>Easily set up Flutter layouts</p>
26+
<p>Easily set up Flutter layouts<br> with hot reload</p>
27+
<p>Watches and updates code<br> as you save your layouts</p>
2728
<p>Visual Studio code support</p>
28-
<p>Use Pug mixins to create layouts per platform</p>
29+
<p>Use Pug mixins to create<br> layouts per platform</p>
2930
<p>Clean generated code</p>
3031
</div>
3132
<div class='entry col s4'>
@@ -38,9 +39,9 @@ <h2>Powerful Styling</h2>
3839
<div class='entry col s4'>
3940
<i class="fas fa-layer-group fa-3x"></i>
4041
<h2>Clean MVC / MVVM</h2>
41-
<p>Create a clear separation between model and views</p>
42-
<p>Optional Dart library with reactive and layout tools</p>
43-
<p>Special support for ScopedModel using the <b>reactive</b> tag</p>
42+
<p>Create a clear separation<br> between model and views</p>
43+
<p>Optional Dart library with<br> reactive and layout tools</p>
44+
<p>Special support for ScopedModel<br> using the <b>reactive</b> tag</p>
4445
</div>
4546
</div>
4647
</div>

0 commit comments

Comments
 (0)