Skip to content

Commit

Permalink
Adding motorcycles pages
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjoe-ram committed Nov 13, 2023
1 parent 3cb9a96 commit ebeee0e
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/motorcycles/descriptions/apache-rtr-200-abs-2024.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Apache RTR 200 ABS 2024</title>
</head>

<body>
<h1>Apache RTR 200 ABS 2024</h1>

<article>
<h2>Introdução</h2>


<p>
Data de criação: <time datetime="2023-11-13T10:30:00-03:00">13 de novembro de 2023</time>
</p>

<p>
Última atualização: <time datetime="2023-11-15T15:45:00-03:00">13 de novembro de 2023</time>
</p>

<p>
Conheci a Apache lá para 2019 e, apesar de não ser muito fã de motos esportivas (sempre gostei mais de custom), achei ela muito bonita e o nome muito atraente.
</p>

<p>Até o final de 2023, não considerava comprar a moto porque, apesar de ser boa, não queria pagar caro numa moto com CBS e pouca representatividade, mas quando lançaram essa versão comecei a de verdade considerar.</p>

<p>É uma moto completinha, linda (apesar de parecer uma abelha), agora com ABS, performance de 250cc com preço de 150cc. Vale muito a pena por ser uma das motos mais completas e com melhor custo benefício do mercado</p>
</article>

<article>
<h2>Ficha Técnica</h2>
</article>
</body>
</html>
19 changes: 19 additions & 0 deletions docs/motorcycles/descriptions/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dameas - Descrições de Motos</title>
</head>
<body>
<h1>Motos - Descrições</h1>

<ol>
<li>
<a href="./apache-rtr-200-abs-2024.html">
Apache RTR 200 ABS 2024
</a>
</li>
</ol>
</body>
</html>
19 changes: 19 additions & 0 deletions docs/motorcycles/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dameas - Motos</title>
</head>
<body>
<h1>Motos - Tópicos</h1>

<ol>
<li>
<a href="./descriptions/index.html">
Descrições
</a>
</li>
</ol>
</body>
</html>

0 comments on commit ebeee0e

Please # to comment.