-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
17 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*{box-sizing:border-box;margin:0;padding:0} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,69 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html lang="es"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>Adalab Web Starter Kit</title> | ||
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet" /> | ||
|
||
<link rel="icon" href="./images/favicon.png" /> | ||
<link rel="stylesheet" href="./assets/main-62015576.css"> | ||
</head> | ||
|
||
<body> | ||
<div class="page"> | ||
<header class="page__header"> | ||
<img src="./images/logo-adalab.png" alt="Adalab"> | ||
<h1>Bienvenidos a Adalab</h1> | ||
</header> | ||
|
||
<main class="page__main"> | ||
<h2>Este es el starter kit de Adalab</h2> | ||
<p>Lo usamos para aprender:</p> | ||
<ul class="main__list"> | ||
<li>Sass</li> | ||
<li>HTML partials</li> | ||
<li>Gulp</li> | ||
<li>y muchas cosas más</li> | ||
</ul> | ||
<p>Si quieres saber cúales son las rutas correctas para:</p> | ||
<ul class="main__list"> | ||
<li> | ||
una <code class="code"><img /></code> mira el fichero | ||
<code class="code">./src/html/partials/header.html</code>. | ||
</li> | ||
<li> | ||
y para un <code class="code">background-image</code> mira el fichero | ||
<code class="code">./src/html/scss/layout/_page.scss</code>. | ||
</li> | ||
</ul> | ||
<p> | ||
Si quieres saber cómo usar un partial HTML dentro de otro partial, busca en la carperta | ||
<code class="code">./src/html/index.html</code> y | ||
<code class="code">./src/html/partials/main.html</code>, y verás cómo estamos creando estos | ||
enlaces: | ||
</p> | ||
<ul class="main__list"> | ||
<li> | ||
<a class="link__adalab" href="https://adalab.es">Adalab</a> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>Adalab Web Starter Kit</title> | ||
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet" /> | ||
|
||
<link rel="icon" href="./images/favicon.png" /> | ||
<link rel="stylesheet" href="./assets/index-5f41f281.css"> | ||
</head> | ||
|
||
</li> | ||
<li> | ||
<a class="{=$aClass}" href="./more-info.html">Más info del starter kit</a> | ||
<body> | ||
|
||
</li> | ||
</ul> | ||
</main> | ||
|
||
<footer class="page__footer"> | ||
<small> | ||
© Todos los derechos reservados | ||
<a class="link__adalab" href="https://adalab.es">Adalab</a> | ||
<header> | ||
<h1>template</h1> | ||
</header> | ||
|
||
</small> | ||
</footer> | ||
<script src="./js/main.js"></script> | ||
</body> | ||
|
||
</div> | ||
<script src="./js/main.js"></script> | ||
</body> | ||
</html> | ||
</html> |
This file was deleted.
Oops, something went wrong.