forked from nw/dog-pony
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifesto.html
41 lines (29 loc) · 816 Bytes
/
manifesto.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Web Developer Manifesto</title>
<link rel="stylesheet" href="">
</head>
<body>
We make the hard, easy.
We make the impossible, possible.
We look at different things.
We look at the same things differently.
We speak at least three languages.
Code, business and our native tongue.
We know everything about some things.
We know something about most things.
We want to know more.
We value logic.
We appreciate abstractions.
We enjoy the logic inside the abstraction.
We care about what we build.
We value our impact on customer success.
We drive innovation, and learn from mistakes.
We change what people think.
We change how businesses work.
Sometimes, we change the world.
</body>
</html>