create account

Enchula tu post - [Tutorial] - Parte 1. by crisangel

View this thread on: hive.blogpeakd.comecency.com
· @crisangel · (edited)
$4.32
Enchula tu post - [Tutorial] - Parte 1.
<center><h6>En nuestros días en Steemit siempre nos encontramos ante muchas dudas e interrogantes, si así se quiere, pero la que más nos rodea es; <i>¿Como estructurar mi publicación?</i></h6></center>
<div class="text-justify"><p>&nbsp;&nbsp;Esta es una interrogante muy codiciada a la hora de elaborar nuestras publicaciones, además que hoy en día existe muchos nuevos usuarios uniéndose a la red, entonces si nosotros que llevamos cierto tiempo en esta plataforma nos hacemos esa pregunta, que será para esos nuevos usuarios desamparados en esta extensa e increíble red. Allí es cuando entra nuestro deber como usuarios con experiencia, donde el conocimiento sea sinónimo de compartir.</p></div>
<hr>

[![aprendiendo](https://scontent-mia3-2.xx.fbcdn.net/v/t34.0-12/28109265_2007443245950867_320215568_n.png?oh=0ff0451f620b16e7f0e3bc04e9fba0a4&oe=5A884874)](https://steemit.com/@crisangel)

<br>

<center>*¿Qué es markdown?*</center>
<div class="text-justify"><p>&nbsp;&nbsp;<b><a href="https://guides.github.com/features/mastering-markdown/">La guía de Markdown</a> nos aparece cuando vamos a realizar nuestras publicaciones, entonces lo podemos definir como; un tipo de formato que se usa en el editor de Steemit, por ser propio de la red es muy fácil, rápido y practico de usar</b>.</p></div>

<center>*¿Qué es HTML?*</center>
<div class="text-justify"><p>&nbsp;&nbsp;<b>HTML son siglas en ingles que significa HyperText Markup Language, y en español sería; lenguaje de marcas de hipertexto. HTML es un lenguaje oficial y universal del internet, por ende, es compatible con todos los navegadores de páginas web</b>.</p></div>
<hr>
<div class="text-justify"><p>&nbsp;&nbsp;Ya conocimos un poco sobre esos dos términos que son de suma importancia para la estructuración de nuestras publicaciones. Ahora les compartiré los comandos que hasta el momento he conocido y usado en mi trayecto por Steemit, les iré presentando una lista tanto de Markdown como de HTML con sus respectivos ejemplos. Comencemos:</p></div>
<hr><div class="text-justify"><b>Títulos o encabezados</b>: Estos comandos los usaremos para resaltar nuestros títulos, encabezados o subtítulos.</div>
<br>

|||
|---|---| 
|<center><br>Markdown</b></center>|<center><b>HTML</b></center>|
|`# TheAlliance.`|`<h1>TheAlliance.</h1>`|
|``## TheAlliance.``|``<h2>TheAlliance.</h2>``|
|`### TheAlliance.`|`<h3>TheAlliance.</h3>`|
|``### TheAlliance.``|``<h4>TheAlliance.</h4>``|
|`##### Thealliance.`|`<h5>TheAlliance.</h5>`|
|``###### TheAlliance.``|``<h6>TheAlliance.</h6>``|
<center>Nuestro resultado seria este.</center>

<center> 
# TheAlliance.
## TheAlliance.
### TheAlliance.
#### TheAlliance.
##### Thealliance.
###### TheAlliance.</center>
<hr>
<center>https://steemitimages.com/DQmTR9C1wDEhJgBzfgSGx9ZNQaffthCdmi4sppAcmK2sPUb/quijote.gif</center>
<div class="text-justify"><b>Ajuste de párrafos</b>: Como su nombre lo indica, vamos a ajustar nuestros párrafos. Una de las cosas que hacen ver los textos más llamativos y expertos, es justificarlos y  dejando sangría al iniciar cada párrafo. También se ven muy divertidos movidos a la izquierda o a la derecha, y por qué no, centrados. Acá les muestro como hacerlo.</div>
<br>

|||
|---|---| 
|<center><b>Ajuste</b></center>|<center><b>HTML</b></center>|
|Justificado.|`<div class="text-justify">Texto a justificar</div>`|
|Sangría|``<p>&nbsp;&nbsp;Texto</p>``|
|Centrar|`<center>Syndicates</center>`|
|Alinear a la Derecha|``<div class="pull-right">Syndicates</div>``|
|Alinear a la Izquierda|`<div class="pull-left">Syndicates</div>`|
<center>Nuestro texto quedaría de esta forma.</center>
<div class="text-justify">TheAlliance una gran familia feliz, y es nuestro deber mantener nuestro estándar como curadores y creadores de calidad. Recuerda que es el compromiso lo que nos hace grandes y prosperamos como comunidad.</div>
<br>
<div class="text-justify"><p>&nbsp;&nbsp; Nuestra fortaleza es tan poderosa como la comunidad en sus esfuerzos combinados para apoyarse mutuamente. Estamos sorprendiendo a todos, ¡mantengamos la concentración!</p>

<center>Syndicates</center>
<div class="pull-right">Syndicates</div>
<div class="pull-left">Syndicates</div>
<hr>
<div class="text-justify"><b>Énfasis</b>: Acá usaremos ciertos comandos para resaltar en nuestros párrafos ciertas palabras o frases.</div>
<br>

|||
|---|---| 
|<center><b>Markdown</b></center>|<center><b>HTML</b></center>|
|`**Negrita** o __Negrita__`|`<b>Negrita</b>`|
|``*Cursiva* o _Cursiva_``|``<i>Cursiva</i>``|
|`~~Tachado~~`|`<strike>Tachado</strike>`|

<center>Nuestro resultado seria:</center>
<center>
Normal
**Negrita**
*Cursiva*
<strike>Tachado</strike></center>

<b>Nota</b>: Si desean hacer la negrita cursiva, solo deben de combinar códigos.
Ejemplo: ``*<b>negrita cursiva</b>*``, *<b>negrita cursiva</b>*.
<hr>
<div class="text-justify"><b>Listado</b>: Al hablar de estructurar nuestras publicaciones no podemos obviar como poder hacer listado, esto para los amantes de recetas, indicaciones o cualquier motivo que necesiten usar una lista.</div>
<br>

|||||
|---|---|---|---|
|<center><b>Tipo de Listado</b></center>|<center><b>Markdown</b></center>|<center><b/>HTML</center>|<center><b>Resultado</b></center>|
|Símbolo|``+ Símbolo A`` <br>``* Símbolo B``<br>``- Símbolo C``|``<ul>``<br>``<li> Símbolo A</li>`` <br>``<li>Símbolo B</li>``<br>``<li>Símbolo C</li>``<br>``</ul>``|<ul><li> Símbolo A</li><li>Símbolo B</li><li>Símbolo C</li></ul>|
|Numerico|``1. A`` <br>``2. B``<br>``3. C``|``<ol>``<br>``<li>A</li>`` <br>``<li>B</li>``<br>``<li>C</li>``<br>``</ol>``|1. A<br> 2. B<br>3. C|
<hr>
<div class="text-justify"><b>Enlaces</b>: Los enlaces son de suma importancia, ya que los podemos usar para dirigir a quienes lean nuestro contenido, de donde sacamos cualquier información para apoyarnos o colocar la procedencia de las fotos que no sean de nuestra propiedad.</div>
<br>

||||
|---|---|---|
|<center><b>Markdown</b></center>|<center><b>HTML</b></center>|<center><b>Resultado</b></center>|
|`[Palabra](Enlace)`|`<a href="Enlace">Palabra</a>`|[Palabra](https://steemit.com/@crisangel)|

<center>[![Talento cosmico..gif](https://steemitimages.com/DQmPwbVqiFB1MxSocSf2MeV4Dh1MNb7vK6vRoDUrgsLP7fw/Talento%20cosmico..gif)](https://steemit.com/@gusanocosmico)</center>
<hr>
<div class="text-justify"><b>Citas y Destacar mensaje</b>: Muchas veces nos encontramos con la necesidad de citar cierta frase de algún autor o si se quiere de nosotros mismos, también puede surgir la oportunidad de que queramos destacar algún mensaje en espacial, con el fin de darle más visión y claridad, bueno acá te tengo algunos comandos para estos casos.</div>
<br>

||||
|---|---|---|
|<center><b>Acción</b></center>|<center><b>Markdown</b></center>|<center><b>Símbolo</b></center>|
|Citar|`> Citar`|>|
|Destacar código lineal|``'Código'	``|`|
|Destacar código grupal|``'''Código'''``|`|
<center>Nos quedaría de esta forma:</center>
<center>
> citar: acá va la cita que se valla a utilizar.
</center>

<center>`Código lineal`</center>
<center>```Código Grupal```</center>
<hr>
<div class="text-justify"><b>Saltos de líneas</b>: Ya casi concluyendo les dejo como poder hacer un salto de líneas.</div>
<br>

|||
|---|---| 
|<center><b>Acción</b></center>|<center><b>Código</b></center>|
|Separador|*** o --- o ___|
|Separador|``<hr>``|
|Salto de linea	|``<br>``|

<hr>

<div class="text-justify"><p>&nbsp;&nbsp;Siempre tengo presente que el mejoramiento con respecto a la estructura de nuestras publicaciones se irán perfeccionando con la práctica. Yo comencé con la <a href="https://guides.github.com/features/mastering-markdown/">guía de Markdown</a>, (ya que es la que te aparece cuando vas a elaborar tu publicación), además cada día me la pasaba preguntando a otros usuarios e investigando, así pude saber de más códigos y también llegar a conocer HTML.</p></div>

[![thealliance](https://scontent-mia3-2.xx.fbcdn.net/v/t34.0-12/27994736_2004963106198881_1978566589_n.png?oh=a6a883a3c18df228ebfeeeaaf00072aa&oe=5A86D2FF)](https://steemit.com/@thealliance)

<hr>
<div class="text-justify"><b>Adicional</b>: Para los que les gustan los emojis, acá les comparto algunos de los que me he conseguido en mi camino.</div>
<br>

|||
|---|---| 
|<center><b>Código</b></center>|<center><b>Emoji</b></center>|
|`&#128522;`|&#128522;|
|`&#128521;`|&#128521;|
|`&#128540;`|&#128540;|
|`&#128565;`|&#128565;|
|`&#128544;`|&#128544;|
|`&#128520;`|&#128520;|
|`&#128540;`|&#128540;|
|`&#128519;`|&#128519;|
|`&#128561;`|&#128561;|
|`&#128566;`|&#128566;|
|`&#128518;`|&#128518;|
|`&#128542;`|&#128542;|
|`&#128526;`|&#128526;|
|`&#128525;`|&#128525;|
|`&#128557;`|&#128557;|
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 27 others
properties (23)
authorcrisangel
permlinkenchula-tu-post-tutorial-parte-1
categorythealliance
json_metadata{"tags":["thealliance","spanish","tutoriales","steemit","castellano"],"image":["https://scontent-mia3-2.xx.fbcdn.net/v/t34.0-12/28109265_2007443245950867_320215568_n.png?oh=0ff0451f620b16e7f0e3bc04e9fba0a4&oe=5A884874","https://steemitimages.com/DQmTR9C1wDEhJgBzfgSGx9ZNQaffthCdmi4sppAcmK2sPUb/quijote.gif","https://steemitimages.com/DQmPwbVqiFB1MxSocSf2MeV4Dh1MNb7vK6vRoDUrgsLP7fw/Talento%20cosmico..gif","https://scontent-mia3-2.xx.fbcdn.net/v/t34.0-12/27994736_2004963106198881_1978566589_n.png?oh=a6a883a3c18df228ebfeeeaaf00072aa&oe=5A86D2FF"],"links":["https://steemit.com/@crisangel","https://guides.github.com/features/mastering-markdown/","https://steemit.com/@gusanocosmico","https://steemit.com/@thealliance"],"app":"steemit/0.1","format":"markdown"}
created2018-02-16 10:34:57
last_update2018-02-18 01:56:51
depth0
children54
last_payout2018-02-23 10:34:57
cashout_time1969-12-31 23:59:59
total_payout_value3.756 HBD
curator_payout_value0.567 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8,646
author_reputation68,915,107,753,122
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id37,973,091
net_rshares712,407,375,797
author_curate_reward""
vote details (91)
@alarconr22.arte ·
excelente post amigo @crisangel. Muy pero muy bien contenido! muy amigable la información.
properties (22)
authoralarconr22.arte
permlinkre-crisangel-enchula-tu-post-tutorial-parte-1-20180217t014700746z
categorythealliance
json_metadata{"tags":["thealliance"],"users":["crisangel"],"app":"steemit/0.1"}
created2018-02-17 01:47:00
last_update2018-02-17 01:47:00
depth1
children0
last_payout2018-02-24 01:47: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_length90
author_reputation122,939,686,924,916
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,137,788
net_rshares0
@alcidsmujica ·
tu  post esta muy bueno amigo no tengo mucho tiempo en steemit  y  toda esta informacion me ayudara a subir mejor contenido![thank you.gif](https://steemitimages.com/DQmb6gEq2yXKBj3yJ3dwXahrs89fGNCtxDjsmTnmLYPnxC3/thank%20you.gif)
properties (22)
authoralcidsmujica
permlinkre-crisangel-enchula-tu-post-tutorial-parte-1-20180216t110337040z
categorythealliance
json_metadata{"tags":["thealliance"],"image":["https://steemitimages.com/DQmb6gEq2yXKBj3yJ3dwXahrs89fGNCtxDjsmTnmLYPnxC3/thank%20you.gif"],"app":"steemit/0.1"}
created2018-02-16 11:03:39
last_update2018-02-16 11:03:39
depth1
children1
last_payout2018-02-23 11:03:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length230
author_reputation1,824,209,460,259
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id37,978,364
net_rshares0
@crisangel ·
Excelente, espero que practiques y puedas mejorar.
properties (22)
authorcrisangel
permlinkre-alcidsmujica-re-crisangel-enchula-tu-post-tutorial-parte-1-20180216t121602234z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-02-16 12:11:45
last_update2018-02-16 12:11:45
depth2
children0
last_payout2018-02-23 12:11:45
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_length50
author_reputation68,915,107,753,122
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id37,990,545
net_rshares0
@andre15501 ·
esta muy bueno tu post, de gran ayuda para los nuevos usuarios!
properties (22)
authorandre15501
permlinkre-crisangel-enchula-tu-post-tutorial-parte-1-20180218t124415452z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-02-18 12:39:09
last_update2018-02-18 12:39:09
depth1
children1
last_payout2018-02-25 12:39:09
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_length63
author_reputation173,042,076,846
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,505,258
net_rshares0
@crisangel ·
Asi es, debemos de unirnos y apoyarnos mutuamente. Saludos.
properties (22)
authorcrisangel
permlinkre-andre15501-re-crisangel-enchula-tu-post-tutorial-parte-1-20180219t022315137z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-02-19 02:18:54
last_update2018-02-19 02:18:54
depth2
children0
last_payout2018-02-26 02:18:54
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_length59
author_reputation68,915,107,753,122
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,664,241
net_rshares0
@campoibra ·
Valiosa la informacion que compartes en este post. Muy bien redactado y estructurado, voy a apoyarme en el para mejorar paulatinamente los mios. Gracias
properties (22)
authorcampoibra
permlinkre-crisangel-enchula-tu-post-tutorial-parte-1-20180222t031525258z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-02-22 03:15:33
last_update2018-02-22 03:15:33
depth1
children1
last_payout2018-03-01 03:15: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_length152
author_reputation476,831,441,205
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id39,500,383
net_rshares0
@crisangel ·
Gracias a ti por querer usar esta información para tu apoyo en las publicaciones.
properties (22)
authorcrisangel
permlinkre-campoibra-re-crisangel-enchula-tu-post-tutorial-parte-1-20180222t040136328z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-02-22 03:32:54
last_update2018-02-22 03:32:54
depth2
children0
last_payout2018-03-01 03:32:54
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_length81
author_reputation68,915,107,753,122
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id39,503,394
net_rshares0
@daniela18 · (edited)
Me gusto tu post, posee una información muy útil, sobre todo  para los usuarios nuevos que aun nos falta aprender muchas cosas  por aprender, como en mi caso. Gracias por compartir este tipo de información.
👍  
properties (23)
authordaniela18
permlinkre-crisangel-enchula-tu-post-tutorial-parte-1-20180218t142321988z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-02-18 14:23:24
last_update2018-02-18 14:23:51
depth1
children1
last_payout2018-02-25 14:23: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_length206
author_reputation27,224,572,278
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,528,105
net_rshares594,241,647
author_curate_reward""
vote details (1)
@crisangel ·
Me alegra saber que te ha gusto. Saludos @daniela18.
properties (22)
authorcrisangel
permlinkre-daniela18-re-crisangel-enchula-tu-post-tutorial-parte-1-20180218t233814339z
categorythealliance
json_metadata{"tags":["thealliance"],"users":["daniela18"],"app":"steemit/0.1"}
created2018-02-18 23:33:54
last_update2018-02-18 23:33:54
depth2
children0
last_payout2018-02-25 23:33:54
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_length52
author_reputation68,915,107,753,122
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,636,267
net_rshares0
@gabinart3 ·
Muy completa esta guía, me gustó bastante el contenido. Por fin aprendo como poner sangría &#128525; jaja probando. De verdad el post está muy bueno.
properties (22)
authorgabinart3
permlinkre-crisangel-enchula-tu-post-tutorial-parte-1-20180219t011110050z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-02-19 01:11:15
last_update2018-02-19 01:11:15
depth1
children1
last_payout2018-02-26 01:11: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_length149
author_reputation428,667,460,766
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,651,822
net_rshares0
@crisangel ·
Me alegra mucho que pienses eso. Espero te sirva de soporte. &#128540;	 jejejej saludos.
properties (22)
authorcrisangel
permlinkre-gabinart3-re-crisangel-enchula-tu-post-tutorial-parte-1-20180219t021625661z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-02-19 02:12:06
last_update2018-02-19 02:12:06
depth2
children0
last_payout2018-02-26 02:12: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_length88
author_reputation68,915,107,753,122
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,662,920
net_rshares0
@gizechluy ·
Bro muy buen post, finalmente aprendí como poner encabezados. Había visto mil posts y nunca entendía. Agradecido
properties (22)
authorgizechluy
permlinkre-crisangel-enchula-tu-post-tutorial-parte-1-20180216t142729535z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-02-16 14:27:24
last_update2018-02-16 14:27:24
depth1
children1
last_payout2018-02-23 14:27: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_length112
author_reputation620,441,630,934
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,017,176
net_rshares0
@crisangel ·
Eey, me alegra mucho que lo que he colocado aquí te ha servido y aclarado dudas.
properties (22)
authorcrisangel
permlinkre-gizechluy-re-crisangel-enchula-tu-post-tutorial-parte-1-20180216t161554779z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-02-16 16:11:39
last_update2018-02-16 16:11:39
depth2
children0
last_payout2018-02-23 16:11:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length80
author_reputation68,915,107,753,122
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,038,602
net_rshares0
@gusanocosmico ·
Cris esto te quedó impresionante! Me sacaste una sonrisa con este post! Buenisimo, eres una tipazo súper eficiente.
properties (22)
authorgusanocosmico
permlinkre-crisangel-enchula-tu-post-tutorial-parte-1-20180218t154702641z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-02-18 15:45:09
last_update2018-02-18 15:45:09
depth1
children1
last_payout2018-02-25 15:45:09
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_length115
author_reputation247,939,407,644
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,546,139
net_rshares0
@crisangel ·
JEjejeje, que fino Gusanin, gracias por todo. Aaa super enamorado de esa gran gif que me hiciste, gracias. AAa no se te olvide que debes de enseñarme el idioma cosmico "pitipiririr" o algo asi jejejje.
properties (22)
authorcrisangel
permlinkre-gusanocosmico-re-crisangel-enchula-tu-post-tutorial-parte-1-20180219t022157520z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-02-19 02:17:39
last_update2018-02-19 02:17:39
depth2
children0
last_payout2018-02-26 02:17:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length201
author_reputation68,915,107,753,122
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,663,986
net_rshares0
@hermanasquintero ·
Muchas Gracias por el Apoyo.. que importante manejar esta info para poder embellecer nuestros post... muchas Gracias por tu apoyo...
properties (22)
authorhermanasquintero
permlinkre-crisangel-enchula-tu-post-tutorial-parte-1-20180327t035849392z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-03-27 03:58:51
last_update2018-03-27 03:58:51
depth1
children1
last_payout2018-04-03 03:58: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_length132
author_reputation15,129,222,880
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,819,311
net_rshares0
@crisangel ·
<div class="text-justify">Hola, estamos para apoyarnos, gracias a ti por tu visita y que bueno que pienses eso, espero que esta información te sirva de mucho apoyo. Saludos y un abrazo.</div>
properties (22)
authorcrisangel
permlinkre-hermanasquintero-re-crisangel-enchula-tu-post-tutorial-parte-1-20180331t015634439z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-03-31 01:56:45
last_update2018-03-31 01:56:45
depth2
children0
last_payout2018-04-07 01:56:45
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_length191
author_reputation68,915,107,753,122
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,545,996
net_rshares0
@jadams2k18 ·
Excelente ayuda amigo!
properties (22)
authorjadams2k18
permlinkre-crisangel-enchula-tu-post-tutorial-parte-1-20180216t110946575z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-02-16 11:09:45
last_update2018-02-16 11:09:45
depth1
children1
last_payout2018-02-23 11:09:45
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_length22
author_reputation40,983,167,447,854
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id37,979,473
net_rshares0
@crisangel ·
Vamos a "*Enchular nuestros post*" jejej.
properties (22)
authorcrisangel
permlinkre-jadams2k18-re-crisangel-enchula-tu-post-tutorial-parte-1-20180216t122115291z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-02-16 12:16:57
last_update2018-02-16 12:16:57
depth2
children0
last_payout2018-02-23 12:16: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_length41
author_reputation68,915,107,753,122
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id37,991,469
net_rshares0
@jasst ·
buen completo este post, me parece buena guía para embellecer nustros escritos. Gracias por compartirlo.
properties (22)
authorjasst
permlinkre-crisangel-enchula-tu-post-tutorial-parte-1-20180216t123028639z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-02-16 12:30:33
last_update2018-02-16 12:30:33
depth1
children0
last_payout2018-02-23 12:30: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_length104
author_reputation988,113,526,825
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id37,993,890
net_rshares0
@jud-rocha ·
Excelente información para los novatos como yo! Saludos.
properties (22)
authorjud-rocha
permlinkre-crisangel-enchula-tu-post-tutorial-parte-1-20180228t085750161z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-02-28 08:57:57
last_update2018-02-28 08:57:57
depth1
children1
last_payout2018-03-07 08:57: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_length56
author_reputation582,412,711
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id41,077,114
net_rshares0
@crisangel ·
Si, a todos, novatos o no, ya que cada día podemos aprender muchas cosas nuevas, más aun en esta gran red llamada Steemit.
properties (22)
authorcrisangel
permlinkre-jud-rocha-re-crisangel-enchula-tu-post-tutorial-parte-1-20180301t004415910z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-03-01 00:44:33
last_update2018-03-01 00:44:33
depth2
children0
last_payout2018-03-08 00:44: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_length122
author_reputation68,915,107,753,122
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id41,252,116
net_rshares0
@larryparra ·
Saludos , esta bueno la información pero no se como usarla, tienes vídeo?
properties (22)
authorlarryparra
permlinkre-crisangel-enchula-tu-post-tutorial-parte-1-20180305t152309814z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-03-05 15:22:51
last_update2018-03-05 15:22:51
depth1
children1
last_payout2018-03-12 15:22: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_length73
author_reputation3,196,540,316,211
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id42,403,170
net_rshares0
@crisangel ·
Saludos amigo. No tengo vídeo, pero solo debes de colocar los códigos en el orden correspondiente y dentro de cada código lo que deseas escribir.
properties (22)
authorcrisangel
permlinkre-larryparra-re-crisangel-enchula-tu-post-tutorial-parte-1-20180305t155549658z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-03-05 15:26:15
last_update2018-03-05 15:26:15
depth2
children0
last_payout2018-03-12 15:26: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_length145
author_reputation68,915,107,753,122
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id42,403,845
net_rshares0
@latino.romano ·
Espectacular y muy útil post. Gracias @crisangel
properties (22)
authorlatino.romano
permlinkre-crisangel-enchula-tu-post-tutorial-parte-1-20180216t140427260z
categorythealliance
json_metadata{"tags":["thealliance"],"users":["crisangel"],"app":"steemit/0.1"}
created2018-02-16 14:04:30
last_update2018-02-16 14:04:30
depth1
children0
last_payout2018-02-23 14:04:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length48
author_reputation266,556,081,385,357
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,012,319
net_rshares0
@leomarock ·
¡Por fin! Encontré la ayuda que tanto necesitaba, ahora a practicar. Muchísimas gracias, sigue compartiendo todo lo que sepas.
properties (22)
authorleomarock
permlinkre-crisangel-enchula-tu-post-tutorial-parte-1-20180518t171429063z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-05-18 17:14:30
last_update2018-05-18 17:14:30
depth1
children1
last_payout2018-05-25 17:14:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length126
author_reputation48,735,814,667
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id56,410,160
net_rshares0
@crisangel ·
<div class="text-justify">Hey, que bueno saber que todo esto te servirá, me hace anima mucho saberlo, saludos y un fuerte abrazo.</div>
properties (22)
authorcrisangel
permlinkre-leomarock-re-crisangel-enchula-tu-post-tutorial-parte-1-20180518t181648395z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-05-18 18:16:36
last_update2018-05-18 18:16:36
depth2
children0
last_payout2018-05-25 18:16: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_length135
author_reputation68,915,107,753,122
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id56,419,066
net_rshares0
@leonellaforever ·
super util no sabia tachar =) gracias
properties (22)
authorleonellaforever
permlinkre-crisangel-enchula-tu-post-tutorial-parte-1-20180220t033041450z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-02-20 03:30:45
last_update2018-02-20 03:30:45
depth1
children1
last_payout2018-02-27 03:30:45
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_length37
author_reputation3,724,199,112,226
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,954,340
net_rshares0
@crisangel ·
Jejeje si cada día y en cada momento se aprende algo nuevo, y más en esta extensa red.
properties (22)
authorcrisangel
permlinkre-leonellaforever-re-crisangel-enchula-tu-post-tutorial-parte-1-20180222t040425029z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-02-22 03:35:42
last_update2018-02-22 03:35:42
depth2
children0
last_payout2018-03-01 03:35: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_length86
author_reputation68,915,107,753,122
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id39,503,906
net_rshares0
@lissette ·
Hola, quería agradecerte por tus post,  de todos los que leí, eres el unico que no solo colocó como hacer titulos y listas, de verdad me has facilitado mucho el trabajo, me costo como no te imaginas aprender a justificar, y gracias a ti ahora podre estilizar mejor mis publicaciones, de
corazon gracias!!

https://media.giphy.com/media/14udF3WUwwGMaA/giphy.gif
properties (22)
authorlissette
permlinkre-crisangel-enchula-tu-post-tutorial-parte-1-20180309t011729341z
categorythealliance
json_metadata{"tags":["thealliance"],"image":["https://media.giphy.com/media/14udF3WUwwGMaA/giphy.gif"],"app":"steemit/0.1"}
created2018-03-09 01:17:42
last_update2018-03-09 01:17:42
depth1
children1
last_payout2018-03-16 01:17: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_length360
author_reputation4,514,620,292
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,222,388
net_rshares0
@crisangel ·
<div class="text-justify">Hola Lis, que fino saber eso, de verdad que me agrada que pueda ser de su utilidad, ahora a sacarle el mejor provecho, practicar para perfeccionar y seguir aprendiendo. Me dejo reír la imagen que colocaste jajajajaj. Saludos, un abrazo.</div>
properties (22)
authorcrisangel
permlinkre-lissette-re-crisangel-enchula-tu-post-tutorial-parte-1-20180309t014618384z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-03-09 01:46:27
last_update2018-03-09 01:46:27
depth2
children0
last_payout2018-03-16 01:46: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_length268
author_reputation68,915,107,753,122
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,225,716
net_rshares0
@luisbps ·
Super útil.. lo archivare en mis favoritos..!
properties (22)
authorluisbps
permlinkre-crisangel-enchula-tu-post-tutorial-parte-1-20180222t230609999z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-02-22 23:06:12
last_update2018-02-22 23:06:12
depth1
children0
last_payout2018-03-01 23:06:12
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_length45
author_reputation6,042,922,105
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id39,716,423
net_rshares0
@minnowsupport ·
<p>Congratulations!  This post has been upvoted from the communal account, @minnowsupport, by crisangel from the Minnow Support Project. It's a witness project run by aggroed, ausbitbank, teamsteem, theprophet0, someguy123, neoxian, followbtcnews, and netuoso. The goal is to help Steemit grow by supporting Minnows.  Please find us at the <a href="https://discord.gg/HYj4yvw"> Peace, Abundance, and Liberty Network (PALnet) Discord Channel</a>.  It's a completely public and open space to all members of the Steemit community who voluntarily choose to be there.</p> <p>If you would like to delegate to the Minnow Support Project you can do so by clicking on the following links: <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=102530.639667%20VESTS">50SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=205303.639667%20VESTS">100SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=514303.639667%20VESTS">250SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=1025303.639667%20VESTS">500SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=2053030.639667%20VESTS">1000SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=10253030.639667%20VESTS">5000SP</a>. <br><strong>Be sure to leave at least 50SP undelegated on your account.</strong></p>
properties (22)
authorminnowsupport
permlinkre-enchula-tu-post-tutorial-parte-1-20180218t005944
categorythealliance
json_metadata""
created2018-02-18 00:59:45
last_update2018-02-18 00:59:45
depth1
children0
last_payout2018-02-25 00:59:45
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_length1,705
author_reputation148,902,805,319,183
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,387,043
net_rshares0
@mrstrange ·
Excelente post @crisangel muy instructivo, bien estructurado, bien redactado, te quedo muy bien, Felicitaciones, y muchas gracias por compartir esta información. Esta bueno para todos aquellos que están empezando en esta gran plataforma.. Saludos.
properties (22)
authormrstrange
permlinkre-crisangel-enchula-tu-post-tutorial-parte-1-20180220t035445805z
categorythealliance
json_metadata{"tags":["thealliance"],"users":["crisangel"],"app":"steemit/0.1"}
created2018-02-20 03:54:45
last_update2018-02-20 03:54:45
depth1
children1
last_payout2018-02-27 03:54:45
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_length247
author_reputation2,912,535,375,967
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,959,084
net_rshares0
@crisangel ·
Gracias gran amigo @mrstrange. Si para todos nosotros en especial para los nuevos, ya que fue pensando y realizado con esa finalidad.
properties (22)
authorcrisangel
permlinkre-mrstrange-re-crisangel-enchula-tu-post-tutorial-parte-1-20180222t040301047z
categorythealliance
json_metadata{"tags":["thealliance"],"users":["mrstrange"],"app":"steemit/0.1"}
created2018-02-22 03:34:18
last_update2018-02-22 03:34:18
depth2
children0
last_payout2018-03-01 03:34: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_length133
author_reputation68,915,107,753,122
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id39,503,637
net_rshares0
@nahupuku · (edited)
excelente mi pana, desde hoy aplicándolo! Esperando por la parte 2!
properties (22)
authornahupuku
permlinkre-crisangel-enchula-tu-post-tutorial-parte-1-20180607t153936435z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-06-07 15:40:42
last_update2018-06-07 15:50:09
depth1
children2
last_payout2018-06-14 15:40: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_length67
author_reputation514,486,522,089,064
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,708,708
net_rshares0
@crisangel ·
<div class="text-justify"><div class="pull-left">Que bueno saber que ya de primer momento lo comiences a aplicar, me hace sentir genial. Esa segunda parte estuvo pautada para mucho antes, pero he estado muy, pero <b>muy</b> perezoso jajaja. Un abrazo mi pana.</div>
properties (22)
authorcrisangel
permlinkre-nahupuku-re-crisangel-enchula-tu-post-tutorial-parte-1-20180608t022243036z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-06-08 02:22:45
last_update2018-06-08 02:22:45
depth2
children1
last_payout2018-06-15 02:22:45
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_length265
author_reputation68,915,107,753,122
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,778,347
net_rshares0
@nahupuku ·
si!!! revise tu post! de verdad demasiado bueno y los 2 posts de carrieallen y el de katrina ariel  también los revise! Para darle amor a mi markdown! Estoy contento al fin pude justificar los textos y darle un centrado a mis títulos jajja :D bless!
properties (22)
authornahupuku
permlinkre-crisangel-re-nahupuku-re-crisangel-enchula-tu-post-tutorial-parte-1-20180608t024640602z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-06-08 02:47:18
last_update2018-06-08 02:47:18
depth3
children0
last_payout2018-06-15 02:47: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_length249
author_reputation514,486,522,089,064
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,780,771
net_rshares0
@noheangel ·
Muy buena información.
properties (22)
authornoheangel
permlinkre-crisangel-enchula-tu-post-tutorial-parte-1-20180217t015342067z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-02-17 01:23:27
last_update2018-02-17 01:23:27
depth1
children0
last_payout2018-02-24 01:23: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_length22
author_reputation7,473,545,175
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,133,946
net_rshares0
@oizaguirres · (edited)
Ahijado, te felicito, super y estaré pendiente para tus próximas lecciones;  seguramente nos traerás otras aplicaciones,   en lo particular te pediría, Ahijado enséñame a presentar fotos en paralelo!!  te dejo ese pedido y reto! Un abrazo..y si ese robot te localizo en el espacio, aquí en steemit, lo hice yo primero.
properties (22)
authoroizaguirres
permlinkre-crisangel-enchula-tu-post-tutorial-parte-1-20180216t140826430z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-02-16 14:08:27
last_update2018-02-16 14:08:48
depth1
children1
last_payout2018-02-23 14:08: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_length318
author_reputation21,280,587,106,054
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,013,106
net_rshares0
@crisangel ·
Gracias padrino, seguimos trabajando para todos ustedes. Claro, asumiré su reto. No adelantare nada, así que lo dejare con la incógnita jejejeje.
properties (22)
authorcrisangel
permlinkre-oizaguirres-re-crisangel-enchula-tu-post-tutorial-parte-1-20180216t161330383z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-02-16 16:09:24
last_update2018-02-16 16:09:24
depth2
children0
last_payout2018-02-23 16:09: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_length145
author_reputation68,915,107,753,122
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,038,163
net_rshares0
@renegadecesar ·
me encanto tu post realmente es muy útil, me educo completamente  &#128526; **Eres Realmente Un Duro**
properties (22)
authorrenegadecesar
permlinkre-crisangel-enchula-tu-post-tutorial-parte-1-20180518t134022514z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-05-19 05:31:27
last_update2018-05-19 05:31:27
depth1
children0
last_payout2018-05-26 05:31: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_length102
author_reputation91,273,190,556
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id56,491,549
net_rshares0
@reveur ·
<div class="text-justify">

<center>

#### Gracias por tu trabajo de calidad @crisangel

https://steemitimages.com/DQmbuoRpQcseEspLFURGVMMsuiEMmsMrq6NyAPYXPE7JwaD/image.png

Te esperamos en nuestra comunidad [Reveur Citadela Venezuela](https://discord.gg/w5AADVa) 

**¡Un projecto del witness @nnnarvaez y de @castellano!**

</center></div>
properties (22)
authorreveur
permlinkre-enchula-tu-post-tutorial-parte-1-20180219t235904
categorythealliance
json_metadata"{"app": "pysteem/0.5.6"}"
created2018-02-19 23:59:06
last_update2018-02-19 23:59:06
depth1
children1
last_payout2018-02-26 23:59: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_length340
author_reputation34,859,084,562,646
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,914,005
net_rshares0
@crisangel ·
Gracias @reveur por reconocer mi trabajo, un abrazo. Claro siempre me paseo por **Reveur Citadela Venezuela**. &#128521;
properties (22)
authorcrisangel
permlinkre-reveur-re-enchula-tu-post-tutorial-parte-1-20180219t235904-20180220t005254213z
categorythealliance
json_metadata{"tags":["thealliance"],"users":["reveur"],"app":"steemit/0.1"}
created2018-02-20 00:53:36
last_update2018-02-20 00:53:36
depth2
children0
last_payout2018-02-27 00:53: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_length120
author_reputation68,915,107,753,122
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,923,898
net_rshares0
@reveur ·
<div class="text-justify">

<center>

#### Gracias por tu trabajo de calidad @crisangel

https://steemitimages.com/DQmbuoRpQcseEspLFURGVMMsuiEMmsMrq6NyAPYXPE7JwaD/image.png

Te esperamos en nuestra comunidad [Reveur Citadela Venezuela](https://discord.gg/w5AADVa) 

**¡Un projecto del witness @nnnarvaez y de @castellano!**

</center></div>
properties (22)
authorreveur
permlinkre-enchula-tu-post-tutorial-parte-1-20180220t000149
categorythealliance
json_metadata"{"app": "pysteem/0.5.6"}"
created2018-02-20 00:01:48
last_update2018-02-20 00:01:48
depth1
children0
last_payout2018-02-27 00:01: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_length340
author_reputation34,859,084,562,646
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,914,490
net_rshares0
@reveur ·
<div class="text-justify">

<center>

#### Gracias por tu trabajo de calidad @crisangel

https://steemitimages.com/DQmbuoRpQcseEspLFURGVMMsuiEMmsMrq6NyAPYXPE7JwaD/image.png

Te esperamos en nuestra comunidad [Reveur Citadela Venezuela](https://discord.gg/w5AADVa) 

**¡Un projecto del witness @nnnarvaez y de @castellano!**

</center></div>
properties (22)
authorreveur
permlinkre-enchula-tu-post-tutorial-parte-1-20180220t000251
categorythealliance
json_metadata"{"app": "pysteem/0.5.6"}"
created2018-02-20 00:02:51
last_update2018-02-20 00:02:51
depth1
children0
last_payout2018-02-27 00:02: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_length340
author_reputation34,859,084,562,646
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,914,676
net_rshares0
@ropavejero ·
Excelente post amigo @crisangel, así podremos dar vida a nuestras publicaciones... Un abrazo...
properties (22)
authorropavejero
permlinkre-crisangel-enchula-tu-post-tutorial-parte-1-20180218t145216163z
categorythealliance
json_metadata{"tags":["thealliance"],"users":["crisangel"],"app":"steemit/0.1"}
created2018-02-18 14:52:18
last_update2018-02-18 14:52:18
depth1
children1
last_payout2018-02-25 14:52: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_length95
author_reputation3,965,944,899,863
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,534,490
net_rshares0
@crisangel ·
Así es mi gran amigo @ropavejero, cada día podemos ir mejorando nuestras publicaciones.
properties (22)
authorcrisangel
permlinkre-ropavejero-re-crisangel-enchula-tu-post-tutorial-parte-1-20180219t022613416z
categorythealliance
json_metadata{"tags":["thealliance"],"users":["ropavejero"],"app":"steemit/0.1"}
created2018-02-19 02:21:54
last_update2018-02-19 02:21:54
depth2
children0
last_payout2018-02-26 02:21:54
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_length87
author_reputation68,915,107,753,122
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,664,797
net_rshares0
@rouscelin ·
Esta excelente este post, me sera de mucha ayuda gracias por compartir tu información.
properties (22)
authorrouscelin
permlinkre-crisangel-enchula-tu-post-tutorial-parte-1-20180222t164609658z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-02-22 16:46:15
last_update2018-02-22 16:46:15
depth1
children0
last_payout2018-03-01 16:46: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_length86
author_reputation1,853,116,199,002
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id39,650,243
net_rshares0
@secrong ·
alguien me pasa el link de la 2da parte?
properties (22)
authorsecrong
permlinkpuebwj
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2019-07-09 22:31:36
last_update2019-07-09 22:31:36
depth1
children0
last_payout2019-07-16 22:31: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_length40
author_reputation22,894,075,937
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id88,085,263
net_rshares0
@themonkeyzuelans ·
¡Buenísimo! Anotamos un par que no nos sabíamos 😁 ¡Muchas gracias!
properties (22)
authorthemonkeyzuelans
permlinkre-crisangel-enchula-tu-post-tutorial-parte-1-20180531t155928669z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-05-31 15:59:27
last_update2018-05-31 15:59:27
depth1
children1
last_payout2018-06-07 15:59: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_length66
author_reputation36,970,950,978,780
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,619,403
net_rshares0
@crisangel ·
<div class="text-justify">Que bueno saber que les sirva, me alegra mucho. Saludos y un fuerte abrazo.</div>
properties (22)
authorcrisangel
permlinkre-themonkeyzuelans-re-crisangel-enchula-tu-post-tutorial-parte-1-20180531t163612374z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-05-31 16:36:15
last_update2018-05-31 16:36:15
depth2
children0
last_payout2018-06-07 16:36: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_length107
author_reputation68,915,107,753,122
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,624,454
net_rshares0
@yatcelis ·
excelente, muchísimas gracias por compartir tus conocimientos, para mi que soy nueva fue de mucha ayuda.
properties (22)
authoryatcelis
permlinkre-crisangel-enchula-tu-post-tutorial-parte-1-20180216t111825956z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-02-16 11:18:36
last_update2018-02-16 11:18:36
depth1
children1
last_payout2018-02-23 11:18: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_length104
author_reputation858,082,654
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id37,980,989
net_rshares0
@crisangel ·
Gracias a ti por tener un poco de tiempo para leerlo, espero te sirva de mucho apoyo.
properties (22)
authorcrisangel
permlinkre-yatcelis-re-crisangel-enchula-tu-post-tutorial-parte-1-20180216t121829150z
categorythealliance
json_metadata{"tags":["thealliance"],"app":"steemit/0.1"}
created2018-02-16 12:14:12
last_update2018-02-16 12:14:12
depth2
children0
last_payout2018-02-23 12:14:12
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_length85
author_reputation68,915,107,753,122
root_title"Enchula tu post - [Tutorial] - Parte 1."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id37,990,974
net_rshares0