-
Notifications
You must be signed in to change notification settings - Fork 0
/
screenshots.php
32 lines (30 loc) · 1.79 KB
/
screenshots.php
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
<?php include_once('inc_header.php') ?>
<!-- Main -->
<section id="main" class="container">
<header>
<h2>Screenshots</h2>
</header>
<div class="box">
<p><p dir="auto">Because people will ask for it. It is, well... Rack.<br>
But a couple of modules background's have their colors flipped, because damn we want proper dark mode!</p>
<div class="row">
<div class="row-6 row-12-mobilep">
<h3>Module browser</h3>
<a href="https://raw.githubusercontent.com/DISTRHO/Cardinal/main/docs/Screenshot_Module-Browser.png" class="image fit"><img src="https://raw.githubusercontent.com/DISTRHO/Cardinal/main/docs/Screenshot_Module-Browser.png" alt="" /></a>
</div>
<div class="row-6 row-12-mobilep">
<h3>Basic patching</h3>
<a href="https://raw.githubusercontent.com/DISTRHO/Cardinal/main/docs/Screenshot_Basic-Patching.png" class="image fit"><img src="https://raw.githubusercontent.com/DISTRHO/Cardinal/main/docs/Screenshot_Basic-Patching.png" alt="" /></a>
</div>
<div class="row-6 row-12-mobilep">
<h3>Carla and Ildaeil plugin hosts</h3>
<a href="https://raw.githubusercontent.com/DISTRHO/Cardinal/main/docs/Screenshot_Carla%2BIldaeil.png" class="image fit"><img src="https://raw.githubusercontent.com/DISTRHO/Cardinal/main/docs/Screenshot_Carla%2BIldaeil.png" alt="" /></a>
</div>
<div class="row-6 row-12-mobilep">
<h3>Custom Fundamental modules design</h3>
<a href="https://raw.githubusercontent.com/DISTRHO/Cardinal/main/docs/Screenshot_Fundamental.png" class="image fit"><img src="https://raw.githubusercontent.com/DISTRHO/Cardinal/main/docs/Screenshot_Fundamental.png" alt="" /></a>
</div>
</div>
</div>
</section>
<?php include_once('inc_footer.php') ?>