create account

Building a Landing Page with MaterializeCSS - 2 by gotgame

View this thread on: hive.blogpeakd.comecency.com
· @gotgame · (edited)
$93.59
Building a Landing Page with MaterializeCSS - 2
##### What Will I Learn

This is the second and concluding part in the series of tutorial posts on how to build a landing page using MaterializeCSS.

In the first part we were able to cover the design process for some of the page components and features.

In this tutorial we will learn how we can create the following 

- Fullwidth Carousel

- Preloader

- Pricing Layout

- Text Input Forms and Layout

##### Requirements

-   Code Editor
-   Latest version of any web browser
-   [Ionicons Library For Icons](http://ionicons.com/)
-   [JQuery Library](https://jquery.com/)
-   [MaterializeCSS Framework](https://next.materialize.com/)
-   You can download the full source code for this tutorial on  [Github](https://github.com/olatundeee/landr/archive/master.zip)

##### Difficulty

- Intermediate

##### Tutorial Contents

If you have read through the first part of this series you should be able to setup materializecss and jquery already, in case you don't know how to do that the steps are included in the introductory part of the [first tutorial](https://utopian.io/utopian-io/@gotgame/building-a-landing-page-with-materializecss-1) in this series.

To read more on how to setup the materializecss framework using other alternatives you can check the  [official documentation](https://next.materializecss.com/).

In the first part of this series I also included all the CSS styles used throughout this tutorial series. You will need to check that out to get the most out of this post.

After all that is setup we can move on to creating our components

##### 1.  Fullwidth Carousel

In this section we'll be implementing  a slider-like carousel which will hold text information and allow the users to scroll through to read all.

We'll also be adding a preloader in this section directly below the carousel.

##### HTML

```markup
<section  id="features">

  

<div  class="carousel carousel-slider center">

<div  class="carousel-item indigo darken-4 white-text"  href="#one!"  style="padding-top: 100px;">

<h5>WordPress Development</h5>

<p>

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse pretium pulvinar sem, non malesuada magna laoreet id. Nam ligula risus, commodo vel libero quis, fringilla posuere nulla. Morbi et scelerisque nisi. Vivamus at nibh nisi. Quisque aliquam enim id dolor aliquam, a vehicula turpis vulputate. Cras lacinia lacus elit, eget porta elit dignissim eu. In tincidunt posuere est vitae elementum. Integer a elit suscipit, iaculis tortor id, tempus nunc.

</p>

</div>

<div  class="carousel-item indigo darken-4 white-text"  href="#one!"  style="padding-top: 100px;">

<h5>App Development</h5>

<p>

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse pretium pulvinar sem, non malesuada magna laoreet id. Nam ligula risus, commodo vel libero quis, fringilla posuere nulla. Morbi et scelerisque nisi. Vivamus at nibh nisi. Quisque aliquam enim id dolor aliquam, a vehicula turpis vulputate. Cras lacinia lacus elit, eget porta elit dignissim eu. In tincidunt posuere est vitae elementum. Integer a elit suscipit, iaculis tortor id, tempus nunc.

</p>

</div>

<div  class="carousel-item indigo darken-4 white-text"  href="#one!"  style="padding-top: 100px;">

<h5>Search Engine Optimization</h5>

<p>

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse pretium pulvinar sem, non malesuada magna laoreet id. Nam ligula risus, commodo vel libero quis, fringilla posuere nulla. Morbi et scelerisque nisi. Vivamus at nibh nisi. Quisque aliquam enim id dolor aliquam, a vehicula turpis vulputate. Cras lacinia lacus elit, eget porta elit dignissim eu. In tincidunt posuere est vitae elementum. Integer a elit suscipit, iaculis tortor id, tempus nunc.

</p>

</div>

<div  class="carousel-item indigo darken-4 white-text"  style="padding-top: 100px;">

<h5>Website Templates</h5>

<p>

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse pretium pulvinar sem, non malesuada magna laoreet id. Nam ligula risus, commodo vel libero quis, fringilla posuere nulla. Morbi et scelerisque nisi. Vivamus at nibh nisi. Quisque aliquam enim id dolor aliquam, a vehicula turpis vulputate. Cras lacinia lacus elit, eget porta elit dignissim eu. In tincidunt posuere est vitae elementum. Integer a elit suscipit, iaculis tortor id, tempus nunc.

</p>

</div>

<div  class="carousel-item indigo darken-4 white-text"  href="#one!"  style="padding-top: 100px;">

<h5>Content Writing</h5>

<p>

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse pretium pulvinar sem, non malesuada magna laoreet id. Nam ligula risus, commodo vel libero quis, fringilla posuere nulla. Morbi et scelerisque nisi. Vivamus at nibh nisi. Quisque aliquam enim id dolor aliquam, a vehicula turpis vulputate. Cras lacinia lacus elit, eget porta elit dignissim eu. In tincidunt posuere est vitae elementum. Integer a elit suscipit, iaculis tortor id, tempus nunc.

</p>

</div>

<div  class="carousel-item indigo darken-4 white-text"  href="#one!"  style="padding-top: 100px;">

<h5>Product Development</h5>

<p>

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse pretium pulvinar sem, non malesuada magna laoreet id. Nam ligula risus, commodo vel libero quis, fringilla posuere nulla. Morbi et scelerisque nisi. Vivamus at nibh nisi. Quisque aliquam enim id dolor aliquam, a vehicula turpis vulputate. Cras lacinia lacus elit, eget porta elit dignissim eu. In tincidunt posuere est vitae elementum. Integer a elit suscipit, iaculis tortor id, tempus nunc.

</p>

</div>

</div>

  
  
  
  

<div  class="row grey lighten-2">

<div  class="container">

<div  class="col l12 m1 s12">

<h4  class="indigo-text text-darken-4 center-align"  style="margin-top: 50px;">OUR SKILLS</h4>

</div>

<div  class="col l6 m6 s12">

<p  class="valign-wrapper"  style="margin-top: 50px;">

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse pretium pulvinar sem, non malesuada magna laoreet id. Nam ligula risus, commodo vel libero quis, fringilla posuere nulla. Morbi et scelerisque nisi. Vivamus at nibh nisi. Quisque aliquam enim id dolor aliquam, a vehicula turpis vulputate. Cras lacinia lacus elit, eget porta elit dignissim eu. In tincidunt posuere est vitae elementum. Integer a elit suscipit, iaculis tortor id, tempus nunc.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse pretium pulvinar sem, non malesuada magna laoreet id. Nam ligula risus, commodo vel libero quis, fringilla posuere nulla. Morbi et scelerisque nisi. Vivamus at nibh nisi. Quisque aliquam enim id dolor aliquam, a vehicula turpis vulputate. Cras lacinia lacus elit, eget porta elit dignissim eu. In tincidunt posuere est vitae elementum. Integer a elit suscipit, iaculis tortor id, tempus nunc.

</p>

</div>

<div  class="col l6 m6 s12"  style="margin-top: 50px;">

<div  class="row">

<div  class="col l12 m12 s12 progress-bar">

<h5  class="indigo-text text-darken-4">HTML: 90%</h5>

<div  class="progress white">

<div  class="determinate indigo darken-4"  style="width: 90%;"></div>

</div>

</div>

<div  class="col l12 m12 s12 progress-bar">

<h5  class="indigo-text text-darken-4">CSS: 90%</h5>

<div  class="progress white">

<div  class="determinate indigo darken-4"  style="width: 90%;"></div>

</div>

</div>

<div  class="col l12 m12 s12 progress-bar">

<h5  class="indigo-text text-darken-4">WordPress: 70%</h5>

<div  class="progress white">

<div  class="determinate indigo darken-4"  style="width: 70%;"></div>

</div>

</div>

<div  class="col l12 m12 s12 progress-bar">

<h5  class="indigo-text text-darken-4">JavaScript: 65%</h5>

<div  class="progress white">

<div  class="determinate indigo darken-4"  style="width: 65%;"></div>

</div>

</div>

<div  class="col l12 m12 s12 progress-bar">

<h5  class="indigo-text text-darken-4">SEO: 80%</h5>

<div  class="progress white">

<div  class="determinate indigo darken-4"  style="width: 80%;"></div>

</div>

</div>

</div>

</div>

</div>

</div>

<div  class="row outer">

<div  class="col l6 m6 s12 white inner"  style="width: 50%; height: 50%;">

<div  class="container">

<h4  class="indigo-text text-darken-4"> Get Maxium benifits by working with our experts.</h4>

<p>

Maecenas sed diam eget risus varius blandit sit amet non magna. Morbi leo orta felis euismod semper.Maecenas sed diam eget risus varius blandit sit amet non magna. Morbi leo orta felis euismod semper.

</p>

<p>

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse pretium pulvinar sem, non malesuada magna laoreet id. Nam ligula risus, commodo vel libero quis, fringilla posuere nulla. Morbi et scelerisque nisi

</p>

</div>

</div>

<div  class="col l6 m6 s12"  style="width: 50%; height: 50%;">

  

</div>

<div  class="col l6 m6 s12"  style="width: 50%; height: 50%;">

  

</div>

<div  class="col l6 m6 s12 white inner"  style="width: 50%; height: 50%;">

<div  class="container">

<h4  class="indigo-text text-darken-4"> Get Maxium benifits by working with our experts.</h4>

<p>

Maecenas sed diam eget risus varius blandit sit amet non magna. Morbi leo orta felis euismod semper.Maecenas sed diam eget risus varius blandit sit amet non magna. Morbi leo orta felis euismod semper.

</p>

<p>

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse pretium pulvinar sem, non malesuada magna laoreet id. Nam ligula risus, commodo vel libero quis, fringilla posuere nulla. Morbi et scelerisque nisi

</p>

</div>

</div>

</div>

</section>
```
##### Analysis

- The opening tag for this section is the `<section id="features"></section>`

- `id="features"` will allow the navigation link tag with `href="#features"` to point to this section.

- Inside the section tag we create a new carousel using the following tag `<div  class="carousel carousel-slider center"></div>` 

- `class="carousel carousel-slider center"`  will tell the browser to implement the styles and scripts set for `carousel`, `carousel-slider` and `center` will align the contents of the carousel to the middle.

- We'll be creating the contents of the carousel slider now, this section contains six carousel items in one carousel with different contents, each carousel item has the same structure.

- To create a carousel item, we used `<div  class="carousel-item indigo darken-4 white-text"  href="#one!"  style="padding-top: 100px;"></div>`.

- `carousel-item`  will create a new carousel layout, `indigo darken-4` will give the carousel a background of indigo and `white-text`will set the color of the text content to white.

- `padding-top: 100px;` will give a `100px` long padding in the top area of the carousel-item

- Inside the carousel item we have a `<h5></h5>` tag creating a level 5 header and below it we have a `<p></p>` tag creating a new paragraph with some filler text.

- To initialize the carousel using Jquery we use the following code 

```markup
$('.carousel.carousel-slider').carousel({

fullWidth:  true,

indicators:  true

});
```

- The above block of code tells the document to pick the element with class `carousel` and `carousel-slider`  and apply the function `carousel()` to them

- We further specify two values as function parameters. `fullWidth: true` will specify the carousel as a full-width carousel while `indicators: true` will create bullet links that will enable the user to scroll through carousel content.

##### Snapshot

![](https://i.imgsafe.org/3b/3bb790b6e9.png)


##### 2. Preloader

Let's create our preloader. 

MaterializeCSS preloaders can be used to measure the progress of an action with percentage values.

- We open our preloader area as a row with the following tag `<div  class="row grey lighten-2"></div>` 

- `row` crates a new row, `grey lighten-2` gives the row a background of light-grey.

- Inside the new row we have another `<div  class="container"></div>` used to enclose the contents of the row into a container.

- We go ahead to create a new column using `<div  class="col l12 m12 s12"></div>` where `col l12 m12 s12` will make the area full-width for all screen sizes

- The new column contains a level 4 header `<h4  class="indigo-text text-darken-4 center-align"  style="margin-top: 50px;"></h4>`

- `indigo-text text-darken-4 center-align` will set the text color to indigo, darken the text color and align it to the center in that order.

- We then create two new columns `<div  class="col l6 m6 s12"></div>`and in the first column we add a new `<p></p>` tag with some filler text.

- In the second column we create a new row with `<div class="row"></div>`

- Our new row will contain five columns, each column has the same structure. 

- The columns are created using `<div  class="col l12 m12 s12 progress-bar"></div>`.

- `col l12 m12 s12` will make column area full-width while `progress-bar` indicates that the are will hold a preloader.

-  Each column contains a level 5 header `<h5  class="indigo-text text-darken-4"></h5>`, `indigo-text text-darken-4` will make the text content of the header appear in indigo  

- Below the header we have a `<div  class="progress white"></div>` tag, where `progress white` will set styles that will enable the loader and give it a white background.

- Inside our newly created `<div>` we add another new `<div  class="determinate indigo darken-4"  style="width: 90%;"></div>`

- `determinate indigo darken-4` specifies this area as  the preloader and give the  area a background of `indigo`.

##### Snapshot

![](https://i.imgsafe.org/3b/3bbf3c559e.png)


##### 3. Pricing Layout

In this section we'll be creating a row of cards that will contain the pricing information for services.

##### HTML

```markup
<section  id="pricing"  class="price-area">

<div  class="container">

<div  class="row">

<div  class="col l4 m4 s12">

<div  class="card indigo darken-4 white-text center-align price-card">

<div  class="card-action">

<h6>BRONZE</h6>

</div>

<div  class="card-action">

<p><span  style="font-size: 36px;"><b>$20</b></span><span  style="font-size: 24px;">/mo</span></p>

</div>

<section  class="divider"></section>

<div  class="card-content"></div>

<p>Lorem ipsum</p>

<p>Geous Apicnerit</p>

<p>Soco Manya Rico</p>

<a  class="waves-effect waves-light white black-text btn">GET STARTED</a>

</div>

</div>

<div  class="col l4 m4 s12">

<div  class="card indigo darken-4 white-text center-align price-card">

<div  class="card-action">

<h6>SILVER</h6>

</div>

<div  class="card-action">

<p><span  style="font-size: 36px;"><b>$40</b></span><span  style="font-size: 24px;">/mo</span></p>

</div>

<section  class="divider"></section>

<div  class="card-content"></div>

<p>Lorem ipsum</p>

<p>Geous Apicnerit</p>

<p>Soco Manya Rico</p>

<a  class="waves-effect waves-light white black-text btn">GET STARTED</a>

</div>

</div>

<div  class="col l4 m4 s12">

<div  class="card indigo darken-4 white-text center-align price-card">

<div  class="card-action">

<h6>GOLD</h6>

</div>

<div  class="card-action">

<p><span  style="font-size: 36px;"><b>$80</b></span><span  style="font-size: 24px;">/mo</span></p>

</div>

<section  class="divider"></section>

<div  class="card-content"></div>

<p>Lorem ipsum</p>

<p>Geous Apicnerit</p>

<p>Soco Manya Rico</p>

<a  class="waves-effect waves-light white black-text btn">GET STARTED</a>

</div>

</div>

</div>

</div>

</section>
```
----

##### Analysis

- We open a new section using `<section  id="pricing"  class="price-area"></section>`

- `class="price-area"` will help set the height  of the pricing area.

-  In order to make the section appear in a container we create a `<div  class="container"></div>` tag 

- We then add a new row using the tag `<div  class="row"></div>`, where `row` will add a new row section.

- The row contains three columns and each column was created using the same structure.

- To add a new column we use `<div  class="col l4 m4 s12"></div>`. 

- Inside the new column we add cards using `<div  class="card indigo darken-4 white-text center-align price-card"></div>`

- `card` will create a new card area, `indigo darken-4` will set the background of the card to indigo, `white-text` will give the text content color of the card to white, `center-align` will align the text content of the card to the center and finally `price-card` will set the `z-index`, `border-radius`, `margin-top` and `height` for each card.

- Inside each card we add a new `<div  class="card-action"></div>` which contains a `<h6></h6>` tag serving as the header for each price card.

- We add another `<div  class="card-action"></div>` and inside the `<div>` we add a new `<p></p>` which will hold the price for each offered package.

- Below the price we add a `<section  class="divider"></section>` tag in order to create a divider between the upper part and the remainder of the card.

- Below the divider we add a `<div  class="card-content"></div>` which will contain the main card content.

- Inside the new `<div>` we create three new `<p></p>` tags containing some filler text and a button `<a  class="waves-effect waves-light white black-text btn"></a>`

- For the newly created button `waves-effect waves-light` will add a wave effect to the button, `white` will set a white background for the button, `black-text` will set the text color to black and `btn` will indicate the tag as a button.

##### Snapshot

![](https://i.imgsafe.org/4f/4f94a0d4fd.png)

----

##### 4. Text Input Form

In this section we will add a new text input form and a button which website visitors can use to opt-in to a mailing list.

##### HTML

```markup
<section  id="subscribe"  class="indigo darken-4 white-text center-align sub-area">

<div  class="container">

<div  class="row">

<div  class="col l12 m12 s12 sub-area-content">

<h5>SUBSCRIBE TO OUR NEWSLETTER</h5>

</div>

<div  class="col l12 m12 s12 sub-area-content">

<h6>GET FREQUENT PRODUCTS AND SERVICES UPDATES FROM US</h6>

</div>

<div  class="col l12 m12 s12 sub-area-content">

<div  class="input-field">

<input  placeholder="Enter Your Email Address"  id="sub-email-address"  type="text"  class="validate sub-form white-text">

<span><a  class="waves-effect waves-light btn-large white indigo-text text-darken-4"><i  class="ion-email right"></i>SUBSCRIBE</a></span>

</div>

</div>

</div>

</div>

</section>
```
-----

##### Analysis

- The opening tag for this area `<section  id="subscribe"  class="indigo darken-4 white-text center-align sub-area"></section>`

- `id="subscribe"` will link the section to the navigation link with `href="#subscribe"`

- `class="indigo darken-4 white-text center-align sub-area"` will set background to indigo, text color to white, text alignment to center while `sub-area` will set the height and top padding for the section.

- Inside the section we add a `<div  class="container"></div>` tag to enclose the  content of the section in a container.

- We then create a new row using `<div  class="row"></div>`.

- We add three new fullwidth columns to our row using the tag `<div  class="col l12 m12 s12 sub-area-content"></div>`

- `sub-area-content` will set the margin for each column.

- The first column contains a `<h5></h5>` tag serving as the main header

- The second column holds the `<h6></h6>`  tag  serving as the sub-header for that section.

- In the third column we add a new `<div  class="input-field"></div>` which sets the style for materializecss form in that area.

- We then create a new text input using `<input  placeholder="Enter Your Email Address"  id="sub-email-address"  type="text"  class="validate sub-form white-text">`

- `validate` will allow the form to validate its content before sending to the to the server, `sub-form` will set the width for the input form and `white-text` will set the text color for the text input to white.

- Beside the text input we add a button using `<span><a  class="waves-effect waves-light btn-large white indigo-text text-darken-4"><i  class="ion-email right"></i></a></span>`

- `waves-effect waves-light` will add a wave effect to the button when clicked, `btn-large` will allow set the size of the button to large, white will give the button a white background and `indigo-text text-darken-4` will set the text color for the button to indigo.

##### Snapshot

![](https://i.imgsafe.org/4f/4f9961bdb8.png)

----
For other MaterializeCSS tutorial

1.  [How to Create Sticky Notes Using MaterializeCSS](https://utopian.io/utopian-io/@gotgame/how-to-create-sticky-notes-using-materializecss)
    
2.  [Using MaterializeCSS to Create A Shop Layout](https://utopian.io/utopian-io/@gotgame/using-materializecss-to-create-a-shop-layout-for-a-business-website)

3. [Building a Landing Page With Materializecss - 1](https://utopian.io/utopian-io/@gotgame/building-a-landing-page-with-materializecss-1)


<br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@gotgame/building-a-landing-page-with-materializecss-2">Utopian.io -  Rewarding Open Source Contributors</a></em><hr/>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorgotgame
permlinkbuilding-a-landing-page-with-materializecss-2
categoryutopian-io
json_metadata"{"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"id":23974149,"name":"materialize","full_name":"Dogfalo/materialize","html_url":"https://github.com/Dogfalo/materialize","fork":false,"owner":{"login":"Dogfalo"}},"pullRequests":[],"platform":"github","type":"tutorials","tags":["utopian-io","technology","tutorial","programming","do-it-yourself"],"users":["gotgame"],"links":["http://ionicons.com/","https://jquery.com/","https://next.materialize.com/","https://github.com/olatundeee/landr/archive/master.zip","https://utopian.io/utopian-io/@gotgame/building-a-landing-page-with-materializecss-1","https://next.materializecss.com/","https://utopian.io/utopian-io/@gotgame/how-to-create-sticky-notes-using-materializecss","https://utopian.io/utopian-io/@gotgame/using-materializecss-to-create-a-shop-layout-for-a-business-website"],"moderator":{"account":"portugalcoin","time":"2018-04-29T00:19:23.674Z","pending":false,"reviewed":true,"flagged":false},"questions":null,"score":null,"total_influence":null,"staff_pick":null,"staff_pick_by":null,"config":{"questions":[{"question":"How many substantial concepts does this tutorial address?","question_id":"tuts-1","answers":[{"answer":"4-5 substantial concepts covered in the tutorial.","answer_id":"tuts-1-a-1","value":10},{"answer":"2-3 substantial concepts covered in the tutorial.","answer_id":"tuts-1-a-2","value":7},{"answer":"1 substantial concept covered in the tutorial.","answer_id":"tuts-1-a-3","value":3},{"answer":"More than 5 substantial concepts covered in the tutorial.","answer_id":"tuts-1-a-4","value":0}]},{"question":"Does the title and the outline of the tutorial properly reflect the content?","question_id":"tuts-2","answers":[{"answer":"Yes, it is very clear.","answer_id":"tuts-2-a-1","value":15},{"answer":"To some extent.","answer_id":"tuts-2-a-2","value":11.5},{"answer":"The title is somewhat misleading and/or the outline is not detailed or informative enough.","answer_id":"tuts-2-a-3","value":4.5},{"answer":"Title and outline are of little or no relevance to the content of the tutorial.","answer_id":"tuts-2-a-4","value":0}]},{"question":"Did the contributor provide supplementary resources, such as code and sample files in the contribution post or a linked GitHub repository?","question_id":"tuts-3","answers":[{"answer":"Yes, exceptional supplementary resources are provided including a relevant github repo/gist.","answer_id":"tuts-3-a-1","value":15},{"answer":"Supplementary resources provided are of high relevance.","answer_id":"tuts-3-a-2","value":12},{"answer":"Contributor provides minimal supplementary resources.","answer_id":"tuts-3-a-3","value":6},{"answer":"No supplementary resources were provided.","answer_id":"tuts-3-a-4","value":0}]},{"question":"Is the tutorial part of a series?","question_id":"tuts-4","answers":[{"answer":"Yes.","answer_id":"tuts-4-a-1","value":10},{"answer":"Yes, but it is the first entry in the series.","answer_id":"tuts-4-a-2","value":7},{"answer":"No, but it works just fine as a stand-alone tutorial.","answer_id":"tuts-4-a-3","value":5},{"answer":"No.","answer_id":"tuts-4-a-4","value":0}]},{"question":"Does the tutorial contain sufficient explanatory visuals?","question_id":"tuts-5","answers":[{"answer":"Yes, the visual components of the post were adequate in quality and quantity.","answer_id":"tuts-5-a-1","value":10},{"answer":"The volume of visual components included was unnecessarily large.","answer_id":"tuts-5-a-2","value":7},{"answer":"The post lacked sufficient visualization to easily learn from the content.","answer_id":"tuts-5-a-3","value":3},{"answer":"No visualization was presented in this contribution.","answer_id":"tuts-5-a-4","value":0}]},{"question":"How unique and/or innovative are the concepts covered in the tutorial?","question_id":"tuts-6","answers":[{"answer":"This was the first time I read about the concepts covered.","answer_id":"tuts-6-a-1","value":10},{"answer":"The concepts covered were innovative and offer some usefulness.","answer_id":"tuts-6-a-2","value":7},{"answer":"I have read several similar ideas and thoughts elsewhere, but this one was of higher quality.","answer_id":"tuts-6-a-3","value":5},{"answer":"Such tutorials can be found online with great ease and the contribution add no value to the open source community.","answer_id":"tuts-6-a-4","value":0}]},{"question":"How would you describe the formatting, language and overall presentation of the post?","question_id":"c-1","answers":[{"answer":"The post is of very high quality.","answer_id":"c-1-a-1","value":10},{"answer":"The post is of decent quality, but not spectacular in any way.","answer_id":"c-1-a-2","value":7},{"answer":"The post is poorly written and/or formatted, but readable.","answer_id":"c-1-a-3","value":3},{"answer":"The post is really hard to read and the content is barely understandable.","answer_id":"c-1-a-4","value":0}]},{"question":"How would you rate the overall value of this contribution on the open source community and ecosystem?","question_id":"c-2","answers":[{"answer":"This contribution brings great and impactful value, and can be used for applications outside the specific project.","answer_id":"c-2-a-1","value":20},{"answer":"This contribution adds significant value to the open source community and ecosystem, or is of critical importance to the specific project.","answer_id":"c-2-a-2","value":16},{"answer":"This contribution adds some value to the open source community and ecosystem or is only valuable to the specific project.","answer_id":"c-2-a-3","value":8},{"answer":"This contribution adds no value to the open source community and ecosystem or the specific project.","answer_id":"c-2-a-4","value":0}]}]}}"
created2018-04-28 22:59:33
last_update2018-04-29 00:19:24
depth0
children8
last_payout2018-05-05 22:59:33
cashout_time1969-12-31 23:59:59
total_payout_value67.664 HBD
curator_payout_value25.930 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21,009
author_reputation23,969,707,386,372
root_title"Building a Landing Page with MaterializeCSS - 2"
beneficiaries
0.
accountutopian.pay
weight1,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id52,722,152
net_rshares16,659,923,955,310
author_curate_reward""
vote details (52)
@autofreak ·
$0.16
This is another nice tutorial from you. Trust me, I don't want to upvote this post with less than 100% voting power. I will come back to reward good content!
👍  ,
properties (23)
authorautofreak
permlinkre-gotgame-building-a-landing-page-with-materializecss-2-20180429t043823904z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-04-29 04:38:36
last_update2018-04-29 04:38:36
depth1
children1
last_payout2018-05-06 04:38:36
cashout_time1969-12-31 23:59:59
total_payout_value0.124 HBD
curator_payout_value0.035 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length157
author_reputation14,084,098,064,393
root_title"Building a Landing Page with MaterializeCSS - 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id52,759,867
net_rshares25,524,911,087
author_curate_reward""
vote details (2)
@gotgame ·
Thanks for the constant support, it is always appreciated
properties (22)
authorgotgame
permlinkre-autofreak-re-gotgame-building-a-landing-page-with-materializecss-2-20180429t231628650z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-04-29 23:16:39
last_update2018-04-29 23:16:39
depth2
children0
last_payout2018-05-06 23:16:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length57
author_reputation23,969,707,386,372
root_title"Building a Landing Page with MaterializeCSS - 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id52,917,024
net_rshares0
@portugalcoin ·
$0.03
Thank you for the contribution It has been approved.

----------------------------------------------------------------------
Need help? Write a ticket on https://support.utopian.io.
Chat with us on [Discord](https://discord.gg/uTyJkNm).

**[[utopian-moderator]](https://utopian.io/moderators)**
👍  
properties (23)
authorportugalcoin
permlinkre-gotgame-building-a-landing-page-with-materializecss-2-20180429t002055982z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2018-04-29 00:21:00
last_update2018-04-29 00:21:00
depth1
children1
last_payout2018-05-06 00:21:00
cashout_time1969-12-31 23:59:59
total_payout_value0.030 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length294
author_reputation604,319,845,756,863
root_title"Building a Landing Page with MaterializeCSS - 2"
beneficiaries
0.
accountutopian.pay
weight1,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id52,730,358
net_rshares6,979,087,115
author_curate_reward""
vote details (1)
@autofreak ·
$0.16
Waw! I wish I understood programming. Thanks for creating this awesome platform where developers can express themselves.
👍  ,
properties (23)
authorautofreak
permlinkre-portugalcoin-re-gotgame-building-a-landing-page-with-materializecss-2-20180429t040658331z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-04-29 04:07:12
last_update2018-04-29 04:07:12
depth2
children0
last_payout2018-05-06 04:07:12
cashout_time1969-12-31 23:59:59
total_payout_value0.120 HBD
curator_payout_value0.035 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length120
author_reputation14,084,098,064,393
root_title"Building a Landing Page with MaterializeCSS - 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id52,756,190
net_rshares25,287,004,728
author_curate_reward""
vote details (2)
@steemitboard ·
$0.04
Congratulations @gotgame! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/votes.png)](http://steemitboard.com/@gotgame) Award for the number of upvotes

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click [here](https://steemit.com/@steemitboard)

If you no longer want to receive notifications, reply to this comment with the word `STOP`

> Upvote this notification to help all Steemit users. Learn why [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
👍  
properties (23)
authorsteemitboard
permlinksteemitboard-notify-gotgame-20180501t005936000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notifications.png"]}
created2018-05-01 00:59:36
last_update2018-05-01 00:59:36
depth1
children0
last_payout2018-05-08 00:59:36
cashout_time1969-12-31 23:59:59
total_payout_value0.028 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length673
author_reputation38,975,615,169,260
root_title"Building a Landing Page with MaterializeCSS - 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,135,568
net_rshares6,880,959,749
author_curate_reward""
vote details (1)
@steemitboard ·
Congratulations @gotgame! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/votes.png)](http://steemitboard.com/@gotgame) Award for the number of upvotes

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click [here](https://steemit.com/@steemitboard)

If you no longer want to receive notifications, reply to this comment with the word `STOP`

> Upvote this notification to help all Steemit users. Learn why [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-gotgame-20180506t132232000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notifications.png"]}
created2018-05-06 13:22:30
last_update2018-05-06 13:22:30
depth1
children0
last_payout2018-05-13 13:22:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length673
author_reputation38,975,615,169,260
root_title"Building a Landing Page with MaterializeCSS - 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id54,197,661
net_rshares0
@steemitboard ·
Congratulations @gotgame! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/votes.png)](http://steemitboard.com/@gotgame) Award for the number of upvotes

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click [here](https://steemit.com/@steemitboard)

If you no longer want to receive notifications, reply to this comment with the word `STOP`

> Upvote this notification to help all Steemit users. Learn why [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-gotgame-20180514t003023000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notifications.png"]}
created2018-05-14 00:30:21
last_update2018-05-14 00:30:21
depth1
children0
last_payout2018-05-21 00:30:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length673
author_reputation38,975,615,169,260
root_title"Building a Landing Page with MaterializeCSS - 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id55,544,946
net_rshares0
@utopian-io ·
$0.04
### Hey @gotgame! Thank you for the great work you've done!
We're already looking forward to your next contribution!
#### Fully Decentralized Rewards
We hope you will take the time to share your expertise and knowledge by rating contributions made by others on Utopian.io to help us reward the best contributions together.
#### Utopian Witness!
<a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for Utopian Witness!</a> We are made of developers, system administrators, entrepreneurs, artists, content creators, thinkers. We embrace every nationality, mindset and belief.

**Want to chat? Join us on Discord https://discord.me/utopian-io**
👍  
properties (23)
authorutopian-io
permlinkre-gotgame-building-a-landing-page-with-materializecss-2-20180501t000342702z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2018-05-01 00:03:42
last_update2018-05-01 00:03:42
depth1
children0
last_payout2018-05-08 00:03:42
cashout_time1969-12-31 23:59:59
total_payout_value0.032 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length687
author_reputation152,955,367,999,756
root_title"Building a Landing Page with MaterializeCSS - 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,129,221
net_rshares7,030,545,830
author_curate_reward""
vote details (1)