Skip to content

Commit

Permalink
Primer commit desde local
Browse files Browse the repository at this point in the history
  • Loading branch information
OdairTrujillo committed Jan 18, 2023
1 parent 4ee6476 commit b8bbf99
Show file tree
Hide file tree
Showing 73 changed files with 827 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*~
public_html/
Empty file added .hugo_build.lock
Empty file.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Sitio web de Salamandra Devs

Este sitio es un desarrollo comunitario, liderado desde Salamandra Devs con el apoyo de la comunidad de Telegram de Salamandra Devs

## Contribuir

Puedes ayudar a la construcción del sitio con tus contribuciones, mientras vas aprendiendo.

Primero que todo ingresa al grupo de télegram [aquí](https://t.me/salamandradevs), allí te ayudaremos para que te hagas parte del proyecto y aprendas junto con la comunidad. No es necesario que seas un desarrollador experiemtado, solo que tengas unos fundamentos mínimos de CSS y HTML, cualquier otra cosa es útil también, pero con esto bastará para que aprendas mucho.

## Red

Este sitio está publicado en la CDN de Netlify

TODO: Insertar badget de Netlify


15 changes: 15 additions & 0 deletions archetypes/blog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
author: Salamandra Devs
description:
draft: true
tags:
-
categories:
-
series:
-
image: images/blog/blank.jpg
icon: images/icons/blank_icon.svg
---
5 changes: 5 additions & 0 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---
28 changes: 28 additions & 0 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
baseURL = "https://salamandradevs.site/"
languageCode = "es-co"
title = "Salamandra Devs"
theme = "droda"
publishDir = "public_html"

disableKinds = ["taxonomy", "taxonomyTerm", "RSS", "sitemap", "robotsTXT"]
buildFuture = true # Por defecto hugo no construye contenido con fecha futura.

[menu]
[[menu.main]]
identifier = 'chat'
name = 'Telegram'
pre = "<i class='fa-brands fa-telegram'></i>"
url ='https://t.me/salamandradevs'
weight = -110
[[menu.main]]
identifier = 'meets'
name = 'Reuniones'
pre = "<i class='fa-regular fa-comments'></i>"
url ='https://agora.salamandradevs.site'
weight = -100

[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true

23 changes: 23 additions & 0 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
logo = "images/site_logo.svg"

# JavaScript de terceros
[[plugins.js]]
link = "https://kit.fontawesome.com/dfd09db611.js"

# Links sociales
[[social]]
link = "https://wa.link/q6fg6w"
fontAwesomeClass = "fab fa-whatsapp"
hr = true
[[social]]
link = "https://instagram.com/salamandradevs"
fontAwesomeClass = "fab fa-instagram"
hr = false
[[social]]
link = "https://www.linkedin.com/company/nombre/"
fontAwesomeClass = "fab fa-linkedin"
hr = false
[[social]]
link = "https://twitter.com/salamandradevs"
fontAwesomeClass = "fab fa-twitter"
hr = false
4 changes: 4 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Inicio
bannerImage: "images/banner_home.svg"
---
4 changes: 4 additions & 0 deletions content/about/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Acerca de
bannerImage: "images/banner_about.png"
---
9 changes: 9 additions & 0 deletions content/about/history.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Historia
description: La historia de cómo se formó Salamandra Devs
icon: images/icons/history_icon.svg
---

Internet está lleno de comunidades enormes y maravillosas de desarrolladores de software, administradores de servidores, científicos de datos, entusiastas de los vídeo juegos, los dispositivos embebidos y más, mucho más. Salmandra Devs no hace nada distinto a todo lo que ya existe, pero sí recoge muchas visiones sobre cómo una comunidad tecnológica debería funcionar.

Cuando nos planteamos crear la comunidad de Salamandra Devs en el año 2022, todo inició como un canal de Telegram para ayudar, rápidamente incorporó un exitoso canal de Youtube con tutoriales y cursos de alta calidad totalmente gratuitos, hasta llegar a convertirse en una comunidad con la que te puedes apoyar para avanzar en tus estudios o tus proyectos, con un blog comunitario de excelente calidad en sus publicaciones.
19 changes: 19 additions & 0 deletions content/about/team.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Equipo
icon: images/icons/team_icon.svg
description: El equipo detrás de Salamandra Devs
---

El equipo de Salamandra Devs lo conforman los colaboradores más activos del sitio web y del chat de [Télegram](t.me/salamandradevs). Por tanto siempre hay oportunidades de formar parte del equipo, solo tienes que empezar a compartir tu conocimiento en Telegram y colaborar con el sitio web.

### Nuestros devs
Conoce a nuestros desarrolladores, justo donde podrías estar tu.

| Nombre | Profesión o habilidades | Karma | Avatar |
| -------------- | ------------------------------ | ---------- | ----------------------- |
| Odair Trujillo | Desarrollador web y blockchain | Elevado | ![Odair](odair.jpg) |
| Eugenio Llanos | Analista de datos, backend dev | Elevado | ![Eugenio](eugenio.jpg) |
| Nicolás Llanos | Desarrollador backend, bot dev | Intermedio | ![Nicolás](nicolas.jpg) |
| Nicolás Llanos | Desarrollador backend, bot dev | Intermedio | ![Ricardo](ricardo.jpg) |


20 changes: 20 additions & 0 deletions content/blog/2023-01-23-articulo-base.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Bienvenidos
date: 2023-01-13T12:00:06+09:00
author: Odair Trujillo
description: Artículo de prueba.
draft: false
tags:
- nuevo
- bienvenida
- saludo
categories:
- mensajes
series:
- ""
image: images/blog/coding.jpg
icon: images/icons/search.svg
---
Hola, bienvenido al blog de Salamandra Devs. Este es un artículo de bienvenida.

Esperamos que vuelvas pronto para conocer más.
4 changes: 4 additions & 0 deletions content/blog/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Blog
bannerImage: "images/banner_blog.svg"
---
Binary file added static/about/team/eugenio.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/about/team/nicolas.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/about/team/odair.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/about/team/ricardo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/about/eugenio.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/about/nicolas.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/about/odair.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/about/ricardo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/blog/coding.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/wa.link.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/videos/about/01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/videos/about/01.mp4
Binary file not shown.
Binary file added static/videos/about/01.webm
Binary file not shown.
Binary file added static/videos/about/02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/videos/about/02.mp4
Binary file not shown.
Binary file added static/videos/about/02.webm
Binary file not shown.
Binary file added static/videos/about/03.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/videos/about/03.mp4
Binary file not shown.
Binary file added static/videos/about/03.webm
Binary file not shown.
Binary file added static/videos/about/04.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/videos/about/04.mp4
Binary file not shown.
Binary file added static/videos/about/04.webm
Binary file not shown.
Binary file added static/videos/about/05.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/videos/about/05.mp4
Binary file not shown.
Binary file added static/videos/about/05.webm
Binary file not shown.
Binary file added static/videos/about/06.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/videos/about/06.mp4
Binary file not shown.
Binary file added static/videos/about/06.webm
Binary file not shown.
Binary file added static/videos/about/about_poster.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/videos/products/evaluacion_pares.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/videos/products/evaluacion_pares.webm
Binary file not shown.
Binary file added static/videos/products/gestion_editorial.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/videos/products/gestion_editorial.webm
Binary file not shown.
Binary file added static/videos/products/visualizacion.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/videos/products/visualizacion.webm
Binary file not shown.
181 changes: 181 additions & 0 deletions themes/droda/assets/css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,181 @@
/* ESTILOS CSS PARA EL SITIO WEB DE SALAMANDRADEVS */

/* Copyright GNU LGPL.
Puedes copiar, modificar y usar este software bajo los términos de la licencia general de uso público reducida de GNU.
Encontrarás una copia de la licencia aquí https://www.gnu.org/licenses/lgpl-3.0.html */

/* Metodología mobile first o pantallas pequeñas primero.
Primero se escriben las reglas para el ancho de portview
más pequeño a considerar */

/* VARIABLES Y REGLAS GENERALES */
@charset "UTF-8";

* {
box-sizing: border-box;
}

:root {
--bgColorDark: #006b91;
--bgColorLight: #D2D2D2;
--globalScale: 1;
}

h1 {
font-size: 6rem;
}

h2 {
font-size: 4rem;
}

h3 {
font-size: 3rem;
}

h4 {
font-size: 2rem;
}

p {
font-size: 1.5rem;
}

h1, h2, h3, h4, p {
padding: 0.5rem 0;
margin: 0;
}

a:link,
a:visited,
a:hover,
a:active {
text-decoration: none;
font-size: 1.5rem;
}

html {
font-size: calc(62.5% * var(--globalScale));
background-color: var(--bgColorDark);
}

/* REGLAS DEL HOME */

body {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 5rem 1fr 5rem;
grid-template-areas: /* No mostramos el aside en móbiles */
"navbar"
"main"
"footer";
height: 100vh;
margin: 0;
}

aside {
grid-area: aside;
display: none;
flex-flow: column nowrap;
align-items: flex-start;
justify-content: flex-start;
width: 100%;
padding: 0 1rem;
}

aside .item {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
font-size: 1.5rem;
width: 100%;
padding: 1rem 0;
}

nav {
grid-area: navbar;
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
width: 100%;
padding: 0 2rem;
}

main {
grid-area: main;
margin: 2rem;
}

main hr {
width: 100%;
}

.articles {
display: flex;
flex-flow: row wrap;
align-items: flex-start;
justify-content: space-between;
}

.articles article {
width: 30rem;
border: 1px solid;
border-radius: 0.5rem;
padding: 1rem;
margin: 1rem;
}

.content table {
padding-top: 2rem;
margin: 0 auto;
}

.content table img {
width: 3rem;
}

.content table td {
padding: 0 0.3rem;
}

footer {
grid-area: footer;
display: flex;
align-items: center;
width: 100%;
padding: 0 2rem;
}

.greetings {
background-color: var(--bgColorLight);
width: 80%;
heigth: 80%;
margin: 0 auto;
}

@media screen and (min-width: 780px) {
:root {
--globalScale: 1.5;
}

body {
grid-template-columns: 11rem 1fr;
grid-template-areas: /* Tabletas se muestra el aside */
"navbar navbar"
"aside main"
"footer footer";
}

aside {
display: flex;
}

}

@media screen and (min-width: 1280px) {
:root {
--globalScale: 2;
}
}
4 changes: 4 additions & 0 deletions themes/droda/assets/js/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// CODE SECTION: greetings
const title = document.querySelector("title");

console.log("Gracias por visitar a " + title.innerHTML);
13 changes: 13 additions & 0 deletions themes/droda/data/months.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[es]
1 = "Enero"
2 = "Febrero"
3 = "Marzo"
4 = "Abril"
5 = "Mayo"
6 = "Junio"
7 = "Julio"
8 = "Agosto"
9 = "Septiembre"
10 = "Octubre"
11 = "Noviembre"
12 = "Diciembre"
5 changes: 5 additions & 0 deletions themes/droda/layouts/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{{ define "main" }}
<main>
<h1>Error 404 - Página no encontrada</h1>
</main>
{{ end }}
5 changes: 5 additions & 0 deletions themes/droda/layouts/_default/article.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<article>
<p>{{ .Description }}</p>
<hr>
<a href="{{ .Permalink }}">{{ .Title }}</a>
</article>
Loading

0 comments on commit b8bbf99

Please sign in to comment.