-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
118 lines (112 loc) · 4.39 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
<!DOCTYPE HTML>
<html>
<head>
<title>Alan Finotty</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<a class="image"><img src="images/aaf.bmp"></a>
</header>
<!-- Banner -->
<section id="banner">
<div class="inner">
<h1>Alan Finotty - Realtek Audio Driver Mods (ALCXXX)</h1>
<p>Click on one of the buttons below to download the latest versions of the Legacy or DCH-UAD packages, respectively.</p>
<ul class="alt">
<li><a href="https://github.com/AlanFinotty1995/AAFRealtekMod/releases/download/6.0.8960.1/AAFHDAudioPack-6.0.8960.1.exe" class="button primary icon fa-download">Download AAF Optimus Sound</a></li>
<li><a href="https://github.com/AlanFinotty1995/AAF_DCH_RealtekModded/releases/download/6.0.8984.1/AAFAudioPackDCH-6.0.8984.1.exe" class="button primary icon fa-download">Download AAF DCH Optimus Sound</a></li>
</ul>
</div>
<video autoplay loop muted playsinline src="images/bannerindex.mp4"></video>
</section>
<!-- Highlights -->
<section class="wrapper">
<div class="inner">
<header class="special">
<h2>Enabled Features</h2>
<p>Below are the components that are currently enabled on this project.</p>
</header>
<div class="highlights">
<section>
<div class="content">
<header>
<h2>Realtek Audio Console</h2>
</header>
<p>The UWP application and the standard libraries are present so that you can control the onboard audio chip on your motherboard.</p>
</div>
</section>
<section>
<div class="content">
<header>
<h2>Sound BlasterX 360°</h2>
</header>
<p>Equivalent to the SBX 720, only lighter and easier to use.</p>
</div>
</section>
<section>
<div class="content">
<header>
<h2>Sound BlasterX 720°</h2>
</header>
<p>Sound BlasterX 720° is our top-of-the-line audio engines and solutions for all your audio needs.</p>
</div>
</section>
<section>
<div class="content">
<header>
<h2>Sonic Studio 3</h2>
</header>
<p>Sonic Studio offers rich sound settings, in-game noise cancellation, voice-volume stabilization, and boost so you can hear everything to enhance your in-game performance.</p>
</div>
</section>
<section>
<div class="content">
<header>
<h2>Nahimic 3</h2>
</header>
<p>World-renowned audio software with the finest 3D Sound technology that provides you with the most immersive gameplay and leads you to victory.</p>
</div>
</section>
<section>
<div class="content">
<header>
<h2>Dolby Atmos</h2>
</header>
<p>Sound has never sounded this good. Feel a deeper connection to the stories and music you love with sound that moves all around you with breathtaking realism.</p>
</div>
</section>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="content">
<section>
<h4>Followers and Support</h4>
<ul class="plain">
<li><a href="https://www.techpowerup.com/forums/members/alan-finote.170292" target="_blank" rel="noopener noreferrer"><i class="icon <a href="https://www.techpowerup.com/favicon.ico""</a>"> </i>TechPowerUp</a></li>
<li><a href="https://github.com/AlanFinotty1995" target="_blank" rel="noopener noreferrer"><i class="icon fa-github"> </i>Github</a></li>
</ul>
</section>
</div>
<div class="copyright">
<p>Copyright © 2020 Alan Finotty. Other trademarks and/or logos cited herein are trademarks and/or registered trademarks of their respective owners.<br/>
Based on Industrious by <a href="https://templated.co/">TEMPLATED</a></p>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>