Skip to content

Ореншиков/САЙТ #100

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 3 commits into
base: Denis_Oreshnikov
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
29 changes: 29 additions & 0 deletions Html About/Aboutme.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<!-- Подключаем CSS -->

<link rel="stylesheet" type="text/css" href="CSS\Aboutme.css" >
</head>


<body>
<div class="foto">
<f1><img src="../Html Contakts/GG/777.png" alt="Мое фото" width="200" height="250"></center></f1>
</div>
<div class="Text">
ФИО: Орешников Денис Владимирович
</div>
<div class="Statys">
Статус: Студент
</div>
<div class="Grup">
Группа: 2-147
</div>
<div class="Text">

</div>
</body>
</html>
46 changes: 46 additions & 0 deletions Html About/CSS/Aboutme.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
* {
margin: 0;
padding: 0;
}

body{
background: url("../style/224.png") center no-repeat;
background-size: cover;
}

.foto{
width: 200px;
height: 250px;
border-radius: 10px;
border: 5px #ccc solid;
box-shadow: 0 0 10px #444;
margin-top:5px;
margin-left:40%;
}

.Text{
float: top;
margin-left:15px;
margin-top:8.5%;
font-family: CURSIVE;
font-size:17px;
color:red;
}

.Statys{
float: top;
margin-left:15px;
margin-top:0.5%;
font-family: CURSIVE;
font-size:17px;
color:red;
}

.Grup{
float: top;
margin-left:15px;
margin-top:0.5%;
font-family: CURSIVE;
font-size:17px;
color:red;
}
Binary file added Html About/style/222.png
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 Html About/style/224.png
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 Html About/style/qq.png
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 Html About/style/s375.png
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 Html About/style/ww.png
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 Html About/Облака/cloud-01.png
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 Html About/Облака/cloud-02.png
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 Html About/Облака/cloud-03.png
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 Html About/Облака/cloud-04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions Html Contakts/CSS/Contacts.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
* {
margin: 0;
padding: 0;
}



body {
background: linear-gradient(-90deg, #2f2f2f, #00FFFF);
}

.socialIcons {
padding: 0;
margin: 0;
list-style: none;
display: inline-block;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
height: 90px;
text-align: center;
}
.socialIcons li {
display: inline-block;
margin: auto 10px;
}
.socialIcons li a {
text-align: center;
display: inline-block;
font-size: 4rem;
height: 100px;
width: 100px;
line-height: 100px;
color: #E0FFFF;
transition: all .5s ease;
transform-origin: left;
transform: rotateY(-30deg);
text-shadow: 10px 0px 1px #131313, 10px 0px 1px #070707, 10px 0px 1px black, 10px 0px 1px black;
}
.socialIcons li a:hover {
color: #202020;
transform: rotate(0deg);
text-shadow: 0px 0px 1px #131313, 0px 0px 1px #070707, 0px 0px 1px black, 0px 0px 1px black;
}
23 changes: 23 additions & 0 deletions Html Contakts/Contacts.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<!-- Подключаем CSS -->

<link rel="stylesheet" type="text/css" href="CSS\Contacts.css" >
</head>



<body>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">

<ul class="socialIcons">
<li><a class="VK" href="https://vk.com/id307005451"><i class="fa fa-vk"></i></a></li>
<li><a class="GitHub" href="https://github.com/supermeatden/"><i class="fa fa-github"></i></a></li>
<li><a class="instagram" href="https://www.instagram.com/supermeatden/"><i class="fa fa-instagram"></i></a></li>
<li><a class="youtube" href="https://www.youtube.com/channel/UCUFoPlLqQfyurdpZOVx8IzA?view_as=subscriber"><i class="fa fa-youtube"></i></a></li>
</ul>
</body>
</html>
Binary file added Html Contakts/GG/777.png
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 Html Contakts/GG/VV.png
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 Html Contakts/GG/rECv81NvLL8.png
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 Html Contakts/style/222.png
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 Html Contakts/style/223.png
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 Html Contakts/style/qq.png
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 Html Contakts/style/s375.png
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 Html Contakts/style/ww.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading