-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
129 lines (114 loc) · 4.49 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>PIETRO ROYALTY</title>
<link rel="stylesheet" type="text/css" href="css/icomoon.css" />
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<!-- <script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script> -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<!-- development version, includes helpful console warnings -->
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<!-- production version, optimized for size and speed -->
<!-- <script src="https://cdn.jsdelivr.net/npm/vue"></script> -->
</head>
<body>
<!-- <div id="overlay"></div> -->
<div id="app">
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item">
<span class="icon-menu"></span>
</a>
<a class="navbar-item navbar-title is-uppercase">
Pietro Royalty
</a>
<a class="navbar-item">
<span class="icon-search"></span>
</a>
</div>
</nav>
<!-- <aside class="sidenav">
<span></span>
<a href="/">Blog</a>
<span></span>
<a href="/biografia">Biografia</a>
<span></span>
<a href="mailto:info@pietroroyalty.com">Kontakt</a>
<span></span>
<a href="http://instagram.com/pietroroyalty" target="_blank" class="social instagram">
<span class="icon-instagram"></span>
</a>
<span></span>
<a href="http://facebook.com/pietroroyalty" target="_blank" class="social facebook">
<span class="icon-facebook"></span>
</a>
<span></span>
<a href="http://twitter.com/pietroroyalty" target="_blank" class="social twitter">
<span class="icon-twitter"></span>
</a>
<span></span>
<a href="http://soundcloud.com/pietroroyalty" target="_blank" class="social soundcloud">
<span class="icon-soundcloud"></span>
</a>
<span></span>
</aside> -->
<!-- <div id="search-bar" class="searchbar">
<div><input id="search" type="text" name="search" placeholder="Vyhľadávanie" /></div>
</div> -->
<section id="posts" class="section">
<post v-for="(data, index) in posts" v-bind:data="data" v-bind:key="index"></post>
</section>
</div>
<!-- <script src="js/scripts.js"></script> -->
<script src="js/index.js"></script>
</body>
</html>
<!--
<div id="container">
<div id="navigation" class="fixed w3-container">
<ul class="navigation w3-navbar w3-large">
<li style="width:100%;text-align:center">
<a id="nav-menu" href="javascript:toggleNavigation()" style="float:left">
<span class="icon-menu"></span>
</a>
<a href="/" class="title">PIETRO ROYALTY</a>
<a id="nav-search" href="javascript:toggleSearch()" style="float:right">
<span class="icon-search"></span>
</a>
</li>
</ul>
</div>
<div id="main" class="w3-container">
<div class="post" tags="hudba,video,produkcia">
<div class="content">
<div class="w3-image img">
<a href="post.html"><img src="images/002picture.jpg" alt="článok 2"/></a>
</div>
<a href="post.html"><h2>Mojich 9 osobných rád, ako sa zdokonaliť v tvorbe beatov.</h2></a>
<h3>
To, že máš rád hiphop alebo hudbu je úplne odlišný pojem. Ak ťa vôbec nebaví iný žáner, tak to ďalej ani
nemusíš čítať.
</h3>
<p class="post-date">24. December 2016, 15:10</p>
</div>
</div>
<div class="post" tags="hudba,video,produkcia">
<div class="content">
<div class="w3-image img">
<a href="post.html"><img src="images/001picture.jpg" alt="článok 1"/></a>
</div>
<a href="post.html"><h2>Prečo som založil túto stránku?</h2></a>
<h3>
Keď sa pozriem spätne na seba, tak si spomeniem ako som po nociach hľadal články na zahraničných
stránkach, len aby som sa naučil to, čo ma fascinuje dodnes.
</h3>
<p class="post-date">08. November 2016, 00:18</p>
</div>
</div>
</div>
<div id="footer" class="w3-container">
<p class="title w3-center">Copyright © 2016-2020 Pietro Royalty. All rights reserved.</p>
</div>
</div> -->