-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathguest-welcome.html
106 lines (76 loc) · 4.62 KB
/
guest-welcome.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!doctype html>
<html>
<head>
<meta http-equiv="ScreenOrientation" content="autoRotate:disabled">
<meta charset="utf-8">
<title>BizDayGlobal Guest Welcome</title>
<link rel="stylesheet" href="./main.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap"
rel="stylesheet">
<meta name='description' content='BizDayGlobal consistently strives to make our guests look good!'>
</head>
<body>
<div class="biz-day-section__container">
<div class="biz-day-section__wrapper">
<table>
<tr>
<td height="400">
<a href="https://BizDayGlobal.com"><img src="assets/BizDayGlobal_static.png" width="400"></a>
</td>
</tr>
<tr>
<td>
<h1 class="biz-day__heading">Preparing for the Interview</h1>
</td>
</tr>
<tr>
<td align="left">
<br/>We are grateful to have you as a guest on BizDayGlobal! We strive to make our guests look good. To that end, please read through the following guidelines and let us know if you have questions.
<ul>
<li>First question: We will ask you to give our audience your "elevator pitch". <br/> </br></li>
<li>Since BizDayGlobal is here to make you look good, we will not push into areas that you want to avoid. For example, if we ask a question about an unannounced project, just say "we're not ready to discuss that yet" and our interviewer will gladly move on.<br/> <br/>We are not trying to catch you with <i>gotcha</i> questions; we want you to look good in front of the audience!<br/> </br></li>
<li>Subsequent questions will key off your responses to our earlier questions. We will also refer to the information on your web site, LinkedIn profile, and other publicly available info about you and your company.<br/> <br/></li>
<li>Wear solid colors- Just like in TV news, it's always best to wear solid colors.<br/> </br></li>
<li>Make eye contact- Position your computer or phone at eye level and look at your host or directly into the camera. When in doubt, look into the camera.<br/> </br></li>
<li>Keep water nearby- To avoid interruptions, always keep a glass of water nearby in case you need to hydrate mid-interview.<br/> </br></li>
<li>Arrive early- Join the stream 5-10 minutes early for testing.<br/> </br></li>
<li>Setup with plenty of light on your face- use natural light if possible.<br/> </br></li>
<li>Keep your head center framed, with a small amount of room between the top of your head, and the top of the frame.<br/> </br></li>
<li>Stay close to the computer so we can hear you – the distance you need to type comfortably at the keyboard is perfect.<br/> </br></li>
</ul>
</td>
</tr>
</table>
<p> <br/> <br/></p>
<div class="biz-day__heading-wrapper">
<h1 class="biz-day__heading">Technology</h1>
</div>
<table>
<tr>
<td align="left">
<br/>We are grateful to have you as a guest on BizDayGlobal! We strive to make our guests look good. To that end, please read through the following guidelines and let us know if you have questions.
<ul>
<li>Interviews are conducted via <a href="https://zoom.us">Zoom</a>. Do you want a custom background to appear behind you during the interview?<br/> </br></li>
<li>If you can, hardwire your computer into the ethernet port on your router.<br/> </br></li>
<li>Close all browser windows, and limit any unnecessary bandwidth usage on your network (streaming, downloads, etc).<br/> </br></li>
<li>Use Google Chrome if possible for a stronger, faster connection.<br/> </br></li>
<li>Unless you have a studio-quality microphone, we recommend using a headset with a microphone if possible.<br/> </br></li>
<li>Make sure your camera and mic are open when you join.<br/> </br></li>
<li>Eliminate background noise- ensure phone and chat services are muted.<br/> </br></li>
</ul>
</td>
</tr>
<tr>
<td align="left">
<br/> <br/> <br/>Again, thank you for appearing on BizDayGlobal. Feel free to contact any member of our team if you have questions.
</td>
</tr>
</table>
<p> <br/> <br/></p>
<p> <br/> <br/></p>
<div class="biz-day__heading-wrapper">
<h1 class="biz-day__heading"><a href="index.html">BizDayGlobal Home</a></h1>
</div>
</div>
</body>
</html>