-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlab1.html
More file actions
36 lines (36 loc) · 1.07 KB
/
lab1.html
File metadata and controls
36 lines (36 loc) · 1.07 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lab1</title>
<link rel="stylesheet" type="text/css" href="./css/reset.css">
<link rel="stylesheet" type="text/css" href="./css/style.css">
</head>
<body>
<div class="Main">
<div class="Photo_name">
<img src="./images/image.jpg"alt="Photo">
<h1> Чаплыгин Иван</h1>
<h1>Сергеевич</h1>
</div>
<div class="Skills_contacts">
<div class="Skills">
<h2>Навыки</h2>
<p>Программирование на C++, C#</p>
<p>Основы работы с реляционными базами данных</p>
<p>Работа с ОС Linux, Windows</p>
</div>
<div class="contacts">
<h2>Контакты</h2>
<p> Почта: chaplyginwork@gmail.com</p>
<p> Телефон: +79999999990</p>
<p>
VK:
<a href="https://vk.com/faankiwex">vk.com/faankiwex</a>
</p>
</div>
</div>
</div>
</body>
</html>