-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.html
More file actions
27 lines (25 loc) · 1.12 KB
/
Copy pathcomponents.html
File metadata and controls
27 lines (25 loc) · 1.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Components</title>
<link rel="stylesheet" href="styles/component1.css">
</head>
<body>
<!-- Component 1 -->
<h1>Component 1</h1>
<div class="component_1">
<div class="component_1__divTitle">
<p class="component_1__divTitle__tag">Категория 1</p>
<p class="component_1__divTitle__date">13 дек 2020</p>
</div>
<h3 class="component_1__title">
Управление ИТ-активами – скучная рутина или творческая задача?
</h3>
<p class="component_1__description">
Размышляя об управлении ИТ-активами, я вспомнил один учебный пример. Менеджер по ИТ-мощностям в крупной компании периодически готовил толстенный отчёт руководству. В очередной раз он не принёс отчёт, решив проверить, нужен ли он вообще.
</p>
</div>
</body>
</html>