-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (37 loc) · 1.39 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>PassiveAggresiveMe for All</title>
<link rel="stylesheet" href="assets/css/main.css">
<script src="assets/js/app.js" defer></script>
</head>
<body class="app">
<div class="app__view">
<header class="app__header">
<div class="app__brand">
<div class="app__brand-group">
<h1 class="app__title">PassiveAggressiveMe<br>for ALL</h1>
<p class="app__subtitle">¬¬ Watch Your Tone!</p>
</div>
</div>
</header>
<main class="app__main">
<div class="app__form form">
<div class="form__row">
<label class="form__label" for="yourStuff">Paste/Write your text</label>
<textarea name="yourStuff" id="yourStuff" class="form__field js__pa-text" placeholder="Do your worst..."></textarea>
</div>
<div class="form__row">
<button class="form__trigger js__pa-this">PassiveAggressiveThis! <span class="form__trigger-main">and copy the result to the clipboard</span></button>
</div>
</div>
</main>
<footer class="app__footer">
<p class="footer__attribution">Made with <a href="https://www.inmsol.com/blog/legends-of-granada/malafolla/" lang="es">malafollá</a> by <a href="https://github.com/oneeyedman">Chuck</a></p>
</footer>
</div>
</body>
</html>