For my portfolio I decided that I would use the same colour scheme used in the previous two personal branding exercises. However, I had to come up with ideas of how I could present this. The ideas that I came up with were: a calendar, website (will be made but didn't have time to create for this project), montage, CD, brochure, prospectus and leaflet. I looked at the possible ideas I came up with and felt that the leaflet idea was a good way of showing a paper-based portfolio for a potential employer or client.
Why a leaflet?
I chose a leaflet as when I send off my CV with covering letter to an employer I can also send a leaflet as this would fit inside the envelope. I feel this is a nice added feature which can show and employer samples of some of my work whilst I create my website which can view more work. In showing an employer samples of my work before an interview should help them understand a little more about my style and how I work.
The creation of the leaflet used the same format as my business card and CV. I designed the leaflet in photoshop and added ruled margins to help me break the leaflet into sections...
I decided that the work I would include for my portfolio should be web based so I included: My latest project, my project I made for my local cricket club and my first ever built website. This would act as the main inner section. I then included a couple of photography images that I was really impressed with which can also show that I can use my own photography to help use in my web sites.
This is how my leaflet looked...
Wednesday, 25 April 2012
CV ideas and design
As like the business card we had to also create a CV for our personal branding. I decided that I would use the same design throughout as this would create a consistent flow throughout which I feel is key. I adopted the same theme as my business card, however, I decided that I would not put a black background for my CV as the main information to be read is selling me in words. I decided that I would use my html code design background for my CV but I made sure that the opacity was reduced so that it was not clashing with the text. I again used gold as my titles to make them stand out, and used the same font. I also made the font for my information no longer in bold as this would help with make the text easier to read. Below is how my CV looks...
Business card ideas and creation
As part of the course we had to create our personal branding. The first stage was to create a business card.
Ideas:
- Web based - Use of tags around key information of the business card. e.g. <h1>Alex Shearcroft</h1>
- Photography - Using one of my images that I had taken and using that as a background with information around it.
- Personal - Use an image of myself and characterise
- Retro - Fit in with the theme for our exhibition
- Keyboard - Using the effect of a computer keyboard to spell the information
- Plain - Plain background with minimal information
I decided that for my business card that I would aim it at a web based theme as that is the area I am interested in working in once I finish university. I created my business card in Photoshop and included web scripting code that I had created for a website as my background. I edited the code that it included tags with certain information such as <a href:"alex.shearcroft@hotmail.co.uk"> Email Address </a>. I then rotated the script and had it diagonally across the card.
I felt that this was to overpowering and lacked much colour for a business card so I decided that I would rescale the image and put it in a corner. I decided that I would have a black background this was because black gives the impression of perspective and depth, as a background makes other colours stand out and is the colour of power. For the text I decided that I would use a font that reflected web fonts and went with courier new but I set the font to bold to help make it readable. I put my name in gold, as to me it resembles achievements and being first. I want to be the best and always going for gold. I put all other information in a smaller font and in white to help display the information on my business card. I then decided to put a gold bar to seperate the html code image with my black background. Below is my finished business card...
Ideas:
- Web based - Use of tags around key information of the business card. e.g. <h1>Alex Shearcroft</h1>
- Photography - Using one of my images that I had taken and using that as a background with information around it.
- Personal - Use an image of myself and characterise
- Retro - Fit in with the theme for our exhibition
- Keyboard - Using the effect of a computer keyboard to spell the information
- Plain - Plain background with minimal information
I decided that for my business card that I would aim it at a web based theme as that is the area I am interested in working in once I finish university. I created my business card in Photoshop and included web scripting code that I had created for a website as my background. I edited the code that it included tags with certain information such as <a href:"alex.shearcroft@hotmail.co.uk"> Email Address </a>. I then rotated the script and had it diagonally across the card.
I felt that this was to overpowering and lacked much colour for a business card so I decided that I would rescale the image and put it in a corner. I decided that I would have a black background this was because black gives the impression of perspective and depth, as a background makes other colours stand out and is the colour of power. For the text I decided that I would use a font that reflected web fonts and went with courier new but I set the font to bold to help make it readable. I put my name in gold, as to me it resembles achievements and being first. I want to be the best and always going for gold. I put all other information in a smaller font and in white to help display the information on my business card. I then decided to put a gold bar to seperate the html code image with my black background. Below is my finished business card...
On the back of the business card I included an information section where someone can fill in regarding where they found my business card. By doing this someone should be more inclined to keep my business card as it will have key information to remember should someone need to see or contact me. If I was making a website for a client they can put information on the back to help remind them the next time I will meet them. I feel this is a good and effective feature which can help remember my business card.
Web Team - Finished Student Bio page
The student bio page was created and need some fine tuning. This included the use of fonts and colours. The finished web page is shown below along with a link to my part of the website...
http://retroresolution.site90.com/students.html
http://retroresolution.site90.com/students.html
Web team - creation of the Student Bio page
My part of the website was to create a page where the student bios would be displayed along with an image of them. I decided that the photos of each student should be used as a link which would send the user to a page where they could view the three images that was submitted for our exhibition. As you can imagine the creation of the website was not plain sailing. The theme graphics changed several times and this was the first design that was created for the student bio page.
Above is how the template was now looking. Using the graphics and photographs sent by the graphics team. I then put these images and information together in Dreamweaver and added a feature to each photo where once the user hover overs the image a blue glow would surround the image which gave a nice feel to the page and helped breakdown the black colour overload. The code that was used for this page is displayed below...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
<style type="text/css">
body {
background-image: url(Images/BlueBG-1.jpg);
background-color: #FFF;
color: #FFF;
}
.imagedropshadow {
padding: 5px;
border: solid 1px #000;
}
a:hover img.imagedropshadow {
border: solid 1px #23AAE1;
-moz-box-shadow: 1px 1px 5px #23AAE1;
-webkit-box-shadow: 1px 1px 5px #23AAE1;
box-shadow: 1px 1px 5px #23AAE1;
}
.text{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.title{
font-family: Arial, Helvetica, sans-serif;
color: #23AAE1;
}
</style>
<script src="/Scripts/swfobject_modified.js" type="text/javascript"></script>
<script type="text/javascript">
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
</script>
</head>
<body onload="MM_preloadImages('Images/Home button transparent pressed.png','Images/Students button pressed.jpg','Images/Contact us button pressed.jpg','Images/Find us button pressed.jpg')">
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="69" background="Images/WebBanner1-black1000.jpg"><table width="40%" border="0" align="right">
<tr>
<td height="74"><img src="Images/Home button transparent.png" alt="Home button" width="80" height="30" id="Image1" onmouseover="MM_swapImage('Image1','','Images/Home button transparent pressed.png',1)" onmouseout="MM_swapImgRestore()" /></td>
<td width="26%"><img src="Images/Students button.jpg" alt="Student button" width="125" height="30" id="Image2" onmouseover="MM_swapImage('Image2','','Images/Students button pressed.jpg',1)" onmouseout="MM_swapImgRestore()" /></td>
<td width="26%"><img src="Images/Contact us button.jpg" alt="Contact us" width="125" height="30" id="Image3" onmouseover="MM_swapImage('Image3','','Images/Contact us button pressed.jpg',1)" onmouseout="MM_swapImgRestore()" /></td>
<td width="22%"><img src="Images/Find us button.jpg" alt="Find us" width="125" height="30" id="Image4" onmouseover="MM_swapImage('Image4','','Images/Find us button pressed.jpg',1)" onmouseout="MM_swapImgRestore()" /></td>
</tr>
</table></td>
</tr>
<tr>
<td bgcolor="#000000">
<table width="400" border="0" align="center">
<tr>
<td><center><div class="title"><h1><p>Student Page</p></h1></div><p><div class="text"> Here you will find information about us students with a short bio description and photo.
If you wish to view a students work click on that individuals polaroid photo.</div></p></center>
<br />
</td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="215"><a href="#"><img src="images/MattAlexandre.png" alt="Matt" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
<td width="575"><blockquote>
<p><h2><div class="title">Matthew Alexandre</div></h2></p>
Bsc (Hons) Sustainable design and innovation
<p>My name is Matthew Alexandre and I am currently in my final year at Anglia Ruskin University
studying a Bsc (hons) in Sustainable design and innovation. Over the three year duration of my study
I have taken a variety of modules ranging from engineering, design, visualisation and manufacturing.</p>
<p>I have become very familiar with a wide range of software including; Adobe Photshop & illustrator,
Autodesk inventor & 3Ds Max, Catia & Ansys V 14 and Microsoft office.</p>
<p>This exhibition has given me the opportunity to share some of the work that I have undertaken
whilst studying at Anglia Ruskin.</p>
</blockquote></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="575"><blockquote>
<h2><div class="title">Stephen Bewers</div></h2>
<p>BSc (Hons) Multimedia, Animation and the Web</p>
<p>My name is Stephen and I am a final year undergraduate student at Anglia Ruskin University. During my time at university I have had the opportunity to undertake various interesting and exciting projects across a wide range of multimedia and computing disciplines; from sound and video production, to 3D modelling and animation, and even web design. This exhibition is a chance for me to show off some of the creative work that I am most proud of. The work has been produced across a variety of software packages and I feel that after three years of study, I have developed a good range of skills with these packages which include Adobe CS5, Logic Pro and Autodesk 3DS Max. On top of this, I have a good knowledge of the HTML/CSS web design languages and have also recently been working with JSP.</p></blockquote></td>
<td width="215"><a href="#"><img src="images/SteveBewers.png" alt="Stephen B" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="215"><a href="#"><img src="images/AndrewBonnington.png" alt="Andrew" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
<td width="575"><blockquote>
<h2><div class="title">Andrew Bonnington</div></h2>
<p>BSc (Hons) Multimedia, Animation and the Web</p>
<p>I am in my final year of my course and this exhibition is a chance to exhibit some of the projects I
have created during my time at university.</p>
<p>On this course I have had the opportunity to improve on my existing knowledge and learn new
skills in disciplines including web design, photography, design, 2d and 3d animation, film and sound
design. I am skilled in a wide range of relevant software applications including Photoshop, Premiere Pro,
Flash, Logic Pro and 3DS Max as well as all Microsoft Office packages.</p>
<p>I left school with 11 GCSEs A*-C and 4 A-levels including IT and Art. I had the opportunity to go to an
animation club whilst at school and decided I wanted to pursue this further. I am organised, hard working and patient. I am good at time keeping and reliable, I am a quick
learner and enjoy leaning something new.</p>
</blockquote></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="575"><blockquote>
<h2><div class="title">Polly Brand</div></h2>
<p>BSc (Hons) Computer Aided Visualisation</p>
<p>I am a very conscientious person and take great care in ensuring that all my
work is of the highest standard. I am a very creative individual and love to learn
new techniques and skills that will aid me in future projects. Coming from a very
traditional art background, I have always enjoyed creating visually engaging
work, from fashion and textiles fine art, right through to 2D, 3D animation, video
production and photography. During projects I love to come up with new and
innovative ideas that will fit the brief I am set and also become a piece I am
proud of. I also love to create illustrations and graphic images for both clients
and my own pleasure. I hope to use my degree and embark upon a successful
career in the world of graphic design, illustration and conceptual art.</p>
</blockquote></td>
<td width="215"><a href="#"><img src="images/PollyBrand.png" alt="Polly" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="215"><a href="#"><img src="images/AlexChapman.png" alt="Alex C" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
<td width="575"><blockquote>
<h2><div class="title">Alex Chapman</div></h2>
<p>BSc (Hons) Computer Aided Visualisation</p>
<p>I have enjoyed working with computers and being creative from a young age which is why I
am currently a student at Anglia Ruskin University studying for my BSc (Hons) Computer Aided
Visualisation degree. I am proficient in a range of software including Autodesk 3DS Max, a
wide selection of the Adobe Creative Suite including Photoshop, Dreamweaver, Premiere Pro,
Soundbooth, Flash, Illustrator and Bridge, Microsoft Office and both Windows and Mac OS. I am an
individual with good attention to detail and always like to make sure my work is of a high standard.
I enjoy working on websites and design projects in my own time. Although I like almost all aspects
of multimedia from website building to video editing and image manipulation, I am particularly
interested in 3D modelling work and hope to find a successful career with this.</p>
</blockquote></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="575"><blockquote>
<h2><div class="title">Martyn Cosstick-Wright</div></h2>
<p>BSc (Hons) Multimedia, Animation and the Web</p>
<p>Having had an interest in computers and design from a young age and having enjoyed it through out my education, it was only natural that I carried on this interest and came to study it further at Anglia Ruskin University. As the course has covered many topics it has allowed me to acquire skills for video production, producing sound pieces and creating websites. I have also found an interest for Photography and digital imaging which I would like to further develop.</p>
</blockquote></td>
<td width="215"><a href="#"><img src="images/MartynCosstick-Wright.png" alt="Martyn" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="215"><a href="#"><img src="images/SteveDavidson.png" alt="Stephen D" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
<td width="575"><blockquote>
<h2><div class="title">Stephen Davidson</div></h2>
<p>BSc (Hons) Multimedia Computing</p>
<p>I have over ten years experience in working in media based industry.
I began working as a Cameras Assistant for TV shoots in London on a freelance basis. Some highlights
include: Reading Festival, Fatboy Slim's "Big Beach Boutique 2", Big Brother and Chelsea Flower
Show.</p>
<p>In 2003 I undertook an opportunity to invest in a Music Production Studio. I produced audio for bands
and labels, while composing original music for commercials and TV shows. We did a lot of work
for Channel 4, writing for many sponsorship stings and commercials, while other highlights include
composing music published by EMI.</p>
<p>I spend my free time with my little boy Henry. Right now I am an expert in "Batman".
I am extremely interested in music, drawing, web design and play several musical instruments. I am a
keen snowboarder and a tireless supporter of Arsenal FC.</p>
</blockquote></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="575"><blockquote>
<h2><div class="title">Elliot Dolton</div></h2>
<p>BSc (Hons) Computer Aided Visualisation</p>
<p>Softwares:
Autodesk 3D max
Adobe Photoshop, Premier pro, Flash, Dreamweaver,
Matlab
Celtex</p>
<p>At present I am employed at Colchester Highwoods Tesco training as a technical advisor.
Outside of work and learning I have a keen interest in motoring and engines, at present I do a lot of
mechanics work for friends and family for extra money. I enjoy working on projects whether it is in a
team or alone. My main interests and enjoyment have been in the modules that are related to video
production.</p>
</blockquote></td>
<td width="215"><a href="#"><img src="images/ElliotDolton.png" alt="Elliot" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="215"><a href="#"><img src="images/OllyDolton.png" alt="Oliver" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
<td width="575"><blockquote>
<h2><div class="title">Oliver Dolton</div></h2>
<p>BSc (Hons) Computer Aided Visualisation
<p>I was born in Bury St Edmunds on 11th September 1987. I spent
my childhood growing up in a small town in Suffolk called Sudbury. After I finished High School at the age of almost 17, I studied my AS levels at Suffolk College in
Ipswich. In 2005, I took a 2 year gap. During this gap I began work in 2005 for a company called Craegmoor Healthcare with people who
have learning disabilities. My role was a social support worker and assisted these people to re-enter
the community. Here I gained my NVQ 2 and 3 in Health and Social Care.</p>
<p>I returned back to education in 2007 to study a HND in Business Management at the Colchester
Institute in Essex. I spent 2 years at this college before leaving in June 2009.</p>
<p>In September 2009 I began my studies in Computer Aided Visualisation at Anglia Ruskin’s University.
Today in 2012 I'm now coming to the end of my 3 year course at the University where samples of my work will be displayed in the Retro
Exhibition 2012.</p>
</blockquote></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="575"><blockquote>
<h2><div class="title">Jack Eagle</div></h2>
<p>BSc (Hons) Multimedia Computing</p>
<p>I came to university to broaden my skills within the subject of Multimedia and to learn how to do new things. I enjoyed school for seven years and came away with 11 GCSEs and 4 A Levels. I have always been hard working and able to meet deadlines.</p>
<p>I enjoy a range of different work types, whether it be from sound designing or photography, web design or film-making, I do my best to find a way to adapt and produce the work that is required. I am competent in a range of different software including Microsoft Office, Adobe Creative Suite, Logic Pro and 3ds Max. I am also always willing to learn how to do new things and improve my knowledge of different software.</p>
<p>There are many different interests that I have including music, sport, video games and comedy. I play the guitar and have a huge interest in both listening to music, going to live events and playing it myself. I am an avid watcher of both football and cricket and do my best to watch Essex play every year at home.</p>
</blockquote></td>
<td width="215"><a href="#"><img src="images/JackEagle.png" alt="Jack" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="215"><a href="#"><img src="images/KatFitzpatrick.png" alt="Katherine" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
<td width="575"><blockquote>
<h2><div class="title">Kat Fitzpatrick</div></h2>
<p>BSc (Hons) Computer Aided Visualisation</p>
<p>Software: Photoshop, Premier Pro, Flash, Bridge, Dreamweaver, Illustrator, Logic Pro and 3D Studio Max.</p>
<p>Whilst working for a Media Agency as a Marketing Assistant I realised that I wanted to be the one who brought my creative ideas to life. To achieve this I decided to attend University and acquire the skills that were needed. I am an enthusiastic individual who is always eager to gain new abilities. I am coming to the end of my degree and wish to obtain employment within a creative environment where my ideas and enthusiasm will allow me to progress further.</p>
</blockquote></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="575"><blockquote>
<h2><div class="title">Danny Guy</div></h2>
</blockquote></td>
<td width="215"><a href="#"><img src="images/DannyGuy.png" alt="Danny" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="215"><a href="#"><img src="images/RichardJones.png" alt="Richard" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
<td width="575"><blockquote>
<h2><div class="title">Richard Jones</div></h2>
<p>Creative individual with a flair for visual artistry discovered a new passion whilst studying Sustainable Design and Innovation. After first experiencing polygon modelling software last year has untaken the task of learning how to model at a professional level to pursue as a career. Exhibition allows for current progression level to be critically viewed.</p>
</blockquote></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="575"><blockquote>
<h2><div class="title">Justinas Jonuska</div></h2>
<p>BSc (Hons) Computer Aided Visualisation</p>
<p>Born at first attempt in Klaipeda, Lithuania, Europe, Planet Earth, on March 16, 1990, under the lucky star of epic proportions.</p>
<p>Justinas Jonuska is only twin and offspring of single-idea and carnivorous plant, since the day he was born was more interested in the world and idea than a person and things.<p>
<p>His childhood was spent playing with wooden toys attached to the ceiling, playing as Eustace in "Courage the Cowardly Dog" and playing keyboard on lullabies album which is now known as Metallica's "Metallica album.</p>
<p>After all the playing Justinas switched to playing computer keyboard controlled fun programs as Adobe Flash, Premier Pro, Photoshop, Autodesk 3max, Logic Pro and other fancy software. He hopes to land a career in multimedia field and land on Mars to create image series "More than a thousand words".</p>
</blockquote></td>
<td width="215"><a href="#"><img src="images/JustinasJonuska.png" alt="Justinas" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="215"><a href="#"><img src="images/AnnaLapo.png" alt="Anna" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
<td width="575"><blockquote>
<h2><div class="title">Anna Lapo</div></h2>
<p>BSc (Hons) Sustainable Design And Innovation</p>
<p>Born creative, Anna is showing her potential in her design works. Every work of her has a strong concept and moreover, satisfies needs and desires. Being experimental, she is playing with colours and shapes in her works, representing deep feelings and emotions in a way communicating with the viewers through design. Every single bits of work is a manifestation of the imagination, what brings amazing visual results. She is multilingual person, what is a part of her talants and helps to understand people and cultures, giving large possibilities to express herself in different ways. She is also musical and artistic what completes her creative personality. Developing her abilities for many years, she feels ready to create and express art.</p>
</blockquote></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="575"><blockquote>
<h2><div class="title">Joannah Mahusay</div></h2>
<p>BSc (Hons) Computer Aided Visualisation</p>
<p>A fussy yet laidback individual and takes pride of her work.
During this course, I have gained different skills and enhanced my creativity by doing projects that requires
originality and imaginations. I used different software’s such as; Photoshop, Flash, Autodesk 3Ds Max, Logic
Pro, Dreamweaver, Premier Pro, Soundbooth and other multimedia software that enabled me to bring my ideas
to life. In these past 3 years I have created; websites, 2D & 3D modelling and animations, Soundscape, short
films, product design, and captured different types of photography. When I am not overloading my brain with
all of these works, I spend some quiet time reading novels and baking cakes. And as for my future goal, I don’t
particularly have one yet but I would like to explore life while doing what I love the most.
I firmly believe that ‘Success is in your hands if you have faith’...</p>
</blockquote></td>
<td width="215"><a href="#"><img src="images/JoMahusay.png" alt="Joannah" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="215"><a href="#"><img src="images/AlexShearcroft.png" alt="Alex S" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
<td width="575"><blockquote>
<h2><div class="title">Alex Shearcroft</div></h2>
<p>BSc (Hons) Multimedia, Animation and the Web</p>
<p>I am currently in my third and final year of my degree here at Anglia Ruskin. I have studied right through education since the start of school and have achieved 12 A*-C GCSE’s and was Head Boy. I went on to study A-Levels at college where I got 3 A-Levels and 2 AS-Levels. I studied ICT and that inspired me to take a degree in this subject at University.</p>
<p>Through this course I have learnt many new skills and software packages. These include: Photoshop, Dreamweaver, Fireworks, Flash, Premier Pro, 3Ds Maxx, Celtx, Matlab, Logic Pro and Audiocity. This course has covered many different types of multimedia and I have found the most interesting area to be web design. I have created a couple of websites for family friends, which has helped me improve my knowledge and skills with web based design.</p>
<p>I am a hardworking individual who likes to learn new skills and interact with people. When I finish my degree I hope to go into the web industry.
</p>
</blockquote></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="575"><blockquote>
<h2><div class="title">Helen Son</div></h2>
<p>BSc (Hons) Sustainable Design and Innovation</p>
<p>Helen is a 24 year old product designer studying Sustainable Design and Innovation BSc. As a girl she always enjoyed making things, be it making miniatures for her dollshouse or playing with lego. She now applies her talents to solving problems through design and feels great satisfaction when helping people.</p>
<p>Since starting university she has worked on a variety of projects including film, photography, product design, graphic, animation, manufacturing and engineering. She can use a range of software packages such as Microsoft office and specialist programs including Autodesk Inventor and 3DS Max, Adobe Photoshop and InDesign, CATIA and Ansys workbench 13.</p>
<p>Helen is looking forward to graduating and would like to continue her education and go on to do a masters in engineering management. In the future she hopes to start a company and work as a free lance designer.</p>
</blockquote></td>
<td width="215"><a href="#"><img src="images/HelenSon.png" alt="Helen" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="215"><a href="#"><img src="images/Tracy.png" alt="Tracy" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
<td width="575"><blockquote>
<h2><div class="title">Tracy Torteli</div></h2>
<p></p>
</blockquote></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="575"><blockquote>
<h2><div class="title">Hong Wong</div></h2>
<p>BSc (Hons) Multimedia, Animation and the Web</p>
<p>I am a current student of Anglia Ruskin University, studying BSc Multimedia, Animation and the web. I have always been interested and inspired by animation and drawing, so the areas that I am interested in of my degree are 3D modelling, creating websites and photography.</p>
<p>I have learnt to use a varied range of software since the start of my degree, such as 3D max and Adobe software like, dream Waver, Flash, Photoshop, Illustrator and Premiere pro.</p>
<p>After finishing my degree, I would like to work as a 3D modeller or a website creator, which are the subject that I have enjoyed doing.</p>
</blockquote></td>
<td width="215"><a href="#"><img src="images/HongWong.png" alt="Hong" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#000000"> </td>
</tr>
</table>
</body>
</html>
<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
I decided that I would use a layout that would display the students photo on one side and the bio next to them. I would then flip the horizontal layout for the next student below. This would create a nice flow of information and photos. This also would provide a better compact view so that every student could be viewed without the user scrolling through the page for ages and getting bored. It would be unfair on the students at the bottom of the page as they are less likely for users to view their work. It was important to make sure the user was kept. This design was then scrapped and went onto the creation of what would be the finished design.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
<style type="text/css">
body {
background-image: url(Images/BlueBG-1.jpg);
background-color: #FFF;
color: #FFF;
}
.imagedropshadow {
padding: 5px;
border: solid 1px #000;
}
a:hover img.imagedropshadow {
border: solid 1px #23AAE1;
-moz-box-shadow: 1px 1px 5px #23AAE1;
-webkit-box-shadow: 1px 1px 5px #23AAE1;
box-shadow: 1px 1px 5px #23AAE1;
}
.text{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.title{
font-family: Arial, Helvetica, sans-serif;
color: #23AAE1;
}
</style>
<script src="/Scripts/swfobject_modified.js" type="text/javascript"></script>
<script type="text/javascript">
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
</script>
</head>
<body onload="MM_preloadImages('Images/Home button transparent pressed.png','Images/Students button pressed.jpg','Images/Contact us button pressed.jpg','Images/Find us button pressed.jpg')">
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="69" background="Images/WebBanner1-black1000.jpg"><table width="40%" border="0" align="right">
<tr>
<td height="74"><img src="Images/Home button transparent.png" alt="Home button" width="80" height="30" id="Image1" onmouseover="MM_swapImage('Image1','','Images/Home button transparent pressed.png',1)" onmouseout="MM_swapImgRestore()" /></td>
<td width="26%"><img src="Images/Students button.jpg" alt="Student button" width="125" height="30" id="Image2" onmouseover="MM_swapImage('Image2','','Images/Students button pressed.jpg',1)" onmouseout="MM_swapImgRestore()" /></td>
<td width="26%"><img src="Images/Contact us button.jpg" alt="Contact us" width="125" height="30" id="Image3" onmouseover="MM_swapImage('Image3','','Images/Contact us button pressed.jpg',1)" onmouseout="MM_swapImgRestore()" /></td>
<td width="22%"><img src="Images/Find us button.jpg" alt="Find us" width="125" height="30" id="Image4" onmouseover="MM_swapImage('Image4','','Images/Find us button pressed.jpg',1)" onmouseout="MM_swapImgRestore()" /></td>
</tr>
</table></td>
</tr>
<tr>
<td bgcolor="#000000">
<table width="400" border="0" align="center">
<tr>
<td><center><div class="title"><h1><p>Student Page</p></h1></div><p><div class="text"> Here you will find information about us students with a short bio description and photo.
If you wish to view a students work click on that individuals polaroid photo.</div></p></center>
<br />
</td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="215"><a href="#"><img src="images/MattAlexandre.png" alt="Matt" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
<td width="575"><blockquote>
<p><h2><div class="title">Matthew Alexandre</div></h2></p>
Bsc (Hons) Sustainable design and innovation
<p>My name is Matthew Alexandre and I am currently in my final year at Anglia Ruskin University
studying a Bsc (hons) in Sustainable design and innovation. Over the three year duration of my study
I have taken a variety of modules ranging from engineering, design, visualisation and manufacturing.</p>
<p>I have become very familiar with a wide range of software including; Adobe Photshop & illustrator,
Autodesk inventor & 3Ds Max, Catia & Ansys V 14 and Microsoft office.</p>
<p>This exhibition has given me the opportunity to share some of the work that I have undertaken
whilst studying at Anglia Ruskin.</p>
</blockquote></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="575"><blockquote>
<h2><div class="title">Stephen Bewers</div></h2>
<p>BSc (Hons) Multimedia, Animation and the Web</p>
<p>My name is Stephen and I am a final year undergraduate student at Anglia Ruskin University. During my time at university I have had the opportunity to undertake various interesting and exciting projects across a wide range of multimedia and computing disciplines; from sound and video production, to 3D modelling and animation, and even web design. This exhibition is a chance for me to show off some of the creative work that I am most proud of. The work has been produced across a variety of software packages and I feel that after three years of study, I have developed a good range of skills with these packages which include Adobe CS5, Logic Pro and Autodesk 3DS Max. On top of this, I have a good knowledge of the HTML/CSS web design languages and have also recently been working with JSP.</p></blockquote></td>
<td width="215"><a href="#"><img src="images/SteveBewers.png" alt="Stephen B" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="215"><a href="#"><img src="images/AndrewBonnington.png" alt="Andrew" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
<td width="575"><blockquote>
<h2><div class="title">Andrew Bonnington</div></h2>
<p>BSc (Hons) Multimedia, Animation and the Web</p>
<p>I am in my final year of my course and this exhibition is a chance to exhibit some of the projects I
have created during my time at university.</p>
<p>On this course I have had the opportunity to improve on my existing knowledge and learn new
skills in disciplines including web design, photography, design, 2d and 3d animation, film and sound
design. I am skilled in a wide range of relevant software applications including Photoshop, Premiere Pro,
Flash, Logic Pro and 3DS Max as well as all Microsoft Office packages.</p>
<p>I left school with 11 GCSEs A*-C and 4 A-levels including IT and Art. I had the opportunity to go to an
animation club whilst at school and decided I wanted to pursue this further. I am organised, hard working and patient. I am good at time keeping and reliable, I am a quick
learner and enjoy leaning something new.</p>
</blockquote></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="575"><blockquote>
<h2><div class="title">Polly Brand</div></h2>
<p>BSc (Hons) Computer Aided Visualisation</p>
<p>I am a very conscientious person and take great care in ensuring that all my
work is of the highest standard. I am a very creative individual and love to learn
new techniques and skills that will aid me in future projects. Coming from a very
traditional art background, I have always enjoyed creating visually engaging
work, from fashion and textiles fine art, right through to 2D, 3D animation, video
production and photography. During projects I love to come up with new and
innovative ideas that will fit the brief I am set and also become a piece I am
proud of. I also love to create illustrations and graphic images for both clients
and my own pleasure. I hope to use my degree and embark upon a successful
career in the world of graphic design, illustration and conceptual art.</p>
</blockquote></td>
<td width="215"><a href="#"><img src="images/PollyBrand.png" alt="Polly" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="215"><a href="#"><img src="images/AlexChapman.png" alt="Alex C" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
<td width="575"><blockquote>
<h2><div class="title">Alex Chapman</div></h2>
<p>BSc (Hons) Computer Aided Visualisation</p>
<p>I have enjoyed working with computers and being creative from a young age which is why I
am currently a student at Anglia Ruskin University studying for my BSc (Hons) Computer Aided
Visualisation degree. I am proficient in a range of software including Autodesk 3DS Max, a
wide selection of the Adobe Creative Suite including Photoshop, Dreamweaver, Premiere Pro,
Soundbooth, Flash, Illustrator and Bridge, Microsoft Office and both Windows and Mac OS. I am an
individual with good attention to detail and always like to make sure my work is of a high standard.
I enjoy working on websites and design projects in my own time. Although I like almost all aspects
of multimedia from website building to video editing and image manipulation, I am particularly
interested in 3D modelling work and hope to find a successful career with this.</p>
</blockquote></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="575"><blockquote>
<h2><div class="title">Martyn Cosstick-Wright</div></h2>
<p>BSc (Hons) Multimedia, Animation and the Web</p>
<p>Having had an interest in computers and design from a young age and having enjoyed it through out my education, it was only natural that I carried on this interest and came to study it further at Anglia Ruskin University. As the course has covered many topics it has allowed me to acquire skills for video production, producing sound pieces and creating websites. I have also found an interest for Photography and digital imaging which I would like to further develop.</p>
</blockquote></td>
<td width="215"><a href="#"><img src="images/MartynCosstick-Wright.png" alt="Martyn" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="215"><a href="#"><img src="images/SteveDavidson.png" alt="Stephen D" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
<td width="575"><blockquote>
<h2><div class="title">Stephen Davidson</div></h2>
<p>BSc (Hons) Multimedia Computing</p>
<p>I have over ten years experience in working in media based industry.
I began working as a Cameras Assistant for TV shoots in London on a freelance basis. Some highlights
include: Reading Festival, Fatboy Slim's "Big Beach Boutique 2", Big Brother and Chelsea Flower
Show.</p>
<p>In 2003 I undertook an opportunity to invest in a Music Production Studio. I produced audio for bands
and labels, while composing original music for commercials and TV shows. We did a lot of work
for Channel 4, writing for many sponsorship stings and commercials, while other highlights include
composing music published by EMI.</p>
<p>I spend my free time with my little boy Henry. Right now I am an expert in "Batman".
I am extremely interested in music, drawing, web design and play several musical instruments. I am a
keen snowboarder and a tireless supporter of Arsenal FC.</p>
</blockquote></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="575"><blockquote>
<h2><div class="title">Elliot Dolton</div></h2>
<p>BSc (Hons) Computer Aided Visualisation</p>
<p>Softwares:
Autodesk 3D max
Adobe Photoshop, Premier pro, Flash, Dreamweaver,
Matlab
Celtex</p>
<p>At present I am employed at Colchester Highwoods Tesco training as a technical advisor.
Outside of work and learning I have a keen interest in motoring and engines, at present I do a lot of
mechanics work for friends and family for extra money. I enjoy working on projects whether it is in a
team or alone. My main interests and enjoyment have been in the modules that are related to video
production.</p>
</blockquote></td>
<td width="215"><a href="#"><img src="images/ElliotDolton.png" alt="Elliot" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="215"><a href="#"><img src="images/OllyDolton.png" alt="Oliver" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
<td width="575"><blockquote>
<h2><div class="title">Oliver Dolton</div></h2>
<p>BSc (Hons) Computer Aided Visualisation
<p>I was born in Bury St Edmunds on 11th September 1987. I spent
my childhood growing up in a small town in Suffolk called Sudbury. After I finished High School at the age of almost 17, I studied my AS levels at Suffolk College in
Ipswich. In 2005, I took a 2 year gap. During this gap I began work in 2005 for a company called Craegmoor Healthcare with people who
have learning disabilities. My role was a social support worker and assisted these people to re-enter
the community. Here I gained my NVQ 2 and 3 in Health and Social Care.</p>
<p>I returned back to education in 2007 to study a HND in Business Management at the Colchester
Institute in Essex. I spent 2 years at this college before leaving in June 2009.</p>
<p>In September 2009 I began my studies in Computer Aided Visualisation at Anglia Ruskin’s University.
Today in 2012 I'm now coming to the end of my 3 year course at the University where samples of my work will be displayed in the Retro
Exhibition 2012.</p>
</blockquote></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="575"><blockquote>
<h2><div class="title">Jack Eagle</div></h2>
<p>BSc (Hons) Multimedia Computing</p>
<p>I came to university to broaden my skills within the subject of Multimedia and to learn how to do new things. I enjoyed school for seven years and came away with 11 GCSEs and 4 A Levels. I have always been hard working and able to meet deadlines.</p>
<p>I enjoy a range of different work types, whether it be from sound designing or photography, web design or film-making, I do my best to find a way to adapt and produce the work that is required. I am competent in a range of different software including Microsoft Office, Adobe Creative Suite, Logic Pro and 3ds Max. I am also always willing to learn how to do new things and improve my knowledge of different software.</p>
<p>There are many different interests that I have including music, sport, video games and comedy. I play the guitar and have a huge interest in both listening to music, going to live events and playing it myself. I am an avid watcher of both football and cricket and do my best to watch Essex play every year at home.</p>
</blockquote></td>
<td width="215"><a href="#"><img src="images/JackEagle.png" alt="Jack" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="215"><a href="#"><img src="images/KatFitzpatrick.png" alt="Katherine" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
<td width="575"><blockquote>
<h2><div class="title">Kat Fitzpatrick</div></h2>
<p>BSc (Hons) Computer Aided Visualisation</p>
<p>Software: Photoshop, Premier Pro, Flash, Bridge, Dreamweaver, Illustrator, Logic Pro and 3D Studio Max.</p>
<p>Whilst working for a Media Agency as a Marketing Assistant I realised that I wanted to be the one who brought my creative ideas to life. To achieve this I decided to attend University and acquire the skills that were needed. I am an enthusiastic individual who is always eager to gain new abilities. I am coming to the end of my degree and wish to obtain employment within a creative environment where my ideas and enthusiasm will allow me to progress further.</p>
</blockquote></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="575"><blockquote>
<h2><div class="title">Danny Guy</div></h2>
</blockquote></td>
<td width="215"><a href="#"><img src="images/DannyGuy.png" alt="Danny" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="215"><a href="#"><img src="images/RichardJones.png" alt="Richard" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
<td width="575"><blockquote>
<h2><div class="title">Richard Jones</div></h2>
<p>Creative individual with a flair for visual artistry discovered a new passion whilst studying Sustainable Design and Innovation. After first experiencing polygon modelling software last year has untaken the task of learning how to model at a professional level to pursue as a career. Exhibition allows for current progression level to be critically viewed.</p>
</blockquote></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="575"><blockquote>
<h2><div class="title">Justinas Jonuska</div></h2>
<p>BSc (Hons) Computer Aided Visualisation</p>
<p>Born at first attempt in Klaipeda, Lithuania, Europe, Planet Earth, on March 16, 1990, under the lucky star of epic proportions.</p>
<p>Justinas Jonuska is only twin and offspring of single-idea and carnivorous plant, since the day he was born was more interested in the world and idea than a person and things.<p>
<p>His childhood was spent playing with wooden toys attached to the ceiling, playing as Eustace in "Courage the Cowardly Dog" and playing keyboard on lullabies album which is now known as Metallica's "Metallica album.</p>
<p>After all the playing Justinas switched to playing computer keyboard controlled fun programs as Adobe Flash, Premier Pro, Photoshop, Autodesk 3max, Logic Pro and other fancy software. He hopes to land a career in multimedia field and land on Mars to create image series "More than a thousand words".</p>
</blockquote></td>
<td width="215"><a href="#"><img src="images/JustinasJonuska.png" alt="Justinas" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="215"><a href="#"><img src="images/AnnaLapo.png" alt="Anna" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
<td width="575"><blockquote>
<h2><div class="title">Anna Lapo</div></h2>
<p>BSc (Hons) Sustainable Design And Innovation</p>
<p>Born creative, Anna is showing her potential in her design works. Every work of her has a strong concept and moreover, satisfies needs and desires. Being experimental, she is playing with colours and shapes in her works, representing deep feelings and emotions in a way communicating with the viewers through design. Every single bits of work is a manifestation of the imagination, what brings amazing visual results. She is multilingual person, what is a part of her talants and helps to understand people and cultures, giving large possibilities to express herself in different ways. She is also musical and artistic what completes her creative personality. Developing her abilities for many years, she feels ready to create and express art.</p>
</blockquote></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="575"><blockquote>
<h2><div class="title">Joannah Mahusay</div></h2>
<p>BSc (Hons) Computer Aided Visualisation</p>
<p>A fussy yet laidback individual and takes pride of her work.
During this course, I have gained different skills and enhanced my creativity by doing projects that requires
originality and imaginations. I used different software’s such as; Photoshop, Flash, Autodesk 3Ds Max, Logic
Pro, Dreamweaver, Premier Pro, Soundbooth and other multimedia software that enabled me to bring my ideas
to life. In these past 3 years I have created; websites, 2D & 3D modelling and animations, Soundscape, short
films, product design, and captured different types of photography. When I am not overloading my brain with
all of these works, I spend some quiet time reading novels and baking cakes. And as for my future goal, I don’t
particularly have one yet but I would like to explore life while doing what I love the most.
I firmly believe that ‘Success is in your hands if you have faith’...</p>
</blockquote></td>
<td width="215"><a href="#"><img src="images/JoMahusay.png" alt="Joannah" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="215"><a href="#"><img src="images/AlexShearcroft.png" alt="Alex S" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
<td width="575"><blockquote>
<h2><div class="title">Alex Shearcroft</div></h2>
<p>BSc (Hons) Multimedia, Animation and the Web</p>
<p>I am currently in my third and final year of my degree here at Anglia Ruskin. I have studied right through education since the start of school and have achieved 12 A*-C GCSE’s and was Head Boy. I went on to study A-Levels at college where I got 3 A-Levels and 2 AS-Levels. I studied ICT and that inspired me to take a degree in this subject at University.</p>
<p>Through this course I have learnt many new skills and software packages. These include: Photoshop, Dreamweaver, Fireworks, Flash, Premier Pro, 3Ds Maxx, Celtx, Matlab, Logic Pro and Audiocity. This course has covered many different types of multimedia and I have found the most interesting area to be web design. I have created a couple of websites for family friends, which has helped me improve my knowledge and skills with web based design.</p>
<p>I am a hardworking individual who likes to learn new skills and interact with people. When I finish my degree I hope to go into the web industry.
</p>
</blockquote></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="575"><blockquote>
<h2><div class="title">Helen Son</div></h2>
<p>BSc (Hons) Sustainable Design and Innovation</p>
<p>Helen is a 24 year old product designer studying Sustainable Design and Innovation BSc. As a girl she always enjoyed making things, be it making miniatures for her dollshouse or playing with lego. She now applies her talents to solving problems through design and feels great satisfaction when helping people.</p>
<p>Since starting university she has worked on a variety of projects including film, photography, product design, graphic, animation, manufacturing and engineering. She can use a range of software packages such as Microsoft office and specialist programs including Autodesk Inventor and 3DS Max, Adobe Photoshop and InDesign, CATIA and Ansys workbench 13.</p>
<p>Helen is looking forward to graduating and would like to continue her education and go on to do a masters in engineering management. In the future she hopes to start a company and work as a free lance designer.</p>
</blockquote></td>
<td width="215"><a href="#"><img src="images/HelenSon.png" alt="Helen" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="215"><a href="#"><img src="images/Tracy.png" alt="Tracy" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
<td width="575"><blockquote>
<h2><div class="title">Tracy Torteli</div></h2>
<p></p>
</blockquote></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
<table width="800" height="275" border="0" align="center" class="text">
<tr>
<td width="575"><blockquote>
<h2><div class="title">Hong Wong</div></h2>
<p>BSc (Hons) Multimedia, Animation and the Web</p>
<p>I am a current student of Anglia Ruskin University, studying BSc Multimedia, Animation and the web. I have always been interested and inspired by animation and drawing, so the areas that I am interested in of my degree are 3D modelling, creating websites and photography.</p>
<p>I have learnt to use a varied range of software since the start of my degree, such as 3D max and Adobe software like, dream Waver, Flash, Photoshop, Illustrator and Premiere pro.</p>
<p>After finishing my degree, I would like to work as a 3D modeller or a website creator, which are the subject that I have enjoyed doing.</p>
</blockquote></td>
<td width="215"><a href="#"><img src="images/HongWong.png" alt="Hong" width="200" height="250" align="middle" class="imagedropshadow" /></a></td>
</tr>
</table>
<table width="800" border="0" align="center">
<tr>
<td><img src="images/divider.png" width="800" height="12" align="middle"/></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#000000"> </td>
</tr>
</table>
</body>
</html>
<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
Bio and my three images for exhibiting
Bio
I am currently in my third and final year of my
degree here at Anglia Ruskin. I have studied right through education
since the start of school and have achieved 12 A*-C GCSE’s and was Head
Boy. I went on to study A-Levels at college where
I got 3 A-Levels and 2 AS-Levels. I studied ICT and that inspired me to
take a degree in this subject at University.
Through this course I have learnt many new skills
and software packages. These include: Photoshop, Dreamweaver, Fireworks,
Flash, Premier Pro, 3Ds Maxx, Celtx, Logic Pro and Audiocity. This
course has covered many different types of multimedia
and I have found the most interesting area to be web design. I have
created a couple of websites for family friends, which has helped me
improve my knowledge and skills with web based design.
I am a hardworking individual who likes to learn new skills and interact with people. When I finish my degree I hope to go into the web industry.
Three images
Digital Imaging
Design for the Internet
This module was a first year project where I had to create a webpage
of an interest using pure html and css coding in notepad. I chose
cricket as my theme as I have a strong interest and enjoy playing the
sport, I decided that as cricket
is a gentlemens game my webpage should look professional but also
classy. First I created a css style sheet which would include all the
layout and design structures followed by the html which included the
content. I really enjoyed this module and has made
me want to create more websites and a career in web design.
2D Animation
Theme presentation with my idea
Now the team had created a theme we had to present this to the rest of the group to vote for our favourite. The themes to elect were Olympics, Retro or Film.
Within the presentation I designed a slideshow page that would show how the potential website could look. I created a template sheet in photoshop which could easily of been created for a website design. Below is an image of how the template looked...
Other Links
These would be link pictures and once pressed would direct the user to the appropriate site.
The three themes then went to the vote and the chosen theme was Retro. Now in our allocated teams we went on with the creation of the theme. As part of the web team we were to design the website for which people could look at to view our exhibition information. For the webpage I created the student bio page.
Within the presentation I designed a slideshow page that would show how the potential website could look. I created a template sheet in photoshop which could easily of been created for a website design. Below is an image of how the template looked...
![]() |
| Created template Olympic Theme |
Page Links
Title
= Homepage
About
Us = Explaining who we are and what we are doing
Members
= Team Group Division, profile picture with short description about them, link to a page of their work.
Exhibition
= The exhibition, few pictures, theme and why it was chosen.
Virtual
Tour = Possible 3D representation, or video.
Contact
Us = University details, email for exhibition etc.
Template
- Uses Olympic colour scheme for web header links and union jack background
Template
- Uses Olympic colour scheme for web header links and union jack background
- Includes map to help visitors know where
we are
Other Links
These would be link pictures and once pressed would direct the user to the appropriate site.
The three themes then went to the vote and the chosen theme was Retro. Now in our allocated teams we went on with the creation of the theme. As part of the web team we were to design the website for which people could look at to view our exhibition information. For the webpage I created the student bio page.
Theme Ideas
Now we had visited exhibitions it was now time for us to come up with a theme for ours. In our groups we came up with ideas for a theme and some included: graduation, shapes, computing, photography and university life. The chosen theme that we came up with was the 2012 London Olympics.
Reasons for choosing this theme:
- Iconic - happens every four years and is the biggest event in the calendar year
- Local - the first time that the Olympics have been held here in London since 1948 and who knows the next time we might host the event
- Colourful - The use of the coloured rings and events creates a nice colour palette to work from
- Symbols - The use of events and medals can be used on boards, signs and information stands
- Props - The use of local gym equipment can be used which would help with the cost
Subscribe to:
Posts (Atom)














