5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
6
< title > Ask Defang</ title >
7
7
< script src ="https://cdnjs.cloudflare.com/ajax/libs/marked/4.0.2/marked.min.js "> </ script >
8
+ < link rel ="icon " href ="{{ url_for('static', filename='images/defang_icon.svg') }} " type ="image/svg ">
8
9
< style >
9
10
@import url ('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap' );
10
11
</ style >
11
12
< style >
13
+ @font-face {
14
+ font-family : 'Guaruja Neue' ;
15
+ src : url ("{{ url_for('static', filename='fonts/guaruja-neue/GuarujaNeue-Regular.woff') }}" ) format ('woff' );
16
+ font-weight : normal;
17
+ font-style : normal;
18
+ }
19
+
20
+ @font-face {
21
+ font-family : 'Guaruja Neue' ;
22
+ src : url ("{{ url_for('static', filename='fonts/guaruja-neue/GuarujaNeue-SemiBold.woff') }}" ) format ('woff' );
23
+ font-weight : bold;
24
+ font-style : normal;
25
+ }
26
+
12
27
body {
13
- font-family : 'Exo 2' , 'Helvetica Neue' , Arial, sans-serif;
28
+ font- family: 'Guaruja Neue' , ' Exo 2', 'Helvetica Neue' , Arial , sans-serif ;
14
29
margin: 0;
15
30
padding: 0;
16
31
min- height: 100vh;
17
32
dis play: flex;
18
33
justify- content: center;
19
34
align- items: center;
20
- background : linear-gradient (311deg , rgba (63 , 178 , 175 , .67 ), rgba (80 , 54 , 163 , .67 ) 53% , rgba (9 , 23 , 76 , .85 )),
21
- linear-gradient (54deg , hsla (4 , 100% , 74% , .25 ), hsla (4 , 100% , 74% , 0 ) 28% ),
22
- linear-gradient (241deg , rgba (228 , 122 , 255 , .32 ), # d4f0f8 36% );
35
+ background: linear- gradient(311deg, rgba (9, 61, 157, 1.00), rgba (1, 30, 80, 1.00));
23
36
color : # fff ;
24
37
padding: 20px;
25
38
box- sizing: bor der- box;
26
39
}
27
40
28
41
input, button {
29
- font-family : 'Exo 2' , 'Helvetica Neue' , Arial, sans-serif;
42
+ font-family : 'Guaruja Neue' , ' Exo 2', 'Helvetica Neue' , Arial, sans-serif;
30
43
}
31
44
32
45
.chat-container {
41
54
42
55
.img-container {
43
56
height : 2em ;
57
+ margin-top : 10px ;
44
58
display : flex;
45
59
justify-content : center;
46
60
align-items : center;
47
61
width : 100% ;
48
62
}
49
63
50
64
.icon {
51
- height : 2.5 em ;
65
+ height : 2.75 em ;
52
66
}
53
67
54
68
h2 {
55
69
text-align : center;
56
70
color : # fff ;
57
71
margin-top : 10px ;
58
72
margin-bottom : 20px ;
59
- font-weight : 300 ;
60
- font-size : 1.5rem ;
73
+ font-family : 'Guaruja Neue' ;
74
+ font-weight : bold;
75
+ font-size : 1.75rem ;
61
76
}
62
77
63
78
.chat-box {
172
187
< div class ="chat-container ">
173
188
< div class ="img-container ">
174
189
< a href ="https://defang.io/ " target ="_parent ">
175
- < img class ="icon " src ="{{ url_for('static', filename='defang_icon.svg') }} " alt ="defang_icon "/>
190
+ < img class ="icon " src ="{{ url_for('static', filename='images/ defang_icon.svg') }} " alt ="defang_icon "/>
176
191
</ a >
177
192
</ div >
178
193
< h2 > Ask Defang</ h2 >
@@ -184,10 +199,10 @@ <h2>Ask Defang</h2>
184
199
</ button >
185
200
< div class ="issue-container ">
186
201
< a href ="https://github.com/DefangLabs/docs-chatbot/issues " target ="_blank ">
187
- < img class ="icon " style ="height: 1.5em " src ="{{ url_for('static', filename='github_icon.svg') }} " alt ="github_icon "/>
202
+ < img class ="icon " style ="height: 1.5em " src ="{{ url_for('static', filename='images/ github_icon.svg') }} " alt ="github_icon "/>
188
203
</ a >
189
204
< p >
190
- < a href ="https://github.com/DefangLabs/docs-chatbot/issues " target ="_blank ">
205
+ < a href ="https://github.com/DefangLabs/docs-chatbot/issues " target ="_blank " style =" text-decoration: none; " >
191
206
Report an issue
192
207
</ a >
193
208
</ p >
0 commit comments