File size: 1,641 Bytes
4d7183d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<svg fill="none" viewBox="0 0 600 60" width="600" height="60" xmlns="http://www.w3.org/2000/svg">
  <foreignObject width="100%" height="100%">
    <div xmlns="http://www.w3.org/1999/xhtml">
        <style>
            .top-bar {
                padding-bottom: 5px;
                background-color: transparent;
                border-bottom: #dfe4ea 1px solid;
            }
            .top-bar .in-bar-title {
                background-image: linear-gradient(45deg, #8B5FBF, #D6C6E1, #ffffff);
                -webkit-background-clip: text;
                background-clip: text;
                -webkit-text-fill-color: transparent;
                font-family: Gelion, "Open Sans";
                font-size: 2rem;
                font-weight: bold;
                text-align: left;
                display: block;
            }
            .top-bar .in-bar-subtitle {
                font-family: 'Crimson Pro';
                color: #878787;
                font-size: 1rem;
                margin-top: -5px;
                display: block;
                text-align: left;
            }
        </style>

        <div class="top-bar">
            <div class="top-bar-left">
                <span class="in-bar-title">
                    AI Research Assistant
                    <a href="https://github.com/paradoxtown/ai_research_assistant">
                        <i class="fab fa-github" style="font-size:22px;"></i>
                    </a>
                </span>
                <span class="in-bar-subtitle">Your personal free GPT researcher</span>
            </div>
        </div>
    </div>
  </foreignObject>
</svg>