1. Start
  2. What is Portfolio ?
  3. Features
  4. HTML Structure
  5. CSS & Javascript files
  6. Customisation
  7. Advanced Options
  8. Instruction
  9. Source & Credits
  10. Contact me

Portfolio

With Animation


What is Portfolio ?


Portfolio is a jQuery plugin that allows you to create your portfolio with animation.

Create Portfolio with HTML5, CSS3 And jQuery.

Portfolio is a easy to customize with many options.

Please read this documentation carefully before start.

Features


HTML Structure


Here is the HTML Structure of Portfolio

<!--Portfolio Start-->
<div class="my_portfolio">
	<div class="description"></div>
</div>
<!--Portfolio End--> 
<!--Animation View Control Button Start-->
<ul class="animation_view" title="Change Animation View">
	<li class="active"><span class="random"></span></li>
	<li><span class="rl"></span></li>
	<li><span class="rmbl"></span></li>
	<li><span class="rlmr"></span></li>
	<li><span class="lrml"></span></li>
	<li><span class="lmbr"></span></li>
</ul>
<!--Animation View Control Button End--> 
<!--Animation Shape Control Button Start-->
<ul class="animation_shape" title="Change Animation Shape">
	<li><span class="box"></span></li>
	<li><span class="circle"></span></li>
	<li><span class="h_circle"></span></li>
	<li class="active"><span class="v_circle"></span></li>
</ul>
<!--Animation Shape Control Button End--> 
<!--Speed Control Button Start-->
<ul class="start_stop">
	<li class="start active">Start</li>
	<li class="stop">Stop</li>
</ul>
<!--Speed Control Button End-->

CSS & Javascript Files


<link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
<link href="style.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery-3.6.0.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/3.3.0/jquery-migrate-3.3.2.min.js"></script>
<script type="text/javascript" src="js/portfolio.js"></script>

Customisation


<script type="text/javascript">
$(document).ready(function() {
	$('.my_portfolio').PortStyle({
		'circle_size' : 200,
		'animate_time' : 1500,
		'fadein_speed' : 1500,
		'stop_time' : 3000,
		'project_detail' : ['{"name":"Project 1", "url":"http://project1.com", "img":"images/pro1.jpg", "desc":"Lorem 1 Ipsum."}',
						'{"name":"Project 2", "url":"#", "img":"images/pro2.jpg", "desc":"Lorem 2 Ipsum printing...."}',
						'{"name":"Project 3", "url":"http://project3.com", "img":"images/pro3.jpg", "desc":"Lorem y text..."}',
						'{"name":"Project 4", "url":"http://project4.com", "img":"images/pro4.jpg", "desc":"Lorem 4 Ipsum is..."}',
						'{"name":"Project 5", "url":"http://project5.com", "img":"images/pro5.jpg", "desc":"Lorem 5 Ipsum is ..."}',
						'{"name":"Project 6", "url":"http://project10.com", "img":"images/pro10.jpg", "desc":"Lorem 10."}'],
		'on_hover_animation_stop' : 'off',
		'show_description' : 'on',
		'animation_view' : 'random',
		'animation_shape' : 'circle'
	});
});
</script>
this is a jQuery plugin code you can edit this code as per your requirement.
circle_size
animate_time
fadein_speed
stop_time
project_detail
on_hover_animation_stop
show_description
animation_view
animation_shape

Advanced Options

Start & Stop Option

Instruction

Source & Credits


Thank you so much to

 

Contact me



Thank you for purchasing Portfolio . If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here.
Thanks so much!