Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
frizmanuch committed Dec 25, 2017
1 parent b76f1cb commit 6e08d83
Show file tree
Hide file tree
Showing 12 changed files with 74 additions and 8 deletions.
Binary file added back/bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion contaktu.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<link rel="icon" href="img/faviconka.ico" type="image/x-icon" />
<link href="css\main.css" rel="stylesheet">
<meta charset="UTF-8">
<title>Контакты</title>
</head>
<body>
<body style="background-color:rgba((192,192,192,0.5);">
<ul class="menu-main">
<li><a href="index.html" >Главная</a></li>
<li><a href="contaktu.html" class="current" >Контакты</a></li>
Expand Down
39 changes: 34 additions & 5 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
border-color: #909090;
}



.form input.button {
display: inline-block;
padding: 4px 10px;
background: #337ab7;
background-color: : #3027;
border-color: #2e6da4;
color: #fff;
text-align: center;
Expand All @@ -19,12 +21,12 @@
margin: 40px 0 5px;
padding: 25px 0 5px;
text-align: center;
background: white;
background: 1015;
}
.menu-main li {display: inline-block;}
.menu-main li:after {
content: "||";
color: #606060;
color: red;
display: inline-block;
vertical-align:top;
}
Expand Down Expand Up @@ -52,7 +54,7 @@
right: 50%;
bottom: -5px;
left: 50%;
background: #feb386;
background: #fff;
transition: .8s;
}
.menu-main a:hover:before, .menu-main .current:before {left: 0;}
Expand All @@ -65,4 +67,31 @@
padding: 25px 0 20px;
margin: 0 30px;
}
}
}

.fig {
text-align: center; /* Выравнивание по центру */
}



H1, H2, H3, H4, H5 {
text-shadow: 1px 1px white,
2px 2px #777;
color: #333;
transition: all 1s;
}
H1:hover {
text-shadow: 1px 1px white,
2px 2px tomato;
color: crimson;
}





.texter {
box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
border-color: #909090;
}
Binary file added img/GitHub-Logos.zip
Binary file not shown.
Binary file added img/GitHub-Mark.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 img/GitHub.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/GitHub_Logo.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 img/faviconka.ico
Binary file not shown.
Binary file added img/jekyll-3.6.2.zip
Binary file not shown.
19 changes: 18 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<html lang="ru">
<head>
<link rel="icon" href="img/faviconka.ico" type="image/x-icon" />
<link href="css\main.css" rel="stylesheet">
<meta charset="UTF-8">
<title>Главная</title>
Expand All @@ -11,7 +12,23 @@
<li><a href="contaktu.html" >Контакты</a></li>
<li><a href="projects.html" >Проэкты</a></li>
</ul>
<br>
<div class="fig">
<p class="fig"><h3>Началось всё с <a href="https://pages.github.com/" target="_blank">GITHAB</a></h3></p>
</div>


<div class="texter">

<p>



</p>

</div>

<footer><a href="https://github.com/frizmanuch/frizmanuch.github.io">Copyright © 2017, <a href="https://frizmanuch.github.io/">frizman</a>. All rights reserved.</a></footer>

</body>
</html>
3 changes: 2 additions & 1 deletion projects.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<link rel="icon" href="img/faviconka.ico" type="image/x-icon" />
<link href="css\main.css" rel="stylesheet">
<meta charset="UTF-8">
<title>Проэкты</title>
</head>
<body>
<body style="background-color:rgba((192,192,192,0.5);">
<ul class="menu-main">
<li><a href="index.html" >Главная</a></li>
<li><a href="contaktu.html" >Контакты</a></li>
Expand Down
18 changes: 18 additions & 0 deletions standart.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<link rel="icon" href="img/faviconka.ico" type="image/x-icon" />
<link href="css\main.css" rel="stylesheet">
<meta charset="UTF-8">
<title>�������</title>
</head>
<body>
<ul class="menu-main">
<li><a href="index.html" class="current" >�������</a></li>
<li><a href="contaktu.html" >��������</a></li>
<li><a href="projects.html" >�������</a></li>
</ul>


</body>
</html>

0 comments on commit 6e08d83

Please sign in to comment.