-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
51 lines (51 loc) · 2.68 KB
/
about.html
File metadata and controls
51 lines (51 loc) · 2.68 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
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About Dmitry Miroshkin</title>
<meta name="description" content="Learn more about Dmitry Miroshkin's expertise in music composition and sound design. Experience in cinematic scores and game soundscapes.">
<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 class="background-blur">
<header>
<nav>
<div class="navigate smoothed-field">
<a href="index.html" title="Home page">Home</a>
<a href="about.html" title="About musician" class="current-page">About</a>
<a href="music.html" title="Music content">Music</a>
<a href="contact.html" title="Contact info">Contact</a>
</div>
</nav>
</header>
<main>
<div class="about">
<article>
<div class="title">
<h3>Music Composition</h3>
</div>
<div class="info hidden">
<p data-text="Whether light instrumentals, or epic cinematic scores, simple and emotive digital ambiences, or Intense and technical electronic music, absolutely nothing is off limits so long as you have a good references and wishes for the composition."></p>
<p data-text="Visit my Music page for projects I’ve worked on and feel free to contact me."></p>
</div>
</article>
<div class="empty-buffer"></div>
<article>
<div class="title">
<h3>Sound Design</h3>
</div>
<div class="info hidden">
<p data-text="Sound effects can help users better understand what is happening on the screen. In addition, sound can enhance the emotional impact of your product. Creating a sound design is a process that requires certain skills and tools."></p>
<p data-text="Let me enrich your productions with a great sound design and foley."></p>
</div>
</article>
</div>
</main>
<footer class="page-footer">
<p>All rights reserved<br>© <time><script>document.write(new Date().getFullYear());</script></time></p>
</footer>
<script src="scripts/text_animation.js"></script>
</body>
</html>