Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
vasidor authored Nov 6, 2023
0 parents commit 1a0f13a
Show file tree
Hide file tree
Showing 39 changed files with 45,604 additions and 0 deletions.
152 changes: 152 additions & 0 deletions Blog-Template.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,152 @@
.u-section-1 .u-sheet-1 {
min-height: 561px;
}

.u-section-1 .u-repeater-1 {
margin-top: 60px;
margin-bottom: 60px;
min-height: 441px;
grid-template-columns: calc(33.3333% - 15px) calc(33.3333% - 15px) calc(33.3333% - 15px);
height: auto;
grid-gap: 22px;
}

.u-section-1 .u-repeater-item-1 {
background-image: none;
}

.u-section-1 .u-container-layout-1 {
padding: 30px 20px;
}

.u-section-1 .u-text-1 {
margin-top: 0;
margin-bottom: 0;
}

.u-section-1 .u-image-1 {
height: 222px;
margin-top: 17px;
margin-bottom: 0;
}

.u-section-1 .u-text-2 {
margin-top: 20px;
margin-bottom: 0;
}

.u-section-1 .u-btn-1 {
background-image: none;
border-style: none none solid;
margin: 17px auto 0 0;
padding: 0;
}

.u-section-1 .u-container-layout-2 {
padding: 30px 20px;
}

.u-section-1 .u-text-3 {
margin-top: 0;
margin-bottom: 0;
}

.u-section-1 .u-image-2 {
height: 222px;
margin-top: 17px;
margin-bottom: 0;
}

.u-section-1 .u-text-4 {
margin-top: 20px;
margin-bottom: 0;
}

.u-section-1 .u-btn-2 {
background-image: none;
border-style: none none solid;
margin: 17px auto 0 0;
padding: 0;
}

.u-section-1 .u-container-layout-3 {
padding: 30px 20px;
}

.u-section-1 .u-text-5 {
margin-top: 0;
margin-bottom: 0;
}

.u-section-1 .u-image-3 {
height: 222px;
margin-top: 17px;
margin-bottom: 0;
}

.u-section-1 .u-text-6 {
margin-top: 20px;
margin-bottom: 0;
}

.u-section-1 .u-btn-3 {
background-image: none;
border-style: none none solid;
margin: 17px auto 0 0;
padding: 0;
}

@media (max-width: 1199px) {
.u-section-1 .u-sheet-1 {
min-height: 484px;
}

.u-section-1 .u-repeater-1 {
min-height: 364px;
grid-template-columns: repeat(3, calc(33.333333333333336% - 15px));
}
}

@media (max-width: 991px) {
.u-section-1 .u-sheet-1 {
min-height: 956px;
}

.u-section-1 .u-repeater-1 {
min-height: 836px;
grid-template-columns: repeat(2, calc(50% - 11.25px));
}
}

@media (max-width: 767px) {
.u-section-1 .u-repeater-1 {
grid-template-columns: 100%;
}

.u-section-1 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}

.u-section-1 .u-image-1 {
height: 278px;
}

.u-section-1 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
}

.u-section-1 .u-image-2 {
height: 278px;
}

.u-section-1 .u-container-layout-3 {
padding-left: 10px;
padding-right: 10px;
}

.u-section-1 .u-image-3 {
height: 278px;
}
}
87 changes: 87 additions & 0 deletions Post-Template.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
.u-section-1 .u-sheet-1 {
min-height: 835px;
}

.u-section-1 .u-post-details-1 {
min-height: 375px;
margin-top: 60px;
margin-bottom: -10px;
}

.u-section-1 .u-container-layout-1 {
padding: 30px;
}

.u-section-1 .u-image-1 {
height: 486px;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
}

.u-section-1 .u-text-1 {
margin-top: 20px;
margin-bottom: 0;
margin-left: 0;
}

.u-section-1 .u-metadata-1 {
margin-top: 30px;
margin-bottom: 0;
margin-left: 0;
}

.u-section-1 .u-text-2 {
margin-bottom: 0;
margin-top: 20px;
margin-left: 0;
}

@media (max-width: 1199px) {
.u-section-1 .u-image-1 {
margin-left: initial;
}
}

@media (max-width: 991px) {
.u-section-1 .u-sheet-1 {
min-height: 782px;
}

.u-section-1 .u-post-details-1 {
margin-bottom: 60px;
}

.u-section-1 .u-image-1 {
height: 423px;
margin-left: initial;
}
}

@media (max-width: 767px) {
.u-section-1 .u-sheet-1 {
min-height: 722px;
}

.u-section-1 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}

.u-section-1 .u-image-1 {
height: 354px;
margin-top: 9px;
margin-left: initial;
}
}

@media (max-width: 575px) {
.u-section-1 .u-sheet-1 {
min-height: 656px;
}

.u-section-1 .u-image-1 {
height: 275px;
margin-left: initial;
}
}
138 changes: 138 additions & 0 deletions blog/blog.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,138 @@
<!DOCTYPE html>
<html style="font-size: 16px;" lang="ru"><head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<title>Блог</title>
<link rel="stylesheet" href="../nicepage.css" media="screen">
<link rel="stylesheet" href="../Blog-Template.css" media="screen">
<script class="u-script" type="text/javascript" src="../jquery.js" defer=""></script>
<script class="u-script" type="text/javascript" src="../nicepage.js" defer=""></script>
<meta name="generator" content="Nicepage 5.21.3, nicepage.com">
<link id="u-theme-google-font" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Open+Sans:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i">



<script type="application/ld+json">{
"@context": "http://schema.org",
"@type": "Organization",
"name": ""
}</script>
<meta name="theme-color" content="#478ac9">
<meta data-intl-tel-input-cdn-path="intlTelInput/"></head>
<body data-path-to-root="./" data-include-products="false" class="u-body u-xl-mode" data-lang="ru"><header class="u-clearfix u-header u-sticky u-sticky-ca87 u-header" id="sec-f6a3"><div class="u-clearfix u-sheet u-valign-middle-lg u-valign-middle-xl u-sheet-1">
<nav class="u-align-right u-font-size-14 u-menu u-menu-hamburger u-nav-spacing-25 u-offcanvas u-menu-1" data-responsive-from="XL">
<div class="menu-collapse">
<a class="u-button-style u-custom-text-color u-nav-link u-text-white" href="#" style="padding: 5px 2px; font-size: calc(1em + 10px);">
<svg class="u-svg-link" preserveAspectRatio="xMidYMin slice" viewBox="0 0 302 302" style=""><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#svg-7b92"></use></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="svg-7b92" x="0px" y="0px" viewBox="0 0 302 302" style="enable-background:new 0 0 302 302;" xml:space="preserve" class="u-svg-content"><g><rect y="36" width="302" height="30"></rect><rect y="236" width="302" height="30"></rect><rect y="136" width="302" height="30"></rect>
</g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>
</a>
</div>
<div class="u-custom-menu u-nav-container">
<ul class="u-nav u-unstyled u-nav-1"><li class="u-nav-item"><a class="u-button-style u-nav-link u-text-active-palette-1-base u-text-hover-palette-2-base u-text-white" href="../Главная.html" style="padding: 10px 20px;">Главная</a>
</li><li class="u-nav-item"><a class="u-button-style u-nav-link u-text-active-palette-1-base u-text-hover-palette-2-base u-text-white" href="../Контакты.html" style="padding: 10px 20px;">Контакты</a>
</li><li class="u-nav-item"><a class="u-button-style u-nav-link u-text-active-palette-1-base u-text-hover-palette-2-base u-text-white" href="../топ-участников.html" style="padding: 10px 0px 10px 20px;">Топ участников</a>
</li></ul>
</div>
<div class="u-custom-menu u-nav-container-collapse">
<div class="u-align-center u-black u-container-style u-inner-container-layout u-opacity u-opacity-95 u-sidenav">
<div class="u-inner-container-layout u-sidenav-overflow">
<div class="u-menu-close"></div>
<ul class="u-align-center u-nav u-popupmenu-items u-unstyled u-nav-2"><li class="u-nav-item"><a class="u-button-style u-nav-link" href="../Главная.html">Главная</a>
</li><li class="u-nav-item"><a class="u-button-style u-nav-link" href="../Контакты.html">Контакты</a>
</li><li class="u-nav-item"><a class="u-button-style u-nav-link" href="../топ-участников.html">Топ участников</a>
</li></ul>
</div>
</div>
<div class="u-black u-menu-overlay u-opacity u-opacity-70"></div>
</div>
</nav>
</div></header>
<section class="u-clearfix u-section-1" id="sec-ab55">
<div class="u-clearfix u-sheet u-valign-middle u-sheet-1"><!--blog--><!--blog_options_json--><!--{"type":"Recent","source":"","tags":"","count":""}--><!--/blog_options_json-->
<div class="u-blog u-expanded-width u-repeater u-repeater-1"><!--blog_post-->
<div class="u-blog-post u-container-style u-repeater-item u-white u-repeater-item-1">
<div class="u-container-layout u-similar-container u-valign-top u-container-layout-1"><!--blog_post_header-->
<h4 class="u-blog-control u-text u-text-1">
<a class="u-post-header-link" href="../blog/пост-5.html">Заголовок 6-го поста</a>
</h4><!--/blog_post_header--><!--blog_post_image-->
<a class="u-post-header-link" href="../blog/пост-5.html"><img alt="" class="u-blog-control u-expanded-width u-image u-image-default u-image-1" src="../images/8ad73f3c.jpeg"></a><!--/blog_post_image--><!--blog_post_content-->
<div class="u-blog-control u-post-content u-text u-text-2 fr-view">Пример короткого текста. Lorem ipsum dolor sit amet.</div><!--/blog_post_content--><!--blog_post_readmore-->
<a href="../blog/пост-5.html" class="u-blog-control u-border-2 u-border-palette-1-base u-btn u-btn-rectangle u-button-style u-none u-btn-1"><!--blog_post_readmore_content--><!--options_json--><!--{"content":"Read More","defaultValue":"Читать дальше"}--><!--/options_json-->Read More<!--/blog_post_readmore_content--></a><!--/blog_post_readmore-->
</div>
</div><div class="u-blog-post u-container-style u-repeater-item u-video-cover u-white">
<div class="u-container-layout u-similar-container u-valign-top u-container-layout-2"><!--blog_post_header-->
<h4 class="u-blog-control u-text u-text-3">
<a class="u-post-header-link" href="../blog/пост-4.html">Заголовок 5-го поста</a>
</h4><!--/blog_post_header--><!--blog_post_image-->
<a class="u-post-header-link" href="../blog/пост-4.html"><img alt="" class="u-blog-control u-expanded-width u-image u-image-default u-image-2" src="../images/68f64b9d.jpeg"></a><!--/blog_post_image--><!--blog_post_content-->
<div class="u-blog-control u-post-content u-text u-text-4 fr-view">Пример короткого текста. Lorem ipsum dolor sit amet.</div><!--/blog_post_content--><!--blog_post_readmore-->
<a href="../blog/пост-4.html" class="u-blog-control u-border-2 u-border-palette-1-base u-btn u-btn-rectangle u-button-style u-none u-btn-2"><!--blog_post_readmore_content--><!--options_json--><!--{"content":"Read More","defaultValue":"Читать дальше"}--><!--/options_json-->Read More<!--/blog_post_readmore_content--></a><!--/blog_post_readmore-->
</div>
</div><div class="u-blog-post u-container-style u-repeater-item u-video-cover u-white">
<div class="u-container-layout u-similar-container u-valign-top u-container-layout-3"><!--blog_post_header-->
<h4 class="u-blog-control u-text u-text-5">
<a class="u-post-header-link" href="../blog/пост-3.html">Заголовок 4-го поста</a>
</h4><!--/blog_post_header--><!--blog_post_image-->
<a class="u-post-header-link" href="../blog/пост-3.html"><img alt="" class="u-blog-control u-expanded-width u-image u-image-default u-image-3" src="../images/0fd3416c.jpeg"></a><!--/blog_post_image--><!--blog_post_content-->
<div class="u-blog-control u-post-content u-text u-text-6 fr-view">Пример короткого текста. Lorem ipsum dolor sit amet.</div><!--/blog_post_content--><!--blog_post_readmore-->
<a href="../blog/пост-3.html" class="u-blog-control u-border-2 u-border-palette-1-base u-btn u-btn-rectangle u-button-style u-none u-btn-3"><!--blog_post_readmore_content--><!--options_json--><!--{"content":"Read More","defaultValue":"Читать дальше"}--><!--/options_json-->Read More<!--/blog_post_readmore_content--></a><!--/blog_post_readmore-->
</div>
</div><div class="u-blog-post u-container-style u-repeater-item u-white u-repeater-item-1">
<div class="u-container-layout u-similar-container u-valign-top u-container-layout-1"><!--blog_post_header-->
<h4 class="u-blog-control u-text u-text-1">
<a class="u-post-header-link" href="../blog/пост-2.html">Заголовок 3-го поста</a>
</h4><!--/blog_post_header--><!--blog_post_image-->
<a class="u-post-header-link" href="../blog/пост-2.html"><img alt="" class="u-blog-control u-expanded-width u-image u-image-default u-image-1" src="../images/8ad73f3c.jpeg"></a><!--/blog_post_image--><!--blog_post_content-->
<div class="u-blog-control u-post-content u-text u-text-2 fr-view">Пример короткого текста. Lorem ipsum dolor sit amet.</div><!--/blog_post_content--><!--blog_post_readmore-->
<a href="../blog/пост-2.html" class="u-blog-control u-border-2 u-border-palette-1-base u-btn u-btn-rectangle u-button-style u-none u-btn-1"><!--blog_post_readmore_content--><!--options_json--><!--{"content":"Read More","defaultValue":"Читать дальше"}--><!--/options_json-->Read More<!--/blog_post_readmore_content--></a><!--/blog_post_readmore-->
</div>
</div><div class="u-blog-post u-container-style u-repeater-item u-video-cover u-white">
<div class="u-container-layout u-similar-container u-valign-top u-container-layout-2"><!--blog_post_header-->
<h4 class="u-blog-control u-text u-text-3">
<a class="u-post-header-link" href="../blog/пост-1.html">Заголовок 2-го поста</a>
</h4><!--/blog_post_header--><!--blog_post_image-->
<a class="u-post-header-link" href="../blog/пост-1.html"><img alt="" class="u-blog-control u-expanded-width u-image u-image-default u-image-2" src="../images/68f64b9d.jpeg"></a><!--/blog_post_image--><!--blog_post_content-->
<div class="u-blog-control u-post-content u-text u-text-4 fr-view">Пример короткого текста. Lorem ipsum dolor sit amet.</div><!--/blog_post_content--><!--blog_post_readmore-->
<a href="../blog/пост-1.html" class="u-blog-control u-border-2 u-border-palette-1-base u-btn u-btn-rectangle u-button-style u-none u-btn-2"><!--blog_post_readmore_content--><!--options_json--><!--{"content":"Read More","defaultValue":"Читать дальше"}--><!--/options_json-->Read More<!--/blog_post_readmore_content--></a><!--/blog_post_readmore-->
</div>
</div><div class="u-blog-post u-container-style u-repeater-item u-video-cover u-white">
<div class="u-container-layout u-similar-container u-valign-top u-container-layout-3"><!--blog_post_header-->
<h4 class="u-blog-control u-text u-text-5">
<a class="u-post-header-link" href="../blog/пост.html">Заголовок 1-го поста</a>
</h4><!--/blog_post_header--><!--blog_post_image-->
<a class="u-post-header-link" href="../blog/пост.html"><img alt="" class="u-blog-control u-expanded-width u-image u-image-default u-image-3" src="../images/0fd3416c.jpeg"></a><!--/blog_post_image--><!--blog_post_content-->
<div class="u-blog-control u-post-content u-text u-text-6 fr-view">Пример короткого текста. Lorem ipsum dolor sit amet.</div><!--/blog_post_content--><!--blog_post_readmore-->
<a href="../blog/пост.html" class="u-blog-control u-border-2 u-border-palette-1-base u-btn u-btn-rectangle u-button-style u-none u-btn-3"><!--blog_post_readmore_content--><!--options_json--><!--{"content":"Read More","defaultValue":"Читать дальше"}--><!--/options_json-->Read More<!--/blog_post_readmore_content--></a><!--/blog_post_readmore-->
</div>
</div><!--/blog_post--><!--blog_post-->
<!--/blog_post--><!--blog_post-->
<!--/blog_post-->
</div><!--/blog-->
</div>
</section>



<footer class="u-align-center u-clearfix u-footer u-image u-footer" id="sec-ca84" data-image-width="2000" data-image-height="1000"><div class="u-clearfix u-sheet u-valign-bottom-xs u-sheet-1">
<p class="u-align-center u-heading-font u-text u-text-white u-text-1"><span class="u-file-icon u-icon u-text-grey-5"><img src="../images/149444-00bd855f.png" alt=""></span>&nbsp;Создатели
</p>
<a href="https://t.me/powshe" class="u-align-center-xs u-border-2 u-border-grey-5 u-border-hover-grey-75 u-btn u-btn-round u-button-style u-hover-grey-75 u-none u-radius-14 u-btn-1" target="_blank">марченко е.а.</a>
<a href="https://t.me/syswin" class="u-align-center-xs u-border-2 u-border-grey-5 u-border-hover-grey-75 u-btn u-btn-round u-button-style u-hover-grey-75 u-none u-radius-14 u-btn-2" target="_blank">круглов а.а.</a>
<img class="u-align-center u-image u-image-contain u-image-default u-image-1" src="../images/2023-11-010317072121.png" alt="" data-image-width="1314" data-image-height="598">
</div></footer>
<section class="u-backlink u-clearfix u-grey-80">
<a class="u-link" href="https://nicepage.com/website-templates" target="_blank">
<span>Website Templates</span>
</a>
<p class="u-text">
<span>created with</span>
</p>
<a class="u-link" href="" target="_blank">
<span>Website Builder Software</span>
</a>.
</section>

</body></html>
Loading

0 comments on commit 1a0f13a

Please sign in to comment.