Skip to content

https://enik3.github.io/Tprogramming_147_2019/ #103

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

Open
wants to merge 4 commits into
base: Aleksandr_Enivatov
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
40 changes: 39 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,40 @@

## Welcome to GitHub Pages

You can use the [editor on GitHub](https://github.com/Enik3/Tprogramming_147_2019/edit/master/README.md) to maintain and preview the content for your website in Markdown files.

Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files.

### Markdown

Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for

```markdown
Syntax highlighted code block

# Header 1
## Header 2
### Header 3

- Bulleted
- List

1. Numbered
2. List

**Bold** and _Italic_ and `Code` text

[Link](url) and ![Image](src)
```

For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/).

### Jekyll Themes

Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/Enik3/Tprogramming_147_2019/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file.

### Support or Contact

Having trouble with Pages? Check out our [documentation](https://help.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out.
# Tprogramming_147_2019
Enivatov Aleksandr Alekseevich
Enivatov Aleksandr Alekseevich
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-cayman
20 changes: 20 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
div{
border: 10px solid #DEB887;
background-color: #E6E6FA;
text-decoration: none;
margin: 20px;
padding:50px;
border-radius:30px;
color:#D2691E;
}
.footer_social_icons{
margin-left:500px;
}
.down_section{

padding-left:50px;
padding-right:50px;
}
body{
background-color: #E6E6FA;
}
Binary file added img/kpezQ4qnZwg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Merriweather|PT+Sans+Caption:400,700" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<link rel="stylesheet" type="text/css" href="css/style.css">
<div class="knopka">
<div><h1>Ениватов Александр Алексеевич. Ивановский Государственный Химико-Технологический Университет</h1>
<ul>
<li><a href="#">Обо мне<a/></li>
<li><a href="#">Связь со мной<a/></li>
</ul>
</div>
<div class="about_description"><img src="./img/kpezQ4qnZwg.png" alt="Иллюстрация" width="300" height="372" class="rightpic">
<div><b>Знание языков:</b> русский, английский(базовый уровень)</br> <b>Навыки работы:</b> Power Point,Excel,1C,Sony Vegas pro,
VSCode,Zoom</br> <b>Деловые черты,личностные характеристики:</b> ответственность,исполнительность,
порядочность,коммуникабельность,доброжелательность,
оптимизм.</br></div>
<p><b>Ениватов Александр Алексеевич</b><br> <b>Дата рождения:</b> 11.09.2000<br>
<b>Телефон:</b> +7 (930) 352-30-40<br> <b>E-mail:</b> [email protected]<br><br> <b>Образование:</b><br> 2020 – наст. вр.
- Ивановский государственный химико-технологический университет. Факультет техники, управления и цифровой инфраструктуры.
<br>Специальность: Информационные системы и технологии.</p></div>
</body>
<footer>
<div class="down_section">
<h3 class="footer_social">Мои профили в социальных сетях:</h3>
<p class="footer_social_icons">
<a href="https://vk.com/enivashka" target="_blank">
<i class="fa fa-vk" aria-hidden="true"></i>
</a>
<a href="https://www.instagram.com/a_enivatov/" target="_blank">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
<a href="https://github.com/Enik3" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
<a href="https://www.youtube.com/channel/UCLRQM7sra_hN8fK_DZZB8zA?view_as=subscriber" target="_blank">
<i class="fa fa-youtube " aria-hidden="true"></i>
</a>
</p>
</div>
</footer>
</html>