-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaudio.html
More file actions
50 lines (43 loc) · 1.93 KB
/
Copy pathaudio.html
File metadata and controls
50 lines (43 loc) · 1.93 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
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Audio | NC Studio</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700;800&family=Rajdhani:wght@400;600;700&display=swap" rel="stylesheet" />
<link rel="icon" type="image/svg+xml" href="favicon.svg?v=4" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<header class="site-header">
<a class="brand" href="index.html">NC STUDIO</a>
<button class="menu-toggle" aria-expanded="false" aria-controls="site-nav">Menu</button>
<nav id="site-nav" class="site-nav">
<a href="index.html">Accueil</a>
<a href="videos.html">Videos</a>
<a href="graphisme.html">Graphisme</a>
<a href="audio.html" class="active">Audio</a>
<a href="jeux.html">Roblox</a>
<a href="serveurs.html">Discord</a>
<a href="contact.html">Commander</a>
</nav>
</header>
<main class="page">
<h1>Audio</h1>
<p class="lead">Categorie active sans exemples de portfolio affiches.</p>
<section class="pricing-grid">
<article class="price-card"><h2>Nettoyage voix</h2><p>Reduction bruit, EQ et compression.</p></article>
<article class="price-card"><h2>Mix</h2><p>Assemblage et equilibrage multi-pistes.</p></article>
<article class="price-card"><h2>Mastering</h2><p>Finition pour diffusion web et streaming.</p></article>
</section>
<section class="discord-cta">
<h2>Commande audio</h2>
<a class="btn btn-primary" href="https://discord.gg/3ukNzVD94q" target="_blank" rel="noopener noreferrer">Commander sur Discord</a>
</section>
</main>
<footer class="site-footer"><p>© 2026 NC Studio</p></footer>
<script src="script.js"></script>
</body>
</html>