first pass at site
This commit is contained in:
parent
050f022624
commit
2a9b78f958
92 changed files with 61208 additions and 3 deletions
155
public/es/series/index.html
Normal file
155
public/es/series/index.html
Normal file
|
|
@ -0,0 +1,155 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
|
||||
|
||||
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<meta name="description" content="Descripcion del sitio web">
|
||||
<title>
|
||||
Series - Introducción
|
||||
</title>
|
||||
|
||||
<link href="/es/series/index.xml" rel="alternate" type="application/rss+xml" title="Introducción" />
|
||||
|
||||
|
||||
<meta property="og:title" content="Series - Introducción" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:description" content="Descripcion del sitio web"/>
|
||||
<meta property="og:url" content="https://www.dendroalsia.net/es/series/"/>
|
||||
<meta property="og:site_name" content="Introducción"/>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" href="/img/fav.ico">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/main.min.842355dd2ec6a34552c5ffdca0274879393643308cc04aed4876a79219a88809.css" integrity="sha256-hCNV3S7Go0VSxf/coCdIeTk2QzCMwErtSHankhmoiAk=" crossorigin="anonymous" media="screen">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<section id="top" class="section">
|
||||
|
||||
<div class="container hero fade-in one ">
|
||||
|
||||
<h1 class="bold-title is-1">Series</h1>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section fade-in two ">
|
||||
|
||||
|
||||
<div class="container">
|
||||
<hr>
|
||||
<nav class="navbar" role="navigation" aria-label="main navigation">
|
||||
|
||||
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
|
||||
<span aria-hidden="true"></span>
|
||||
<span aria-hidden="true"></span>
|
||||
<span aria-hidden="true"></span>
|
||||
</a>
|
||||
<div class="navbar-menu " id="navMenu">
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="navbar-item" href="/es/">Principal</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="navbar-item" href="https://www.dendroalsia.net/">English</a>
|
||||
|
||||
|
||||
|
||||
<a class="navbar-item" href="https://www.dendroalsia.net/de/">Deutsch</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="section tags-list"></div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="container">
|
||||
<hr>
|
||||
</div>
|
||||
<div class="container has-text-centered top-pad">
|
||||
<a href="#top">
|
||||
<i class="fa fa-arrow-up"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
<div class="section" id="footer">
|
||||
<div class="container has-text-centered">
|
||||
|
||||
<span class="footer-text">
|
||||
Tema <a href="https://github.com/victoriadrake/hugo-theme-introduction/"><strong>Introduction</strong></a> para <a href="http://gohugo.io/">Hugo</a>. Hecho con <a href="https://victoria.dev"><i class="fa fa-heart"></i> y <i class="fa fa-coffee"></i></a> por colaboradores de código abierto.
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://www.dendroalsia.net/js/bundle.5c23c0437f001a469ca373a465a6f7487203d18e10cdff76d86a60af66d5ee28.js" integrity="sha256-XCPAQ38AGkaco3OkZab3SHID0Y4Qzf922Gpgr2bV7ig="></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
11
public/es/series/index.xml
Normal file
11
public/es/series/index.xml
Normal file
|
|
@ -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>Series on Introducción</title>
|
||||
<link>https://www.dendroalsia.net/es/series/</link>
|
||||
<description>Recent content in Series on Introducción</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>es</language>
|
||||
<atom:link href="https://www.dendroalsia.net/es/series/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
||||
Loading…
Add table
Add a link
Reference in a new issue