 ### Details <br> **Tutorial about:** Build a contemporary website with bootstrap | Serie 3 (English Video Tutorial) **Video Language :** English Language **Githup link:** [Bootstrap github](https://github.com/twbs/bootstrap) >Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web. [Bootstrap more information.](https://getbootstrap.com/) ### What We Can Learn? In this video tutorial we can learn about how to create a contemporary website with bootstrap codes. In this lesson we are going to look at how to create three column and icon in column .Also , i will give them value and i will design them too . I will add icons and i will carry them top of my columns text. I'm going to do step by step. If you want to learn how to build website with bootstrap you can follow me. ### We Learn About - How to edit navbar. - How to create column. - How to create icons with fontawesome . - How to edit icons size . - How to edit bootstrap codes . ### Requirements - **1-** Atom Program - **2-** Bootstrap code knowledge. - **3-** Basic CSS code knowledge. - **4-** Basic HTML code knowledge. ### My Operating System  ### Difficulty - Intermediate level ### Description In this video going to be showing you how to create a contemporary website with bootstrap codes.You are going to see of part how I created it. I will use atom program with this project . Firstly I'll call bootstrap codes from official website then I will start a project. I hope you like it. Let's go to the project! I explained for this project with Bootstrap in video. **Video Tutorial - English Language - 720p** https://www.youtube.com/watch?v=faGncifls0A&feature=youtu.be ###### [Background image source](https://pixabay.com/tr/gece-kamera-foto%C4%9Fraf%C3%A7%C4%B1-canon-%C3%A7ekim-1927265/) ### Curriculum - [Serie 1](https://utopian.io/utopian-io/@rdvn/build-a-contemporary-website-with-bootstrap-or-serie-1-or-english-video-tutorial) - [Serie 2](https://utopian.io/utopian-io/@rdvn/build-a-contemporary-website-with-bootstrap-or-serie-2-english-video-tutorial) ### [BOOTSTRAP REPOSITORY](https://github.com/twbs/bootstrap) ### More Details About Tutorial <br> ### Github Repository Bootstrap Github view.  Project's Codes. ``` <!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> <link rel="stylesheet" href="css/style.css"> </head> <body> <!-- nav bar --> <nav class="manuel-nav"> <div id="logo">Photography</div> <ul id="links"> <li>Life Photo</li> <li>Animal Photo</li> <li>Nature Photo</li> </ul> </nav> <div id="container"> <h1>Rdvn Photograpy</h1> <button type="button" class="btn btn-danger">See All Photo</button> </div> <div class="container"> <div id="IconRow" class="row text-center"> <div class="col-md-4"> <i class="fa fa-camera-retro fa-4x" aria-hidden="true"></i> <h2>Nature</h2> </div> <div class="col-md-4"> <i class="fa fa-anchor fa-4x"></i> <h2>Animal</h2> </div> <div class="col-md-4"> <i class="fa fa-bug fa-4x"></i> <h2>Life</h2> </div> </div> </div> <!-- Optional JavaScript --> <!-- jQuery first, then Popper.js, then Bootstrap JS --> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script> </body> </html> ``` ---------------------------------------------------------------------------------------------------------------- ``` html, body { height: 100%; width: 100%; } .text-center { text-align: center; } .btn-danger { border-radius: 0; font-size: 15px; } #container { background: url('../images/img1.jpg'); background-size: cover; background-position: center; height: 100%; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; margin-top: -70px; position: relative; z-index: -50; } #container > h1 { color: azure; margin-top: -30px; } #IconRow { padding: 60px 0; } .manuel-nav { background: transparent; height: 70px; width: 100%; z-index: 99999999; } .manuel-nav #logo { color: red; padding: 20px 0 0 25px; font-size: 24px; } .manuel-nav #links,#logo { display: inline-block; } .manuel-nav #links { list-style: none; padding: 0; position: absolute; top: 0; right: 0; padding: 20px 25px 0 0; } .manuel-nav #links > li { display: inline-block; color: red; padding-right: 20px; } ``` <br> -------------------------- ----------------------------- <center>Author : @rdvn</center> <br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@rdvn/build-a-contemporary-website-with-bootstrap-or-serie-3-english-video-tutorial">Utopian.io - Rewarding Open Source Contributors</a></em><hr/>
author | rdvn | ||||||
---|---|---|---|---|---|---|---|
permlink | build-a-contemporary-website-with-bootstrap-or-serie-3-english-video-tutorial | ||||||
category | utopian-io | ||||||
json_metadata | {"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"id":2126244,"name":"bootstrap","full_name":"twbs/bootstrap","html_url":"https://github.com/twbs/bootstrap","fork":false,"owner":{"login":"twbs"}},"pullRequests":[],"platform":"github","type":"video-tutorials","tags":["utopian-io","videotuts","video"],"users":["rdvn"],"links":["https://res.cloudinary.com/hpiynhbhq/image/upload/v1519599774/bmg9h4d6rtrxvjazvjem.jpg","https://github.com/twbs/bootstrap","https://getbootstrap.com/","https://res.cloudinary.com/hpiynhbhq/image/upload/v1516379881/libdd6r5olbo0zfe18ct.png","https://pixabay.com/tr/gece-kamera-foto%C4%9Fraf%C3%A7%C4%B1-canon-%C3%A7ekim-1927265/","https://utopian.io/utopian-io/@rdvn/build-a-contemporary-website-with-bootstrap-or-serie-1-or-english-video-tutorial","https://utopian.io/utopian-io/@rdvn/build-a-contemporary-website-with-bootstrap-or-serie-2-english-video-tutorial","https://res.cloudinary.com/hpiynhbhq/image/upload/v1519475945/x1qh1zfqogyxkuypw6qr.png"],"image":["https://res.cloudinary.com/hpiynhbhq/image/upload/v1519599774/bmg9h4d6rtrxvjazvjem.jpg","https://res.cloudinary.com/hpiynhbhq/image/upload/v1516379881/libdd6r5olbo0zfe18ct.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1519475945/x1qh1zfqogyxkuypw6qr.png"],"moderator":{"account":"espoem","time":"2018-02-27T12:04:39.837Z","reviewed":false,"pending":false,"flagged":true},"questions":[],"score":0} | ||||||
created | 2018-02-26 15:17:15 | ||||||
last_update | 2018-02-27 12:04:39 | ||||||
depth | 0 | ||||||
children | 5 | ||||||
last_payout | 2018-03-05 15:17:15 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 2.524 HBD | ||||||
curator_payout_value | 0.897 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 6,512 | ||||||
author_reputation | 12,487,610,583,231 | ||||||
root_title | "Build a contemporary website with bootstrap | Serie 3 (English Video Tutorial)" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 40,625,010 | ||||||
net_rshares | 748,980,849,731 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
adol | 0 | 259,162,588,140 | 50% | ||
thatmemeguy | 0 | 4,649,291,182 | 50% | ||
dyancuex | 0 | 870,374,558 | 50% | ||
gunina | 0 | 524,262,486 | 50% | ||
damla | 0 | 5,599,772,309 | 20% | ||
toninux | 0 | 655,047,713 | 50% | ||
bargolis | 0 | 667,266,563 | 5% | ||
pipks | 0 | 218,339,376 | 50% | ||
ilyastarar | 0 | 69,484,197,965 | 50% | ||
flauwy | 0 | 69,090,358,498 | 35% | ||
herman2141 | 0 | 136,905,013 | 50% | ||
mahdiyari | 0 | 13,181,817,485 | 20% | ||
ronimm | 0 | 12,120,264,093 | 100% | ||
mufasatoldyou | 0 | 7,555,812,876 | 100% | ||
dysc0rd | 0 | 412,168,590 | 100% | ||
simonluisi | 0 | 2,166,510,981 | 100% | ||
thinkkniht | 0 | 500,079,142 | 75% | ||
jfuenmayor96 | 0 | 2,434,043,627 | 50% | ||
onos | 0 | 1,322,748,426 | 50% | ||
drigweeu | 0 | 420,938,977 | 3% | ||
mahmuddin | 0 | 584,003,520 | 100% | ||
mirza-kun | 0 | 432,459,825 | 100% | ||
cifer | 0 | 1,832,235,820 | 80% | ||
tradeownsystems | 0 | 439,369,695 | 100% | ||
jesdn16 | 0 | 2,672,589,134 | 100% | ||
xtramedium | 0 | 154,418,664 | 50% | ||
odibezeking | 0 | 407,973,317 | 100% | ||
yandot | 0 | 7,955,235,574 | 30% | ||
stoodkev | 0 | 16,501,520,090 | 10% | ||
luisrod | 0 | 116,008,370 | 15% | ||
mooncryption | 0 | 26,044,427,100 | 100% | ||
ansonoxy | 0 | 1,877,311,770 | 100% | ||
jamesbarraclough | 0 | 8,412,040,273 | 100% | ||
podanrj | 0 | 5,653,972,891 | 100% | ||
arie.steem | 0 | 36,985,032,510 | 100% | ||
hillaryaa | 0 | 1,110,506,237 | 100% | ||
espoem | 0 | 20,403,810,364 | 40% | ||
timmyeu | 0 | 678,519,662 | 50% | ||
maxwell95 | 0 | 297,738,895 | 50% | ||
maaz23 | 0 | 620,757,503 | 50% | ||
zoneboy | 0 | 1,816,197,749 | 50% | ||
keepcalmandread | 0 | 4,581,034,133 | 100% | ||
omersurer | 0 | 1,412,968,203 | 5% | ||
idlebright | 0 | 3,144,520,923 | 50% | ||
parag | 0 | 222,016,993 | 50% | ||
kimaben | 0 | 499,190,178 | 50% | ||
kslo | 0 | 2,355,038,513 | 50% | ||
nathalie13 | 0 | 1,137,165,180 | 100% | ||
not-a-bird | 0 | 1,742,103,654 | 20% | ||
adhew | 0 | 61,532,000 | 10% | ||
bitopia | 0 | 1,441,031,196 | 100% | ||
rdvn | 0 | 6,647,812,301 | 100% | ||
zohaib715 | 0 | 336,459,563 | 50% | ||
evilest-fiend | 0 | 2,399,507,806 | 100% | ||
studytext | 0 | 141,758,870 | 25% | ||
enjoyy | 0 | 128,444,897 | 50% | ||
fabiocola | 0 | 814,371,812 | 100% | ||
navx | 0 | 2,027,765,998 | 70% | ||
handfree42 | 0 | 227,040,353 | 50% | ||
ilovekrys | 0 | 221,114,874 | 50% | ||
family.app | 0 | 130,952,110 | 100% | ||
irfandogan | 0 | 1,501,753,179 | 10% | ||
erhanoz | 0 | 1,196,669,027 | 10% | ||
maphics | 0 | 99,926,095 | 100% | ||
dethclad | 0 | 1,505,344,799 | 50% | ||
sebastiengllmt | 0 | 306,503,607 | 50% | ||
utopian-1up | 0 | 18,108,054,748 | 100% | ||
iwanderela | 0 | 1,164,689,554 | 1% | ||
luoq | 0 | 10,308,135,456 | 100% | ||
ewq | 0 | 728,133,775 | 3% | ||
ademkrgl | 0 | 469,273,631 | 10% | ||
zlatkamrs | 0 | 417,150,836 | 70% | ||
hrishikeshmatre | 0 | 251,612,890 | 50% | ||
amosbastian | 0 | 9,864,450,513 | 50% | ||
bobsthinking | 0 | 3,352,518,736 | 100% | ||
yourmercury | 0 | 870,160,750 | 100% | ||
acrywhif | 0 | 3,129,134,052 | 80% | ||
tugbabeauty | 0 | 516,274,836 | 50% | ||
layanmarissa | 0 | 224,748,382 | 50% | ||
proffgodswill | 0 | 61,299,229 | 10% | ||
sweeverdev | 0 | 1,052,002,634 | 50% | ||
isacastillor | 0 | 1,172,965,902 | 95% | ||
funkylove | 0 | 2,331,423,739 | 32% | ||
rhotimee | 0 | 5,440,713,326 | 50% | ||
jrmiller87 | 0 | 1,873,425,055 | 100% | ||
solomon507 | 0 | 437,347,148 | 50% | ||
patatesyiyen | 0 | 73,027,803 | 12.5% | ||
deejee | 0 | 119,547,234 | 20% | ||
onin91 | 0 | 156,308,630 | 50% | ||
neneandy | 0 | 3,548,811,745 | 50% | ||
isabella394 | 0 | 2,481,673,321 | 100% | ||
zinonweke | 0 | 2,047,371,804 | 75% | ||
emailbox19149 | 0 | 131,790,917 | 50% | ||
shemzy | 0 | 310,465,599 | 100% | ||
videosteemit | 0 | 1,441,590,211 | 25% | ||
neokuduk | 0 | 1,013,774,760 | 100% | ||
emirfirlar | 0 | 354,483,577 | 50% | ||
literaturk | 0 | 521,006,266 | 100% | ||
lemony-cricket | 0 | 10,406,982,588 | 20% | ||
yeswanth | 0 | 613,320,311 | 100% | ||
kaking | 0 | 280,282,257 | 50% | ||
exploreand | 0 | 5,686,641,026 | 25% | ||
cashthekush | 0 | 260,503,133 | 50% | ||
petvalbra | 0 | 614,015,560 | 100% | ||
steemassistant | 0 | 438,720,161 | 100% | ||
sudefteri | 0 | 519,496,877 | 100% | ||
nwjordan | 0 | 8,936,499,329 | 100% | ||
funremura | 0 | 218,808,615 | 50% | ||
olayhemy | 0 | 374,061,291 | 50% | ||
photohunter1 | 0 | 1,653,993,006 | 100% | ||
photohunter2 | 0 | 102,022,207 | 100% | ||
photohunter3 | 0 | 99,604,162 | 100% | ||
photohunter4 | 0 | 84,986,416 | 100% | ||
photohunter5 | 0 | 82,487,898 | 100% | ||
josh26 | 0 | 56,496,657 | 10% | ||
howtosteem | 0 | 3,197,544,006 | 100% | ||
sylinda | 0 | 221,017,935 | 50% | ||
kingsman2 | 0 | 156,557,719 | 50% | ||
fmbs25 | 0 | 258,990,425 | 50% | ||
marketstack | 0 | 2,059,582,508 | 10% | ||
livsky | 0 | 277,973,718 | 50% | ||
badmusazeez | 0 | 101,364,572 | 50% | ||
historyfreak | 0 | 307,250,000 | 50% | ||
roj | 0 | 1,370,409,230 | 100% | ||
raoul.poenar | 0 | 2,009,392,959 | 50% | ||
kid1412 | 0 | 278,929,191 | 50% | ||
elasevimli | 0 | 242,283,123 | 50% | ||
akifane | 0 | 579,414,089 | 100% | ||
aderemi01 | 0 | 482,446,718 | 50% | ||
paav | 0 | 457,324,630 | 75% | ||
killbill73 | 0 | 122,596,202 | 50% | ||
fai.zul | 0 | 267,912,252 | 50% | ||
nightdragon | 0 | 154,616,271 | 50% | ||
jacintoelbarouki | 0 | 220,825,513 | 50% | ||
criptokingko | 0 | 215,662,509 | 50% | ||
arellanoyan | 0 | 214,181,144 | 50% | ||
aliyu-s | 0 | 239,818,217 | 50% | ||
flinter | 0 | 159,366,622 | 50% | ||
opulence | 0 | 1,792,118,426 | 50% | ||
phasma | 0 | 122,753,647 | 20% | ||
abhisteem13 | 0 | 206,601,095 | 50% | ||
heshe-f | 0 | 198,383,248 | 25% | ||
donjyde | 0 | 224,261,758 | 50% | ||
crispycoinboys | 0 | 4,111,330,054 | 75% | ||
gwapoaller | 0 | 306,480,158 | 50% | ||
ichigos | 0 | 434,119,172 | 100% | ||
bluestorm | 0 | 456,670,853 | 75% | ||
mosesogenyi | 0 | 221,663,277 | 50% | ||
dexter24 | 0 | 218,540,676 | 50% | ||
muammarnst | 0 | 190,754,479 | 50% | ||
jayo | 0 | 254,381,010 | 50% | ||
pepememes | 0 | 204,328,424 | 50% | ||
cienpascal | 0 | 579,241,840 | 100% | ||
animesukidesu | 0 | 181,842,297 | 50% | ||
feronio | 0 | 226,863,891 | 50% | ||
zay-arasi | 0 | 217,600,912 | 50% | ||
hamzahere | 0 | 169,370,682 | 50% | ||
mellissamartz | 0 | 92,209,315 | 15% | ||
flugbot | 0 | 122,643,184 | 100% |
Thank you for the contribution. It has been approved. You can contact us on [Discord](https://discord.gg/uTyJkNm). **[[utopian-moderator]](https://utopian.io/moderators)**
author | arie.steem |
---|---|
permlink | re-rdvn-build-a-contemporary-website-with-bootstrap-or-serie-3-english-video-tutorial-20180226t210404030z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-02-26 21:04:09 |
last_update | 2018-02-26 21:04:09 |
depth | 1 |
children | 3 |
last_payout | 2018-03-05 21:04:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.967 HBD |
curator_payout_value | 0.321 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 172 |
author_reputation | 43,266,931,781,631 |
root_title | "Build a contemporary website with bootstrap | Serie 3 (English Video Tutorial)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,692,041 |
net_rshares | 228,357,983,652 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
utopian.tip | 0 | 228,357,983,652 | 18.64% |
Hi, please the following comment. It is meant for rdvn but I do not want to create 2 separate comments. <hr> We feel that this kind of tutorial can't be approved in Utopian. You chose the Bootstrap as your main focus but you show only little from it in each of your parts. The components you actually use in the tutorials are often the same as the examples from the documentation and there is missing the tutoring what you actually do with them, why and what other options can be done. You create the tutorial as follow the same steps as I do but without enough teaching. You could also work on your audio as there is often some noise and you are not heard clearly. Please continue with your series but I must say that it will be better to submit it via Steemit. You can contact us on [Discord](https://discord.gg/uTyJkNm). **[[utopian-moderator]](https://utopian.io/moderators)**
author | espoem |
---|---|
permlink | re-ariesteem-re-rdvn-build-a-contemporary-website-with-bootstrap-or-serie-3-english-video-tutorial-20180227t120500136z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-02-27 12:05:06 |
last_update | 2018-02-27 12:05:06 |
depth | 2 |
children | 1 |
last_payout | 2018-03-06 12:05:06 |
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 | 887 |
author_reputation | 59,289,149,412,912 |
root_title | "Build a contemporary website with bootstrap | Serie 3 (English Video Tutorial)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,853,234 |
net_rshares | 0 |
i will dm you
author | arie.steem |
---|---|
permlink | re-espoem-re-ariesteem-re-rdvn-build-a-contemporary-website-with-bootstrap-or-serie-3-english-video-tutorial-20180227t155043225z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-02-27 15:50:42 |
last_update | 2018-02-27 15:50:42 |
depth | 3 |
children | 0 |
last_payout | 2018-03-06 15:50: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 | 13 |
author_reputation | 43,266,931,781,631 |
root_title | "Build a contemporary website with bootstrap | Serie 3 (English Video Tutorial)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,899,547 |
net_rshares | 0 |
Hey @arie.steem, I just gave you a tip for your hard work on moderation. Upvote this comment to support the utopian moderators and increase your future rewards!
author | utopian.tip |
---|---|
permlink | re-re-rdvn-build-a-contemporary-website-with-bootstrap-or-serie-3-english-video-tutorial-20180226t210404030z-20180227t030326 |
category | utopian-io |
json_metadata | "" |
created | 2018-02-27 03:03:27 |
last_update | 2018-02-27 03:03:27 |
depth | 2 |
children | 0 |
last_payout | 2018-03-06 03:03:27 |
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 | 160 |
author_reputation | 238,310,597,885 |
root_title | "Build a contemporary website with bootstrap | Serie 3 (English Video Tutorial)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,755,323 |
net_rshares | 0 |
<div class="pull-left">  </div> <div class="text-justify"> ### You've got upvoted by <code>Utopian-1UP</code>! You can give up to ten [1UP](https://steemit.com/utopian-io/@steem-plus/steemplus-2-4-utopian-1up-is-here)'s to Utopian posts every day after they are accepted by a Utopian moderator and before they are upvoted by the official @utopian-io account. Install the @steem-plus browser extension to use 1UP. By following the 1UP-trail using [SteemAuto](https://steemauto.com/) you support great Utopian authors and earn high curation rewards at the same time. <hr> 1UP is neither organized nor endorsed by Utopian.io! </div>
author | utopian-1up |
---|---|
permlink | 20180228t072821364z |
category | utopian-io |
json_metadata | {"app":"1up"} |
created | 2018-02-28 07:28:21 |
last_update | 2018-02-28 07:28:21 |
depth | 1 |
children | 0 |
last_payout | 2018-03-07 07:28: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 | 764 |
author_reputation | 2,324,758,056,093 |
root_title | "Build a contemporary website with bootstrap | Serie 3 (English Video Tutorial)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 41,061,303 |
net_rshares | 0 |