@@ -12,19 +12,19 @@ export default async function AtFairPage() {
12
12
for can be intimidating! But don't fret, below we’ve collected some
13
13
tips on how to get the most out of your conversation.
14
14
</ P >
15
- < P >
16
- < ul >
17
- < li >
18
- < i > · Formulate your sentences and speak clearly.</ i >
19
- </ li >
20
- < li >
21
- < i > · Treat it like a friendly chat.</ i >
22
- </ li >
23
- < li >
24
- < i > · Show interest and ask questions.</ i >
25
- </ li >
26
- </ ul >
27
- </ P >
15
+
16
+ < ul className = "mt-2 text-stone-400" >
17
+ < li >
18
+ < i > · Formulate your sentences and speak clearly.</ i >
19
+ </ li >
20
+ < li >
21
+ < i > · Treat it like a friendly chat.</ i >
22
+ </ li >
23
+ < li >
24
+ < i > · Show interest and ask questions.</ i >
25
+ </ li >
26
+ </ ul >
27
+
28
28
< P >
29
29
Remember that you are not chatting with an AI who just knows facts
30
30
about the company, but with another person. Think of it as a date
@@ -33,7 +33,24 @@ export default async function AtFairPage() {
33
33
</ div >
34
34
< br />
35
35
< Page . Header tier = "secondary" > Example questions</ Page . Header >
36
+ < P >
37
+ Below are some examples of questions you can ask the companies during
38
+ Armada.
39
+ </ P >
36
40
{ /*INSERT QUESTION GENERATOR HERE*/ }
41
+ < div className = "mt-2 flex min-h-48 min-w-48 rounded-2xl bg-green-950 p-5" >
42
+ < p className = "absolute text-green-300 opacity-80" >
43
+ < i > Question</ i >
44
+ </ p >
45
+ < div className = "flex-grow place-content-center justify-center" >
46
+ < p className = "text-center text-3xl text-green-50 opacity-90" >
47
+ < i >
48
+ If you could give your younger self advice about working in your
49
+ field, what would it be?
50
+ </ i >
51
+ </ p >
52
+ </ div >
53
+ </ div >
37
54
</ Page . Boundary >
38
55
</ Page . Background >
39
56
)
0 commit comments