-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
55 lines (55 loc) · 2.21 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Lumena Language Lorem Ipsum</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&family=Quicksand&display=swap" rel="stylesheet">
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body>
<main>
<section class="header">
<h1>
<span>Lumena Language </span>
<span>Lorem Ipsum</span>
</h1>
</section>
<section class="main">
<form>
<label for="paragraphsNumber">Quantos parágrafos de militância você quer?</label>
<div class="paragraphCounter">
<input type="range" id="paragraphsRange" min="1" max="10" value="2">
<input type="number" id="paragraphsNumber" min="1" max="10" value="2">
</div>
</form>
<button class="send">👉🏿 Desconstruir!</button>
</section>
<section class="content">
<div class="result"></div>
</section>
</main>
<footer>
<div class="with-love"><span>Feito com muito <i>❤️</i> e lugar de fala pelo <a class="twitter" href="https://twitter.com/aqueleariel">Ariel</a></span></div>
<div class="gh-buttons">
<a class="github-button follow" href="https://github.com/arielcavalcante" aria-label="Follow @arielcavalcante on GitHub">Me siga no Github</a>
<a class="github-button star" href="https://github.com/arielcavalcante/lumena-lorem-ipsum" data-icon="octicon-star" aria-label="Star arielcavalcante/lumena-lorem-ipsum on GitHub">Me dê um biscoito</a>
</div>
</footer>
<script src="data.js"></script>
<script src="script.js"></script>
<!-- Hotjar Tracking Code for https://arielcavalcante.github.io/lumena-lorem-ipsum -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:2245297,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</body>
</html>