61 lines
1.4 KiB
HTML
61 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html ng-app="app">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
<title>Scientific Journal</title>
|
|
<link rel="stylesheet" href="css/app.min.css">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="Starter Template for bulma">
|
|
<meta property="og:description" content="Bulma is a CSS framework based on Flexbox and built with Sass.">
|
|
<meta property="og:site_name" content="Starter Template for bulma">
|
|
</head>
|
|
<body class="has-navbar-fixed-top">
|
|
//= nav.html
|
|
|
|
//= hero.html
|
|
|
|
<div class="container">
|
|
<section class="section">
|
|
<div class="columns">
|
|
|
|
<div class="column is-3">
|
|
//= mainmenu.html
|
|
</div>
|
|
|
|
<div class="column is-6">
|
|
//= mainbread.html
|
|
<div class="content">
|
|
<h2 class="has-text-link">Vol 10, No 3 (2020)</h2>
|
|
<h3>Table of Contents</h3>
|
|
//= maincontent.html
|
|
//= mainblock.html
|
|
//= mainblock.html
|
|
//= mainblock.html
|
|
//= mainblock.html
|
|
//= mainblock.html
|
|
//= mainblock.html
|
|
//= mainblock.html
|
|
//= mainblock.html
|
|
</div>
|
|
</div>
|
|
|
|
<aside class="column menu is-2">
|
|
<p class="menu-label">
|
|
Login and Register
|
|
</p>
|
|
<ul class="menu-list">
|
|
<li>
|
|
//= loginset.html
|
|
</li>
|
|
<li>
|
|
//= loginform.html
|
|
</li>
|
|
</ul>
|
|
</aside>
|
|
|
|
</div>
|
|
</section>
|
|
</div>
|
|
//= footer.html
|