create account

Making a Simple Post a Little Classier 2 by jamerussell

View this thread on: hive.blogpeakd.comecency.com
· @jamerussell · (edited)
$1.75
Making a Simple Post a Little Classier 2
This is the second part of "Making a Simple Post a Little Classier", and we'll go into just a little more detail on this post.


<center><a href="https://pixabay.com/photos/butterfly-nature-insect-wing-3054736/"><img src="https://files.steempeak.com/file/steempeak/jamerussell/n07lc9dW-image.png"></a></center><center>Image credit:<a href="https://pixabay.com/users/dreamyart512893/">DreamyArt </a>from <a href="https://pixabay.com">Pixabay.com</a></center>

In this post  we will be using these HTML tags:

`<center>` text or image `</center>`
`<sup>` `</sup>`(sup stands for superscript)
`<div class=text-justify>` `</div>` (div means division)
`<br>` (br means break) 

In the first post we did not use the superscript or the division tags, but I am going to cover them in this post, it's just a matter of putting them in in the correct place.

# Photos or Images

We covered picking an image out in our last blog post "Making a Simple Post a Little Classier 1" and you can see that <a href="https://steempeak.com/heyhaveyamet/@jamerussell/making-a-simple-post-a-little-classier-1"> HERE </a>.

We are now going to cover an image from a site that offers free open source images to use, and most of them that I have come across state that no attribution is required: 
<center><img src="https://files.steempeak.com/file/steempeak/jamerussell/HpPPdv5r-image.png"></center>

They normally offer a choice of buying them coffee, or in other words, a donation:  
<center><img src="https://files.steempeak.com/file/steempeak/jamerussell/5YZNmfoH-image.png"></center>
In this case the author of our photo is going to be DreamyArt and we are going to use their name under our image as a sourcing or attribution.

<div class=text-justify>
As I normally cannot afford to give my money away, I choose not to, but do want to do something. And as I am a firm believer in doing to others what we would have them do to us, I would like to point out that I don't care who you are, it is nice if someone uses one of your photos or images and puts that credit or attribution out there with your name on it. It does not hurt anything and gets more recognition for whoever this author is. 
</div>
<br>

## Images

So the first thing I do is pick out the image I want to use, and copy the URL in the address bar. In this case it is:

`![image.png](https://pixabay.com/photos/butterfly-nature-insect-wing-3054736/)`

<div class=text-justify>
Now that we have our image picked out, and have the author and the site that the image came from with it, we are going to enter it into our text editor and clean it up with some simple coding. I like to enter it and space it out so that we can easily see everything, much better for proofing if something goes amiss.
</div>
<br>

Second thing is to paste it into our editor, and remove the extra writing and the parenthesis:

`![image.png]()`

so that it becomes:

`https://pixabay.com/photos/butterfly-nature-insect-wing-3054736/`

Now just leave space around it. 

I will then code the page URL as a link for the information page on Pixabay like this:

`<a href="https://pixabay.com/photos/butterfly-nature-insect-wing-3054736/"></a>`

I will now right click and copy the image URL, and then code it like this:

`<img src="https://files.steempeak.com/file/steempeak/jamerussell/n07lc9dW-image.png">`

I will insert the image URL into the info page link so that it links to the information page on the Pixabay site and it becomes: 

`<a href="INFO PAGE URL">  <img src="PICTURE URL"></a>`

and so it will become nice and clean thus becomes:
 
`<center>`

`<a href="https://pixabay.com/photos/butterfly-nature-insect-wing-3054736/">`

`<img src="https://files.steempeak.com/file/steempeak/jamerussell/n07lc9dW-image.png">`

`</a>`

`</center>`

in the editor with this kind of spacing so you can see any mistakes. 

## Sourcing

So at this point I then right-click on the author's linked name in that information page, and open another tab. Then I have the artist's or author's page. I copy off the URL:

https://pixabay.com/users/dreamyart-512893/?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=3054736W

PLEASE NOTE: I will now remove the extra letters and numbers to simplify, as I just learned this myself thanks to @thekittygirl, otherwise known as Kittypedia!!! Hehe! 
Turns out that all this extra coding is for tracking purposes!

It becomes:

https://pixabay.com/users/dreamyart-512893/

Now I code that link just below the image URL and have this:

`<center>`

`<a href="https://pixabay.com/photos/butterfly-nature-insect-wing-3054736/">`

`<img src="https://files.steempeak.com/file/steempeak/jamerussell/n07lc9dW-image.png">`

`</a>`

`</center>`

`https://pixabay.com/users/dreamyart-512893/`

I like to keep them spaced out to see the whole enchilada (hahaha, aren't you hungry now: tacos and enchiladas?)

Now we can take the other two credits, and work them separately:
We take and add our code and the author's name to this URL:

`<center>` Image credit: `<a href="https://pixabay.com/users/dreamyart-512893/">`DreamyArt  `</a>`from

And that is our author part, now for the website part:

`<a href="https://pixabay.com">`Pixabay.com `</a></center>`

Notice that I did not include the `</center><center>` in between the two parts, because the sourcing will become on sentence.

## Image + sourcing

So now I just work the coding in on the image first:

`<center><a href="https://pixabay.com/photos/butterfly-nature-insect-wing-3054736/">
<img src="https://files.steempeak.com/file/steempeak/jamerussell/n07lc9dW-image.png">
</a></center>`

And it will look like this in the editor ***and***  be a link to the information page in Pixabay:
<a href="https://pixabay.com/photos/butterfly-nature-insect-wing-3054736/">
<img src="https://files.steempeak.com/file/steempeak/jamerussell/n07lc9dW-image.png">
</a>

Now we simply close up the spacing between all of that and we have a nice tucked up  attribution, and it should look like this with it all together:

`<center>`Image credit:`<a href="https://pixabay.com/users/dreamyart512893/">`DreamyArt`</a>`from`<a href="https://pixabay.com">`Pixabay.com`</a></center>`

And will result in:

<center><img src="https://files.steempeak.com/file/steempeak/jamerussell/3PsptJgm-image.png"></center><center>Image credit:<a href="https://pixabay.com/users/dreamyart-512893/"> DreamyArt </a>from <a href="https://pixabay.com/photos/butterfly-nature-insect-wing-3054736/">Pixabay.com</a></center>

Now, in our credits, or attribution, we can add the HTML tags `<sup>` and `</sup>` , <div class=text-justify>it will make the writing smaller and tucked in if we so desire, or we could have inserted them in at the broken down stage, or not used them at all and left it large. If you remember I had made a statement about these specific tags, as it renders the writing really small for mobile users who may not be able to read it.
</div>
<br>

This is the result of the `<sup>` and `</sup>` tags being inserted in our credits:

`<center><img src="https://pixabay.com/users/dreamyart-512893/"><sup>` Image credit: <a href="https://pixabay.com/users/dreamyart-512893/">DreamyArt 
</a>from<a href="https://pixabay.com/photos/butterfly-nature-insect-wing-3054736/"> Pixabay.com </a>`</sup></center>` in our code, and results in this:

<center><img src="https://files.steempeak.com/file/steempeak/jamerussell/3PsptJgm-image.png"></center><center><sup>Image credit:<a href="https://pixabay.com/users/dreamyart-512893/"> DreamyArt </a>from <a href="https://pixabay.com/photos/butterfly-nature-insect-wing-3054736/"> Pixabay.com </a></sup></center>


Also be advised to be considered "correct sourcing", it doesn't need to go to this extreme: for me it is amusement purposes of a freakin' perfectionist!!!
 
# Paragraphs

So this is where we will use the tags `<div class=text-justify>` and `</div>` at the end of the paragraph to make it even on the edges and look better.

`<div class=text-justify>`
<div class=text-justify>
So now I am going to close this part off, this is part 2 of making a classier post, please remember that I find this extremely fascinating, and with these small additions one can click on the picture or image to go to the actual full information page, or click on the author, which in this case goes to the author's page in Pixabay, or click on the Pixabay itself to go to the actual home page of the website for Pixabay.com.</div>
<br>

`</div>`

<br>

I sincerely hope you all enjoyed reading this post, and I know there are some of you who already knew this, but to me, it was like making notes to myself, and I thoroughly enjoyed writing it for you.

Keep on Steeming!!!
James

<center>https://steemitimages.com/0x0/https://cdn.discordapp.com/attachments/572063798630940682/631164562439143464/james4.gif </center><center><sup>Thanks to @liberty-minded for such a cool gif and modified by @jimramones</sup></center>
<br>

<center>https://cdn.steemitimages.com/DQmf55ciT8dXvM7JNhDvEazdEnAUAzE6LUpFFHwJGZY4bW2/jamesrussell.gif</center><center><sup>Thanks to @zord189 for the cool autograph gif</sup></center>
<br>

<div class=text-justify>
Hey! Did you know @heyhaveyamet and @steem-aide are partners with the @steemterminal? And hey! Did you know they also sponsor the #rally100 and the #rally500 there as well, along with numerous other contests and challenges? They provide for the growth of the new Steemians and the beginnings on the road to Steemdom.
</div> 
<br>



<center>[![SteemTerminalBanner.jpg](https://cdn.steemitimages.com/DQmRFHKzC9oeUzMWsV89KScur5G9AsCAuQcLezPrbGHXkRy/SteemTerminalBanner4.jpg)](https://discord.gg/XZGPGpz)</center>
<br>

<center><a href="http://www.thealliance.io" target=Top><img src="https://cdn.steemitimages.com/DQmdPNRLswihRn5tictuGcMSPu1UE5pABfWgbyqgEVQdhci/The_Alliance_Banner.png"></a></center>
<br>

<center><a href="https://discord.gg/BXQhptS"><img 
src="https://files.steempeak.com/file/steempeak/jamerussell/XHRMEIby-image.png"></a></center>
<br>

<center>
Proud user of
![steempeak_banner.jpg](https://files.steempeak.com/file/steempeak/heyhaveyamet/NzpVVPtE-steempeak_banner.jpg)
Thanks @steempeak for the great banner
</center>
 
๐Ÿ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 221 others
๐Ÿ‘Ž  ,
properties (23)
authorjamerussell
permlinkmaking-a-simple-post-a-little-classier-2
categoryeducation
json_metadata{"app":"steempeak/2020.03.6","format":"markdown","tags":["education","blogging","steemterminal","heyhaveyamet","innerblocks","oc","palnet","neoxian"],"users":["jamerussell","thekittygirl","liberty-minded","jimramones","zord189","heyhaveyamet","steem-aide","steemterminal","steempeak"],"links":["https://pixabay.com/photos/butterfly-nature-insect-wing-3054736/","https://pixabay.com/users/dreamyart512893/","https://pixabay.com","/heyhaveyamet/@jamerussell/making-a-simple-post-a-little-classier-1","https://pixabay.com/users/dreamyart-512893/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=3054736W","/@thekittygirl","https://pixabay.com/users/dreamyart-512893/","https://pixabay.com/photos/butterfly-nature-insect-wing-3054736/","https://pixabay.com/users/dreamyart-512893/","https://pixabay.com/photos/butterfly-nature-insect-wing-3054736/"],"image":["https://files.steempeak.com/file/steempeak/jamerussell/HpPPdv5r-image.png","https://files.steempeak.com/file/steempeak/jamerussell/n07lc9dW-image.png","https://files.steempeak.com/file/steempeak/jamerussell/5YZNmfoH-image.png","https://files.steempeak.com/file/steempeak/jamerussell/3PsptJgm-image.png","https://cdn.discordapp.com/attachments/572063798630940682/631164562439143464/james4.gif","https://cdn.steemitimages.com/DQmf55ciT8dXvM7JNhDvEazdEnAUAzE6LUpFFHwJGZY4bW2/jamesrussell.gif","https://cdn.steemitimages.com/DQmRFHKzC9oeUzMWsV89KScur5G9AsCAuQcLezPrbGHXkRy/SteemTerminalBanner4.jpg","https://cdn.steemitimages.com/DQmdPNRLswihRn5tictuGcMSPu1UE5pABfWgbyqgEVQdhci/The_Alliance_Banner.png","https://files.steempeak.com/file/steempeak/jamerussell/XHRMEIby-image.png","https://files.steempeak.com/file/steempeak/heyhaveyamet/NzpVVPtE-steempeak_banner.jpg"]}
created2020-03-18 17:59:03
last_update2020-03-18 21:31:24
depth0
children28
last_payout2020-03-25 17:59:03
cashout_time1969-12-31 23:59:59
total_payout_value0.881 HBD
curator_payout_value0.873 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10,201
author_reputation15,805,008,120,514
root_title"Making a Simple Post a Little Classier 2"
beneficiaries
0.
accountsteempeak
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,468,701
net_rshares7,523,192,753,930
author_curate_reward""
vote details (287)
@brittandjosie · (edited)
Gonna share this beauty in rally 100 and 500 and I donโ€™t mean the blue steem butterfly
๐Ÿ‘  
properties (23)
authorbrittandjosie
permlinkre-jamerussell-q7fhkp
categoryeducation
json_metadata{"tags":["education"],"app":"steempeak/2020.03.6"}
created2020-03-19 06:48:27
last_update2020-03-19 06:48:45
depth1
children1
last_payout2020-03-26 06:48:27
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_length86
author_reputation525,661,217,955,513
root_title"Making a Simple Post a Little Classier 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,483,065
net_rshares39,911,363,510
author_curate_reward""
vote details (1)
@jamerussell ·
Thanks @brittandjosie!!!
properties (22)
authorjamerussell
permlinkre-brittandjosie-q7gat0
categoryeducation
json_metadata{"tags":["education"],"app":"steempeak/2020.03.6"}
created2020-03-19 17:19:51
last_update2020-03-19 17:19:51
depth2
children0
last_payout2020-03-26 17:19:51
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_length24
author_reputation15,805,008,120,514
root_title"Making a Simple Post a Little Classier 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,495,922
net_rshares0
@c-squared ·
c-squared-comment
<div class="pull-left">https://cdn.steemitimages.com/DQmVHt1f2jqCViLk6dX2SZsajYRWBpmdQA7sQDEbuQBxFB3/c2100.png</div><br>This post was shared in the <a href="https://discord.gg/B8JFmJ4">Curation Collective Discord community</a> for curators, and upvoted and resteemed by the @c-squared community account after manual review.<br/>@c-squared runs a <a href="https://steemit.com/witness/@c-cubed/announcing-the-launch-of-the-new-c-squared-witness">community witness</a>. Please consider using one of your witness votes on us <a href ="https://steemconnect.com/sign/account-witness-vote?witness=c-squared&approve=true">here</a>
properties (22)
authorc-squared
permlink20200319t184030790z
categoryeducation
json_metadata{"tags":["c-squared"]}
created2020-03-19 18:41:00
last_update2020-03-19 18:41:00
depth1
children0
last_payout2020-03-26 18:41:00
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_length622
author_reputation8,872,520,093,091
root_title"Making a Simple Post a Little Classier 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,497,682
net_rshares0
@enginewitty ·
Pretty classy :P

@alliedforces curate 2
๐Ÿ‘  
properties (23)
authorenginewitty
permlinkre-jamerussell-q7hfw2
categoryeducation
json_metadata{"tags":["education"],"app":"steempeak/2020.03.6"}
created2020-03-20 08:07:15
last_update2020-03-20 08:07:15
depth1
children2
last_payout2020-03-27 08:07:15
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_length40
author_reputation698,067,787,587,266
root_title"Making a Simple Post a Little Classier 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,512,874
net_rshares39,632,035,536
author_curate_reward""
vote details (1)
@alliedforces ·
$0.18
<center>You got some love from a member of @thealliance family!
Keep up the great work and [join us in The Castle](https://discord.gg/EpyXNyh) sometime!
<sup>The #spreadlovenotwar curation campaign is under the guidance of witnesses [@enginewitty](https://enginewitty.steem.design/) and [@untersatz](https://untersatz.steem.design/).</sup></center><center><sup>Current VP: 94.85%</sup></center>
๐Ÿ‘  
properties (23)
authoralliedforces
permlinkcwqyh5yj5k
categoryeducation
json_metadata""
created2020-03-20 08:07:39
last_update2020-03-20 08:07:39
depth2
children0
last_payout2020-03-27 08:07:39
cashout_time1969-12-31 23:59:59
total_payout_value0.092 HBD
curator_payout_value0.092 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length394
author_reputation603,813,274,536
root_title"Making a Simple Post a Little Classier 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,512,878
net_rshares754,106,359,442
author_curate_reward""
vote details (1)
@jamerussell ·
Thanks @enginewitty! I tried, but was in no hurry to post, but did all at once and forgot I wanted to put the Spanish on the same post down below like I did on the first one. OOPS!!!
properties (22)
authorjamerussell
permlinkre-enginewitty-q7ilha
categoryeducation
json_metadata{"tags":["education"],"app":"peakd/2020.03.7"}
created2020-03-20 23:05:57
last_update2020-03-20 23:05:57
depth2
children0
last_payout2020-03-27 23:05:57
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_length182
author_reputation15,805,008,120,514
root_title"Making a Simple Post a Little Classier 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,524,538
net_rshares0
@florianopolis ·
He said, ***'Stop doing wrong things and turn back to God! The kingdom of heaven is almost here.***'(Matthew 3:2) 
## Question from the Bible, *What is the best religion in the world?*
Watch the Video below to know the Answer...
***(Sorry for sending this comment. We are not looking for our self profit, our intentions is to preach the words of God in any means possible.)***
https://youtu.be/CbnmFrJWYxg
Comment what you understand of our Youtube Video to receive our full votes. We have 30,000 #SteemPower. It's our little way to **Thank you, our beloved friend.**  
Check our [Discord Chat](https://discord.gg/vzHFNd6) 
Join our Official Community: https://steemit.com/created/hive-182074
๐Ÿ‘  
properties (23)
authorflorianopolis
permlinkviwsoker4cn
categoryeducation
json_metadata""
created2020-03-18 18:07:18
last_update2020-03-18 18:07:18
depth1
children0
last_payout2020-03-25 18:07:18
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_length694
author_reputation-5,988,767,749,052
root_title"Making a Simple Post a Little Classier 2"
beneficiaries[]
max_accepted_payout10,000.000 HBD
percent_hbd100
post_id96,468,907
net_rshares1,131,998,366
author_curate_reward""
vote details (1)
@helpiecake ·
Hello! 

This post has been manually curated, resteemed
and gifted with some virtually delicious cake
from the @helpiecake curation team!  
 

Much love to you from all of us at @helpie!
Keep up the great work! 

<a href="http://steemit.com/@helpie">
![helpiecake](https://cdn.steemitimages.com/DQmX5dyu8uW698Z2eYFgExUrR4fd9ZFwnxWbNwes7CyTVKT/cake-742135_640.png)
</a>


Manually curated by @wesphilbin.


<sub>
@helpie is a [Community Witness](https://steemitwallet.com/~witnesses). 
</sub>
properties (22)
authorhelpiecake
permlinkre-helpiecake-comment-1584627615z
categoryeducation
json_metadata{"tags":["helpiecake"]}
created2020-03-19 14:20:15
last_update2020-03-19 14:20:15
depth1
children0
last_payout2020-03-26 14:20:15
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_length492
author_reputation2,152,994,728,423
root_title"Making a Simple Post a Little Classier 2"
beneficiaries
0.
accountwesphilbin
weight5,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,491,886
net_rshares0
@innerblocks ·
$0.02
<center>***Thanks for sharing your experience with us***!
<img src="https://i.postimg.cc/P5nkXgK2/Logo2-300.png" alt="TIBLogo" style="border:none;" /></center>
###### You have been curated by @wesphilbin on behalf of **Inner Blocks**: a community encouraging first hand content, with each individual living their best life, and being responsible for their own well being. #innerblocks Check it out at @innerblocks for the latest information and community updates, or to show your support via delegation.
๐Ÿ‘  
properties (23)
authorinnerblocks
permlinkre-making-a-simple-post-a-little-classier-2-20200319t143252z
categoryeducation
json_metadata"{"app": "beem/0.21.1"}"
created2020-03-19 14:32:51
last_update2020-03-19 14:32:51
depth1
children0
last_payout2020-03-26 14:32:51
cashout_time1969-12-31 23:59:59
total_payout_value0.012 HBD
curator_payout_value0.012 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length503
author_reputation15,178,744,260,153
root_title"Making a Simple Post a Little Classier 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,492,129
net_rshares129,025,489,086
author_curate_reward""
vote details (1)
@jackmiller ·
This one is just for you mate!


https://s3.amazonaws.com/image.blingee.com/images15/content/output/000/000/000/369/158071009_1956945.gif?6
๐Ÿ‘  
properties (23)
authorjackmiller
permlinkq7g8k3
categoryeducation
json_metadata{"image":["https://s3.amazonaws.com/image.blingee.com/images15/content/output/000/000/000/369/158071009_1956945.gif?6"],"app":"steemit/0.2"}
created2020-03-19 16:31:15
last_update2020-03-19 16:31:15
depth1
children1
last_payout2020-03-26 16:31:15
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_length139
author_reputation68,065,227,692,972
root_title"Making a Simple Post a Little Classier 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,494,882
net_rshares37,585,686,748
author_curate_reward""
vote details (1)
@jamerussell ·
Hahahahahahaha!!!! Thanks Jack @jackmiller! Only in our own minds!!!
properties (22)
authorjamerussell
permlinkre-jackmiller-q7gb3a
categoryeducation
json_metadata{"tags":["education"],"app":"steempeak/2020.03.6"}
created2020-03-19 17:26:00
last_update2020-03-19 17:26:00
depth2
children0
last_payout2020-03-26 17:26:00
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_length69
author_reputation15,805,008,120,514
root_title"Making a Simple Post a Little Classier 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,496,042
net_rshares0
@mllg ·
Very useful this publication dear @jamerussell
I have to practice it, because I was having a hard time pinpointing the sources in the images.
Thank you
๐Ÿ‘  
properties (23)
authormllg
permlinkq7g2gd
categoryeducation
json_metadata{"users":["jamerussell"],"app":"steemit/0.2"}
created2020-03-19 14:19:24
last_update2020-03-19 14:19:24
depth1
children2
last_payout2020-03-26 14:19:24
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_length151
author_reputation114,641,519,219,424
root_title"Making a Simple Post a Little Classier 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,491,864
net_rshares38,330,824,981
author_curate_reward""
vote details (1)
@jamerussell ·
Thank you @mllg, I want to try and get someone to translate this into Spanish, I may attempt it, but forgot to set it up from the beginning to implement it.
๐Ÿ‘  
properties (23)
authorjamerussell
permlinkre-mllg-q7gb0v
categoryeducation
json_metadata{"tags":["education"],"app":"steempeak/2020.03.6"}
created2020-03-19 17:24:33
last_update2020-03-19 17:24:33
depth2
children1
last_payout2020-03-26 17:24:33
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_length156
author_reputation15,805,008,120,514
root_title"Making a Simple Post a Little Classier 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,496,012
net_rshares14,390,127,525
author_curate_reward""
vote details (1)
@mllg ·
Well, I think I understood everything.
Just I have a little problem with my new computer, because I didnยดt find some commands
Your post will help me,
Thanks.
properties (22)
authormllg
permlinkq7got2
categoryeducation
json_metadata{"app":"steemit/0.2"}
created2020-03-19 22:22:15
last_update2020-03-19 22:22:15
depth3
children0
last_payout2020-03-26 22:22:15
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_length157
author_reputation114,641,519,219,424
root_title"Making a Simple Post a Little Classier 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,502,842
net_rshares0
@russia-btc ·
Oh thanks for the tips - keep going
properties (22)
authorrussia-btc
permlinkq7owfx
categoryeducation
json_metadata{"app":"hiveblog/0.1"}
created2020-03-24 08:48:03
last_update2020-03-24 08:48:03
depth1
children0
last_payout2020-03-31 08:48:03
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_length35
author_reputation57,712,600,739,228
root_title"Making a Simple Post a Little Classier 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,561,585
net_rshares0
@sgt-dan ·
Outstanding tutorial! This is great for everybody! Resteemed and Tweeted!
properties (22)
authorsgt-dan
permlinkre-jamerussell-q7ov0s
categoryeducation
json_metadata{"tags":["education"],"app":"peakd/2020.03.10"}
created2020-03-24 08:17:24
last_update2020-03-24 08:17:24
depth1
children0
last_payout2020-03-31 08:17:24
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_length73
author_reputation33,689,299,469,472
root_title"Making a Simple Post a Little Classier 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,561,343
net_rshares0
@team-mexico ·
Votado por el trail  @team-mexico
[Comunidad mexicana / hive-174683](https://beta.steemit.com/trending/hive-174683) ยกTe esperamos!

<h6>Delegaciรณn: [50 SP](https://beta.steemconnect.com/sign/delegateVestingShares?delegator=team-mexico&delegatee=&vesting_shares=50%20SP), [100 SP](https://beta.steemconnect.com/sign/delegateVestingShares?delegator=team-mexico&delegatee=&vesting_shares=100%20SP), [500 SP](https://beta.steemconnect.com/sign/delegateVestingShares?delegator=team-mexico&delegatee=&vesting_shares=500%20SP).</h6>![teammexico (1).png](https://cdn.steemitimages.com/DQmZuLbj9CvE86MkUWzFMh4hiFmjBNamchpbWECRu1xjnGQ/teammexico%20(1).png)
๐Ÿ‘  
properties (23)
authorteam-mexico
permlinkq7hex7
categoryeducation
json_metadata{"users":["team-mexico"],"image":["https://cdn.steemitimages.com/DQmZuLbj9CvE86MkUWzFMh4hiFmjBNamchpbWECRu1xjnGQ/teammexico%20(1).png"],"links":["https://beta.steemit.com/trending/hive-174683","https://beta.steemconnect.com/sign/delegateVestingShares?delegator=team-mexico&delegatee=&vesting_shares=50%20SP","https://beta.steemconnect.com/sign/delegateVestingShares?delegator=team-mexico&delegatee=&vesting_shares=100%20SP","https://beta.steemconnect.com/sign/delegateVestingShares?delegator=team-mexico&delegatee=&vesting_shares=500%20SP"],"app":"steemit/0.2"}
created2020-03-20 07:46:21
last_update2020-03-20 07:46:21
depth1
children1
last_payout2020-03-27 07:46: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_length646
author_reputation24,313,950,176,077
root_title"Making a Simple Post a Little Classier 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,512,446
net_rshares40,440,151,476
author_curate_reward""
vote details (1)
@jamerussell ·
Muchas gracias @team-mexico!
properties (22)
authorjamerussell
permlinkre-team-mexico-q7iljr
categoryeducation
json_metadata{"tags":["education"],"app":"peakd/2020.03.7"}
created2020-03-20 23:07:06
last_update2020-03-20 23:07:06
depth2
children0
last_payout2020-03-27 23:07:06
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_length28
author_reputation15,805,008,120,514
root_title"Making a Simple Post a Little Classier 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,524,546
net_rshares0
@tipu ·
&#127873; Hi @jamerussell! You have received 0.1 STEEM tip from @wesphilbin!<br><p><strong>Check out <a href=https://www.steempeak.com/@wesphilbin>@wesphilbin blog here</a> and follow if you like the content :)</strong></p><p><a href="https://steempeak.com/steemit/@tipu/tipu-tips-guide" rel="noopener">Sending tips with @tipU - how to guide.</a></p>
properties (22)
authortipu
permlinkre-making-a-simple-post-a-little-classier-2-20200319t142504
categoryeducation
json_metadata""
created2020-03-19 14:25:03
last_update2020-03-19 14:25:03
depth1
children0
last_payout2020-03-26 14:25:03
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_length350
author_reputation55,938,686,792,287
root_title"Making a Simple Post a Little Classier 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,491,985
net_rshares0
@wesphilbin ·
Another great post as well as example of creating positive content on the Blockchain my friend! Off topic, hope you have a great hatch day today  !tip
๐Ÿ‘  
properties (23)
authorwesphilbin
permlinkre-jamerussell-q7g2ek
categoryeducation
json_metadata{"tags":["education"],"app":"steempeak/2020.03.6"}
created2020-03-19 14:18:21
last_update2020-03-19 14:18:21
depth1
children1
last_payout2020-03-26 14:18: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_length150
author_reputation76,943,488,844,589
root_title"Making a Simple Post a Little Classier 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,491,836
net_rshares39,112,691,259
author_curate_reward""
vote details (1)
@jamerussell ·
Thank you @wesphilbin!!!
๐Ÿ‘  
properties (23)
authorjamerussell
permlinkre-wesphilbin-q7gatv
categoryeducation
json_metadata{"tags":["education"],"app":"steempeak/2020.03.6"}
created2020-03-19 17:20:21
last_update2020-03-19 17:20:21
depth2
children0
last_payout2020-03-26 17:20: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_length24
author_reputation15,805,008,120,514
root_title"Making a Simple Post a Little Classier 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,495,933
net_rshares4,876,683,874
author_curate_reward""
vote details (1)
@wesphilbin ·
!trdo
properties (22)
authorwesphilbin
permlinkre-jamerussell-q7g2ex
categoryeducation
json_metadata{"tags":["education"],"app":"steempeak/2020.03.6"}
created2020-03-19 14:18:33
last_update2020-03-19 14:18:33
depth1
children1
last_payout2020-03-26 14:18:33
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_length5
author_reputation76,943,488,844,589
root_title"Making a Simple Post a Little Classier 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,491,839
net_rshares0
@trendotoken ·
Congratulations @wesphilbin, you successfuly trended the post shared by @jamerussell!
@jamerussell will receive <b>4.99377150</b> [TRDO](https://steem-engine.com/?p=history&t=TRDO) & @wesphilbin will get <b>3.32918100</b> [TRDO](https://steem-engine.com/?p=history&t=TRDO) curation in 3 Days from Post Created Date!

<b>"Call [TRDO](https://steem-engine.com/?p=history&t=TRDO), Your Comment Worth Something!"</b>
---
<sup>To view or trade TRDO go to [steem-engine.com](https://steem-engine.com/?p=market&t=TRDO)
Join [TRDO Discord Channel](https://discord.gg/wySP8T9) or Join [TRDO Web Site](http://www.trendotoken.info/)</sup>
properties (22)
authortrendotoken
permlinkre-wesphilbin-re-jamerussell-q7g2ex-20200319t141842361z
categoryeducation
json_metadata{"tags":["comments-scot","trendo-bot"],"app":"comments-scot/1.1","format":"markdown"}
created2020-03-19 14:18:42
last_update2020-03-19 14:18:42
depth2
children0
last_payout2020-03-26 14:18:42
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_length628
author_reputation5,546,209,053,433
root_title"Making a Simple Post a Little Classier 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,491,844
net_rshares0
@wesphilbin ·
@giphy curate 
properties (22)
authorwesphilbin
permlinkre-jamerussell-q7g2fb
categoryeducation
json_metadata{"tags":["education"],"app":"steempeak/2020.03.6"}
created2020-03-19 14:18:48
last_update2020-03-19 14:18:48
depth1
children0
last_payout2020-03-26 14:18:48
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_length14
author_reputation76,943,488,844,589
root_title"Making a Simple Post a Little Classier 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,491,849
net_rshares0
@wesphilbin ·
@alliedforces curate 
properties (22)
authorwesphilbin
permlinkre-jamerussell-q7g2fr
categoryeducation
json_metadata{"tags":["education"],"app":"steempeak/2020.03.6"}
created2020-03-19 14:19:03
last_update2020-03-19 14:19:03
depth1
children1
last_payout2020-03-26 14:19:03
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_length21
author_reputation76,943,488,844,589
root_title"Making a Simple Post a Little Classier 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,491,855
net_rshares0
@alliedforces ·
<center>You got some love from a member of @thealliance family!
Keep up the great work and [join us in The Castle](https://discord.gg/EpyXNyh) sometime!
<sup>The #spreadlovenotwar curation campaign is under the guidance of witnesses [@enginewitty](https://enginewitty.steem.design/) and [@untersatz](https://untersatz.steem.design/).</sup></center><center><sup>Current VP: 81.95%</sup></center>
properties (22)
authoralliedforces
permlinkk38prb02jot
categoryeducation
json_metadata""
created2020-03-19 14:19:36
last_update2020-03-19 14:19:36
depth2
children0
last_payout2020-03-26 14:19:36
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_length394
author_reputation603,813,274,536
root_title"Making a Simple Post a Little Classier 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,491,871
net_rshares0
@wesphilbin ·
@untersatz curate 
properties (22)
authorwesphilbin
permlinkre-jamerussell-q7g2g3
categoryeducation
json_metadata{"tags":["education"],"app":"steempeak/2020.03.6"}
created2020-03-19 14:19:18
last_update2020-03-19 14:19:18
depth1
children1
last_payout2020-03-26 14:19:18
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_length18
author_reputation76,943,488,844,589
root_title"Making a Simple Post a Little Classier 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,491,861
net_rshares0
@untersatz ·
<center>This post has been upvoted by witness [@untersatz](https://untersatz.steem.design). You've done a great job!
<sup>The [@untersatz](https://untersatz.steem.design) witness and manual curation is under the guidance of @contrabourdon and @organduo.</sup></center><center><sup>Current VP: 96.7%</sup></center>
properties (22)
authoruntersatz
permlink1o1pellyavmj
categoryeducation
json_metadata""
created2020-03-19 14:20:00
last_update2020-03-19 14:20:00
depth2
children0
last_payout2020-03-26 14:20:00
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_length313
author_reputation2,138,111,545,808
root_title"Making a Simple Post a Little Classier 2"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,491,883
net_rshares0