-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
360 lines (336 loc) · 21 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
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
<!DOCTYPE html>
<html>
<head>
<title>Richard Tam's - Front End Web Developer</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="img/favicon.png" type="image/png" sizes="16x16">
<link rel="stylesheet" href="css/styles.min.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Muli:400,700,900" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top navbar-custom" style="background-color:#1d242f; opacity: 0.92;">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><img src="img/logo.png" alt="Logo" id="logo"> <span style="color:#fff;"> Tam's </span>
</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav ">
<li><a href="#home1">HOME</a>
</li>
<li><a href="#about" class="li-icon" >ABOUT</a>
</li>
<li><a href="#services" >SERVICES</a>
</li>
<li><a href="#portfolio1">PORTFOLIO</a>
</li>
<li><a href="#contact">CONTACT</a>
</li>
</ul>
</div>
</nav>
<!-- Navbar Ends -->
<!-- Section Home Starts -->
<div class="container-fluid" id="home1">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="content">
<h1 id="h1name">Hi, I'm Richard,</h1>
<h3 style="text-decoration: none;" class="typewrite" data-period="2000" data-type='[ "a Creative Designer", "I Design.", "I Code.","I Love Music" ]'>
<span class="wrap"></span>
</h3>
<button class="btn btn-default btn-lg btn-md btn-sm porfoliobtn">Portfolio</button>
</div>
</div>
</div>
</div>
</div>
<!-- Section Home Ends -->
<!-- Section ABout Starts -->
<div class="container-fluid" id="about">
<div class="container">
<div class="row skillscontainer">
<div class="col-lg-6">
<img class="img-responsive" src="img/dp.png" alt="Profile Photo">
</div>
<div class="col-lg-6">
<h4 class="headings">ABOUT</h4>
<p class="aboutp">So you want to know more about me, well as you have deduced, my name is Richard Tamunotonye, I am a designer with sharp eye for UI and UX. Skilled in both design and code, I have always loved being a designer and if I was anything else I think I would be obnoxious, I'm continually paying special mind to new trends and technologies to help me to stay ahead. Outside of design my other great love is music.</p>
<p class="aboutp">
My creative approach no matter the medium, platform or technology is to discover opportunities to push the envelope, delight users, and propel brands and products. Through creative problem solving, I use visual design as a bridge to connect users to an experience. Be sure to contact me below if you are interested in working together.
</p>
<div style=" padding-top: 5%; font-size: 1.2em;">
<a href="https://www.facebook.com/ismeerichard" target="blank" style="color: #c000ff; padding-right: 5%;"><i class="fa fa-facebook"></i></a>
<a href="https://github.com/richardtamuno" target="blank" style="color: #c000ff; padding-right: 5%;"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/richard-tamunotonye-51141780/" target="blank" style="color: #c000ff; padding-right: 5%;"><i class="fa fa-linkedin"></i></a>
<a href="https://www.behance.net/richardtam775d" target="blank" style="color: #c000ff; padding-right: 5%;"><i class="fa fa-behance"></i></a>
</div>
</div>
</div>
</div>
</div>
<!-- Section About Ends -->
<!-- Section Services Starts -->
<div class="container-fluid" id="services">
<div class="container">
<div class="services-light col-sm-12 col-md-12 col-xl-12 col-xs-12">
<h1 style="font-size:150pt; font-weight:900;">Services</h1>
<div class="service-head col-sm-12 col-md-12 col-xl-12 col-xs-12 ">
<h4 style="letter-spacing: 2px; font-weight: 900; font-size: 1.5em; text-align: left; padding-left: 0;">WHAT I DO</h4>
<div class="service">
<div class="row">
<div class="col-lg-4 col-sm-12 service-detail">
<div>
<h1 style="font-size: 3em"><i class="fa fa-lightbulb-o" aria-hidden="true"></i></h1>
<h2 style="font-weight: 700">Branding</h2>
<p>If there is one thing that many small businesses love to mess with, it is their brand image. I am passionate about corporate brand design and believe that my branding service will help you make your business everything it can be as i offer is my expertise.</p>
</div>
</div>
<div class="col-lg-4 col-sm-12 service-detail">
<div>
<h1 style="font-size: 3em"><i class="fa fa fa-users" aria-hidden="true"></i></h1>
<h2 style="font-weight: 700">UX/UI</h2>
<p> I define interaction models, user task flows, and UI specifications. Communicate interaction models, scenarios, end-to-end experiences, and screen designs to stakeholders. Design wireframes, mockups, and specifications as needed.</p>
</div>
</div>
<div class="col-lg-4 col-sm-12 service-detail">
<div>
<h1 style="font-size: 3em"><i class="fa fa-code" aria-hidden="true"></i></h1>
<h2 style="font-weight: 700">Code</h2>
<p>I can build any type or size website you require, from small custom designed websites or highly advanced online stores, so don't worry if you are not a web guru, i have you covered.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Section Services Ends -->
<!-- Section FeedBack Starts -->
<div class="container-fluid feedback-content">
<div class="container ">
<div class="row">
<div class='col-md-offset-1 col-md-12 feedback'>
<h4 style="letter-spacing: 2px; font-weight: 900; font-size: 1.5em; ">WHAT THEY SAY</h4>
</div>
</div>
</div>
<div class='container'>
<div class='row'>
<div class='col-md-offset-2 col-md-8'>
<div class="carousel slide" data-ride="carousel" id="quote-carousel">
<!-- Bottom Carousel Indicators -->
<ol class="carousel-indicators">
<li data-target="#quote-carousel" data-slide-to="0" class="active"></li>
<li data-target="#quote-carousel" data-slide-to="1"></li>
<li data-target="#quote-carousel" data-slide-to="2"></li>
</ol>
<!-- Carousel Slides / Quotes -->
<div class="carousel-inner">
<!-- Quote 1 -->
<div class="item active">
<div class="row">
<div class="col-sm-3 text-center">
<img class="img-circle" src="img/jade-stoner.png" style="width: 100px;height:100px;">
</div>
<div class="col-sm-9">
<p>Jade, Entertainment Industry Master Coach</p>
<small>I am very pleased with the outcome. He was also a pleasure to work with, efficient, communicated well and i will definitely use him for future work.</small>
</div>
</div>
</div>
<!-- Quote 2 -->
<div class="item">
<div class="row">
<div class="col-sm-3 text-center">
<img class="img-circle" src="img/lucy.jpg" style="width: 100px;height:100px;">
</div>
<div class="col-sm-9">
<p>Lucy Ibaraye, Rivers State University of Science and Technology</p>
<small>Wow!!! I was really amazed by his designs, it goes beyond my expectation. Thanks Richie.</small>
</div>
</div>
</div>
<!-- Quote 3 -->
<div class="item">
<div class="row">
<div class="col-sm-3 text-center">
<img class="img-circle" src="img/bright.jpg" style="width: 100px;height:100px;">
</div>
<div class="col-sm-9">
<p>Bright James, CEO Tienby Arts</p>
<small>Richard completed the project in a short space of time and to a very high standard.I enjoyed working with him, his designs are awesome.</small>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container ">
<div class="row">
<div class='col-md-offset-1 col-md-12 feedback'>
<h4 style="letter-spacing: 2px; font-weight: 900; font-size: 1.5em; "></h4>
</div>
</div>
</div>
</div>
<!-- Feedback Section Ends -->
<!-- Portfolio Section Starts -->
<div class="container-fluid" id="portfolio1">
<div class="container">
<div class="row">
<div class='col-md-offset-1 col-md-12'>
<h4 style="letter-spacing: 1.5px; font-weight: 900; font-size: 1.7em; color: #c000ff; padding-top: 5%; padding-bottom: 3%">PORTFOLIO</h4>
</div>
</div>
</div>
</div>
<div class="container" >
<div class="row">
<div class="col-lg-3 col-md-4 col-sm-12 port-container">
<img src="img/jade-brand-min.png" class="img-responsive port-image" alt="Jade Stoner Corporate Brand Identity">
<div class="overlay">
<div class="text">Working in the frantic, ever-changing world of entertainment can be tough to navigate, even when you're at the top of your game. I designed a corresponding brand identity for Jade Stoner, a Entertainment Industry Master Coach Based in Uk.
<br>
<button class="btn btn-default btn-sm porfoliobtn visit-site"><a href="https://www.iamjadestoner.com/" target="blank" style="text-decoration: none;"> Visit Site</a>
</button>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-12 port-container">
<img src="img/rene-logo.png" class="img-responsive port-image" alt="Glow with Rene Package Design">
<div class="overlay">
<div class="text">Really excellent facials are hard to find, but Glow With Renee store got you covered with best natural skin care products. I designed the UI for the site and also created mockup design for several products.</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-12 port-container">
<img src="img/vertical-tech.png" class="img-responsive port-image" alt="Sander Smith Corporate Brand Identity">
<div class="overlay">
<div class="text">In 2015, Sander Smeets and Maarten Reinders started DronesLab with the goal to provide custom drone based solutions in a quickly growing market. I designed a corporate brand identity that befits their standard, after comming up with several samples, they choosed this design.
<br>
<button class="btn btn-default btn-sm porfoliobtn visit-site"><a href="https://www.verticaltechnologies.com" target="blank" style="text-decoration: none;"> Visit Site</a>
</button>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-12 port-container">
<img src="img/Jimmyv.png" class="img-responsive port-image" alt="Jimmy V's Logo Design">
<div class="overlay">
<div class="text">Jimmy V's subs and wings is a place where you eat tasty food that makes your tummy say yummy with just 5$. I designed a uniques logo inline with what they do. So sad Jimmy is now retired, i wish him many happy and lazy days in the sun and surf.
<br>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-12 port-container">
<img src="img/rabi.png" class="img-responsive port-image " alt="Rabbi Davidowitz Website Design">
<div class="overlay">
<div class="text">Rabbi Davidowitz has been labeled The Gentle Mohel as a reflection of the considerable effort he devotes to pain reduction during child circumcision. I designed a UI and website that reflects his specialization.
<br>
<button class="btn btn-default btn-sm porfoliobtn visit-site"><a href="http://www.thegentlemohel.com/" target="blank" style="text-decoration: none;"> Visit Site</a>
</button>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-12 port-container">
<img src="img/med.png" class="img-responsive port-image" alt="Mediterranea by Iltruccoperfetto brand and package design">
<div class="overlay">
<div class="text">Mediterranea by Iltruccoperfetto is a cosmetic production company, they needed logo and packae designs for their products. They where really wowed by the designs i cam up with, i designed Mediterranea like a hand writting, while for Iltruccoperfetto a very streightforward character.</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 port-container">
<img src="img/propup.png" class="img-responsive port-image" alt="Daily UI practice">
<div class="overlay">
<div class="text">Part of the Daily Design Inspiration series that started it all on Abduzeedo. This is where you'll find the most interesting things curated by one of us to simply inspire your day. I was a team member during the site development for Propup.
<br>
<button class="btn btn-default btn-sm porfoliobtn visit-site"><a href="http://proppup.000webhostapp.com/index7.html" target="blank" style="text-decoration: none;"> Visit Site</a>
</button>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 port-container">
<img src="img/davido.png" class="img-responsive port-image" alt="Daily UI practice">
<div class="overlay">
<div class="text">David Adedeji Adeleke, better known by his stage name Davido, is an American-born Nigerian recording artist, performer and record producer. During my UI practice, i was tasked to design a landing page and i came up with this design for my favourite African artist.
<br>
<button class="btn btn-default btn-sm porfoliobtn visit-site"><a href="https://www.behance.net/gallery/56341419/Daily-UI-003" target="blank" style="text-decoration: none;"> Visit Site</a>
</button>
</div>
</div>
</div>
</div>
</div>
<!-- Contact Session Starts -->
<div class="container-fluid feedback-content" id="contact">
<div class="container ">
<div class="row">
<div class='col-md-offset-1 col-md-12 feedback'>
<h4 style="letter-spacing: 2px; font-weight: 900; font-size: 1.5em; padding-bottom:4%; ">CONTACT ME</h4>
</div>
</div>
</div>
<div class="container">
<div class="row">
<form>
<div class="form-group col-lg-4 col-md-6 col-sm-8">
<label class="sr-only" for="email">Your Name</label>
<input type="email" class="form-control" id="name" placeholder="Your Name">
</div>
<div class="form-group form-inputs col-lg-4 col-md-6 col-sm-8">
<label class="sr-only form-inputs" for="inlineFormInputGroup">Email</label>
<input type="text" class="form-control" id="email" placeholder="Your Email" >
</div>
<div class="form-group col-lg-5 col-md-7 col-sm-10">
<div class="form-group">
<label class="sr-only" for="inlineFormInputGroup">Message</label>
<textarea class="form-control" id="message" placeholder="Message" rows="3"></textarea>
</div>
</div>
<div class="form-group col-lg-2 col-md-2 col-sm-3">
<button type="submit" class="btn btn-primary" style="border-radius: 0;">Submit</button>
</div>
<div class=" col-lg-4 col-md-3 col-sm-6">
<div class="ps-email" style="letter-spacing: 2px; padding-bottom: 2%">EMAIL:<span style="color: #c000ff;"> hellotamuno@gmail.com</span>
</div>
</div>
</form>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row botom">
<div class="col-md-7 col-sm-12" style="background-color: fff; text-align: center; ">
<h5 style="color: #c000ff;"><i class="fa fa-copyright" aria-hidden="true"></i> All Right Reserved. <i class="fa fa-heart" style="color: #f00;" aria-hidden="true"></i> by Richard Tamunotonye </h5> </div>
<div class="col-md-5 col-sm-12" style="text-align: center;">
<h5 style="font-size: 1.2em;">
<a href="https://www.facebook.com/ismeerichard" target="blank" style="color: #afb0ba; padding-right: 5%;">
<i class="fa fa-facebook"></i>
</a>
<a href="https://github.com/richardtamuno" target="blank" style="color: #afb0ba; padding-right: 5%;">
<i class="fa fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/richard-tamunotonye-51141780/" target="blank" style="color: #afb0ba; padding-right: 5%;">
<i class="fa fa-linkedin"></i>
</a>
<a href="https://www.behance.net/richardtam775d" target="blank" style="color: #afb0ba; padding-right: 5%;">
<i class="fa fa-behance"></i>
</a>
</h5>
</div>
</div>
</div>
<script src="js/main.min.js"></script>
</body>
</div>
</html>