-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (41 loc) · 1.9 KB
/
index.html
File metadata and controls
41 lines (41 loc) · 1.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dmitry Miroshkin Music Official Site</title>
<meta name="description" content="Official music portfolio of Dmitry Miroshkin. Cinematic, ambient, and electronic music for games and films.">
<link rel="icon" href="img/icons/favicon.png">
<link rel="stylesheet" href="styles/fonts.css" type="text/css">
<link rel="stylesheet" href="styles/style.css" type="text/css">
</head>
<body>
<header>
<nav>
<div class="navigate smoothed-field">
<a href="index.html" title="Home page" class="current-page">Home</a>
<a href="about.html" title="About musician">About</a>
<a href="music.html" title="Music content">Music</a>
<a href="contact.html" title="Contact info">Contact</a>
</div>
</nav>
</header>
<main>
<a class="main-title" href="index.html">
<h1>Dmitry Miroshkin</h1>
<h2>Composer & Sound design</h2>
</a>
<section class="contact">
<div class="contact-links smoothed-field">
<a href="mailto:hypnotize@tut.by" title="Mail"><i class="icon-envelope-open"></i></a>
<a href="#" title="Camera"><i class="icon-camera"></i></a>
<a href="https://www.facebook.com/profile.php?id=100001504072769"
target="_blank" title="Facebook"><i class="icon-facebook-squared"></i></a>
</div>
</section>
</main>
<footer class="page-footer">
<p>All rights reserved<br>© <time><script>document.write(new Date().getFullYear());</script></time></p>
</footer>
</body>
</html>