-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (85 loc) · 4.63 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
<!DOCTYPE html>
<html>
<head>
<title>Calin Reimer - Portfolio</title>
<link rel="icon" href="favicon.ico"/>
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<meta name="viewport" content="width=device-width; initial-scale=1.0;">
</head>
<body>
<div id="header">
<div class="container clearfix">
<div class="logo">
<h1><a href="index.html">Calin Reimer</a></h1>
<h2>Graphics, Web & Game Designer</h2>
</div>
<a href="pdf/resume.pdf" class="button big"><i class="icon-download-alt"></i>Download Resume</a>
</div>
</div>
<div class="container">
<div class="project">
<a href="goldeneye/index.html"><img src="images/goldeneye-wip.png" alt="Goldeneye Fan Remake" class="project-image"/></a>
<div class="content">
<h3><a href="goldeneye/index.html">Goldeneye Fan Remake</a></h3>
<h4>3D Modeling</h4>
<p>In this personal project, I'm recreating the first level of Goldeneye in <strong>Unity3D</strong>. All objects have been remodeled using <strong>Maya</strong> and textures have been created using <strong>Photoshop</strong>.</p>
<a href="goldeneye/index.html" class="button"><i class="icon-external-link"></i>View Work In Progress</a>
</div>
</div>
<div class="project">
<a href="mazemover-ios/index.html"><img src="images/maze-mover.png" alt="Maze Mover iOS Game" class="project-image"/></a>
<div class="content">
<h3><a href="mazemover-ios/index.html">Maze Mover iOS Game</a></h3>
<h4>Graphic Design</h4>
<p>For this game I created assets and menu screens. All assets were created using <strong>Illustrator</strong> and GUI was created with <strong>Photoshop</strong></p>
<a href="mazemover-ios/index.html" class="button"><i class="icon-external-link"></i>View Project</a>
</div>
</div>
<div class="project">
<a href="mazemover-web/index.html"><img src="images/maze-mover-web.png" alt="Maze Mover Website" class="project-image"/></a>
<div class="content">
<h3><a href="mazemover-web/index.html">Maze Mover Website</a></h3>
<h4>Web Design</h4>
<p>For this project I was asked to create a website that showcased the trailer for the game and provide a quick and easy way to download the app.</p>
<a href="mazemover-web/index.html" class="button"><i class="icon-external-link"></i>View Project</a>
</div>
</div>
<div class="project">
<a href="office-zombie/index.html"><img src="images/office-zombie.png" alt="Office Zombie Simulator" class="project-image"/></a>
<div class="content">
<h3><a href="office-zombie/index.html">Office Zombie Simulator</a></h3>
<h4>3D Modeling & Graphic Design</h4>
<p>This was a game my brother and I created for a contest on Kongregate. I created an office environment in <strong>Blender</strong> and created zombie cutouts in <strong>Illustrator</strong>.</p>
<a href="office-zombie/index.html" class="button"><i class="icon-external-link"></i>View Project</a>
</div>
</div>
<div class="project">
<a href="almostlogical/index.html"><img src="images/almost-logical.png" alt="AlmostLogical" class="project-image"/></a>
<div class="content">
<h3><a href="almostlogical/index.html">AlmostLogical</a></h3>
<h4>Web, Print & Responsive Design</h4>
<p>In this project I was asked to create a <strong>Wordpress</strong> theme for a blog and a business card. I created this site with <strong>Responsive Design</strong> in mind and the site renders well on mobile devices.</p>
<a href="almostlogical/index.html" class="button"><i class="icon-external-link"></i>View Project</a>
</div>
</div>
<div class="project">
<a href="pharmaceutical-sites/index.html"><img src="images/pharmaceutical-sites.png" alt="Pharmaceutical Websites" class="project-image"/></a>
<div class="content">
<h3><a href="pharmaceutical-sites/index.html">Pharmaceutical Websites</a></h3>
<h4>Web Design & Responsive Design</h4>
<p>For these projects I was asked to create a business card site for The Prescription Shop and create a mobile version of CheapoDrugs.com.</p>
<a href="pharmaceutical-sites/index.html" class="button"><i class="icon-external-link"></i>View Project</a>
</div>
</div>
</div>
<div id="footer">
<div class="container">
<p>
<strong><i class="icon-envelope-alt"></i> Email: </strong><a href="mailto:calin.reimer@gmail.com" style="margin-right: 20px;">calin.reimer@gmail.com</a>
</p>
</div>
</div>
</body>
</html>