Skip to content
Snippets Groups Projects
Unverified Commit 97f382cc authored by Barbara Carrera's avatar Barbara Carrera
Browse files

zundada...

parent 6492cdfe
No related branches found
No related tags found
No related merge requests found
Showing
with 100 additions and 20 deletions
No preview for this file type
......@@ -11,3 +11,11 @@
.margin-right-1em {
margin-right: 1em;
}
h1 + .media-screen,
h2 + .media-screen,
h3 + .media-screen,
h4 + .media-screen {
margin-top: 1em;
display: block;
}
\ No newline at end of file
---
sidebarDepth: 1
---
# Popup Upload Plugin
The popup upload plugin (PUP) is a small file that allows to provide external image uploading via a small JavaScript file.
......
---
sidebar: false
---
# Create account
## ¿Cómo crear una cuenta?
<video width="100%" controls autoplay>
<source src="../src/manual/profile/signin.webm" type="video/webm">
<video class="media-screen" width="100%" controls autoplay>
<source src="../src/manual/settings/profile/signin.webm" type="video/webm">
</video>
1. Click en **Sign in** ubicado en la topbar.
......
# Email
Change your email at `/settings` **email address**.
Cambia tu email en `/settings` **Email address**.
pic?
![email](../../src/manual/settings/account/email.png)
\ No newline at end of file
# Language
Selecciona el lenguaje `/settings` **Language**.
![language](../../src/manual/settings/account/language.png)
\ No newline at end of file
<?php
return [
'username.md' => 'Username',
'email.md' => 'Email',
'upload-config.md' => 'Upload Config',
'language.md' => 'Language',
'timezone.md' => 'Timezone'
];
\ No newline at end of file
<?php
return [
'username.md',
'email.md',
'upload-config.md',
'language.md',
'timezone.md'
];
# Timezone
Configura tu zona horaria `/settings` **Timezone**.
![timezone](../../src/manual/settings/account/timezone.png)
\ No newline at end of file
# Upload config
## Auto elimiar subida:
![Auto delete](../../src/manual/settings/account/autodelete.png)
## Datos Exif de imagen:
![Exif data](../../src/manual/settings/account/exif.png)
\ No newline at end of file
# Username
Modificar nombre de usuario `/settings` **Username**.
![username](../../src/manual/settings/account/username.png)
\ No newline at end of file
......@@ -2,8 +2,8 @@
## ¿Cómo cambiar mi password?
<video width="100%" controls autoplay>
<source src="../../src/manual/profile/pass.webm" type="video/webm">
<video class="media-screen" width="100%" controls autoplay>
<source src="../../src/manual/settings/password/pass.webm" type="video/webm">
</video>
1. Click en tu perfil ubicado en la topbar y luego click en "My Profile".
......
......@@ -2,8 +2,8 @@
## ¿Cómo colocar o cambiar un avatar?
<video width="100%" controls autoplay>
<source src="../../src/manual/profile/avatar.webm" type="video/webm">
<video class="media-screen" width="100%" controls autoplay>
<source src="../../src/manual/settings/profile/avatar.webm" type="video/webm">
</video>
1. Click en tu perfil ubicado en la topbar y luego click en "My Profile".
......@@ -12,9 +12,7 @@
En esta parte del perfil también podrás editar:
- Tu privacidad
- Tu nombre (no nickname)
- Website
- Biografía
\ No newline at end of file
- [Privacidad](privacy.md)
- [Nombre](name.md)
- [Website](web.md)
- [Biografía](bio.md)
......@@ -2,8 +2,8 @@
## ¿Cómo cambiar el background?
<video width="100%" controls autoplay>
<source src="../../src/manual/profile/background.webm" type="video/webm">
<video class="media-screen" width="100%" controls autoplay>
<source src="../../src/manual/settings/profile/background.webm" type="video/webm">
</video>
1. Click en tu perfil ubicado en la topbar y luego click en "My Profile".
......
# Bio
Actualiza tu bio desde `/settings` **Bio**.
![Bio](../../src/manual/settings/profile/bio.png)
\ No newline at end of file
# Name
Cambia o actualiza el nombre de tu perfil `/settings` **Name**.
![Name](../../src/manual/settings/profile/name.png)
Para actualizar tu nombre de usuario
[Username](../account/username.md)
\ No newline at end of file
<?php
return [
'signin.md' => '🧑🏽 Sign in',
'avatar.md' => '🌟 Avatar',
'background.md' => '🌠 Background',
'password.md' => '🔑 Password'
'avatar.md' => 'Avatar',
'privacy.md' => 'Privacy',
'name.md' => 'Name',
'web.md' => 'Site web',
'bio.md' => 'Bio',
'password.md' => 'Password',
'background.md' => 'Background',
'palette.md' => 'Palette'
];
# Palette
Para cambiar la paleta de colores del sistema, puedes hacerlo directamente dando click en tu perfil
![Palette](../../src/manual/settings/profile/palette.png)
\ No newline at end of file
# Privacy
Privacidad de la cuenta `/settings` **Privacy**.
![Privacy](../../src/manual/settings/profile/privacy.png)
\ No newline at end of file
# Web
Agrega tu pagina web `/settings` **Web**.
![Web](../../src/manual/settings/profile/web.png)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment