-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (79 loc) · 4.14 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>My first website on cloud</title>
<script src="eel.js"></script>
<link rel="stylesheet" href="../css/main.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,100&display=swap" rel="stylesheet">
</head>
<body class="body">
<div class="foto"><img src="../images/man.jpeg" alt="Фото" width="200"></div>
<div class="wrapper">
<header id="header">
<h1 class="zagolovok blink">Hello, this is my first site for deployment on Cloud Platform... </h1>
<ul class="lside">
<li><a href="#about">About me</a></li>
<li><a href="#project">My future project</a></li>
<li><a href="#skills">My skills</a></li>
<li><a href="#otziv">Revies</a></li>
<li><a href="#contact">My contacts</a></li>
<li><a href="../file/snow1.png" download>Download resume</a></li>
</ul>
</header>
<main class="main">
<div class="about biograf">
<h2 id="about">A little about me:</h2>
<p>My name is <span class="bold">Migachev Konstantin</span>. I am 37 yeas old. I have been working in the IT industry since 2007. </p>
<p><span class="bold">Education:</span> higher (Dalnevostochniy Techical Goverment Ynivesyti ), Applied "Informatics in Economics", graduated in 2006.</p>
<p><span class="bold">Hobby:</span> Active sports, self-study, reading of fiction and specialized literature, board games </p>
<p><span class="bold">At present: </span>At the moment I study DevOps technologies, because I believe it is one of the most promising and demanded directions in society and very interesting for me, especially the use of IaaS technologies in everyday work, in practical application, what I want to do next. I’m ready to learn...</p>
</div>
<div class="project">
<h2 id="project"> Using technology for deploy this site:</h2>
<li style="margin-left:10px;">Python, HTML, CSS </li>
<li style="margin-left:10px;">Google Cloud Platform </li>
<li style="margin-left:10px;">Ansible </li>
<li style="margin-left:10px;">Docker </li>
<li style="margin-left:10px;">Terraform </li>
<p> maybe Jenkins, and Git, but at the moment not use..</p>
</div>
<div class="skills">
<h2 id="skills"> A basic knowledge...</h2>
<li style="margin-left:10px;">OS Windows </li>
<li style="margin-left:10px;">OS Linux </li>
<li style="margin-left:10px;">System administration </li>
<li style="margin-left:10px;">Find and fix computer and LAN malfunction </li>
<li style="margin-left:10px;">Python, HTML, CSS </li>
<li style="margin-left:10px;">Google Cloud Platform </li>
<li style="margin-left:10px;">DevOps program (Ansible, Docker, Terraform, Git, Jenkins and etc.) </li>
</div>
<div class="otziv">
<h2 id="otziv"> Feedback:</h2>
<p> The reviews should be here, but there’s nothing...yet..</p>
</div>
<div class="project">
<h2 id="project"> Project</h2>
<p> The projects should be here, but there’s nothing...yet..</p>
</div>
</main>
<footer class="contact">
<h3 id="contact">Contact</h3>
<div><p><span class="bold">Address:</span> <a href="https://yandex.ru/maps/22/kaliningrad/geo/zelyonaya_ulitsa/8013194/?ll=20.503378%2C54.740740&source=wizgeo&utm_medium=maps-desktop&utm_source=serp&z=17" title="map">Kaliningradskaya oblast, Kalinigrad, Zelenaya street </a></p></div>
<div><p><span class="bold">Telephone: </span> <span class="bold">8-911-495-82-93 </span> </p></div>
<div></div><p><span class="bold">Email: </span><a href="mailto:[email protected]" title="write now">[email protected]</a></p>
</div>
</footer>
<ul class="rside">
<h2 id="about" align="center" class="anime">Awards:</h2>
<li style="margin-left:15px;"> Thank you letter from the Government of the Kaliningrad region</li>
<li style="margin-left:15px;"> This Server from IP: $myip </li>
</ul>
<!-- <ul class="bottom">
<li><a href="#otziv">Оставить отзыв</a></li>
</ul>
--!>
</body>
</html>
<div> Сайт разработан в целях познать базовые основы web-програмиррования!</div>
Hello World