#### Welcome to the first Video Tutorial of the Materialize!  #### What Will I Learn? - You will learn how to create a simple contact form (application form) with Materialize. - You will learn how to perform these operation without using any localhost servers. - You will learn a lot of codes about Materialize CSS programming language. #### Requirements - Materialize Full Package 1.0.0-beta version (CSS and JS [minified and unminified]) - Microsoft Visual Studio Code. (or another text editor) - A Standard Computer - A Standard Browser - XAMPP Control Panel Server (not used in this video but to be used in other education episodes for using localhost) #### Difficulty - Intermediate #### Description Hello everyone, welcome to the first episode of the **Materialize** Education Series. In this video I showed you how to create a **Contact Form (Application Form)** without using any servers. I teached you how to Install Materialize library and how to create a Contact Form (Application Form) from scratch with totally manually (only beginning codes copied as ready). I showed and I explained you how to use a lot of division codes with classes for "Materialize CSS" for example, "**form-field**", "**card**", "**card-content**", "**card-action**" and other division classes, labels etc. used and explained in this tutorial video. I teached you how to install Materialize Library with ZIP file format. Also I explained in detail all the commands used when creating contact (application) form. I explained you how to create modern contact (application) form **without using CDN Bootstrap**, in this tutorial video,**we used Materialize package instead of CDN Bootstrap**, I explained the reason for this in detailed on the video. I gave technical information about codes, classes, about materialize, libraries and all operations. Our Materialize education series will progress from basic - intermediate to advanced. All the programs described in the video (Materialize CSS, Visual Studio Code, XAMPP Server Control Panel Server) are open source and are all included in the links section of the GitHub repositories (Except XAMPP Control Panel Server). If you wish, you can access the web pages of these programs and download links for Windows from the links section. #### Codes Used in This Video: ``` <!DOCTYPE html> <html> <head> Import Google Icon Font <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> Import materialize.css <link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/> <title> Sargoon </title> Let browser know website is optimized for mobile <meta name="viewport" content="width=device-width, initial-scale=1.0"/> </head> <div class="row"> <div class="col-md-6"> <div class="card"> <div class="card-action blue black-text"> <h3> Contact Us For Utopian.io Contributor Apllication! </h3> </div> <div class="card-content"> <div class="form-field"> <label for="username"> Username </label> <input type="text" id="username"> </div><br> <div class="form-field"> <label for="category"> Which Category? </label> <input type="text" id="category"> </div><br> <label for="text"> Say Something! </label> <textarea></textarea> </div> <div class="card-action blue black-text"> <button class="btn-large blue black-text"> Send! </button> </div> </div> </div> </div> <body> JavaScript at end of body for optimized loading <script type="text/javascript" src="js/materialize.min.js"></script> </body> </html> ``` #### Video Tutorial https://youtu.be/ZidvRptYbfA #### Curriculum This tutorial video is the first video of the Materialize. When next episodes are uploaded, links to previous episodes will be place here. #### Links - [Materialize Github Repo](https://github.com/Dogfalo/materialize) - [Visual Studio Code (VSCode) GitHub Repo](https://github.com/Microsoft/vscode) - [Materialize Web Site](http://materializecss.com/) - [Materialize Package Download for Windows](https://github.com/Dogfalo/materialize/releases/download/1.0.0-beta/materialize-v1.0.0-beta.zip) - [Visual Studio Code Web Site](https://code.visualstudio.com/) - [Visual Studio Code Download Link for Win x64](https://go.microsoft.com/fwlink/?Linkid=852157) - [XAMPP Server Web Site](https://www.apachefriends.org/en/) - [XAMPP Server(For Windows) Download Link](https://www.apachefriends.org/xampp-files/7.2.1/xampp-win32-7.2.1-0-VC15-installer.exe) <br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@sargoon/materialize-education-series-part-1-how-to-create-a-simple-contact-form-without-using-server-and-bootstrap-cdn">Utopian.io - Rewarding Open Source Contributors</a></em><hr/>
author | sargoon | ||||||
---|---|---|---|---|---|---|---|
permlink | materialize-education-series-part-1-how-to-create-a-simple-contact-form-without-using-server-and-bootstrap-cdn | ||||||
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":"video-tutorials","tags":["utopian-io","en","video-tutorials","materialize","css"],"users":["sargoon"],"links":["https://github.com/Dogfalo/materialize","https://github.com/Microsoft/vscode","http://materializecss.com/","https://github.com/Dogfalo/materialize/releases/download/1.0.0-beta/materialize-v1.0.0-beta.zip","https://code.visualstudio.com/","https://go.microsoft.com/fwlink/?Linkid=852157","https://www.apachefriends.org/en/","https://www.apachefriends.org/xampp-files/7.2.1/xampp-win32-7.2.1-0-VC15-installer.exe"],"moderator":{"account":"rosatravels","time":"2018-04-20T08:02:33.768Z","pending":false,"reviewed":true,"flagged":false},"questions":null,"score":null,"total_influence":null,"staff_pick":null,"config":{"questions":[{"question":"Does the tutorial address a minimum of 3 substantial concepts and no more than 5?","question_id":"vtut-1","answers":[{"answer":"3-5 substantial concepts covered in the tutorial.","answer_id":1,"value":10},{"answer":"Less than 3 or more than 5 substantial concepts covered in the tutorial.","answer_id":2,"value":5},{"answer":"No substantial or recognisable concepts.","answer_id":3,"value":0}]},{"question":"Concepts covered in the tutorial are indicated in the post text with a short description of each concept and when appropriate, images?","question_id":"vtut-2","answers":[{"answer":"Thorough text and images for concepts covered.","answer_id":1,"value":5},{"answer":"Minimal text and images.","answer_id":2,"value":2},{"answer":"No or very little text and images.","answer_id":3,"value":0}]},{"question":"Does the contributor provide supplementary resources, such as code and sample files in the contribution post or a GitHub repository?","question_id":"vtut-3","answers":[{"answer":"Yes","answer_id":1,"value":10},{"answer":"No","answer_id":2,"value":0}]},{"question":"Is the tutorial part of a series?","question_id":"vtut-4","answers":[{"answer":"Yes.","answer_id":1,"value":10},{"answer":"Yes, but first entry in the series.","answer_id":2,"value":5},{"answer":"No.","answer_id":3,"value":0}]},{"question":"Is there an outline for the tutorial content at the beginning of the post?","question_id":"vtut-5","answers":[{"answer":"Yes.","answer_id":1,"value":5},{"answer":"Yes, but not detailed enough or does not cover all sections.","answer_id":2,"value":2},{"answer":"No.","answer_id":3,"value":0}]},{"question":"Does the presenter speak clearly and is easily understandable?","question_id":"vtut-6","answers":[{"answer":"Yes.","answer_id":1,"value":10},{"answer":"Mostly understandable.","answer_id":2,"value":5},{"answer":"No.","answer_id":3,"value":0}]},{"question":"Does the writing style meet the Utopian standard considering formalness, informativeness and clarity of the content?","question_id":"c-1","answers":[{"answer":"It is formal, informative and well written with clear content.","answer_id":1,"value":10},{"answer":"It is informative with clear content but not formal enough.","answer_id":2,"value":5},{"answer":"The contribution could be more informative or contains unrelated information, formality and clarity of the content are good enough.","answer_id":3,"value":4},{"answer":"Not all sections were clear enough but overall holds value for the project.","answer_id":4,"value":2},{"answer":"Not at all.","answer_id":5,"value":0}]},{"question":"Was the provided category template for the editor followed?","question_id":"c-2","answers":[{"answer":"All points of the template were included with additional points as well.","answer_id":1,"value":5},{"answer":"The template was followed without additions.","answer_id":2,"value":4},{"answer":"The template was edited but the points were covered in different way.","answer_id":3,"value":3},{"answer":"Not all points of the template were covered in the contribution but the structure is clear enough.","answer_id":4,"value":3},{"answer":"The template was not followed but the structure is clear enough.","answer_id":5,"value":2},{"answer":"The contents are not clearly structured at all.","answer_id":6,"value":0}]},{"question":"Did the contributor tag other users?","question_id":"c-3","answers":[{"answer":"No other users were tagged by the contributor.","answer_id":1,"value":5},{"answer":"Used tags are reasonable and all tagged people are connected to the project and/or the contribution.","answer_id":2,"value":5},{"answer":"The contribution contains mentions of other users that are not directly related to the contribution but related in other ways.","answer_id":3,"value":2},{"answer":"The contributor misuses tagging of other users.","answer_id":4,"value":0}]},{"question":"Did the contributor ask for upvotes, resteems, follows or witness vote?","question_id":"c-4","answers":[{"answer":"No","answer_id":1,"value":5},{"answer":"Yes, but not in a way that disturbs readability. ","answer_id":2,"value":5},{"answer":"Yes.","answer_id":3,"value":0}]},{"question":"Was a graphical content like images, charts, videos or screenshots included?","question_id":"c-5","answers":[{"answer":"Yes, the graphical content is included and adds more value to the contribution.","answer_id":1,"value":5},{"answer":"No but the contribution works well without graphical content well.","answer_id":2,"value":4},{"answer":"Yes, but most of the graphical contentβs purpose is just for presentational matters.","answer_id":3,"value":3},{"answer":"No relevant or useful graphical content is included in the contribution.","answer_id":4,"value":0}]},{"question":"How would you rate the overall added value?","question_id":"c-6","answers":[{"answer":"Extraordinary value to both the project and the open source community overall.","answer_id":1,"value":20},{"answer":"Significant value to the project or open source community.","answer_id":2,"value":15},{"answer":"Some value to the project or open source community.","answer_id":3,"value":10},{"answer":"Little value to the project or open source community.","answer_id":4,"value":5},{"answer":"No obvious value to project or open source community.","answer_id":5,"value":0}]}]}}" | ||||||
created | 2018-04-19 18:08:27 | ||||||
last_update | 2018-04-20 08:02:33 | ||||||
depth | 0 | ||||||
children | 6 | ||||||
last_payout | 2018-04-26 18:08:27 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 73.327 HBD | ||||||
curator_payout_value | 27.785 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 5,016 | ||||||
author_reputation | 62,586,788,362,329 | ||||||
root_title | "Materialize Education Series Part #1: How to Create a Simple Contact Form Without Using Server and Bootstrap CDN?" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 50,980,606 | ||||||
net_rshares | 20,760,524,669,939 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sjennon | 0 | 40,658,307,891 | 20% | ||
thatmemeguy | 0 | 4,786,532,923 | 50% | ||
dyancuex | 0 | 957,917,198 | 50% | ||
cryptophunk | 0 | 278,071,095 | 50% | ||
toninux | 0 | 630,646,322 | 50% | ||
choogirl | 0 | 106,092,237,526 | 10% | ||
otike | 0 | 193,218,225 | 50% | ||
jdc | 0 | 800,862,251 | 20% | ||
bargolis | 0 | 714,957,799 | 5% | ||
helo | 0 | 24,760,761,544 | 100% | ||
ilyastarar | 0 | 26,410,600,866 | 50% | ||
mahdiyari | 0 | 9,036,611,727 | 10% | ||
ronimm | 0 | 10,169,759,398 | 100% | ||
mufasatoldyou | 0 | 7,702,647,740 | 100% | ||
saksham | 0 | 508,059,018 | 37% | ||
simonluisi | 0 | 2,722,939,465 | 100% | ||
thinkkniht | 0 | 99,841,501 | 75% | ||
ewuoso | 0 | 3,992,827,068 | 20% | ||
inquiringtimes | 0 | 130,261,692,252 | 50% | ||
elbleess | 0 | 482,947,744 | 50% | ||
jfuenmayor96 | 0 | 2,442,575,217 | 50% | ||
instantania.cat | 0 | 1,515,599,514 | 50% | ||
harshallele | 0 | 4,909,919,749 | 50% | ||
letsmakes | 0 | 108,990,836 | 50% | ||
jesdn16 | 0 | 2,668,128,360 | 100% | ||
xtramedium | 0 | 309,861,504 | 50% | ||
aafeng | 0 | 2,524,579,240 | 20% | ||
odibezeking | 0 | 273,773,519 | 100% | ||
ashiniki | 0 | 63,207,002 | 100% | ||
stoodkev | 0 | 18,377,871,280 | 10% | ||
luisrod | 0 | 116,014,491 | 15% | ||
ansonoxy | 0 | 1,750,813,906 | 100% | ||
eastmael | 0 | 52,282,809,537 | 100% | ||
jamesbarraclough | 0 | 579,295,757 | 100% | ||
espoem | 0 | 27,169,457,871 | 40% | ||
maneki-neko | 0 | 635,009,319 | 1% | ||
gotgame | 0 | 8,706,604,632 | 100% | ||
isaganicabrales | 0 | 402,252,231 | 50% | ||
idlebright | 0 | 3,147,952,749 | 50% | ||
utopian-io | 0 | 20,046,529,622,774 | 13.2% | ||
steaknsteem | 0 | 2,184,659,940 | 50% | ||
abdullahall | 0 | 305,035,225 | 50% | ||
masud222 | 0 | 213,967,917 | 50% | ||
moorkedi | 0 | 1,658,842,030 | 100% | ||
parag | 0 | 217,019,481 | 50% | ||
kimaben | 0 | 73,505,927 | 25% | ||
kslo | 0 | 2,505,779,081 | 50% | ||
nathalie13 | 0 | 1,010,762,900 | 100% | ||
not-a-bird | 0 | 5,041,542,542 | 50% | ||
adhew | 0 | 61,532,000 | 10% | ||
bitopia | 0 | 1,454,091,730 | 100% | ||
berkaytekinsen | 0 | 1,721,206,784 | 100% | ||
eleonardo | 0 | 121,212,179 | 10% | ||
zohaib715 | 0 | 318,270,745 | 50% | ||
evilest-fiend | 0 | 2,564,133,660 | 100% | ||
azwarrangkuti | 0 | 31,915,342,773 | 50% | ||
shenoy | 0 | 9,965,528,245 | 10% | ||
devart | 0 | 1,503,578,567 | 100% | ||
studytext | 0 | 137,754,998 | 25% | ||
fabiocola | 0 | 818,933,430 | 100% | ||
checkthisout | 0 | 822,373,978 | 50% | ||
navx | 0 | 2,041,051,524 | 70% | ||
handfree42 | 0 | 97,909,091 | 50% | ||
ilovekrys | 0 | 220,302,784 | 50% | ||
family.app | 0 | 115,237,856 | 100% | ||
not-a-cat | 0 | 1,115,075,341 | 100% | ||
varja | 0 | 63,226,036 | 50% | ||
maphics | 0 | 106,304,356 | 100% | ||
sebastiengllmt | 0 | 307,095,054 | 50% | ||
utopian-1up | 0 | 5,088,675,302 | 100% | ||
odesanya | 0 | 58,077,281 | 10% | ||
ewq | 0 | 745,289,769 | 3% | ||
yamaika | 0 | 65,445,384 | 100% | ||
phgnomo | 0 | 902,302,700 | 15% | ||
carsonroscoe | 0 | 15,108,501,934 | 80% | ||
animefanrd | 0 | 51,295,696 | 10% | ||
skaybliss | 0 | 88,701,209 | 20% | ||
camillius | 0 | 59,437,716 | 6% | ||
zlatkamrs | 0 | 421,888,206 | 70% | ||
salahudeen | 0 | 113,486,801 | 35% | ||
amosbastian | 0 | 13,124,923,322 | 50% | ||
acrywhif | 0 | 3,462,380,034 | 80% | ||
xplore | 0 | 722,977,182 | 50% | ||
layanmarissa | 0 | 226,683,423 | 50% | ||
proffgodswill | 0 | 52,111,287 | 10% | ||
sweeverdev | 0 | 1,052,002,634 | 50% | ||
kodeblacc | 0 | 2,922,328,843 | 50% | ||
isacastillor | 0 | 1,078,123,221 | 95% | ||
devilonwheels | 0 | 1,894,824,277 | 10% | ||
jerybanfield | 0 | 5,755,595,711 | 100% | ||
gwys | 0 | 461,946,803 | 50% | ||
rhotimee | 0 | 320,271,136 | 50% | ||
kekegist | 0 | 1,038,692,957 | 100% | ||
jrmiller87 | 0 | 2,519,837,548 | 100% | ||
solomon507 | 0 | 304,859,121 | 50% | ||
patatesyiyen | 0 | 68,646,882 | 12.5% | ||
deejee | 0 | 119,892,669 | 20% | ||
rsteem | 0 | 342,032,977 | 50% | ||
dynamicrypto | 0 | 238,104,803 | 1% | ||
naturallife | 0 | 1,931,429,056 | 88% | ||
onin91 | 0 | 433,844,616 | 50% | ||
neneandy | 0 | 1,977,316,963 | 50% | ||
isabella394 | 0 | 2,603,181,513 | 100% | ||
emailbox19149 | 0 | 171,665,894 | 50% | ||
videosteemit | 0 | 1,542,884,738 | 25% | ||
sargoon | 0 | 5,902,030,256 | 100% | ||
lemony-cricket | 0 | 10,076,568,911 | 20% | ||
hashas120 | 0 | 307,434,363 | 50% | ||
saifannur-mzy | 0 | 266,805,141 | 50% | ||
yeswanth | 0 | 605,848,641 | 100% | ||
orlandumike | 0 | 4,069,725,835 | 25% | ||
kaking | 0 | 259,874,933 | 50% | ||
mdnazmulhasan | 0 | 508,994,724 | 100% | ||
exploreand | 0 | 1,178,382,815 | 25% | ||
petvalbra | 0 | 614,851,829 | 100% | ||
steemassistant | 0 | 433,102,005 | 100% | ||
hmctrasher | 0 | 406,962,706 | 10% | ||
photohunter1 | 0 | 4,029,800,055 | 100% | ||
photohunter3 | 0 | 3,181,796,926 | 100% | ||
photohunter4 | 0 | 3,169,586,402 | 100% | ||
photohunter5 | 0 | 3,162,804,016 | 100% | ||
howtosteem | 0 | 4,190,806,000 | 100% | ||
sylinda | 0 | 217,104,956 | 50% | ||
kingsman2 | 0 | 293,737,046 | 50% | ||
livsky | 0 | 101,920,633 | 50% | ||
tailslide | 0 | 217,300,919 | 50% | ||
roj | 0 | 2,498,442,839 | 100% | ||
raoul.poenar | 0 | 3,472,352,114 | 50% | ||
sexygirl123 | 0 | 149,781,094 | 50% | ||
andiepumpgun | 0 | 247,678,115 | 50% | ||
aderemi01 | 0 | 1,455,271,594 | 50% | ||
soykatherine | 0 | 211,086,880 | 50% | ||
killbill73 | 0 | 180,354,615 | 50% | ||
amirdesaingrafis | 0 | 543,925,229 | 50% | ||
fai.zul | 0 | 278,438,241 | 50% | ||
josdava | 0 | 370,797,904 | 100% | ||
nightdragon | 0 | 243,765,014 | 50% | ||
jacintoelbarouki | 0 | 211,148,602 | 50% | ||
aliyu-s | 0 | 478,765,963 | 50% | ||
estherekanem | 0 | 88,932,646 | 20% | ||
chukuibijenny | 0 | 183,965,800 | 50% | ||
muratti | 0 | 61,342,381 | 10% | ||
flinter | 0 | 165,507,125 | 50% | ||
mwfiae | 0 | 3,497,983,778 | 10% | ||
opulence | 0 | 1,805,649,732 | 50% | ||
phasma | 0 | 122,612,788 | 20% | ||
pixelproperty | 0 | 1,555,640,254 | 50% | ||
mitiendabuena | 0 | 226,368,013 | 50% | ||
donjyde | 0 | 217,300,927 | 50% | ||
crispycoinboys | 0 | 2,166,142,470 | 30% | ||
zcool | 0 | 114,379,749 | 10% | ||
gwapoaller | 0 | 304,026,781 | 50% | ||
carloniere | 0 | 103,914,700 | 50% | ||
khairulfahmi92 | 0 | 434,854,372 | 100% | ||
bluestorm | 0 | 460,899,167 | 75% | ||
jayo | 0 | 208,435,197 | 50% | ||
sugandhaseth | 0 | 615,185,352 | 100% | ||
pepememes | 0 | 152,730,337 | 50% | ||
ahmad097 | 0 | 224,425,001 | 50% | ||
wealth4good | 0 | 280,780,974 | 5% | ||
lsanek | 0 | 290,798,379 | 50% | ||
ejimevwo | 0 | 57,117,575 | 10% | ||
lykia | 0 | 297,226,978 | 50% | ||
kejora05 | 0 | 214,551,448 | 50% | ||
realness | 0 | 306,251,474 | 50% | ||
anime.lovers | 0 | 300,227,773 | 50% | ||
flugbot | 0 | 122,683,991 | 100% | ||
lemcriq | 0 | 55,795,558 | 20% | ||
ernoldlvb | 0 | 130,432,353 | 50% | ||
vampirgarfield | 0 | 104,590,943 | 50% | ||
gydronium | 0 | 172,305,532 | 30% | ||
masterofdisaster | 0 | 248,257,197 | 50% | ||
touhidalam69 | 0 | 146,922,638 | 25% | ||
eraizel | 0 | 836,715,927 | 50% | ||
nazmulrana | 0 | 208,467,971 | 50% | ||
joanpablo | 0 | 259,153,216 | 50% | ||
jaber-hossain70 | 0 | 235,916,030 | 50% | ||
duplibot | 0 | 800,533,677 | 25% | ||
gnaimul | 0 | 214,121,660 | 50% | ||
niouton | 0 | 4,515,435,968 | 20% | ||
editorspicks | 0 | 61,230,367 | 50% | ||
darkassassin | 0 | 1,493,640,593 | 90% | ||
syahrin | 0 | 242,188,044 | 50% | ||
cryptocopy | 0 | 298,364,684 | 50% | ||
artsyunicorn | 0 | 242,704,106 | 50% | ||
steemfunder | 0 | 286,015,758 | 50% | ||
steemthemer | 0 | 327,980,416 | 100% |
Hey, just wanted to let you know I gave you an upvote because I appreciate your content! =D See you around
author | greentomorrow |
---|---|
permlink | re-sargoon-materialize-education-series-part-1-how-to-create-a-simple-contact-form-without-using-server-and-bootstrap-cdn-20180419t185741201z |
category | utopian-io |
json_metadata | {} |
created | 2018-04-19 18:57:42 |
last_update | 2018-04-19 18:57:42 |
depth | 1 |
children | 1 |
last_payout | 2018-04-26 18:57:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.026 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 107 |
author_reputation | -132,273,054,154 |
root_title | "Materialize Education Series Part #1: How to Create a Simple Contact Form Without Using Server and Bootstrap CDN?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,986,979 |
net_rshares | 5,843,009,953 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sargoon | 0 | 5,843,009,953 | 100% |
Thank you :)
author | sargoon |
---|---|
permlink | re-greentomorrow-re-sargoon-materialize-education-series-part-1-how-to-create-a-simple-contact-form-without-using-server-and-bootstrap-cdn-20180419t191557828z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-04-19 19:16:00 |
last_update | 2018-04-19 19:16:00 |
depth | 2 |
children | 0 |
last_payout | 2018-04-26 19:16:00 |
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 | 12 |
author_reputation | 62,586,788,362,329 |
root_title | "Materialize Education Series Part #1: How to Create a Simple Contact Form Without Using Server and Bootstrap CDN?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,989,384 |
net_rshares | 0 |
Thank you for your contribution. ---------------------------------------------------------------------- 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 | rosatravels | ||||||
---|---|---|---|---|---|---|---|
permlink | re-sargoon-materialize-education-series-part-1-how-to-create-a-simple-contact-form-without-using-server-and-bootstrap-cdn-20180420t080408173z | ||||||
category | utopian-io | ||||||
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} | ||||||
created | 2018-04-20 08:04:09 | ||||||
last_update | 2018-04-20 08:04:09 | ||||||
depth | 1 | ||||||
children | 1 | ||||||
last_payout | 2018-04-27 08:04:09 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.020 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 273 | ||||||
author_reputation | 422,827,447,688,168 | ||||||
root_title | "Materialize Education Series Part #1: How to Create a Simple Contact Form Without Using Server and Bootstrap CDN?" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 51,080,133 | ||||||
net_rshares | 5,902,030,256 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sargoon | 0 | 5,902,030,256 | 100% |
Thank you for moderating my contribution sir :)
author | sargoon |
---|---|
permlink | re-rosatravels-re-sargoon-materialize-education-series-part-1-how-to-create-a-simple-contact-form-without-using-server-and-bootstrap-cdn-20180420t181341061z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-04-20 08:14:51 |
last_update | 2018-04-20 08:14:51 |
depth | 2 |
children | 0 |
last_payout | 2018-04-27 08:14:51 |
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 | 47 |
author_reputation | 62,586,788,362,329 |
root_title | "Materialize Education Series Part #1: How to Create a Simple Contact Form Without Using Server and Bootstrap CDN?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,081,542 |
net_rshares | 0 |
<center>https://steemitimages.com/200x200/https://s-media-cache-ak0.pinimg.com/originals/81/28/3c/81283c6aed7bdb5b9f8ad73b8ce62c2f.jpg</center> --- <center>Hello @sargoon , Congratulations β . Your content began to appear in the hot section. I am the information account of "SteemBotTracker" site. </center> --- <center> Your Informations Total SBD: 450.345 Total STEEM: 1.871 </center> --- <center> I recommend to increase this; You can make "Resteem" and advertise to the followers of the whale accounts. "Resteem Bot" for you; β The most profitable Resteem Whale @byresteem has 25.500 Followers + 7000 Sp + Upvote with min +55 accounts. </center> --- <center> You can purchase "upvote" by bid bots. "Upvote Bot" β The most profitable whale in the last round. @buildawhale </center> --- <center> I'm taking this message once. You need to use the #steembottrackerr tag for more information. Those who "upvote" this interpretation will be awarded a "UpVote" prize of 100 Sbd per week per person. I am a bot, I can not answer the comment. I hope I could help. Good luck. Sorry if I disturbed you. </center>
author | steembottrackerr |
---|---|
permlink | 20180421t065237987z |
category | utopian-io |
json_metadata | {"tags":["advice"],"app":"steemjs/test"} |
created | 2018-04-21 06:52:42 |
last_update | 2018-04-21 06:52:42 |
depth | 1 |
children | 0 |
last_payout | 2018-04-28 06:52:42 |
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 | 1,136 |
author_reputation | -1,493,369,324,060 |
root_title | "Materialize Education Series Part #1: How to Create a Simple Contact Form Without Using Server and Bootstrap CDN?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,257,530 |
net_rshares | 0 |
### Hey @sargoon! 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-sargoon-materialize-education-series-part-1-how-to-create-a-simple-contact-form-without-using-server-and-bootstrap-cdn-20180421t190112479z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-04-21 19:01:15 |
last_update | 2018-04-21 19:01:15 |
depth | 1 |
children | 0 |
last_payout | 2018-04-28 19:01:15 |
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 | 687 |
author_reputation | 152,955,367,999,756 |
root_title | "Materialize Education Series Part #1: How to Create a Simple Contact Form Without Using Server and Bootstrap CDN?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,358,700 |
net_rshares | 0 |