Design-Thru

Developer
Size
15,383 Kb
Views
26,312

How do I make an design-thru?

Sample of Color and design that takes the nostalgic info and presents it in such a tasteful manner. What is a design-thru? How do you make a design-thru? This script and codes were developed by Jack on 16 September 2022, Friday.

Design-Thru Previews

Design-Thru - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Design-Thru</title> <script src="https://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script>
<link href="https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700" rel= "stylesheet" type="text/css" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400)'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel= "stylesheet" type="text/css" />
<input type="checkbox" id="menu-slide" checked="checked" />
<label class="thing" for="menu-slide"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 720 720" enable-background="new 0 0 720 720" xml:space="preserve">
<g>	<path fill="#3258A8" d="M610.686,108.386C543.547,41.247,454.282,4.272,359.333,4.272c-94.948,0-184.213,36.975-251.351,104.114	C40.843,175.524,3.868,264.79,3.868,359.737c0,94.948,36.975,184.213,104.114,251.352	c67.138,67.137,156.404,104.113,251.351,104.113c94.948,0,184.213-36.976,251.352-104.113	c67.137-67.139,104.113-156.404,104.113-251.352C714.798,264.79,677.823,175.524,610.686,108.386z M359.333,52.253	c82.132,0,159.348,31.984,217.424,90.06c50.006,50.006,80.645,114.207,88.2,183.513c-57.955,37.881-125.01,57.836-194.798,57.836	c-37.335,0-74.075-5.736-109.282-17.055c-0.026-0.022-0.052-0.045-0.079-0.067c-82.949-70.974-136.253-168.333-151.237-275.484	C254.828,65.734,306.042,52.253,359.333,52.253z M141.91,577.161c-58.076-58.076-90.06-135.292-90.06-217.424	c0-82.132,31.984-159.348,90.06-217.424c7.648-7.648,15.636-14.83,23.915-21.56c19.378,102.855,70.94,196.414,148.187,268.297	c-46.257,73.998-83.494,153.061-110.97,235.615C181.02,611.623,160.482,595.733,141.91,577.161z M576.757,577.161	c-58.076,58.076-135.292,90.06-217.424,90.06c-39.229,0-77.329-7.314-112.765-21.265c26.42-81.041,62.632-158.63,107.911-231.122	c37.422,11.149,76.267,16.81,115.68,16.81c69.285,0,136.2-17.357,195.914-50.502C661.014,455.213,629.759,524.159,576.757,577.161z	"/>	<path fill="#3258A8" d="M310.46,174.33c2.938-1.047,83.583-23.67,164.651,0.944c14.288,13.652,74.696,62.744,89.67,127.78	c0.041-0.049,0.089-0.096,0.129-0.144c0.147-0.178,0.541-0.415,1.14-0.698c0.299-0.142,0.649-0.295,1.045-0.459	c0.396-0.164,0.837-0.337,1.319-0.52c0.481-0.183,1.003-0.375,1.559-0.574c0.556-0.199,1.147-0.405,1.767-0.618	c-0.62,0.213-1.211,0.419-1.767,0.618c-0.556,0.199-1.078,0.391-1.559,0.574c-0.481,0.183-0.923,0.356-1.319,0.52	c-0.396,0.164-0.746,0.317-1.045,0.459c-0.598,0.283-0.993,0.52-1.14,0.698c-0.04,0.049-0.088,0.096-0.129,0.144	c-9.416,11.154-39.767,17.927-39.767,17.927c24.486-2.455,42.173-8.434,54.367-14.421c15.939-7.825,22.484-15.664,22.484-15.664	c-22.53-81.589-100.671-149.639-106.729-155.139c-118.669-44.15-199.781,1.377-202.184,2.961c0,0-8.475,80.914,83.515,176.346	C376.466,315.063,309.194,219.23,310.46,174.33z"/>
</g>
</svg> </label> <div class="menu"> <ul class="navmodal"> <li> <div id="info" class="button dialog-open"> <a class="show grey fa fa-tasks"></a> </div> </li> <li> <div id="profile" class="button dialog-open"> <a class="show grey fa fa-user"></a> </div> </li> <li> <div id="download" class="button dialog-open"> <a class="show grey fa fa-cloud-download"></a> </div> </li> <li> <div id="history" class="button dialog-open"> <a class="show grey fa fa-th-list"></a> </div> </li> </ul> </div> <div id="overlay"> <div id="screen"></div> <div id="dialog-profile" class="dialog"> <div class="label-dialog"><i class="fa fa-user"></i></div> <div class="ok-dialog"><i class="fa fa-eye-slash"></i></div> <div class="dialog-form"></div> </div> <div id="dialog-history" class="dialog"> <div class="label-dialog"><i class="fa fa-th-list"></i></div> <div class="ok-dialog"><i class="fa fa-eye-slash"></i></div> <div class="dialog-form"> <ul id="timeline"> <li class="event"> <div class="status fa fa-ticket"><h1>Champion Ford-Edinboro</h1><h4>Champion Ford-Edinboro</h4><span class="details">January 2012 - Present</span><div> </li>
<li class="event"> <div class="status fa fa-ticket"><h1>Champion Ford-Edinboro</h1><h4>Champion Ford-Edinboro</h4><span class="details">January 2012 - Present</span><div> </li> <li class="event"> <div class="status fa fa-ticket"><h1>Champion Ford-Edinboro</h1><h4>Champion Ford-Edinboro</h4><span class="details">January 2012 - Present</span><div> </li> </ul> </div> </div> <div id="dialog-download" class="dialog"> <div class="label-dialog"><i class="fa fa-cloud-download"></i></div> <div class="ok-dialog"><i class="fa fa-eye-slash"></i></div> <div class="dialog-form"> <ul class="download"> <li class="twitter"> <div class="icon yellow"><i class="fa fa-file-o"></i></div> <h2>Resume</h2> </li> <li class="fb"> <div class="icon blue"><i class="fa fa-files-o"></i></div> <h2>Collective</h2> </li> <li class="insta"> <div class="icon red"><i class="fa fa-folder-o"></i></div> <h2>Folder.zip</h2> </li> </ul> </div> </div> <div id="dialog-info" class="dialog"> <div class="label-dialog"><i class="fa fa-tasks"></i></div> <div class="ok-dialog"><i class="fa fa-eye-slash"></i></div> <div class="dialog-form"> <h3 class="center">Adobe Attributes</h3> <ul class="skill-list"> <li class="skill"> <h3>Illustration/Print</h3> <progress class="skill-1" max="100" value="80"> <strong>Skill Level: 50%</strong> </progress> </li> <li class="skill"> <h3>Html/CSS</h3> <progress class="skill-2" max="100" value="55"> <strong>Skill Level: 75%</strong> </progress> </li> <li class="skill"> <h3>Packaging</h3> <progress class="skill-3" max="100" value="70"> <strong>Skill Level: 25%</strong> </progress> </li>
</ul> <h3 class="center">Adobe Attributes</h3> <div class="piecontainer-box"> <div class="pieContainer spacer"> <div id="pieright" class="hold"> <div class="pie ai"></div> </div> <div id="pieleft" class="hold"> <div class="pie ai"></div> </div> <div class="stat-circle-cover"> <span class="stat-number">Ai</span> </div> </div> <div class="pieContainer spacer"> <div id="pieright" class="hold"> <div class="pie ps"></div> </div> <div id="pieleft" class="hold"> <div class="pie ps"></div> </div> <div class="stat-circle-cover"> <span class="stat-number">Ps</span> </div> </div> <div class="pieContainer spacer"> <div id="pieright" class="hold"> <div class="pie id"></div> </div> <div id="pieleft" class="hold"> <div class="pie id"></div> </div> <div class="stat-circle-cover"> <span class="stat-number">Id</span> </div> </div> <div class="pieContainer spacer"> <div id="pieright" class="hold"> <div class="pie mu"></div> </div> <div id="pieleft" class="hold"> <div class="pie mu"></div> </div> <div class="stat-circle-cover"> <span class="stat-number">Mu</span> </div> </div> <div class="pieContainer spacer"> <div id="pieright" class="hold"> <div class="pie dw"></div> </div> <div id="pieleft" class="hold"> <div class="pie dw"></div> </div> <div class="stat-circle-cover"> <span class="stat-number">Dw</span> </div> </div> <div class="pieContainer spacer"> <div id="pieright" class="hold"> <div class="pie ae"></div> </div> <div id="pieleft" class="hold"> <div class="pie ae"></div> </div> <div class="stat-circle-cover"> <span class="stat-number">Ae</span> </div> </div> </div> </div> </div> </div>
<!-- Code on github: https://github.com/vnmc/Zee-Menu Credits: Click the burger: https://codepen.io/hynden Toggle Navigation: https://codepen.io/bradfrost
Browsers tested:
Chrome: 29.0 -Full
Firefox: 23.0.1 - Full (Remove border on menu link)
Safari: 6.0.5 -Full
Opera: 12.15 - Full (Remove border on menu link)
ie8 - Nav is fixed, burger menu no animations
IOS - Nav is fixed
-->
<!-- /Menu--> <div id="header-nav"> <div class="container"> <!-- H1 for SEO --> </div> <div class="brand"> <a href="/"></a> </div><div id="logo"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 300 300" enable-background="new 0 0 300 300" xml:space="preserve">
<g>	<g>	<path fill="#446BB2" d="M97.002,282.259C22.482,252.451-14.197,169.09,15.076,96.047c29.27-73.046,113.412-108.096,187.927-78.298	c74.517,29.791,111.196,113.164,81.919,186.203C255.656,276.995,171.516,312.042,97.002,282.259z"/>	<radialGradient id="SVGID_1_" cx="248.1214" cy="59.8396" r="244.539" gradientTransform="matrix(0.9993 0.0374 -0.0374 0.9993 1.5456 4.0621)" gradientUnits="userSpaceOnUse">	<stop offset="0" style="stop-color:#446BB2"/>	<stop offset="1" style="stop-color:#2E3D64"/>	</radialGradient>	<path fill="url(#SVGID_1_)" d="M203.003,17.749C128.488-12.049,44.346,23.001,15.076,96.047	c-29.273,73.043,7.406,156.404,81.926,186.212c74.514,29.784,158.655-5.264,187.92-78.307	C314.199,130.913,277.52,47.54,203.003,17.749z"/>	<radialGradient id="SVGID_2_" cx="246.5299" cy="63.0204" r="243.2484" gradientTransform="matrix(0.9993 0.0374 -0.0374 0.9993 1.5456 4.0621)" gradientUnits="userSpaceOnUse">	<stop offset="0" style="stop-color:#446BB2"/>	<stop offset="1" style="stop-color:#1C2953"/>	</radialGradient>	<path fill="url(#SVGID_2_)" d="M144.109,161.203c-0.851-0.33-65.135-49.522-66.64-135.792	C50.031,40.659,27.558,64.896,15.076,96.047c-27.971,69.795,4.283,149.024,72.234,181.918	C92.156,249.007,112.488,214.513,144.109,161.203z"/>	<path fill="#D6D6D5" d="M160.25,67.696c-0.339,0.908-0.664,1.81-0.982,2.711l2.035-5.386	C160.943,65.909,160.586,66.798,160.25,67.696z"/>	<g id="XMLID_1_">	<g>	<radialGradient id="SVGID_3_" cx="137.9086" cy="182.7163" r="146.4037" gradientUnits="userSpaceOnUse">	<stop offset="0" style="stop-color:#FFFFFF"/>	<stop offset="1" style="stop-color:#8A8C8E"/>	</radialGradient>	<path fill="url(#SVGID_3_)" d="M264.893,120.1c0,0-0.916,1.039-2.955,2.484c-2.282,1.652-5.801,3.803-10.497,5.355	c-5.163,1.863-10.759,3.279-20.653,4.02c-39.39,2.649-72.239-5.078-72.239-5.078c-38.602-43.246-33.542-78.476-33.542-78.476	c1.079-0.661,28.848-20.451,95.837,2.085C223.403,52.998,256.41,84.069,264.893,120.1z"/>	</g>	<g>	</g>	</g>	<path fill="#231F20" d="M205.881,107.096"/>	<path fill="#FFFFFF" stroke="#231F20" stroke-width="0.7539" d="M150.624,61.407"/>	<path fill="#FFFFFF" stroke="#231F20" stroke-width="0.7539" d="M145.045,50c0.043,0,0.088,0,0.117-0.002	c-0.029-0.095-0.06-0.174-0.086-0.267C145.064,49.818,145.054,49.914,145.045,50z"/>	<path fill="none" stroke="#231F20" stroke-width="3.7694" stroke-linecap="round" stroke-linejoin="round" d="M178.421,134.415"/>	<g>	<g>	<path fill="#F2F2F2" d="M220.854,50.518c-66.984-22.54-94.752-2.749-95.829-2.097c0,0,4.306,12.217,7.056,15.859	c1.302-0.408,25-11.732,65.104-1.161c4.59,1.22,12.539,3.523,14.254,4.335C214.501,61.557,218.941,54.461,220.854,50.518	C220.749,50.418,220.854,50.518,220.854,50.518z"/>	</g>	<g>	<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="44.065" y1="672.7674" x2="112.6957" y2="672.7674" gradientTransform="matrix(0.9354 0.3537 -0.3537 0.9354 403.8696 -566.0434)">	<stop offset="0" style="stop-color:#EAEAEC"/>	<stop offset="1" style="stop-color:#A8AAAC"/>	</linearGradient>	<path fill="url(#SVGID_4_)" d="M220.854,50.518c-1.913,3.943-6.353,11.039-9.415,16.936	c6.253,6.451,33.651,30.467,37.608,60.764c11.507-2.353,15.854-8.102,15.854-8.102C256.423,84.078,223.41,53.024,220.854,50.518	z"/>	</g>	<path fill="#E7E7E7" d="M125.025,48.421c0,0-5.061,35.224,33.546,78.479c0,0-27.797-43.016-26.49-62.62	C128.536,58.66,125.025,48.421,125.025,48.421z"/>	<path fill="#A8AAAC" d="M264.902,120.117c0,0-9.308,10.332-34.095,11.861c0,0,13.5-2.472,17.741-7.23	C249.329,123.87,264.902,120.117,264.902,120.117z"/>	</g>	<radialGradient id="SVGID_5_" cx="246.5304" cy="61.434" r="244.9991" gradientTransform="matrix(0.9993 0.0374 -0.0374 0.9993 1.5456 4.0621)" gradientUnits="userSpaceOnUse">	<stop offset="0" style="stop-color:#3764AE"/>	<stop offset="1" style="stop-color:#23375F"/>	</radialGradient>	<path fill="url(#SVGID_5_)" d="M144.109,161.203c-31.621,53.31-51.953,87.804-56.799,116.761c3.153,1.533,6.381,2.962,9.692,4.295	c74.514,29.784,158.655-5.264,187.92-78.307c7.865-19.619,10.968-39.983,9.857-59.852	C266.762,159.187,215.951,189.181,144.109,161.203z"/>	</g>
</g>
<path d="M148.986,177.737c-0.235,0.361-0.469,0.721-0.703,1.082c1.12,0.392,2.237,0.789,3.363,1.167	C150.756,179.241,149.868,178.492,148.986,177.737L148.986,177.737z"/>
</svg></div> <div id="signature"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 619.469 211.489" enable-background="new 0 0 619.469 211.489" xml:space="preserve">
<g>	<g>	<g>	<path fill="#009CD9" d="M82.204,44.741c4.775,0.547,6.885-3.187,7.447-8.029c0.592-4.83-1.109-8.799-5.892-9.349	c-4.785-0.545-8.631,1.644-9.205,6.474C73.977,38.676,77.422,44.201,82.204,44.741z"/>	<path fill="#009CD9" d="M207.945,87.476c0.575-3.118,8.034-7.943,11.442-10.461c1.942-1.449,8.5-6.093,10.02-7.697	c0.134-0.149,0.267-0.292,0.406-0.449c4.007-4.678-4.473-9.579-9.545-6.709c-7.811,4.413-9.034,4.968-16.053,10.555	c11.02-17.757,25.677-37.109,31.487-57.458c1.55-5.436-5.706-9.656-9.574-5.444C212.146,25,202.775,55.69,190.223,72.02	c-6.39,8.326-20.347,17.21-31.333,20.37c-1.516,0.441-3.096,0.778-4.676,0.926c-0.446,0.04-0.951,0.134-1.397,0.05	c-1.699-0.322-1.248-2.056-1.209-3.458c0.05-2.758,1.714-6.178,2.967-8.499c1.793-3.293,4.046-5.77,6.582-8.596	c0.664-0.758,3.091-3.098,4.265-2.649c1.381,0.507-0.258,3.641,0.738,4.884c1.288,1.597,4.527,1.233,6.29,1.119	c2.625-0.168,3.715-2.744,4.309-4.958c1.392-5.101,5.161-11.519-2.461-13.908c-3.126-0.973-7.643,0.335-9.991,1.518	c-11.006,5.525-21.843,22.405-21.937,22.66c-2.417,6.256-12.833,12.67-12.858,12.502c-0.268-1.57,0.946-0.837,1.199-2.96	c0.723-0.8-0.287-6.392,0.01-7.529c2.169-7.558,2.486-8.809,5.191-14.131c0.872-1.721,3.22-5.723,2.368-7.313	c-0.575-1.605-1.862-2.925-3.582-3.512c-0.49-0.178-2.362-0.753-5.75-1.04c-0.104-0.017-0.213-0.012-0.307-0.022	c-14.433-1.753-29.327,18.245-47.728,37.374c5.57-17.95,8.348-32.74,8.737-34.162c0.83-3.061-1.496-3.714-4.631-4.542	c-3.133-0.805-7.281,2.516-8.118,5.587c-0.134,0.495-0.775,17.331-10.758,46.742c-24.998,29.491-47.079,61.458-51.245,68.858	c-8.834,15.657-4.113,21.556-0.515,23.671c0.904,0.54,1.877,0.911,2.907,1.114c8.41,1.674,17.853-8.47,29.721-26.395	c9.099-13.715,19.596-40.066,27.742-63.851c5.771-6.721,12.63-11.57,17.085-17.113c-0.257,4.695-0.696,10.337,4.376,13.225	c5.939,3.383,13.713-0.238,23.302-7.687c1.858,6.706,6.91,8.053,9.114,8.326c4.101,0.5,8.286-3.958,12.07-6.637	c0.362,2.793,0.015-0.099,1.174,1.605c1.194,1.753,2.937,2.917,4.933,3.333c0.283,0.065,0.589,0.129,0.897,0.139	c12.517,1.084,25.409-8.797,35.38-15.122c-0.218,0.832-0.649,1.669-1.065,2.462c-1.124,2.135-2.169,4.334-2.516,6.756	c-0.149,1.021-0.049,2.209,0.169,3.21c1.099,5.097,10.52,5.775,12.274,0.812c0.565-1.61,1.159-3.293,1.882-4.829	c0.644-1.302,0.843-4.616,1.615-5.83c0.555-0.881,1.06-1.069,1.644-0.961C200.536,99.146,210.036,90.983,207.945,87.476z M39.776,170.168c-7.43,11.194-13.889,17.053-17.64,19.391c-2.417,1.739,0.562-7.202,2.174-10.06	c3.878-6.865,20.196-28.232,33.876-46.019C58.186,133.481,44.206,163.481,39.776,170.168z M119.855,84.92	c-0.109,0.097-0.228,0.201-0.347,0.302c-9.539,8.351-12.858,10.907-15.189,11.833c-4.581,1.055-2.278-9.872,3.836-15.629	c3.13-3.582,8.772-8.069,13.641-7.274C121.827,75.769,118.82,82.723,119.855,84.92z"/>	</g>	<path fill="#009CD9" d="M238.09,105.565c-0.203-0.496-0.387-1.035-0.743-1.456c-0.634-0.783-1.011-1.169-1.902-1.724	c-0.892-0.55-2.12-0.763-3.15-0.758c-0.386,0.01-0.778,0.099-1.139,0.223c-2.551-0.237-5.181-0.237-7.42-1.372	c-1.04-0.638-2.021-1.193-2.902-1.639c-12.923-6.593-12.194-15.137-12.269-15.436l-6.672,0.072	c-1.357-1.865-4.131-2.727-6.087-0.49c-0.159,0.178-0.292,0.364-0.441,0.55l-2.942,0.03c0.04,0.149,0.243,1.112,0.832,2.601	c-3.427,4.584-6.132,9.634-8.589,14.824c-2.199,4.661,4.854,8.474,7.068,3.799c1.768-3.744,3.645-7.444,5.899-10.916	c0.209,0.183,0.421,0.376,0.644,0.555c3.155,3.838,7.965,8.093,15.236,11.808c6.29,3.2,13.423,4.938,20.456,4.85	c0.654,0,1.021-0.164,1.174-0.422c0.104-0.024,0.223-0.034,0.322-0.064c0.99-0.317,1.833-1.02,2.328-1.931	C238.269,107.789,238.491,106.516,238.09,105.565z"/>	</g>	<path fill="#009CD9" d="M602.014,94.049c-7.821-0.327-16.226-2.576-23.498-6.424c-1.639-0.869-3.214-1.91-4.75-3.044	c-0.797-0.605-1.58-1.244-2.352-1.902c-0.357-0.307-0.703-0.63-1.055-0.946c-0.01-0.027-0.04-0.052-0.064-0.089	c-2.437-3.245-3.819-7.492-6.013-10.974c-1.08-1.724-2.368-3.195-4.003-4.176c-2.114-1.261-4.616-0.723-6.815-0.116	c-3.294,0.909-6.073,3.581-8.505,6.241c-0.847,0.916-1.644,1.902-2.432,2.927c0.144-0.466,0.278-0.929,0.416-1.394	c0.996-3.608-1.362-8.559-4.898-8.329c-5.013,0.325-9.53,2.729-13.78,5.756c-4.706,3.361-9.134,7.224-13.572,11.053	c-1.942,1.686-3.873,3.375-5.849,4.988c-0.847,0.691-3.027,2.33-3.254,2.494c-0.025,0.072-0.064,0.129-0.104,0.193	c-2.209,1.483-2.848-2.645-2.085-2.846c1.427-2.202,2.106-4.235,2.249-6.231c0.203-2.69-0.798-2.848-0.55-4.13	c1.802-8.586,1.664-7.147,1.347-14.161c-0.099-2.18-1.03-5.164-1.372-6.019c-1.025-1.486-2.591-2.412-4.324-2.412	c-0.501,0-2.378,0.062-5.528,1c-0.099,0.035-0.193,0.079-0.277,0.097c-13.106,3.336-18.99,14.874-35.296,31.521	c-0.054,0.034-3.006,1.696-3.472,1.932c-0.213,0.072-0.421,0.151-0.63,0.228c-0.584,0.193-1.188,0.334-1.788,0.451	c-0.079,0-0.163,0-0.253,0c-0.148,0-0.381-0.022-0.594-0.06c-0.297-0.106-0.604-0.228-0.832-0.319	c-0.024-0.22-0.049-0.435-0.074-0.592c0.015-0.456,0.05-0.919,0.094-1.377c0-0.062,0.015-0.134,0.02-0.206	c0.04-0.235,0.158-0.941,0.218-1.191c0.416-1.927,1.015-3.792,1.655-5.617c0.312-0.899,0.659-1.783,1.001-2.675	c0.178-0.441,0.352-0.884,0.53-1.325c0.074-0.176,0.302-0.706,0.441-1.04c1.546-3.554,3.269-6.982,4.854-10.503	c2.823-6.266-2.348-13.193-7.955-10.085c-11.857,6.563-28.688,6.927-30.897,6.382c-4.497-1.129-10.213,1.013-14.111,2.996	c-6.909,2.417-12.779,11.489-16.37,14.312c-4.537,3.542-14.364,10.961-19.149,14.03c2.754-8.725,7.558-23.299,9.881-32.215	c1.422-5.469-7.345-6.008-11.436-3.059c-7.623,5.495-9.659,6.645-16.455,13.524c0.783-3.219,1.367-6.503,1.64-9.911	c0.332-4.262-3.562-8.796-7.276-7.434c-8.638,3.229-15.999,8.886-22.695,15.644c0.163-1.493,0.257-4.891,0.277-6.452	c0.069-4.423-3.952-4.861-7.103-4.836c-8.881,0.065-16.351,9.673-22.789,16.157c-3.502,3.521-14.795,18.527-18.153,22.241	c-1.585,1.753-5.602,4.8-3.571,8.792c1.773,3.467,6.394,1.021,9.376-1.61c6.865-6.077,12.685-11.744,19.01-18.559	c2.541-2.751,5.201-5.387,8.049-7.694c-0.441,1.216-0.917,2.417-1.382,3.588c-2.407,6.01-5.062,7.392-7.167,13.561	c-1.025,2.942,0.59,6.652,2.739,8.183c2.219,1.575,5.607,1.422,7.444-0.946c5.919-7.653,11.665-11.053,18.064-18.163	c3.051-3.408,6.573-6.959,9.877-9.592c0.049-0.03,0.089-0.064,0.128-0.094c-0.678,2.058-1.412,4.097-2.159,6.118	c-2.526,6.845-2.586,6.501-4.117,13.772c-0.638,3.101-0.213,6.182,2.126,8.178c2.57,2.174,6.568,1.605,8.371-1.61	c6.548-11.684,12.194-15.06,21.546-23.958c-1.382,3.762-12.284,28.292-10.422,30.482c1.862,2.194,7.708,2.045,7.708,2.045	c24.993-15.726,20.516-9.832,26.474-14.651c-0.213,2.853,0.114,5.696,1.322,8.301c3.289,7.068,10.848,7.663,16.335,4.061	c5.761-3.784,10.303-9.708,14.216-15.839c3.398-5.298,6.617-10.86,9.029-16.868c5.394-2.422,9.654-1.273,14.825-4.463	c-5.31,13.074-8.123,30.147,2.021,33.599c8.916,3.032,17.549-11.578,21.071-15.107c-1.308,6.479-1.728,14.705,3.21,17.752	c5.795,3.566,13.086-0.833,21.992-9.604c1.288,4.784,2.694,7.791,5.909,8.083c0.184,0.025,0.387,0,0.57,0.01	c1.753,0.312,3.655,0.069,5.587-0.694c4.314-1.718,8.242-5.132,11.932-8.168c4.235-3.487,8.326-7.187,12.606-10.55	c0.326-0.238,0.654-0.483,0.971-0.724c0.278-0.198,0.559-0.396,0.837-0.592c-1.694,6.132-3.007,12.371-2.992,18.958	c0.015,5.384,5.221,7.494,8.733,5.256c1.327-0.837,2.461-1.962,3.571-3.16c0-0.015,1.669-1.917,1.981-2.323	c0.559-0.723,1.055-1.461,1.575-2.219c1.996-2.982,3.789-6.157,5.657-9.267c1.838-3.037,3.75-6.05,6.018-8.681	c0.114-0.138,0.213-0.27,0.332-0.388c0.109-0.107,0.223-0.21,0.278-0.28c0.5-0.471,1.03-0.866,1.57-1.246	c0.213,0.371,0.416,0.753,0.619,1.132c0.025,0.069,0.08,0.181,0.139,0.292c0.218,0.448,0.441,0.889,0.654,1.34	c1.734,3.63,3.294,7.474,6.033,10.203c6.657,6.612,14.621,11.179,23.24,12.878c5.131,1.021,10.347,1.189,15.528,1.412	c3.299,0.143,6.171-1.877,6.246-5.726C608.002,97.427,605.322,94.177,602.014,94.049z M411.389,81.433	c-1.952,2.967-4.022,5.808-6.261,8.474c-1.021,1.211-2.13,2.294-3.269,3.329c-0.521,0.485-1.065,0.926-1.605,1.342	c-0.04,0.025-0.07,0.05-0.1,0.07c-0.099,0.064-0.599,0.406-0.812,0.52c-0.436,0.262-0.906,0.485-1.372,0.693	c-0.208,0.049-0.406,0.084-0.614,0.129c-0.044,0.01-0.094,0.01-0.143,0.02c-0.04-0.01-0.09-0.01-0.139-0.01	c-0.02-0.133-0.05-0.267-0.059-0.396c0.01-0.485,0.05-0.976,0.109-1.442c0.01-0.114,0.02-0.228,0.049-0.337	c0-0.069,0.01-0.134,0.02-0.183c0.317-1.467,0.813-2.873,1.333-4.258c0.094-0.228,0.184-0.455,0.263-0.676	c0.05-0.107,0.089-0.213,0.134-0.278c0.312-0.713,0.644-1.419,0.996-2.11c0.772-1.58,1.624-3.115,2.491-4.631	c0.644-1.112,1.313-2.214,2.016-3.301c0.089-0.089,0.168-0.173,0.277-0.262c1.11,0.627,2.398,0.909,3.715,0.783	c1.714-0.166,3.398-0.414,5.052-0.748C412.742,79.395,412.34,79.995,411.389,81.433z M491.847,69.553	c-0.471,4.173-2.189,13.079-4.106,15.181c-2.764,3.012-5.77,5.215-8.088,6.615c-1.268,0.768-3.299,1.704-4.894,0.406	c-2.209-1.82-0.51-6.496,0.149-8.7c1.308-4.421,1.516-3.691,4.517-6.694C482.456,73.333,492.417,64.553,491.847,69.553z"/>
</g>
</svg></div><ul class="flat-stack"> <li class="link"> <p><a href="#social">Attache</a></p> </li> <li class="link"> <p><a href="#exercise" class="active">Ideas</a></p> </li>
</ul> <!-- Small screen menu button --> <!-- /Small screen menu button --> <!-- Menu Items --> <!-- /Menu Items --> </div>	</div>
<!-- /Menu -->
<!-- /Nav element -->
<div class="container">	</div>	</div>	</div> </div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Design-Thru - Script Codes CSS Codes

html{ background-size: cover; background: #4096ee; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDA5NmVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ0ZjVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(-45deg, #4096ee 0%, #44f5ff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4096ee), color-stop(100%,#44f5ff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #4096ee 0%,#44f5ff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #4096ee 0%,#44f5ff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #4096ee 0%,#44f5ff 100%); /* IE10+ */
background: linear-gradient(135deg, #4096ee 0%,#44f5ff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#44f5ff',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
.thing { -webkit-touch-callout: none;
-webkit-user-select: none; /* Webkit */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE 10 */
/* Currently not supported in Opera but will be soon */
-o-user-select: none;
user-select: none; display: block; position: fixed; z-index: 79; left: 0px; margin:0px; bottom: 0px; color:rgba(130,151,181,.4); font-size:50px; cursor: pointer; width: 50px; text-align:center; height: 50px; padding:3px; border-radius:0px; vertical-align:middle; transition: 200ms; background:#ffffff; transform: translateZ(0); -webkit-transform: translateZ(0); -webkit-backface-visibility: hidden; -webkit-user-select: none;
-webkit-transition-timing-function:linear;
-webkit-transition-delay:150ms;
}
.thing:hover { color:rgba(11,11,11,.7); background:#ccdae7;}
input:checked + .thing {
border-radius:60px; height:30px; width:30px; margin:10px; font-size:30px; color:rgba(130,151,181,.7); background:#ffffff;}
input:checked + .thing:before {
color:fff; transition: width 175ms 0ms ease-in-out, left 175ms 0ms ease-in-out, transform 200ms 175ms ease-in;
-webkit-transition-delay:0ms;
}
input:checked + .thing:after { height: 0; transform: scaleY(1); transition: 150ms ease-in-out;
}
input:checked + ul.navmodal {
display:none;width:0; height: 0; transform: scaleY(1); transition: 150ms ease-in;
}
.menu { text-align:center; position: fixed; height: 56px; width: 100%; bottom: 0em; z-index:69; overflow:hidden; left: 0; opacity:1; border-radius: 0px 0px 0 0; background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */ transition: height 300ms ease-in-out, width 100ms 100ms linear, bottom 150ms 290ms ease-in, border-radius 100ms 190ms ease-out;
}
input:checked ~ .menu { height: 0px; width: 0; bottom: 0; border-radius: 0px 50px 0 0; transition: border-radius 125ms ease-in, width 175ms 50ms, height 100ms 125ms, bottom 100ms 125ms opacity 100ms ease-in;
}
input { position: absolute; left: -9999px;
}
*{ border:0; margin:0 ; padding:0; list-style-type:none; outline:none;
}
.navmodal{ -webkit-touch-callout: none;
-webkit-user-select: none; /* Webkit */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE 10 */
/* Currently not supported in Opera but will be soon */
-o-user-select: none;
user-select: none; width:95%; float:right; right:0; height:100%; width:100%;
height:100%;
border-radius:3px; border-radius:3px;	padding:0;margin:0;
}
.grey{color:rgba(150,140,140,1);}
.show { display:block; opacity:1;}
.navmodal li {
width:16%;
height:100%;
text-align:center;
display:inline-block;
border-radius:3px;
cursor:pointer;
}
.navmodal li:hover .show{color:#3966ad;}
ul li .show{ margin-top:20px; font-size:24px; }
/* Variable declaration */
/* General styling */
/* Modal overlay styling */
#overlay { display: none; z-index:89; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%;
}
#overlay #screen { width: 100%; height: 100%; background-color: rgba(11,11,11,1); opacity:.7; z-index: 9999; cursor:zoom-out;
}
#overlay .dialog { z-index: 99; display: none; position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; background-color: white;
}
#dialog-info{ max-width:700px; min-width:500px; width: 90%; max-height:800px; min-height:200px; height: 90%;}
#dialog-download{ max-width:900px; min-width:200px; width: 80%; max-height:250px; min-height:200px; height: 95%;}
#dialog-history{ max-width:700px; min-width:500px; width: 60%; max-height:600px; min-height:200px; height: 90%;}
#dialog-profile{ max-width:900px; min-width:400px; width: 90%; max-height:900px; min-height:200px; height: 90%;}
#overlay .dialog .label-dialog i{margin:4px;}
#overlay .dialog .label-dialog { float: left; left:0; z-index:10; height: 50px; width: 50px; position:absolute; border-radius:0 0 50px 0; background-color: #333; text-align: left; vertical-align: top; color:#51D9FF; font-size:30px;
}
#overlay .dialog .dialog-form { float: left; height:100%; marign:2em; left:0; right;0; line-height: 100px; width: 100%; overflow:scroll; background:white;
}
#overlay .dialog .body-dialog p { display: inline-block; text-align: center; padding: 10px; font: 14px roboto; color: #EEE; vertical-align: middle;
}
#overlay .dialog .body-dialog p span { font-weight: 700;
}
#overlay .dialog .ok-dialog { float: right; right:0; z-index:10; height: 50px; width: 50px; position:absolute; border-radius:0 0 0 50px; background-color: #333; text-align: right; vertical-align: top; color:#51D9FF; font-size:30px;
}
#overlay .dialog .ok-dialog i {margin:5px;}
#overlay .dialog .ok-dialog:hover { background-color:white;
}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
h1 { font-size: 2em; font-weight: 400; font-family: 'Roboto Condensed';
}
h2 { font-size: 2em; font-weight: 100; letter-spacing:3px; text-align:center; font-family: 'Roboto';
}
h3 { font-weight: 300; font-family: 'Roboto Condensed'; font-size: 2em;
}
progress, progress[role] { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; background-size: auto; height: 100px; width: 100%;
}
.skill-list { list-style: none; margin: 0; padding: 1em;
}
.skill { margin-bottom: 1em; position: relative;
}
.skill h3 { color: white; left: 1em; line-height: 1; position: absolute; top: 1em;
}
.skill ::-webkit-progress-value { -webkit-animation: bar-fill 2s; width: 0px; }
.skill
.skill-1::-webkit-progress-value { background: #ff9e2c;}
.skill-1::-moz-progress-bar { background: #ff9e2c;}
.skill-2::-webkit-progress-value { background: #4ecdc4;}
.skill-2::-moz-progress-bar { background: #4ecdc4;}
.skill-3::-webkit-progress-value { background: #ff6b6b;}
.skill-3::-moz-progress-bar { background: #ff6b6b;}
@-webkit-keyframes bar-fill { 0% { width: 0; }
}
@keyframes bar-fill { 0% { width: 0; }
}
.pieContainer { height: 100px; width: 100px; position: relative; margin-top: 10px; display: inline-block; margin: 0 20px; line-height: 70px; font-size: 60px; text-align: center; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; background-clip: padding-box;
}
.pieContainer .stat-circle-cover { position: absolute; top: 20%; right: 20%; color:grey; background:white; height: 60%; width: 60%; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; background-clip: padding-box;
}
.pieContainer .stat-circle-cover span.stat-number { text-align: center; vertical-align: middle; width: 100%; line-height: 60px; position: absolute; top: 0; left: 0; font-size: 30px; font-family:"Open Sans" Helvetica, arial, verdana, sans-serif; font-weight: 600;
}
.pieContainer .pie { position: absolute; height: 100px; width: 100px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; background-clip: padding-box; clip: rect(0px, 50px, 100px, 0px);
}
.pieContainer .hold { position: absolute; width: 100px; height: 100px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; background-clip: padding-box; clip: rect(0px, 100px, 100px, 50px);
}
.pieContainer #pieleft { -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg);
}
.pieContainer #pieright .pie { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);
}
.piecontainer-box{ width:100%;margin:0; text-align:center; } .piechart-box{ background:#ccdae7; width:40%; min-width:600px; padding:10px;}
.left{float:left; left:0;}
.right{ float:right; right:0;}
.piechart { -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0); position: relative; display: inline-block;margin:0 10px; line-height: 70px; font-size: 12px; text-align: center; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; background-clip: padding-box;
}
.piechart .stat-circle-cover { position: absolute; top: 20%; right: 20%; color:grey; background-color: white; height: 60%; width: 60%; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; background-clip: padding-box;
}
.piechart .stat-circle-cover span.stat-number { text-align: center; vertical-align: middle; width: 100%; line-height: 100px; position: absolute; top: 0; left: 0; line-height: 140px; font-size: 40px; font-weight: 300; font-family: 'Roboto condensed', sans-serif;
}
.piechart .hold, .piechart .pie, .piechart { height: 240px; width: 240px;}
.piechart .pie { clip: rect(0px, 120px, 240px, 0px);}
.piechart .hold { clip: rect(0px, 240px, 240px, 120px);}
.piechart .pie, .piechart .hold { position: absolute; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; background-clip: padding-box;
}
.piechart #pieleft { -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); -ms- transform:rotate(180deg);
}
.piechart #piebottom { -webkit-transform:rotate(130deg); -moz-transform:rotate(130deg); -o-transform:rotate(130deg); -ms- transform:rotate(130deg); transform:rotate(130deg);
}
.piechart #pieup { -webkit-transform:rotate(280deg); -moz-transform:rotate(280deg); -o-transform:rotate(280deg); -ms-transform:rotate(280deg); transform:rotate(280deg);
}
#pieleft .Pk{background-color:#bf9978; -webkit-transform: rotate(50deg); -moz-transform: rotate(50deg); -o-transform: rotate(50deg); -ms-transform: rotate(50deg); transform: rotate(50deg);}
#pieright .Cp{background-color:#CCDAE7; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);} #pieright .Em{background-color:#1b2853; -webkit-transform: rotate(100deg); -moz-transform: rotate(100deg); -o-transform: rotate(100deg); -ms-transform: rotate(100deg); transform: rotate(100deg);}
#pieleft .Fd{background-color:#eaDDD2; -webkit-transform: rotate(50deg); -moz-transform: rotate(50deg); -o-transform: rotate(50deg); -ms-transform: rotate(50deg); transform: rotate(50deg);}
#pieleft .Rc{background-color:#Dae057; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}
#pieup .To{background-color:#3966ad; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);} #pieup .Pp{background-color:#bf9978; -webkit-transform: rotate(40deg); -moz-transform: rotate(40deg); -o-transform: rotate(40deg); -ms-transform: rotate(40deg); transform: rotate(40deg);}
#pieright .Hc{background-color:#a1Cd3A; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);} #pieright .Pu{background-color:#972267; -webkit-transform: rotate(70deg); -moz-transform: rotate(70deg); -o-transform: rotate(70deg); transform: rotate(70deg);}
#piebottom .Ve{background-color:#794AA8; -webkit-transform: rotate(100deg); -moz-transform: rotate(100deg); -o-transform: rotate(100deg); transform: rotate(100deg);}
#pieleft .Pa{background-color:#eaddd2; -webkit-transform: rotate(100deg); -moz-transform: rotate(100deg); -o-transform: rotate(100deg); -ms-transform: rotate(100deg); transform: rotate(100deg);}
#pieup .Id{background-color:#CCDAE7; -webkit-transform: rotate(80deg); -moz-transform: rotate(80deg); -o-transform: rotate(80deg); -ms-transform: rotate(80deg); transform: rotate(80deg);}
#pieright .ai{ background-color:#F9af0b;}
#pieleft .ai{ background-color: #F9af0b; -webkit-transform: rotate(145deg); -moz-transform: rotate(145deg); -o-transform: rotate(145deg); -ms-transform: rotate(145deg); transform: rotate(145deg);}
#pieright .id{ background-color: #972267;}
#pieleft .id{ background-color: #972267; -webkit-transform: rotate(140deg); -moz-transform: rotate(140deg); -o-transform: rotate(140deg); -ms-transform: rotate(140deg); transform: rotate(140deg);}
#pieright .ps{ background-color: #1A306C;}
#pieleft .ps{ background-color: #1A306C; -webkit-transform: rotate(150deg); -moz-transform: rotate(150deg); -o-transform: rotate(150deg); transform: rotate(150deg);}
#pieright .dw{background-color: #DAE05F;}
#pieleft .dw{background-color:#DAE05F; -webkit-transform: rotate(85deg); -moz-transform: rotate(85deg); -ms-transform: rotate(85deg); -o-transform: rotate(85deg); transform: rotate(85deg);}
#pieright .ae{ background-color: #794AA8;}
#pieleft .ae{ background-color: #794AA8; -webkit-transform: rotate(70deg); -moz-transform: rotate(70deg); -ms-transform: rotate(70deg); -o-transform: rotate(70deg); transform: rotate70deg);}
#pieright .mu{ background-color: #E8f2aa;}
#pieleft .mu{ background-color: #E8f2aa; -webkit-transform: rotate(115deg); -moz-transform: rotate(115deg); -o-transform: rotate(115deg); -ms-transform: rotate(115deg); transform: rotate(115deg);}
.download { padding: 10px; margin: 0; list-style-type: none;
}
.download:before,
.download:after { content: " "; display: table;
}
.download:after { clear: both;
}
.download li {margin-top:20px; float: left; width: 33.33%; height: 100px;
}
.yellow{ background-color: #19F7A9;
}
.blue{ background-color: #19F7a9;
}
.red{ background-color: #298FE3;
}
.icon { margin: auto; width: 100px; height: 100px; text-align: center; line-height: 100px; color: #fff; font-size: 40px; border-radius: 200px; box-shadow: none; -webkit-transition: all .2s ease; transition: all .2s ease; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.download li:hover .icon{ box-shadow: 0px 0px 0px 4px rgba(10,10,30,.1); -webkit-transform: scale(1.2); transform: scale(1.2);
}
#timeline { margin: 50px auto 20px; padding-left: 40px; padding-bottom: 40px; width: 380px; border-left: 2px solid #eee; position: relative;
}
#timeline:after { content: ''; width: 10px; height: 10px; position: absolute; left: -8px; bottom: 0; border-radius: 60%; background: #fff; border: 2px solid #eee;
}
.event { width: 380px; position: relative;
}
.event:last-of-type { margin-bottom: 0;
}
.status { font-size:1em; font-weight: 400;
}
.status:before { font-family: "FontAwesome"; font-size: 14px; text-align: center; position: absolute; top: -7px; left: -58px; line-height: 30px; width: 30px; height: 30px; border-radius: 60%; background: #fff; color: #7cc600; border: 2px solid; border-color: #7cc600;
}
.education:before { content: '\f00d'; background: #fff; border: 2px solid; border-color: #; color: red;
}
.details { margin-bottom: .5em; display: block; color: #ccc; font-size: .75em;
}
a { text-decoration: none; color: #fff;
}
a:hover { color: #ffffff;
}
#header-nav { background:rgba(30,51,81,1); position: fixed; top: 0;left:0;height:70px; display: block; width: 100%; -webkit-transition: -webkit-transform 0.7s 0.3s ease; -moz-transition: -moz-transform 0.7s 0.3s ease; -ms-transition: -ms-transform 0.7s 0.3s ease; transition: transform 0.7s .3s ease; -webkit-backface-visibility: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
}
#header-nav.hide-nav-bar { -webkit-transform: translate(0, -100%); -moz-transform: translate(0, -100%); -ms-transform: translate(0, -100%); transform: translate(0, -100%); -webkit-backface-visibility: hidden;
}
.container { max-width: 42em; margin: 0 auto;
}
section { margin-top: 4em; padding: 1em; color: #5c5c5c;
}
section hr { border-bottom: none; color: #f2f2f2;
}
.info { text-align: center;
}
#logo {padding:5px;z-index:99; position:absolute;width:50px;height:50px;border-radius:50px;background:white;left:0;top:0%;margin:5px}
#signature {padding:1.2px; position:absolute;width:160px; height:80x;border-radius:50px;right:30px;top:0%;margin:1px;}
/*Main Colors*/
/* Change base color for each links*/
.flat-stack:hover {opacity:1;}
.flat-stack { transition: 0.4s ease-in-out; opacity:.2; width: 200px; margin: 5px 0 5px;padding:0; left:7px; top:0; position:absolute;
}
.link { background: #245D96; width: 170px; height: 30px; box-shadow: 1em 0px #2c3e50, inset 0 1px 0 rgba(0, 0, 0, 0.05); cursor: pointer; display: block; transition: box-shadow 0.4s ease, padding 0.25974s ease;
}
.link span { display: block; width: 80px; height: 30px; background: #eee; float: left; font-size: 1.3em; line-height: 1.75em; text-align: center; color: #34495e; position: relative; z-index: 2; box-shadow: 0.5em 0px #2c3e50, inset 0 1px 0 rgba(0, 0, 0, 0.05); transform: rotate(0deg); transition: z-index 0s ease 0.25974s;
}
.link p:before { content: ''; position: absolute; z-index: 1; display: block; width: 30px; height: 30px; background: #2c3e50; transform: rotate(-45deg); opacity: 0;
}
.link p { font-family:'Roboto Condensed'; font-size: 1.4em; width: 120px; display: block; float: left; padding-left: 3em; padding-top: 0; margin: 0; line-height: ; color: #eeeeee; font-family: helvetica; transition: 0.4s ease;
}
.link:hover { background: #0099CC; box-shadow: 1em 0px #008AB8, inset 0 1px 0 rgba(0, 0, 0, 0.2); padding-right: 1em;
}
.link:hover span { color: #16a085; box-shadow: 0.5em 0px #1abc9c; z-index: 0;
}
.link a { font-family:'Roboto Condensed'; font-weight:300; color: #ecf0f1;text-decoration:none;}
.link:hover p { padding-left: 4em; color: #ecf0f1;
}
.link:nth-child(1){ border-radius: 30px 30px 0 0;}
.link:nth-child(1) span{ border-radius: 30px 5px 0 0;}
.link:nth-child(1):hover { border-radius: 30px 30px 5px 0;}
.link:nth-child(2){ border-radius: 0 0 30px 30px;}
.link:nth-child(2) span{ border-radius: 0 0 0 30px;}
.link:nth-child(2):hover { border-radius:0 5px 30px 30px; background: #0066CC; box-shadow: 1em 0px #005CB8, inset 0 1px 0 rgba(0, 0, 0, 0.05);
}
.link:nth-child(2):hover span { color: #27ae60; box-shadow: 0.5em 0px #2ecc71;
}
.link:nth-child(2):hover p:before { background: #2ecc71;
}
.hide { display: none;}
Design-Thru - Script Codes
Design-Thru - Script Codes
Home Page Home
Developer Jack
Username jackmoran
Uploaded September 16, 2022
Rating 3
Size 15,383 Kb
Views 26,312
Do you need developer help for Design-Thru?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Jack (jackmoran) Script Codes
Create amazing marketing copy with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!