-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
109 lines (109 loc) · 4.88 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
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>EncurTaí! | o encurtador de links mais legal do mundo!</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/img/favicon.png">
<!-- Bootstrap and Theme Stylesheet-->
<link rel="stylesheet" href="assets/css/main.css">
<!-- This goes before </head> closing tag, Google Analytics can be placed here-->
<!-- Global site tag (gtag.js) - Google Analytics-->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-K2JZKCP11S">
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-K2JZKCP11S');
</script>
<script defer="" src="assets/fonts/fontawesome/js/all.js"></script>
<script async="" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3515022638041475" crossorigin="anonymous"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-3515022638041475",
enable_page_level_ads: true
});
</script>
</script>
<nav class="navbar is-dark is-fixed-top" id="top">
<div class="navbar-brand"><a class="navbar-item is-logo" href="#short">EncurTaí!</a>
<div class="navbar-item"><span>o encurtador da urbanna</span></div>
<div class="navbar-burger" data-target="navbarExampleTransparentExample"><span></span><span></span><span></span></div>
</div>
<div class="navbar-menu" id="navbarExampleTransparentExample">
<div class="navbar-end">
<div class="navbar-item">
<div class="field is-grouped"><a class="navbar-item is-active" href="#short">Encurtar</a><a class="navbar-item" href="#about">Sobre</a><a class="navbar-item" href="terms">Termos</a></div>
</div>
</div>
</div>
</nav>
</head>
<section class="hero is-gradient-background is-fullheight" id="short">
<div class="hero-body">
<div class="container">
<div class="content has-text-centered">
<p class="title is-white">Gere links para seus amigos</p>
<p class="subtitle is-white strong is-logo is-white">
com o EncurTaí!
<div class="field mb-6 has-addons">
<div class="control">
<input class="input is-rounded" id="linkinput" name="text" type="url" value="" placeholder="Cole o link">
</div>
<div class="control">
<button class="button is-white is-rounded" id="myinput" type="submit">Encurtar</button>
</div>
</div>
<div class="mb-4" id="message"></div>
</p>
</div>
</div>
</div>
<div class="hero-footer">
<div class="inner-header flex glass">
<div></div>
</div>
</div>
<svg class="waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewbox="0 24 150 28" preserveaspectratio="none" shape-rendering="auto">
<defs>
<path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z"></path>
</defs>
<g class="parallax">
<use xlink:href="#gentle-wave" x="48" y="0" fill="rgba(255,255,255,0.7"></use>
<use xlink:href="#gentle-wave" x="48" y="3" fill="rgba(255,255,255,0.5)"></use>
<use xlink:href="#gentle-wave" x="48" y="5" fill="rgba(255,255,255,0.3)"></use>
<use xlink:href="#gentle-wave" x="48" y="7" fill="#fff"></use>
</g>
</svg>
</section>
<section class="section" id="about">
<div class="container">
<h1 class="title">Sobre</h1>
<div class="content">
<p>Encurtaí é um encurtador de links; criado na linguagem PUG, com framework Bulma.</p>
<p>
Desenvolvido 100% pela Camila L. Oliveira com a studiourbanna.</p>
<p><a class="button is-danger is-rounded" href="https://do.encurtai.com/pix">Colabore com um Café</a></p>
</div>
</div>
</section>
<footer class="footer">
<div class="content has-text-centered">
<p>Copyright ©
<script>document.write(new Date().getFullYear());</script>
<strong class="is-logo">EncurTaí!</strong>
por
<a class="is-urb is-bold" href="https://studiourbanna.github.io">stdurb</a>. Todos os direitos reservados.
</p>
</div>
</footer>
<!-- All this area goes before </body> closing tag-->
<script src="assets/js/menu.js"></script>
<script src="assets/js/shorter.js"></script>
<script src="https://bulma.io/lib/main.js?v=201801161752"></script>
<script src="https://kit.fontawesome.com/935120b1bc.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.3.0/fuse.min.js"></script>