summaryrefslogtreecommitdiff
path: root/index.html
blob: 1c09e8857a9a097c6c2e663f3feedb21139f5e16 (plain)
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
<!doctype html>

<head>
    <title>Index page</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="style.css">
    <script async src="https://ackee.grailfinder.net/tracker.js" data-ackee-server="https://ackee.grailfinder.net" data-ackee-domain-id="49bb31db-aeb0-47b0-9964-4c9650306394"></script>
</head>

<body>
<div id="content">
    <h2>Todays phrase</h2>
    <p id=phrase>Aber jedes einzelne Brett ist dick und sie haben keine Lücken dazwischen, also sieht es gut aus. </p>
    <img src=nessi_generated.jpg alt="some nessi generated image" width=250 height=250></img>
    <p>
            todays_audio.opus <br />
            <audio controls>
            <source src="./todays_audio.opus" type="audio/ogg">
            Your browser does not support the audio element.
            </audio>
    </p>


    <h2>Site introduction:</h2>
    <p>stories about encountering problems and solving them</p>

    <div>
        <h2>Text manipulation</h2>
        <ul>
            <li><a href="text_manipulation/extraction/reasoning.html">Text extraction (from german videoaudiobook "Overlord")</a></li>
        </ul>
        <h2>Audio manipulation</h2>
        <ul>
            <li><a href="audio_related/voice_cloning/reasoning.html">Voice cloning (of youtuberin NesfateLP)</a></li>
        </ul>
</div>

<div>
    <h2>
        <a href="./contacts.html">
            Contacts
        </a>
    </h2>
</div>


</div>
</body>