-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (86 loc) · 2.93 KB
/
index.html
File metadata and controls
91 lines (86 loc) · 2.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/style/markdown.css" />
<link rel="stylesheet" href="assets/style/alignment.css" />
<!--Configurações de compartilhamento-->
<meta property="og:type" content="website" />
<meta property="og:title" content="Roberto Nóbrega Jr." />
<meta property="og:description" content="Trabalhando com Markdown" />
<meta
property="og:url"
content="http://www.renj.dev.br/DevLib/learning/markdown/index.html"
/>
<meta
property="og:image"
content="https://raw.githubusercontent.com/devrenj/devrenj.github.io/main/photo.jpg"
/>
<meta name="theme-color" content="#fff" />
<!-- Font Roboto: GOOGLE -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;500;700&display=swap"
rel="stylesheet"
/>
<title>Trabalhando com Markdown</title>
</head>
<body>
<main class="flex-col">
<nav class="menuDev max top">
<ol class="menuTopo max flex-row">
<li id="devRenjIcone" class="flex-row start">
<a href="http://renj.dev.br">
<!-- Personal Photo -->
</a>
</li>
<li class="flex-row max center">
<a href="https://renj.dev.br/devLib/">
<span class="texto">Dev</span>eloper
<span class="texto">Lib</span>rary</a
>
</li>
<li id="githubIcone" class="flex-row end">
<a href="http://github.com/devrenj">
<!-- GitHub -->
</a>
</li>
</ol>
</nav>
<section class="conteudo max flex-col">
<p class="tituloDaPagina flex-col top">Markdown</p>
<span class="tituloPagina"> </span>
<ol>
<h1 class="tituloConteudo center">Conversor</h1>
<li>
<a class="linkTitulo" href="mkd-conversor.html"
>Markdown para HTML</a
>
<ul>
<li>
Aplicação desenvolvida para ferramenta de desenvolvimento de
sites a partir de arquivos em markdown
</li>
</ul>
</li>
</ol>
<ol>
<h1 class="tituloConteudo">Ferramentas</h1>
<li>
<a href="#">Html Constructor</a>
<!-- <li><a href="#">Inserir item</a></li></li> -->
<ul>
<li>Mais produtividade e menos código</li>
</ul>
</li>
</ol>
</section>
<footer class="rodape flex-col max bottom">
<p>2023 (c) Roberto Nóbrega Jr.</p>
</footer>
</main>
</body>
</html>