cuates.net/index.html

132 lines
3.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- Thanks
JOHN DOES PAGE - https://github.com/cadars/john-doe/
-->
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Solo para Cuates</title>
<meta name="description" content="Servicios solo para cuates">
<!-- Recommended minimum -->
<meta property="og:title" content="Cuates.net">
<meta property="og:description" content="Servicios solo para cuates">
<meta property="og:image" content="img/site-image.jpg">
<!--
<meta name="twitter:card" content="summary_large_image">
-->
<!-- You could also inline the stylesheet -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>
<a href="#home">Cuates.net</a>
</h1>
<nav>
<a href="#about">Acerca de</a>
<a href="#news">Noticias</a>
<a href="#service">Servicios</a>
<a href="#cuates">Cuates</a>
</nav>
</header>
<main>
<section id="home"> <!-- HOME -->
<p>Servicios informáticos solo para cuates</p>
</section>
<section id="about"> <!-- ABOUT -->
<p>¿Qué es un <a href="https://es.wiktionary.org/wiki/cuate" target="_new">Cuate <label>1</label></a>?</p>
<p><cite>Persona querida con afecto desinteresado y muy estrecho,
especialmente si no está unida por lazos de parentesco.</cite> </p>
<!--
<a href="#another-page">This is a link to another page</a>.
-->
<!--
<figure>
<a href="#img-about">
<img loading="lazy" alt="" src="//via.placeholder.com/1200x600/ddd/ccc" width="1200" height="600">
</a>
<figcaption>Example of an image with a link to a larger version.</figcaption>
</figure>
-->
</section>
<section id="news"> <!-- NEWS -->
<article>
<h1>Nueva página <time>25.Nov.2020</time></h1>
<p>Volvemos a lo simple, puro texto gracias al extraordinario
trabajo de <a href="https://github.com/cadars/john-doe/"
target="_new">Gregory Cadars</a></p>
</article>
<!--
<article>
<h1>Blogging with Joe Bloggs <time>10.10.2020</time></h1>
<p> One <em>could</em> use this setup to write <s>a blog</s> short updates. For images make sure to use the <code>loading="lazy"</code> attribute, so they get loaded only when needed.<label for="lazy">1</label><input type="checkbox" id="lazy">
<small>
You might be able to use it for <code>iframe</code> embeds too(?), but maybe just write a link to the Youtube video instead.
</small></p>
</article>
<article>
<h1><a href="https://example.com">Why Your Cat Bites You</a> <time>12.12.2004</time></h1>
<p>Honestly you don't want to know.</p>
</article>
-->
</section>
<section id="service">
<p>Servicios informáticos que puedes probar, aprender y contratar</p>
<p>
<ul>
<li><b>Dominios</b> - </li>
<li><b>Hospedaje web</b> - </li>
<li><b>Desarrollo de software</b> - </li>
<li><b>VPS</b> - </li>
</ul>
</p>
</section>
<section id="cuates">
<p>Nuestros queridos cuates, que esperas para sumarte.</p>
<p>
<ul>
<li><b>Jose Antonio Pastrana</b> - Gracias por creer en
nuestros proyectos por tantos años</li>
</ul>
</p>
</section>
<section id="another-page"> <!-- ANOTHER PAGE -->
<p>This page is not referenced in the menu, yet it exists.</p>
<p><a href="#about">← back</a></p>
</section>
</main>
</body>
</html>