-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdisclaimer.html
218 lines (184 loc) · 10.8 KB
/
disclaimer.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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Jaiki :: Disclaimer</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FAVICON for all pages -->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<!-- styles for all pages -->
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" type="text/css" href="css/jaiki01.css"/>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
<!-- styles for icon font -->
<link rel="stylesheet" type="text/css" href="font.css">
<!--go to top -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script>
$(document).ready(function () {
$(window).scroll(function () {
if ($(this).scrollTop() > 100) {
$('.scrollup').fadeIn();
} else {
$('.scrollup').fadeOut();
}
});
$('.scrollup').click(function () {
$("html, body").animate({
scrollTop: 0
}, 600);
return false;
});
});
</script>
<!--go down -->
<script>
$(document).ready(function () {
var img = $(".j-black");
$(window).scroll(function () {
if ($(this).scrollTop() > 100) {
$('.bounce').fadeOut();
} else {
$('.bounce').fadeIn();
}
});
$('.bounce').click(function () {
$("html, body").animate({
scrollTop: 100 + img.height()
}, 600);
return false;
});
});
</script>
</head>
<!-- ********************************************************************************** -->
<body>
<div class="page-wrapper"><!--page background-->
<center>
<!-- **** T O P N A V I G A T I O N ****************************************************************************** -->
<!--Top Navigation MM bar starts-->
<div class="top-nav-wrapper">
<div class="top-nav">
<div class="mm-a">
<ul>
<li>
<a href="/" class="jaikisignature">JAIKI</a>
<!--main menu menu-->
<a href="about">About</a>
<a href="notes">Notes</a>
<a href="projects">Projects</a>
<a href="contact">Contact</a>
</li>
</ul>
</div>
</div><!--Top Nav ends-->
</div><!--Top Nav Wrapper ends-->
<!--bar starts-->
<div id="bar">
</div><!--bar ends-->
<!--go to top button starts-->
<article><a href="#" class="scrollup">Scroll</a></article>
<!-- **** T O P I M A G E ( Pre B O D Y )****************************************************************************** -->
<!--top decoration image starts -->
<div class="section-wrapper" style="background-color:#09c">
<div class="j-top960"><img src="images/j_image.png"></div>
</div><!--top decoration image ends -->
<!-- **** B O D Y ****************************************************************************** -->
<div class="section-wrapper" style="background-color:#fafafa;"><!--background-->
<div class="j-wrapper">
<div class="j-post700">
<span>
<h2>Disclaimer</h2>
<div class="devider_light"></div><!-- ///////////////////////////////////////////////// -->
<h4>Copyright</h4>
<p class="small">This Portfolio is intended to showcase my design works and explorations. All work featured, is of my own doing and does not contain any other persons work. These works may not be distributed or copied without my consent. All rights reserved including the rights of reproduction and use in any form, printed, written, oral or by any means, including the making of copies by any print, photo process or by any electronic or mechanical device. All artworks, textual content and specific photos displayed on this portfolio are copyrighted to the companies / persons they have been designed for and may not be used unless authorised via written permission by the respective companies / persons.</p><br>
<h4>Content</h4>
<p class="small">The portfolio also includes the design explorations done as a live or hypothetical classroom projects in D J Academy of Design, Coimbatore, and Industrial Design Centre, Indian Institute of Technology - Bombay. Any content other than the final artwork may refer to various resources which should be considered as a part of design learning without any commercial intend.<br><br>
A few portion of the work shown in the portfolio, was created while I was a designer working in an advertising and graphic design firm. While I consider the pieces that I’ve shown to largely be a result of my concepts and design, however, as is always the case of working in a collaborative environment, I cannot take 100% credit for the final product.<br><br>
The art and photos used in many of my portfolio pieces are stock photos or belong to their respective deviant art or artists. I do not claim any ownership or take credit for such images. They are only used as a reference or sample art to explain the particular work in layout and design.</p><br><br>
<h2>Acknowledgements</h2>
<div class="devider_light"></div><!-- ///////////////////////////////////////////////// -->
<h4>sincere thanks to</h4>
<h6>Typeface used for the website content: </h6>
<p class="small">Sorts Mill Goudy by Barry Schwartz
<br>Ek Mukta by Ek Type</p>
<h6>Profile Image shot by: </h6>
<p class="small">Abhey Singh Greywall
<br><a href="https://www.abheysingh.com/" target="_blank">Greywall Productions Pvt. Ltd.</a></p>
<br><br>
</span>
</div>
<div class="clearcolumn"></div>
</div><!--j-wrapper ends -->
</div><!--section wrapper ends-->
<!-- :::: F O O T :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<div class="foot"><!--foot starts -->
<div class="foot-wrapper"><!--foot wrapper starts -->
<div class="footmenu"><!--foot menu starts -->
<span>Social Media Links</span><!--Social starts -->
<ul>
<li class="social">
<a href='https://facebook.com/jaiki123/' target="_blank"><i class="icGold1-icon-facebook"></i></a>
<a href="https://instagram.com/j.a.i.k.i/" target="_blank"><i class="icGold1-icon-instagram"></i></a>
<a href='https://twitter.com/jaikishan_patel/' target="_blank"><i class="icGold1-icon-twitter"></i></a>
<a href="https://dribbble.com/jaiki/" target="_blank"><i class="icGold1-icon-dribbble"></i></a>
<a href="https://github.com/jaikishanpatel/" target="_blank"><i class="icGold1-icon-github"></i></a>
<a href="https://in.pinterest.com/jaikishanpatel/" target="_blank"><i class="icGold1-icon-pinterest"></i></a>
<a href="https://www.youtube.com/channel/UCmJiLpqZzmU5CsB5M8Gibvg?/" target="_blank"><i class="icGold1-icon-youtube"></i></a>
<a href="https://linkedin.com/in/jaiki123/" target="_blank"><i class="icGold1-icon-linkedin"></i></a>
<a href='https://behance.net/jaikishan' target="_blank"><i class="icGold1-icon-behance"></i></a>
</li>
</ul>
<ul><!--copyright menu -->
<li>
© <a href='https://jaiki.in/' target="_blank"><i class="icGold1-logo-jaiki"></i></a> All Rights Reserved ·
<a href='disclaimer'>Disclaimer and Acknowledgement · </a>
<a href='contact'>Feedback · </a>
<a href='contact'>Contact · </a>
<a href='sitemap'>Sitemap</a>
</li>
</ul>
<ul><!--SHARE buttons -->
<li>
Share the website on :
<a href="https://www.facebook.com/sharer/sharer.php?u=jaiki.in">Facebook</a>
<a href="https://twitter.com/intent/tweet?text=Website of Jaikishan Patel&url=jaiki.in&via=jaikishan_patel"> Twitter</a>
<a href="https://pinterest.com/pin/create/button/?url=jaiki.in&description=YOUR-DESCRIPTION&media=images/illustration_home.png"> Pinterest</a>
<a href="https://www.linkedin.com/shareArticle?mini=true&url=jaiki.in&title=Website&source=jaiki.in"> LinkedIn</a>
</li>
</ul>
</div><!--foot menu ends -->
</div><!--foot wrapper ends -->
</div><!--foot ends-->
<!-- **** P O W E R E D - B Y ****************************************************************************** -->
<div class="section-wrapper" style="background-color:#333;"><!--page background-->
<div class="j-wrapper" style=" border-top:#ccc 0px solid;">
<div class="j-post960" style="margin-top:0; padding:20px 0 40px 0; text-align:center;">
<p class="small white light">Designed by</p>
<a class="jaikisignature white xlarge" href='https://magictype.in/' target="_blank"> m</a>
</div>
<div class="clearcolumn"></div>
</div><!--j-wrapper ends -->
</div><!--section wrapper ends-->
<!-- ********************************************************************************** -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.3.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-65033586-1','auto');ga('send','pageview');
</script>
</center>
</div><!--page wrapper ends-->
</body>
</html>