-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (51 loc) · 2.17 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/styles/reset.css">
<link rel="stylesheet" href="./styles/styles.css">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Neucha&display=swap" rel="stylesheet">
<title>Hexlet</title>
</head>
<body>
<header class="main-header">
<div class="title">
<h1 class="c-orange">
Когнитивные <br>
искажения
</h1>
<h1>
в программировании
</h1>
<img class="header-img" src="/img/main.png" alt="hexlet man in work">
</div>
<section>
<div class="col-container">
<p>
Мы, разработчики, часто сталкиваемся с проблемами, которые идут вразрез с нашей продуктивностью. Но мы часто
игнорируем целостную картину. Некоторые из этих проблем малозаметны, некоторые существенны. Иногда с ними
можно как-то справиться, а иногда, к сожалению, нет.
</p>
<div>
<p>Вместе они формируют что-то вроде замкнутого цикла, и это может привести к длительной потере
продуктивности,
багам и бесконечному разочарованию
</p>
<p class="mb-top">
Если мы сможем минимизировать воздействие одного или нескольких из этих факторов, то сможем сломать и цикл,
а
остатки нейтрализовать.
</p>
</div>
</div>
</section>
</header>
<main>
</main>
<footer>
</footer>
</body>
</html>