This repository has been archived by the owner on Dec 21, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
why.html
96 lines (79 loc) · 3.21 KB
/
why.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
<!DOCTYPE html>
<html>
<head>
<title>weezeeroonok/ why</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="container" id="why">
<div class="container-item">
<div class="title"><a href="./index.html">weezeeroonok</a> /why</div>
<ul>
<li class="list_title">
<input type="checkbox" id="idea" />
<label for="idea"> idea behind it</label>
<p>what's going on</p>
<ul>
<li class="expand">
<input type="checkbox" id="idea_expand" />
<label for="idea_expand"></label>
<p>In the field of software, Alexander is regarded as the father n the field of software, Alexander is regarded as the father n the field of software, Alexander is regarded as the father n the field of software, Alexander is regarded as the father </p>
<p>of the pattern language movement. The first wiki – the technology behind Wikipedia </p>
<p>– led directly from Alexander's work, according to its creator, </p>
<p>Ward Cunningham. Alexander's work has also influenced the development</p>
<p>of agile software development and Scrum.</p>
</li>
</ul>
</li>
</ul>
<ul>
<li class="list_title">
<input type="checkbox" id="strories" />
<label for="strories">strories</label>
<p>get inspired by stories from people who already done it</p>
<ul>
<li class="expand">
<input type="checkbox" id="strories_expand" />
<label for="idea_expand"></label>
<p> TED talks:</p>
<p>
<iframe
src="https://www.youtube.com/embed/MvXZzKZ3JYQ?list=LLsEprLTBqYvbN0Bqp9aYgQw"
frameborder="0" allowfullscreen></iframe>
</p>
<p>guy who has done something</p>
</li>
</ul>
</li>
</ul>
<ul>
<li class="list_title">
<input type="checkbox" id="resources" />
<label for="resources">books and articles</label>
<p>want to dive deeper? I have something just for you</p>
<ul>
<li class="expand">
<input type="checkbox" id="resources_expand" />
<label for="idea_expand"></label>
<p>Community and Privacy, with Serge Chermayeff (1963) </p>
<p>Notes on the Synthesis of Form (1964)</p>
<p>A city is not a tree (1965)</p>
<p>The Atoms of Environmental Structure (1967)</p>
<p>A Pattern Language, with Ishikawa and Silverstein (1977)</p>
</li>
</ul>
</li>
</ul>
</div>
<div class="container-item">
<div class="keynote">
<p>because the most beatiful things in the world </p>
<p>was created not by <any profession> </p>
<p>but by people, for our own needs</p>
<i class="fa fa-heart" aria-hidden="true"></i>
</div>
</div>
</div>
</body>
</html>