-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
190 lines (169 loc) · 7.71 KB
/
Copy pathindex.html
File metadata and controls
190 lines (169 loc) · 7.71 KB
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Why We Procrastinate — A Multi-Disciplinary Analysis</title>
<meta name="description" content="95% of humans procrastinate. It looks like a bug. It might be a feature running in the wrong environment. A deep analysis from evolutionary psychology, neuroscience, behavioral economics, anthropology, and philosophy.">
<link rel="canonical" href="https://mariuscomper.github.io/why-we-procrastinate/en.html">
<link rel="alternate" hreflang="en" href="https://mariuscomper.github.io/why-we-procrastinate/en.html">
<link rel="alternate" hreflang="ro" href="https://mariuscomper.github.io/why-we-procrastinate/ro.html">
<meta property="og:title" content="Why We Procrastinate: The Hidden Logic of Humanity's Favorite Self-Sabotage">
<meta property="og:description" content="95% of humans procrastinate. It looks like a bug. It might be a feature running in the wrong environment. A deep analysis from evolutionary psychology, neuroscience, behavioral economics, anthropology, and philosophy.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://mariuscomper.github.io/why-we-procrastinate/">
<meta property="og:site_name" content="Why We Procrastinate">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Why We Procrastinate: The Hidden Logic of Humanity's Favorite Self-Sabotage">
<meta name="twitter:description" content="95% of humans procrastinate. It looks like a bug. It might be a feature running in the wrong environment.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,800;1,400&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
<style>
:root {
--bg-dark: #1a1a2e;
--accent: #4a3b8f;
--accent-gold: #c4762e;
--font-serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
--font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body {
font-family: var(--font-sans);
-webkit-font-smoothing: antialiased;
}
body {
background: var(--bg-dark);
color: #fff;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
overflow-x: hidden;
}
body::before {
content: '';
position: fixed;
top: 0; left: 0; right: 0; bottom: 0;
background: radial-gradient(ellipse at 20% 30%, rgba(74,59,143,0.2) 0%, transparent 50%),
radial-gradient(ellipse at 80% 70%, rgba(196,118,46,0.15) 0%, transparent 50%);
z-index: 0;
}
.page {
position: relative;
z-index: 1;
max-width: 700px;
margin: 0 auto;
padding: 4rem 2rem;
text-align: center;
}
.label {
font-weight: 600; font-size: 0.6rem; letter-spacing: 0.3em;
text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 2rem;
}
h1 {
font-family: var(--font-serif);
font-size: clamp(2.2rem, 6vw, 3.8rem);
font-weight: 700; line-height: 1.15; margin-bottom: 1.2rem;
letter-spacing: -0.02em;
}
.tagline {
font-size: 1rem; font-weight: 300;
color: rgba(255,255,255,0.55); line-height: 1.7;
max-width: 580px; margin: 0 auto 2.5rem;
}
.disciplines {
display: flex; flex-wrap: wrap; justify-content: center; gap: 0.4rem;
margin-bottom: 2.5rem;
}
.disc-tag {
font-size: 0.55rem; font-weight: 500;
letter-spacing: 0.06em; text-transform: uppercase;
padding: 0.25rem 0.6rem; border-radius: 20px;
background: rgba(255,255,255,0.06);
color: rgba(255,255,255,0.4);
border: 1px solid rgba(255,255,255,0.06);
}
.links {
display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
margin-bottom: 3rem;
}
.link {
display: inline-flex; align-items: center; gap: 0.6rem;
padding: 0.85rem 2rem; border-radius: 8px;
text-decoration: none; font-weight: 500; font-size: 0.9rem;
transition: all 0.2s;
border: 1px solid rgba(255,255,255,0.1);
color: #fff;
background: rgba(74,59,143,0.25);
}
.link:hover {
background: rgba(74,59,143,0.4);
border-color: rgba(74,59,143,0.5);
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}
.link-lang {
font-size: 0.65rem; font-weight: 600;
letter-spacing: 0.05em; opacity: 0.7;
}
.footer {
font-size: 0.7rem;
color: rgba(255,255,255,0.25);
border-top: 1px solid rgba(255,255,255,0.06);
padding-top: 2rem;
max-width: 500px;
}
.page > * {
opacity: 0;
transform: translateY(15px);
animation: fadeUp 0.6s ease forwards;
}
.page > *:nth-child(1) { animation-delay: 0.1s; }
.page > *:nth-child(2) { animation-delay: 0.2s; }
.page > *:nth-child(3) { animation-delay: 0.35s; }
.page > *:nth-child(4) { animation-delay: 0.5s; }
.page > *:nth-child(5) { animation-delay: 0.6s; }
.page > *:nth-child(6) { animation-delay: 0.7s; }
@keyframes fadeUp {
to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 640px) {
.page { padding: 3rem 1.5rem; }
h1 { font-size: 2rem; }
.links { flex-direction: column; }
.link { justify-content: center; }
}
</style>
</head>
<body>
<div class="page">
<div class="label">Multi-Disciplinary Analysis of a Universal Human Behavior</div>
<h1>Why We Procrastinate</h1>
<p class="tagline">95% of humans procrastinate. It looks like pure self-sabotage. But what if it's a feature — calibrated for a world of genuine uncertainty, running in an environment of artificial deadlines?</p>
<div class="disciplines">
<span class="disc-tag">Evolutionary Psychology</span>
<span class="disc-tag">Neuroscience</span>
<span class="disc-tag">Behavioral Economics</span>
<span class="disc-tag">Anthropology</span>
<span class="disc-tag">Sociology</span>
<span class="disc-tag">Philosophy</span>
<span class="disc-tag">Decision Theory</span>
</div>
<div class="links">
<a href="en.html" class="link">
<span class="link-lang">EN</span> Read in English
</a>
<a href="ro.html" class="link">
<span class="link-lang">RO</span> Citeste in Romana
</a>
</div>
<div class="footer">
<p>A deep exploration drawing on evolutionary psychology, neuroscience, anthropology, economics, and beyond to reveal the hidden logic behind a behavior we all share but rarely examine.</p>
</div>
</div>
</body>
</html>