Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "themes/coming-soon"]
path = themes/coming-soon
url = https://github.com/mansoorbarri/coming-soon.git
Empty file added .hugo_build.lock
Empty file.
5 changes: 5 additions & 0 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
date: '{{ .Date }}'
draft: true
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
---
21 changes: 21 additions & 0 deletions hugo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
baseURL: https://golang-ve.github.io
languageCode: es-ve
title: Golang Venezuela
theme: coming-soon

params:
title: "Golang Venezuela"
description: "Falta poco para el lanzamiento de nuestra nueva web"
favicon: ""
message: "COMING SOON!"
release: "March 3, 2025"
background: ""

socialIcons:
- name: "github"
url: "https://github.com/Golang-Venezuela"

params:
github:
enable: true
username: "Golang-Venezuela"
Binary file added public/bg.mp4
Binary file not shown.
11 changes: 11 additions & 0 deletions public/categories/index.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on Golang Venezuela</title>
<link>https://golang-ve.github.io/categories/</link>
<description>Recent content in Categories on Golang Venezuela</description>
<generator>Hugo</generator>
<language>es-ve</language>
<atom:link href="https://golang-ve.github.io/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>
114 changes: 114 additions & 0 deletions public/css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
* {
margin: 0;
padding: 0;
}

.bgimg {
/* Full-screen */
height: 100vh; /* Use viewport height for full-screen height */
/* Center the background image */
background-position: center;
/* Scale and zoom in the image */
background-size: cover;
/* Add position: relative to enable absolutely positioned elements inside the image (place text) */
position: relative;
/* Add a white text color to all elements inside the .bgimg container */
color: white;
/* Add a font */
font-family: "Courier New", Courier, monospace;
/* Set the font-size to 25 pixels */
font-size: 25px;
}

.bgimg video {
width: 100%;
height: 100%; /* Make the video fill the entire .bgimg container */
object-fit: cover; /* Make the video cover the container without stretching */
display: block; /* Remove any extra spacing */
position: absolute; /* Position the video absolutely within the .bgimg container */
}


/* Position text in the top-left corner */
.topleft {
position: absolute;
top: 16px;
left: 16px;
}

/* Position text in the bottom-left corner */
.bottomleft {
position: absolute;
bottom: 16px;
left: 16px;
}

/* Position text in the middle */
.middle {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
#demo{
font-size:30px;
padding: 10px;
}
@media screen AND (max-width:600px) {
.middle h1{
font-size: 20px;
}
#demo{
font-size: 20px;
}
}

/* Style the <hr> element */
hr {
margin: auto;
width: 40%;
}

/* right side */
.social-icons {
text-align: center;
filter: brightness(0) invert(1);
}

.social-icons .social-icons-list {
display: inline-block;
list-style-type: none;
padding: 0;
text-align: center;
}

.social-icons-list .social-icon {
box-sizing: border-box;
display: inline-block;
height: 24px;
margin: 0 6px;
width: 24px;
}

.social-icon a svg path {
transition: fill 0.15s ease;
}

.topright {
position: absolute;
top: 16px;
right: 15px;
}

.topright a{
text-decoration: none;
color: #0e0e10;
}

/* left side */
.left{
right: 0;
bottom: 10px;
position: absolute;
}
Binary file added public/favicon.ico
Binary file not shown.
59 changes: 59 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.143.1">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Golang Venezuela</title>
<link rel="canonical" href="https://golang-ve.github.io/">

<link rel="icon" type="image/x-icon" href="/favicon.ico">

<link rel="stylesheet" href="/css/styles.css">
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</head>
<div class="bgimg">
<video autoplay muted loop poster="poster.jpg">

<source src="bg.mp4" type="video/mp4">

</video>

<div class="topleft">

<p>Golang Venezuela</p>

</div>
<div class="middle">

<h1>COMING SOON!</h1>

<hr>
<p id="demo"></p>
<div id="countdown" data-release="March 3, 2025"></div>
</div>
<div class="bottomleft">
<p>
Falta poco para el lanzamiento de nuestra nueva web</p>
</div>
</div>
<div class="left">

<section class="social-icons">
<ul class="social-icons-list">

<li class="social-icon">

<a href="https://github.com/Golang-Venezuela"
>
<img src="https://golang-ve.github.io//svg/icons/github.svg" alt="test" />
</a>
</li>

</ul>
</section>

</div>
<script src="/js/script.js"></script>

</html>
11 changes: 11 additions & 0 deletions public/index.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Golang Venezuela</title>
<link>https://golang-ve.github.io/</link>
<description>Recent content on Golang Venezuela</description>
<generator>Hugo</generator>
<language>es-ve</language>
<atom:link href="https://golang-ve.github.io/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>
31 changes: 31 additions & 0 deletions public/js/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
// Get the release date from the data attribute
var releaseDateStr = document.getElementById("countdown").getAttribute("data-release");

// Create a JavaScript Date object using the release date string
var countDownDate = new Date(releaseDateStr);

// Update the count down every 1 second
var x = setInterval(function() {

// Get todays date and time
var now = new Date().getTime();

// Find the distance between now an the count down date
var distance = countDownDate - now;

// Time calculations for days, hours, minutes and seconds
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);

// Display the result in an element with id="demo"
document.getElementById("demo").innerHTML = days + "d " + hours + "h "
+ minutes + "m " + seconds + "s ";

// If the count down is finished, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById("demo").innerHTML = "EXPIRED";
}
}, 1000);
11 changes: 11 additions & 0 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://golang-ve.github.io/categories/</loc>
</url><url>
<loc>https://golang-ve.github.io/</loc>
</url><url>
<loc>https://golang-ve.github.io/tags/</loc>
</url>
</urlset>
1 change: 1 addition & 0 deletions public/svg/icons/email.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/svg/icons/facebook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/svg/icons/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/svg/icons/instagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/svg/icons/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/svg/icons/tiktok.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/svg/icons/twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions public/tags/index.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tags on Golang Venezuela</title>
<link>https://golang-ve.github.io/tags/</link>
<description>Recent content in Tags on Golang Venezuela</description>
<generator>Hugo</generator>
<language>es-ve</language>
<atom:link href="https://golang-ve.github.io/tags/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>
1 change: 1 addition & 0 deletions themes/coming-soon
Submodule coming-soon added at 96eb61