File size: 907 Bytes
fdda9c6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
    <div id="container">
        <canvas></canvas>
        <div id="overlay">
            <div id="main_window">
                <div id="header">
                    <img src="https://learning-at-home.github.io/logo.png" id="bug-logo"
                         style="width: 40%; max-height: 320px; max-width: 320px; z-index:1000; position: relative;">
                    <br>
                    <h1 class="faded title" style="margin-top:-5%;">
                        <p style="margin-top: 0px; margin-bottom:0px;">
                            <span id="title_text">Training Transformers Together</span>
                        </p>
                        <p style="font-size: 18px; margin-top:0px; margin-bottom:0px;">
                            large-scale training for everyone,&nbsp;by&nbsp;everyone</p>
                    </h1>
                </div>
            </div>
        </div>
    </div>