-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (84 loc) · 7.24 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<link href="Format3.css" rel="stylesheet">
<title>My Profile</title>
<meta charset="utf-8">
<meta name="description" content="Profile Home Page">
<meta name="keywords" content="HTML">
<meta name="author" content="Isaac Miles">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body class="">
<header >
<h1>Isaac Miles | About Me | <a href="project.html">Project Idea</a></h1>
</header>
<main class="">
<section>
<div class="mainbox">
<h3>Personal Information</h3>
<p>
<img src="Images/Profile.jpg" alt="five factor results" width = "250" height = ""> <br>
Name:Isaac Wilfrid miles <br>
Student ID: s3809895 <br>
Student email: [email protected] <br>
<br>
I was born in England, my mother is English and my father is Welsh. I moved to Australia when i was 6 years old and have lived here ever since.
Education wise I have my VCE and a diploma in information technology from RMIT. I can speak some German and that’s all there is when it comes to second languages. When it come to hobbies I like to read books, I also paint Warhammer and assemble Gunpla. An interesting thing about me is I am a twin, non identical though.
</p>
</div>
<div class="mainbox">
<h3>IT Interest</h3>
<p>I have two main interests in IT, the first being game development and the second is cyber security. I can't say I know when the interest in game development started since i've been playing games my whole life. Security wise my interest started when one of my friends showed me how unsafe most peoples internet is back when i was 14.
Like i mentioned before i have a diploma in information technology and including using computers my whole life is my total it experience.
I chose to study at rmit because i liked the environment and it was easy to get to, i liked it enough to study here twice.
What I hoped to learn from this course is mainly how to program. I've tried to learn it by myself but I never got far. It also helps that the course teaches industry standards and other things I might not have thought to learn such as UX design.
</p>
</div>
<div class="mainbox">
<h3>Ideal Job</h3>
<p>Personally I would want to make games or programs myself but I also really enjoy Bethesda games so if I had to work anywhere it would be there.
The role would require designing and programming gameplay features as well as optimizing code.<br>
I chose this role for two main reasons. Firstly i want to be a programmer, it’s just what i've wanted to be for as long as i can remember and what little i've done i have enjoyed i just struggled to understand larger concepts. Secondly i chose this because i like in depth gameplay features and i would like to design a game with them.
<br>
The position requires a bachelor in computer science and experience with the games industry and programming on multiple platforms helps as well as experience with their previous games, bethesda is a high profile company so it has a high bar of entry which means a lot of experience is likely needed to get the job. Of all those requirements i only have experience with their games so essentially nothing. To meet as many of these requirements as i can i will start by finishing the bachelor of IT and move on to a bachelor of computer science. I could hopefully get a job from there but I will likely need to get more experience working at other studios for a while to more suitably meet the requirements.
This plan will likely change and the question of whether or not I would want to leave a job to work for bethesda.
</p>
</div>
<h2>Personailty Tests</h2>
<div class="mainbox">
<h3>Myers Briggs</h3>
<img src="Images/myers.png" alt="myers briggs results" width = "250" height = "">
<p>The Virtuoso ISTP-A as according to the myers briggs personality is a person who is creative and practical, they like to create and design stuff. spontaneous and rational, they can think things out quickly and with logic. They are also relaxed, not worrying what the future might bring.<br>
<br>
The virtuoso can also be stubborn, ignoring other ideas or criticisms. They can be private, reserved and insensitive making it hard for people to understand them and coming off as rude.
<br>
<br>
In a team a virtuoso are often more interested in the work than the team, they can often work for an entire projects with single minded determination the entire time but again, can take criticism with less than superb enthusiasm. They work well as colleagues as they aren't offensive to people by nature, being quite reserved and quiet.
</p>
</div>
<div class="mainbox">
<h3>Five factor Personality</h3>
<img src="Images/fivefactor.png" alt="five factor results" width = "600" height = "">
<h3>Extroversion</h3>
<p>Similarly to the myers briggs test my extroversion was lower than average or in the low percentile and i could have figured that out with the test so that's all is good. I can see this as a problem when trying to form or work in a team since communication is key.</p>
<h3>Emotional stabability</h3>
<p>same with the extroversion i know im pretty stable, no outbursts of emotion just milquetoast reactions to anything negative or positive for the most part. This is good in a team, less likely to get into fights or have falling outs.</p>
<h3>Agreeableness</h3>
<p>in this category i'm slightly more agreeable than most people which i can see, i don't really fight people on their positions and i think i can see where most people come from. This is good in a team, agreeableness means an easier time understanding and getting along with each other.</p>
<h3>Conscientiousness</h3>
<p>I figured I would have scored lower on this, it says people who score high on this are organised and diligent which to an extent is true about me but I'm probably less diligent than most people but I would say I am organised. When I say I'm less diligent than most I mean I have trouble finding the motivation to do things but I can plan well so it shouldn't be too much of an issue when working in a group.</p>
<h3>Imagination/intellect</h3>
<p>much like all other categories my score was about the same as most people but it's still a high score which i think is good. The trait is related to critical thinking and unique problem solving. When working in a group this can be good because it allows your project to stand out or better suit the needs of the project.</p>
</div>
<div class="mainbox">
<h3>Five factor Personality</h3>
<img src="Images/learning.png" alt="learning style results" width = "" height = "350">
<p>My learning style is mostly visual meaning I like to learn by watching others and with visual learning aids. As far as i can tell this doesn't have much relation to working in a group but if i had to say anything i think this will work well, it can be easy to learn from teammates by watching them. This being how i learn rather than the group learns together but i guess i'll see.</p>
</div>
</section>
</main>
<footer>| ©Isaac Miles | <a href="https://www.w3.org/TR/WCAG21/">Accessibility Guidelines </a>|
</footer>
</body>
</html>