Commit 0ee53504 authored by Sergey Serov's avatar Sergey Serov

Site

parent f290fbe1
......@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Астрономический Научный Центр</title>
<link rel="shortcut icon" href="dist/logImg.png" type="image/png">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://unpkg.com/fullpage.js/dist/fullpage.min.css">
</head>
......@@ -12,6 +13,24 @@
width: 0px;
background: transparent;
}
@font-face {
font-family: 'Europe';
src: url('./Fonts/6509.TTF') format('truetype');
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: 'BebasNeueBold';
src: url('./Fonts/9114.OTF') format('opentype');
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: 'BebasNeue';
src: url('./Fonts/5114.TTF') format('truetype');
font-style: normal;
font-weight: normal;
}
#navigator{
position: absolute;
padding: 2em;
......@@ -91,15 +110,15 @@
<div class="row">
<div class="col-md-12 col-sm-12"></div>
<div class="WidthNavigation col-md-12 col-sm-12">
<router-link class="navig" to="/" exact>Главная</router-link>
<router-link class="navig" to="/product">Продукция</router-link>
<router-link class="navig" to="/files">Файлы</router-link>
<router-link class="navig" @click.native="Up()" to="/" exact>Главная</router-link>
<router-link class="navig" @click.native="Up()" to="/product">Продукция</router-link>
<router-link class="navig" @click.native="Up()" to="/files">Файлы</router-link>
<a href="#" class="navig" @click="" a>Контакты</a>
</div>
</div>
</nav>
<transition name="fade">
<router-view></router-view>
<router-view ref="page"></router-view>
</transition>
</div>
<script src="dist/build.js"></script>
......
This diff is collapsed.
......@@ -35,4 +35,9 @@ new Vue({
components: {
MainSVG,
},
methods:{
Up: function(){
this.$refs.page.move(1)
}
}
})
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment