-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
40 lines (38 loc) · 1.8 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>uxbullshit</title>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=2.0, minimum-scale=1.0, user-scalable=1" name="viewport" />
<meta name="description" content="User experience bullshit for everyone!" />
<meta name="author" content="Ignacio Palomo Duarte" />
<link rel="stylesheet" href="init.css" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<meta name="google-site-verification" content="cz0CXOimy0oIu-O96QPOeZRY-_qpPhyxyTzihVo8aRk" />
<script data-host="https://microanalytics.io" data-dnt="false" src="https://microanalytics.io/js/script.js" id="ZwSg9rf6GA" async defer></script>
</head>
<body>
<header>
<h1>uxbullshit.com</h1>
</header>
<section>
<p id="technique">The UX guru says...</p>
<p style="display: none" id="more-info"><a id="tweet" href="">Tweet this bullshit</a> or <a href="javascript:window.location.href=window.location.href">get another one</a>.</p>
</section>
<footer>
<p>This bullshit© is not endorsed at all by <a href="https://palomoduarte.com">Ignacio Palomo Duarte</a> – opinions are my own.</p>
</footer>
<script src="random.js"></script>
<script src="ux_role.js"></script>
<script src="ux_technique.js"></script>
<script src="ux_adjective.js"></script>
<script src="ux_company.js"></script>
<script src="ux_people.js"></script>
<script src="ux_outcome.js"></script>
<script src="ux_industry.js"></script>
<script src="ux_bullshit.js"></script>
<script src="init.js"></script>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900' rel='stylesheet' type='text/css'>
</body>
</html>