##### 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  ##### 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  ##### 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  ---- ##### 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  ---- 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/>
author | gotgame | ||||||
---|---|---|---|---|---|---|---|
permlink | building-a-landing-page-with-materializecss-2 | ||||||
category | utopian-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}]}]}}" | ||||||
created | 2018-04-28 22:59:33 | ||||||
last_update | 2018-04-29 00:19:24 | ||||||
depth | 0 | ||||||
children | 8 | ||||||
last_payout | 2018-05-05 22:59:33 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 67.664 HBD | ||||||
curator_payout_value | 25.930 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 21,009 | ||||||
author_reputation | 23,969,707,386,372 | ||||||
root_title | "Building a Landing Page with MaterializeCSS - 2" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 52,722,152 | ||||||
net_rshares | 16,659,923,955,310 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mys | 0 | 41,812,031,233 | 47.56% | ||
alphacore | 0 | 2,760,032,346 | 5% | ||
pinoy | 0 | 351,975,381 | 10% | ||
sensation | 0 | 208,790,813 | 100% | ||
chaostheory | 0 | 923,121,769 | 100% | ||
butterfly-effect | 0 | 930,515,067 | 100% | ||
thegrandestine | 0 | 1,813,840,910 | 100% | ||
mirrorforce | 0 | 711,460,440 | 100% | ||
lilith | 0 | 257,329,204 | 100% | ||
mysticalword | 0 | 841,602,336 | 100% | ||
doughtaker | 0 | 17,700,300,323 | 50% | ||
paradoxofchoice | 0 | 1,359,312,633 | 100% | ||
betacore | 0 | 814,893,034 | 100% | ||
love-me | 0 | 1,167,320,506 | 100% | ||
omegacore | 0 | 1,741,317,041 | 100% | ||
cifer | 0 | 5,713,034,096 | 80% | ||
autofreak | 0 | 18,085,673,398 | 100% | ||
danielfinn | 0 | 440,351,928 | 100% | ||
kittenpics | 0 | 60,633,839 | 25% | ||
osm0sis | 0 | 6,318,777,127 | 9% | ||
atonxarrlam | 0 | 95,040,535 | 100% | ||
gotgame | 0 | 6,829,535,248 | 100% | ||
loshcat | 0 | 2,896,919,665 | 100% | ||
annakoro | 0 | 147,593,772 | 100% | ||
utopian-io | 0 | 16,323,971,699,664 | 11.1% | ||
jaff8 | 0 | 76,858,849,403 | 100% | ||
murad06 | 0 | 320,596,771 | 50% | ||
azwarrangkuti | 0 | 71,854,478,126 | 100% | ||
zapncrap | 0 | 9,366,660,559 | 30% | ||
kalashnikovfe | 0 | 76,477,722 | 100% | ||
rosemarynoble | 0 | 508,738,845 | 50% | ||
thinkingmind | 0 | 3,679,753,075 | 100% | ||
virus95 | 0 | 2,943,520,270 | 100% | ||
curx | 0 | 9,594,355,643 | 30% | ||
audiosiren | 0 | 400,478,949 | 100% | ||
the-reaper | 0 | 550,184,156 | 100% | ||
jalasem | 0 | 2,071,004,056 | 100% | ||
skybreaker | 0 | 1,632,741,297 | 100% | ||
iamowomizz | 0 | 611,021,526 | 100% | ||
marketstack | 0 | 6,376,668,650 | 0.85% | ||
supreme-verdict | 0 | 23,187,705,733 | 100% | ||
retrocausality | 0 | 1,032,687,333 | 100% | ||
pejugold | 0 | 217,072,597 | 50% | ||
monster-reborn | 0 | 1,771,005,089 | 100% | ||
bofphemy | 0 | 241,566,916 | 100% | ||
chain-reaction | 0 | 105,099,916 | 100% | ||
ayoade96 | 0 | 64,157,562 | 50% | ||
wizzydayo | 0 | 600,630,139 | 100% | ||
hendragunawan | 0 | 218,346,994 | 50% | ||
moby-dick | 0 | 58,182,634 | 100% | ||
rashyem | 0 | 506,557,935 | 100% | ||
clayjohn | 0 | 7,122,311,106 | 100% |
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!
author | autofreak |
---|---|
permlink | re-gotgame-building-a-landing-page-with-materializecss-2-20180429t043823904z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-04-29 04:38:36 |
last_update | 2018-04-29 04:38:36 |
depth | 1 |
children | 1 |
last_payout | 2018-05-06 04:38:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.124 HBD |
curator_payout_value | 0.035 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 157 |
author_reputation | 14,084,098,064,393 |
root_title | "Building a Landing Page with MaterializeCSS - 2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,759,867 |
net_rshares | 25,524,911,087 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
autofreak | 0 | 18,695,124,713 | 100% | ||
gotgame | 0 | 6,829,786,374 | 100% |
Thanks for the constant support, it is always appreciated
author | gotgame |
---|---|
permlink | re-autofreak-re-gotgame-building-a-landing-page-with-materializecss-2-20180429t231628650z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-04-29 23:16:39 |
last_update | 2018-04-29 23:16:39 |
depth | 2 |
children | 0 |
last_payout | 2018-05-06 23:16:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 57 |
author_reputation | 23,969,707,386,372 |
root_title | "Building a Landing Page with MaterializeCSS - 2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,917,024 |
net_rshares | 0 |
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)**
author | portugalcoin | ||||||
---|---|---|---|---|---|---|---|
permlink | re-gotgame-building-a-landing-page-with-materializecss-2-20180429t002055982z | ||||||
category | utopian-io | ||||||
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} | ||||||
created | 2018-04-29 00:21:00 | ||||||
last_update | 2018-04-29 00:21:00 | ||||||
depth | 1 | ||||||
children | 1 | ||||||
last_payout | 2018-05-06 00:21:00 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.030 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 294 | ||||||
author_reputation | 604,319,845,756,863 | ||||||
root_title | "Building a Landing Page with MaterializeCSS - 2" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 52,730,358 | ||||||
net_rshares | 6,979,087,115 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gotgame | 0 | 6,979,087,115 | 100% |
Waw! I wish I understood programming. Thanks for creating this awesome platform where developers can express themselves.
author | autofreak |
---|---|
permlink | re-portugalcoin-re-gotgame-building-a-landing-page-with-materializecss-2-20180429t040658331z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-04-29 04:07:12 |
last_update | 2018-04-29 04:07:12 |
depth | 2 |
children | 0 |
last_payout | 2018-05-06 04:07:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.120 HBD |
curator_payout_value | 0.035 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 120 |
author_reputation | 14,084,098,064,393 |
root_title | "Building a Landing Page with MaterializeCSS - 2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,756,190 |
net_rshares | 25,287,004,728 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
autofreak | 0 | 18,307,660,988 | 100% | ||
gotgame | 0 | 6,979,343,740 | 100% |
Congratulations @gotgame! You have completed some achievement on Steemit and have been rewarded with new badge(s) : [](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)!
author | steemitboard |
---|---|
permlink | steemitboard-notify-gotgame-20180501t005936000z |
category | utopian-io |
json_metadata | {"image":["https://steemitboard.com/img/notifications.png"]} |
created | 2018-05-01 00:59:36 |
last_update | 2018-05-01 00:59:36 |
depth | 1 |
children | 0 |
last_payout | 2018-05-08 00:59:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.028 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 673 |
author_reputation | 38,975,615,169,260 |
root_title | "Building a Landing Page with MaterializeCSS - 2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,135,568 |
net_rshares | 6,880,959,749 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gotgame | 0 | 6,880,959,749 | 100% |
Congratulations @gotgame! You have completed some achievement on Steemit and have been rewarded with new badge(s) : [](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)!
author | steemitboard |
---|---|
permlink | steemitboard-notify-gotgame-20180506t132232000z |
category | utopian-io |
json_metadata | {"image":["https://steemitboard.com/img/notifications.png"]} |
created | 2018-05-06 13:22:30 |
last_update | 2018-05-06 13:22:30 |
depth | 1 |
children | 0 |
last_payout | 2018-05-13 13:22:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 673 |
author_reputation | 38,975,615,169,260 |
root_title | "Building a Landing Page with MaterializeCSS - 2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 54,197,661 |
net_rshares | 0 |
Congratulations @gotgame! You have completed some achievement on Steemit and have been rewarded with new badge(s) : [](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)!
author | steemitboard |
---|---|
permlink | steemitboard-notify-gotgame-20180514t003023000z |
category | utopian-io |
json_metadata | {"image":["https://steemitboard.com/img/notifications.png"]} |
created | 2018-05-14 00:30:21 |
last_update | 2018-05-14 00:30:21 |
depth | 1 |
children | 0 |
last_payout | 2018-05-21 00:30:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 673 |
author_reputation | 38,975,615,169,260 |
root_title | "Building a Landing Page with MaterializeCSS - 2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 55,544,946 |
net_rshares | 0 |
### 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**
author | utopian-io |
---|---|
permlink | re-gotgame-building-a-landing-page-with-materializecss-2-20180501t000342702z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-05-01 00:03:42 |
last_update | 2018-05-01 00:03:42 |
depth | 1 |
children | 0 |
last_payout | 2018-05-08 00:03:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.032 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 687 |
author_reputation | 152,955,367,999,756 |
root_title | "Building a Landing Page with MaterializeCSS - 2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,129,221 |
net_rshares | 7,030,545,830 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gotgame | 0 | 7,030,545,830 | 100% |