File tree 1 file changed +27
-5
lines changed
src/app/student/at-the-fair
1 file changed +27
-5
lines changed Original file line number Diff line number Diff line change
1
+ import { P } from "@/app/_components/Paragraph"
1
2
import { Page } from "@/components/shared/Page"
2
3
3
4
export default async function AtFairPage ( ) {
@@ -6,12 +7,33 @@ export default async function AtFairPage() {
6
7
< Page . Boundary >
7
8
< Page . Header > At the Fair</ Page . Header >
8
9
< div >
9
- < ul >
10
- < li > 1.</ li >
11
- < li > 2.</ li >
12
- < li > 3.</ li >
13
- </ ul >
10
+ < P >
11
+ Walking up to a representative of a company you really want to work
12
+ for can be intimidating! But don't fret, below we’ve collected some
13
+ tips on how to get the most out of your conversation.
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 >
28
+ < P >
29
+ Remember that you are not chatting with an AI who just knows facts
30
+ about the company, but with another person. Think of it as a date
31
+ with a company!
32
+ </ P >
14
33
</ div >
34
+ < br />
35
+ < Page . Header tier = "secondary" > Example questions</ Page . Header >
36
+ { /*INSERT QUESTION GENERATOR HERE*/ }
15
37
</ Page . Boundary >
16
38
</ Page . Background >
17
39
)
You can’t perform that action at this time.
0 commit comments