-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (73 loc) · 2.83 KB
/
index.html
File metadata and controls
78 lines (73 loc) · 2.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Front-end | Profile</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<style>
.bg-1 {
background-color: #1abc9c;
color: #ffffff;
}
.bg-2 {
background-color: #474e5d;
color: #ffffff;
}
.bg-3 {
background-color: #ffffff;
color: #555555;
}
.container-fluid {
padding-top: 70px;
padding-bottom: 70px;
}
</style>
<meta property="og:title" content="Сапко Артем Олександрович" />
<meta property="og:description" content="Інформація про мене" />
<meta property="og:image" content="https://moodle.znu.edu.ua/pluginfile.php/932730/user/icon/adaptable/f1?rev=24630337" />
<meta property="og:url" content="https://spkartzen.github.io/" />
<meta property="og:type" content="website" />
</head>
<body>
<div class="container-fluid bg-1 text-center">
<img src="./f1.jpg" class="img-circle" alt="Bird" title="Ваше реальне фото (обов'язково)" width="150" height="150">
<h3>Сапко Артем</h3>
<h3>Web-програмування</h3>
</div>
<div class="container-fluid bg-2 text-center">
<h4>Спеціальність: Інженерія програмного забезпечення</h4>
<h4>Курс: 3</h4>
<h4>Номер групи: 6.1212-2пі</h4>
<h4>Номер у журналі академічної групи: 22</h4>
</div>
<div class="container-fluid bg-3 text-center">
<h3>Мої роботи</h3>
<div class="row gx-5">
<div class="col-sm-4">
<article class="well">
<h4>Лабораторна робота №1</h4>
<p>Запуск локального серверу</p>
<p><a href="https://github.com/SpkArtZen/znu_web_programming">Посилання на репозиторій</a></p>
</article>
</div>
<div class="col-sm-4">
<article class="well">
<h4>Лабораторна робота №2</h4>
<p>Менеджери залежностей та системи запуску завдань</p>
<p><a href="https://github.com/SpkArtZen/znu_web_programming">Посилання на репозиторій</a></p>
</article>
</div>
<div class="col-sm-4">
<article class="well">
<h4>Лабораторна робота №3</h4>
<p>Основи HTML</p>
<p><a href="https://github.com/SpkArtZen/znu_web_programming">Посилання на репозиторій</a></p>
</article>
</div>
</div>
</div>
</body>
</html>