|
1 | 1 | import React from "react"; |
2 | 2 | import { HACKATHON_YEAR } from "../constants"; |
3 | | -import { Link } from "react-router-dom"; |
4 | 3 |
|
5 | 4 | export default () => ( |
6 | 5 | <div> |
7 | | - <p style={{ maxWidth: 575, margin: "20px auto" }}> |
8 | | - We have calculated your flight cap based on the location in your application, and above is the amount up to which we can reimburse the cost of your flight.<strong> If you do not book your flight through Egencia (details below) by the deadline, we will assume you are declining the reimbursement, and you will not be reimbursed. </strong>See the detailed steps below that walk you through booking a flight using Egencia! This should take about 15-20 minutes and must be completed by the deadline above. |
9 | | - </p> |
10 | | - <button className="btn btn-custom"> |
11 | | - <a href="https://www.egencia.com/pub/agent.dll?qscr=mtgd&mgid=84861&miid=87A6AC6D9057&gpid=9AE927F23FE9" style={{ color: "white" }}> |
12 | | - Egencia |
13 | | - </a> |
14 | | - </button> |
15 | | - <ul style={{ textAlign: "left", margin: "20px auto", maxWidth: 575 }}> |
16 | | - <li> Create an account on Egencia |
17 | | - <ul> |
18 | | - <li>Select “Create an account for TreeHacks 2025”.</li> |
19 | | - <li>Your name must match your government ID exactly.</li> |
20 | | - <li>For Egencia user name, use the email address you applied to TreeHacks with.</li> |
21 | | - <li>Select “Use password sign-in”.</li> |
22 | | - <li>For SUNet ID, put “N/A”.</li> |
23 | | - <li>For email, use the email address you applied to TreeHacks with.</li> |
24 | | - <li>For Affiliation, put “Guest”.</li> |
25 | | - <li>For Employee ID, put “0”.</li> |
26 | | - <li>For Budget Unit, select “University General”.</li> |
27 | | - <li>Click “Submit user account request”.</li> |
28 | | - <li>You will then receive an email to create your password.</li> |
29 | | - </ul> |
30 | | - </li> |
31 | | - <li> |
32 | | - Book flight through Egencia |
33 | | - <ul> |
34 | | - <li>On your profile, select “Add a flight”.</li> |
35 | | - <li>The name of your traveler must match your government ID exactly.</li> |
36 | | - <li>Fly into SFO or SJC.</li> |
37 | | - <li>Be sure to book a flight that will let you arrive at Stanford campus BEFORE 5:30pm on Friday, Feb 16.</li> |
38 | | - <li>Be sure to book a flight that will let you leave campus no earlier than 2:30pm on Sunday, Feb 18.</li> |
39 | | - <li>Leaving earlier than 2:30pm may mean you will not be able to receive your prize.</li> |
40 | | - <li>Upon checkout:</li> |
41 | | - <ul> |
42 | | - <li>Use your own credit card to pay for your flight. If you meet all reimbursement criteria, you will be reimbursed after the event.</li> |
43 | | - <li>Select “No” when responding to the ‘Is this trip Federally Funded?’ question.</li> |
44 | | - <li>Select “Business” when responding to the ‘Business or Personal Travel’ question.</li> |
45 | | - <li>Include “Test Event” in the ‘Expense Notes’ field.</li> |
46 | | - <li>Read the flight reimbursement criteria below.</li> |
47 | | - </ul> |
48 | | - </ul> |
49 | | - </li> |
50 | | - </ul> |
51 | | - <p style={{ textAlign: "left", margin: "20px auto", maxWidth: 575 }}> |
52 | | - Your reimbursement will be rejected if you don't: |
53 | | - </p> |
54 | | - <ul style={{ textAlign: "left", margin: "20px auto", maxWidth: 575 }}> |
55 | | - <li>Check-in at the event in person</li> |
56 | | - <li>Submit a qualified project to the Devpost before hacking closes. A qualified project is one where: </li> |
57 | | - <ul> |
58 | | - <li>it is clear that thought and effort went into the project</li> |
59 | | - <li>it contains original code and is not a fork/clone of an existing repo</li> |
60 | | - <li>it adheres to the rules of the hackathon, which require all coding to be done during the 36 hours</li> |
61 | | - </ul> |
62 | | - <li> |
63 | | - Follow any and all TreeHacks rules & the{" "} |
64 | | - <a |
65 | | - target="_blank" |
66 | | - href="https://github.com/TreeHacks/policies/blob/master/code-of-conduct.md" |
67 | | - > |
68 | | - TreeHacks Code of Conduct. |
69 | | - </a> |
70 | | - </li> |
71 | | - </ul> |
| 6 | + Please read and complete the <a href="https://docs.google.com/document/d/1QVkvW3RKHdBwrWalww8Q3QGB-ukNai_m7BX0iqfzFGQ/edit?usp=sharing">TreeHacks {HACKATHON_YEAR} Travel Reimbursement Instructions</a> |
72 | 7 | </div> |
73 | 8 | ); |
0 commit comments