-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (44 loc) · 1.67 KB
/
index.html
File metadata and controls
44 lines (44 loc) · 1.67 KB
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
<!doctype html>
<html>
<head>
<title>FrontEnd Development - Stevan Mokranjac</title>
<link rel="stylesheet" href="scss/app.css">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.png" type="image/png">
<link rel="icon" href="images/favicon-16x16.png" type="image/png" sizes="16x16">
<link rel="icon" href="images/favicon-32x32.png" type="image/png" sizes="32x32">
<link rel="icon" href="images/favicon-64x64.png" type="image/png" sizes="64x64">
</head>
<body>
<header>
<div class="header">
<div class="logo">
<a href="index.html" title="Homepage">
<img src="images/logo.svg" alt="theBeastieBoy">
</a>
</div>
<nav class="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="biography.html">Biography</a></li>
<li><a href="works.html">Works</a></li>
<li><a href="compositions.html">Compositions</a></li>
</ul>
</nav>
</div>
</header>
<main class="stevan">
<section class="section-title">
<h1>Stevan Stojanović Mokranjac</h1>
</section>
<section>
<p>Stevan Stojanović Mokranjac (January 9, 1856–1914) was a Serbian composer and music educator. His work was essential in bringing the spirit of Valach Serbian unwritten folk poems into organized art.</p>
</section>
</main>
<footer>
<div class="copy">
© 2020 beastieboy. All
</div>
</footer>
</body>
</html>