-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPersonalTrait.html
64 lines (61 loc) · 2.58 KB
/
PersonalTrait.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
<!doctype html>
<html lang="en">
<head>
<meta charset ="utf-8"/>
<meta name="viewpoint" content="width= device initial-scale=1"/>
<meta "Author" content="Barrington Patterson"/>
<meta "Keywords" content="HTML,CSS,HTML5"/>
<title> Personal Traits </title>
</head>
<body style="background:url(Assets/1.jpg);">
<header>
</header>
<section>
<center>
<table style="width:90%; height:800; border-collapse:collapse;">
<tr>
<td colspan="2" style="background-color:#00E1BB;">
<h1 style="font-size:24px; font-family:Lucida Handwriting,Cursive; text-align:center">Personal Traits</h1>
</td>
</tr>
<tr>
<td style="background-color:#59FEB3;">
<center>
<img src="Assets/traits.jpg" width="700" height="800" alt="Image not found"></img>
</center>
<br>
<p style="text-indent:50px; font-family:times new roman,serif; font-size:17px; text-align:center;">
The personality test scores in the image above give a good idea of who Barrington is as a person.
The results of the mental test indicate that he is an introvert, which is correct (if you read his biography,
you would probably already know that). He prefers to be alone and dislikes crowds. His energy indicates that he is generally observant,
which is understandable given that he is a person who is more inclined to observe his surroundings if he is in an unfamiliar environment.
His nature, though, wouldn't say he's a person who acts on feelings, though if he doesn't like you or trust you, he would definitely tell you.
It's safe to say he's a prospector. He's skilled at improvising on the fly if necessary, and he's always on the lookout for fresh chances that can improve his life.
Barrington is a turbulent person. He's also self-aware and constantly striving to be a better version of himself.
</p>
<center>
<a href="Personal.html">
<button style="background-color:#59FEB3; color:#33A8FF;font-family: Lucida Console,Courier New,monospace">
Previous
</button>
</a>
</center>
<center>
<a href="Professional.html">
<button style="background-color:#59FEB3; color:#33A8FF;font-family: Lucida Console,Courier New,monospace">
Continue.....
</button>
</a>
</center>
</td>
</tr>
<tr>
<td colspan="2" style="padding:5px; background-color:#00E1BB; text-align:center;">
<p>copyright © Barrington Patterson,September 15,2021</p>
</td>
</tr>
</table>
</center>
</section>
</body>
</html>