-
Notifications
You must be signed in to change notification settings - Fork 0
/
ps_help.html
480 lines (429 loc) · 19.1 KB
/
ps_help.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="img/logo.png" type="img/png">
<meta name="description" content="Find out the answers to any of your personal statement questions here.">
<title>The Medical Geeks | Personal Statement Service</title>
<link href="css/style.css" rel="stylesheet" type="text/css" media="screen, projection" />
<link href="css/responsive.css" rel="stylesheet" type="text/css" media="screen, projection" />
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="screen, projection" />
<link href="css/info.css" rel="stylesheet" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:600" rel="stylesheet">
<!-- THIS IS NEEDED FOR NAV BAR + NOTIFICATION BELL -->
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- FOR CATEOGORIES SECTION-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Karla:wght@400;700&display=swap" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-166932878-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-166932878-1');
</script>
</head>
<body data-spy="scroll" data-target=".home_banner_content" data-offset="50">
<header class="header_area">
<div class="main_menu">
<nav class="navbar fixed-top navbar-expand-lg navbar-dark" style="background-color: #5985BA">
<a class="navbar-brand" href="./index.html">
<img src="img/logo.png" width="60" height="60" class="d-inline-block align-center" alt="">TheMedicalGeeks
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02"
aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ml-auto mt-2 mt-lg-0">
<li class="nav-item">
<a class="nav-link" href="./interview.html">Interview</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./ucat.html">UCAT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./bmat.html">BMAT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./personal-statement.html">Personal Statement</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Blog
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="blog.html">
<img src="img/icons/dropdown-home.png" width="30" height="30" style="margin:0 1em 0 0 "
alt="">Home</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="blog-individuals/UCAT/ucat-hm-blog.html">
<img src="img/icons/dropdown-ucat.png" width="30" height="30" style="margin:0 1em 0 0 "
alt="">UCAT</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="blog-individuals/PS/ps-hm-blog.html"><img
src="img/icons/dropdown-ps .png" width="30" height="30" style="margin:0 1em 0 0 " alt="">Personal
Statement</a></a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="blog-individuals/BMAT/bmat-hm-blog.html"><img
src="img/icons/dropdown-bmat.png" width="30" height="30" style="margin:0 1em 0 0 "
alt="">BMAT</a></a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="blog-individuals/Interview/interviewe-hm-blog.html"><img
src="img/icons/dropdown-int.png" width="30" height="30" style="margin:0 1em 0 0 "
alt="">Interview</a></a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="blog-individuals/admission/work-exp-hm.html"><img
src="img/icons/dropdown-admission.png" width="30" height="30" style="margin:0 1em 0 0 "
alt="">Admissions Process</a></a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="./freebies.html">Free Resources</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./about.html">About Us</a>
</li>
<div class="wrapper" onclick="clickCounter(); openNav();">
<div class="notification" onclick="openNav(); clickCounter();">
<i class="far fa-bell"></i>
<div class="text" onclick="closeBar();">Notifications</div>
<div class="notify-count count1 common-count" id="common-count" count="0">
<div class="value" id="value">0</div>
</div>
</div>
</div>
</ul>
</div>
</nav>
</div>
</header>
<div class="faqs-area">
<h1>Frequently Asked Questions</h1>
<p>Personal Statement Service</p>
</div>
<section class="accordion-area area-padding">
<button class="accordion">I can't see the edits you made on my personal statement</button>
<div class="panel">
<p>If you cannot see the changes we've made, send us an email and we'll see what we can do.
</div>
<button class="accordion">What do you guys actually do to our personal statement?</button>
<div class="panel">
<p>Once you send us a word doc of your personal statement, we'll read it and give line by line annotation to it
via
GoogleDocs. This allows us to make recommended changes to your personal statement without changing the hard
copy.
We then send it back to you for you to see the recommended changes and any weak areas we've highlighted.</p>
</div>
<button class="accordion">Can you write my personal statement?</button>
<div class="panel">
<p>UCAS T&C states that no one can write your personal statement other than you. We don't want to break these
rules
and neither should you!</p>
</div>
<button class="accordion">Will I get into medical school if you mark my essay?</button>
<div class="panel">
<p>We cannot guarantee a successful entry. However, we can guarantee that your application will become more
competitive.</p>
</div>
<button class="accordion">Do you do personal statements other than medicine?</button>
<div class="panel">
<p>We do 2x reviews of your personal statement from 2x medical students. So technically 4 reviews!!</p>
</div>
<button class="accordion">How many reviews of my personal statement do you do?</button>
<div class="panel">
<p>We do 2x reviews of your personal statement from 2x medical students. So technically 4 reviews!!</p>
</div>
<script>
var acc = document.getElementsByClassName("accordion");
var i;
for (i = 0; i < acc.length; i++) {
acc[i].addEventListener("click", function () {
this.classList.toggle("active");
var panel = this.nextElementSibling;
if (panel.style.display === "block") {
panel.style.display = "none";
} else {
panel.style.display = "block";
}
});
}
</script>
</section>
<footer class="page-footer font-small blue pt-4">
<div class="container-fluid text-center text-md-left">
<div class="row">
<div class="col-md-4 mx-auto">
<a class="footer-logo" style="font-family: Arial Black, sans-serif; font-size: 25px;">
<img src="img/logo.png" width="60" height="60" class="d-inline-block align-center"
alt=""><strong>TheMedicalGeeks
</strong>
</a>
<p><i>Founded by medical students, for future medical students</i></p>
</div>
<hr class="clearfix w-100 d-md-none">
<div class="col-md-2 mx-auto">
<h5 class="font-weight-bold text-uppercase mt-3 mb-4">Services</h5>
<ul class="list-unstyled">
<li>
<a href="./ucat.html">UCAT</a>
</li>
<li>
<a href="./bmat.html">BMAT</a>
</li>
<li>
<a href="./personal-statement.html">Personal Statement</a>
</li>
<li>
<a href="./interview.html">Interview</a>
</li>
<li>
<a href="./faqs.html">FAQs</a>
</li>
</ul>
</div>
<hr class="clearfix w-100 d-md-none">
<div class="col-md-2 mx-auto">
<h5 class="font-weight-bold text-uppercase mt-3 mb-4">Freebies</h5>
<ul class="list-unstyled">
<li>
<a href="#./freebies">UCAT Questions</a>
</li>
<li>
<a href="./freebies.html">BMAT Questions</a>
</li>
<li>
<a href="./freebies.html">PS Examples</a>
</li>
<li>
<a href="./freebies.html">Interview Questions</a>
</li>
</ul>
</div>
<hr class="clearfix w-100 d-md-none">
<div class="col-md-2 mx-auto">
<h5 class="font-weight-bold text-uppercase mt-3 mb-4">About Us</h5>
<p>TheMedicalGeeks<br>71-75 Shellon Street</br>Covent Garden<br>London</br>WC2H 9JQ</p>
</div>
</div>
</div>
<hr>
<div class="row d-flex align-items-center">
<div class="col-md-7 col-lg-8">
<p class="footer-copyright text-center text-md-left">© 2020
<a href="./index.html">
<strong>TheMedicalGeeks Ltd</strong>
</a>
</p>
</div>
<div class="col-md-5 col-lg-4 ml-lg-0">
<div class="footer-terms text-center text-md-right">
<ul class="list-unstyled list-inline">
<li class="list-inline-item">
<a href="./tnc.html">T&Cs</a>
</li>
<li class="list-inline-item">
<a href="privacy-policy.html">Privacy & Cookies</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<a id="extra-container-fluid" class="background-close" href="javascript:void(0)" onclick="closeNav()"></a>
</div>
<div id="mySidenav" class="sidenav">
<div class="side-navbar-header">
<div class="container-fluid">
<h1><a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
TheMedicalGeeks Info Centre</h1>
</div>
</div>
<div class="sidebar-card-container">
<div class="card">
<div class="card-side">
<div class="newdate">
<p1>5th June 2020</p1>
</div>
<a href="covid+ucat.html">
<h3>Latest Update On UCAT UK And Covid-19</h3>
</a>
<a href="covid+ucat.html">
<img class="side-img" src="img/background/ucat-covid-banner.png">
</a>
<h8><strong>Important Information Update</strong></h8>
<br>
<p9>The UCAT has announced on 1st June 2020 that:</p9>
<br>
<br>
<ul>✅ You can sign up for UCAT from <strong>1st July 2020</strong></ul>
<ul>
✅ Exam can be taken from <strong> 3rd Aug to 1st Oct</strong>
</ul>
<ul>
✅ UCAT can be <strong>sat online</strong>
</ul>
<ul>
✅ UCAT can be done at <strong>Pearson Vue's centres</strong>
</ul>
<br>
<p9>You can find out <strong><a href="https://www.ucat.ac.uk/ucat/ucat-2020-update/" target="_blank">
more information here...</a></strong></p9>
<br>
<br>
<p9>📅 To keep up to date with the latest information regarding Covid-19 and the UCAT exam,
make
sure to follow us on <strong><a href="https://www.instagram.com/themedicalgeeks/" target="_blank">Instagram
for
the latest news!</a></strong></p9>
<br>
<br>
<p5>🚀 To improve your UCAT score, read our <strong><a href="blog.html">blogs
here</a></strong>
or
check
out our <a href="ucat.html"><strong>UCAT guide here.</strong></a></p5>
</div>
<div class="card-side">
<div class="newdate">
<p1>1st June 2020</p1>
</div>
<a href="blog-individuals/UCAT/tips-UCAT.html">
<h3>How To Improve Your UCAT Score Blog!</h3>
</a>
<a href="blog-individuals/UCAT/tips-UCAT.html">
<img class="side-img" src="img/background/UCAT-banner-side.png">
</a>
<h8><strong>What's In The Blog?</strong></h8>
<br>
With UCAT Tests around the corner, its time to read tips on how to improve your score! We look
at:
<br>
<br>
<strong>
<ul>✅ Time Management</ul>
</strong>
<ul>
<strong>✅ How To Guess</strong>
</ul>
<ul>
<strong>✅ How To Practice</strong>
</ul>
<ul>
<strong>✅ How To Improve Marginal Gains </strong>
</ul>
<br>
<p3>📅 To keep up to date with the latest information regarding Covid-19 and the UCAT exam, make
sure to follow us on <strong> <a href="https://www.instagram.com/themedicalgeeks/" target="_blank">Instagram
for
the latest news!</a></strong></p3>
<br>
<br>
<p5>🚀 To improve your UCAT score, read our <strong><a href="blog.html">blogs
here</a></strong>
or check
out our <strong><a href="ucat.html">UCAT guide here.</a></strong></p5>
</div>
<div class="card-side">
<div class="newdate">
<p1>1st June 2020</p1>
</div>
<a href="blog-individuals/PS/tips-ps.html">
<h3>How To Improve Your Personal Statement Blog!</h3>
</a>
<a href="blog-individuals/PS/tips-ps.html">
<img class="side-img" src="img/background/ps-sidebar.png">
</a>
<h8><strong>What's In The Blog?</strong></h8>
<br>
Not sure where to start with your personal statement? In this blog, we cover:
<br>
<br>
<strong>
<ul>✅ How To Make It Interesting</ul>
</strong>
<ul>
<strong>✅ Making Sure You Don't Forget The Important Information</strong>
</ul>
<ul>
<strong>✅ How To Make It Personal!</strong>
</ul>
<br>
<p3>📅 To keep up to date with the latest information regarding Covid-19 and the UCAT exam, make
sure to follow us on <strong> <a href="https://www.instagram.com/themedicalgeeks/" target="_blank">Instagram
for
the latest news!</a></strong></p3>
<br>
<br>
<p5>🚀 To improve your Personal Statement, read our <strong><a href="blog.html">blogs
here</a></strong>
or check
out our <strong><a href="personal-statement.html">Personal Statement guide
here.</a></strong></p5>
</div>
</div>
</div>
<!--Opens up side nav upon clicking on bell // also contains clicking on side to close sidenav bar-->
<script>
function openNav() {
var x = document.getElementById("mySidenav");
if (window.matchMedia("(max-width:768px)").matches) {
document.getElementById("mySidenav").style.width = "100vw";
document.body.style.backgroundColor = "rgba(1,1,1,1)";
document.getElementById("extra-container-fluid").style.width = "100vw";
}
else {
document.getElementById("mySidenav").style.width = "45vw";
document.body.style.backgroundColor = "rgba(1,1,1,1)";
document.getElementById("extra-container-fluid").style.width = "100vw";
}
}
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
document.body.style.backgroundColor = "white";
document.getElementById("extra-container-fluid").style.width = "0";
}
function closeBar() {
document.getElementById("navbarTogglerDemo02").style.height = "0";
document.getElementById("navbarTogglerDemo02").style.width = "0";
}
</script>
<!--Setting local storage to clear the notification symbol if user closes browser or reopens tab-->
<script type="text/javascript">
function clickCounter() {
if (typeof (Storage) !== "undefined") {
if (sessionStorage.clickcount) {
sessionStorage.clickcount += 1;
document.getElementById('common-count').style.display = "none";
} else {
sessionStorage.clickcount = 1;
document.getElementById('common-count').style.display = "block";
}
}
}
if (sessionStorage.clickcount) {
document.getElementById('common-count').style.display = "none";
}
</script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
</body>
</html>