Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ткачёв(Сайт) #102

Open
wants to merge 8 commits into
base: Anatolij_Tkachev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Tprogramming_147_2019
https://tim713-yyd.github.io/Tprogramming_147_2019/
Binary file added img/26_41.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/TCUmFqWkhgU.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/papyrus-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html>
<head>
<title>Who am i</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div id="header">
<h1>Анатолий Ткачёв</h1>
<h1>15.10.2000 Иваново</h1>
<h1>Школа №1(2007-2018)</h1>
<h1>ИГХТУ Факультет ТУиЦИ Направление ИСиТ</h1>
</div>
<div id="showcase">
<p>Уверенный пользователь ПК</p>
<p>Базовые знания C++, C#, Git, HTML, CSS</p>
<p>Знание английского языка на уровне C1 по CEFR(С2 - чтение, B2 - аудирование)</p>
<p></p>
<p></p>
<p></p>
</div>
<div id="top"> </div>
<div id="text">
<h1>Обо мне</h1>
<p>Меня зовут Ткачёв Анатолий, мне 19 лет. Дом, в котором я живу, находится в центральной части города Иваново, где расположено множество хрущёвок. Я не женат и не нахожусь в активном поиске. Я учусь в Ивановском Государственном Химико Технологическом Университете и прихожу домой не позднее 6 вечера. Я не курю, но иногда выпиваю. Я ложусь спать в полночь, и убеждаюсь, что я получу хотя бы 6 часов сна, несмотря ни на что. Выпив стакан воды и поискав удобную позу для сна минут десять, я обычно без проблем сплю до утра. Я просыпаюсь утром без явной усталости и стресса. На моём последнем осмотре мне сказали, что у меня нет никаких проблем со здоровьем. Я пытаюсь донести, что я обычный человек, который хочет жить спокойной жизнью. Я забочусь о том, чтобы не утруждать себя какими-то врагами, победами и поражениями, которые могли бы потревожить мой сон. Вот как я отношусь к обществу, и я знаю, что это приносит мне счастье.</p>
</div>
<div id="footer">
<p>&copy; 2020 | Ссылки <a rel="nofollow" target="_blank" href="https://vk.com/id305860415">VK</a> | <a rel="nofollow" target="_blank" href="https://github.com/Tim713-yyd">Github</a> | <a rel="nofollow" target="_blank" href="https://twitter.com/_WH0_AM_1_">Twitter</a></p>
<p>E-mail: [email protected] | Телефон: +7909XXXXXX</p>
</div>
</div>
</body>
</html>
80 changes: 80 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
body{
background:url(img/papyrus-dark.png);
font:0.9em Verdana, Arial, Helvetica, sans-serif;
padding-top: 25px;
width:900px;
margin: 0 auto;
}

#header{
height:244px;
color: rgb(23, 23, 31);
background:url(img/26_41.jpg) no-repeat;
background-size: 130%;
border-radius: 20px;
}

#header-h1{
padding:20px;
text-align:right;
font-weight: lighter;
font-variant: initial;
}

#showcase{
height:250px;
text-align:center;
background:url(img/TCUmFqWkhgU.jpg) left no-repeat;
background-size: 30%;
border-radius: 14px;
}

#showcase p{
text-align:right;
font:1.9em 'Trebuchet MS', Arial, Helvetica, sans-serif;
padding:0;
margin:0 10px 0 300px;
color:rgb(100, 100, 100);
}


#top{
width:780px;
height:30px;
margin:0 auto;
}

#text{
padding-top:10px;
width:780px;
margin:0 auto;
}

#text p{
padding: 5px 30px 5px 20px;
line-height:1.5em;
color:rgb(220, 208, 226);
}

#text p.first:first-letter{
font-size:2em;
}

#text h1{
padding:0 20px;
font:3em 'Trebuchet MS', Arial, Helvetica, sans-serif;
color:rgb(192, 190, 187);
}

#footer{
height:50px;
margin-top:16px;
margin-top:0px;
}

#footer p{
padding:15px 30px;
font-size:1.5em;
text-align:center;
color:rgb(224, 224, 223);
}