Skip to content

Commit 2e69f71

Browse files
committed
Add question component to at the fair page
1 parent 7cd1e8e commit 2e69f71

File tree

1 file changed

+30
-13
lines changed

1 file changed

+30
-13
lines changed

src/app/student/at-the-fair/page.tsx

+30-13
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ export default async function AtFairPage() {
1212
for can be intimidating! But don't fret, below we’ve collected some
1313
tips on how to get the most out of your conversation.
1414
</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+
2828
<P>
2929
Remember that you are not chatting with an AI who just knows facts
3030
about the company, but with another person. Think of it as a date
@@ -33,7 +33,24 @@ export default async function AtFairPage() {
3333
</div>
3434
<br />
3535
<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>
3640
{/*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>
3754
</Page.Boundary>
3855
</Page.Background>
3956
)

0 commit comments

Comments
 (0)