smock 0.1.104 → 0.1.105
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Gemfile.lock +1 -1
- data/app/assets/stylesheets/includes/_colors.sass +1 -1
- data/app/assets/stylesheets/includes/_images.sass +3 -1
- data/app/assets/stylesheets/modules/_profile.sass +22 -6
- data/app/assets/stylesheets/modules/_service_card.sass +2 -2
- data/app/assets/stylesheets/smock.sass +2 -4
- data/examples/pages/provider_profile_page.html +965 -0
- data/examples/pages/provider_profile_page_files/60x60_user_avatar.png +0 -0
- data/examples/pages/provider_profile_page_files/KFZn1BJ0LYk(1).html +42 -0
- data/examples/pages/provider_profile_page_files/KFZn1BJ0LYk.html +42 -0
- data/examples/pages/provider_profile_page_files/analytics.js +43 -0
- data/examples/pages/provider_profile_page_files/application.js +6283 -0
- data/examples/pages/provider_profile_page_files/conversion.js +20 -0
- data/examples/pages/provider_profile_page_files/ecommerce.js +2 -0
- data/examples/pages/provider_profile_page_files/feature_1.jpg +0 -0
- data/examples/pages/provider_profile_page_files/feature_430008_597442033611329_2062301907_n.jpg +0 -0
- data/examples/pages/provider_profile_page_files/feature_Luxury-Yacht-Summer_small.jpg +0 -0
- data/examples/pages/provider_profile_page_files/feature_Work-and-Play.jpg +0 -0
- data/examples/pages/provider_profile_page_files/feature_blue-rocket.jpg +0 -0
- data/examples/pages/provider_profile_page_files/feature_casino_1-1390960680.jpg +0 -0
- data/examples/pages/provider_profile_page_files/feature_casino_1-1390960973.jpg +0 -0
- data/examples/pages/provider_profile_page_files/feature_fabricate.jpg +0 -0
- data/examples/pages/provider_profile_page_files/feature_sample_macs-1390963021.jpg +0 -0
- data/examples/pages/provider_profile_page_files/gtm.js +48 -0
- data/examples/pages/provider_profile_page_files/large_microlancer_cover_2.jpg +0 -0
- data/examples/pages/provider_profile_page_files/linkid.js +2 -0
- data/examples/pages/provider_profile_page_files/medium_profile-pic.jpg +0 -0
- data/examples/pages/provider_profile_page_files/saved_resource +13648 -0
- data/examples/pages/provider_profile_page_files/saved_resource.html +3 -0
- data/examples/pages/provider_profile_page_files/sdk.js +150 -0
- data/examples/pages/provider_profile_page_files/themeforest.png +0 -0
- data/examples/pages/provider_profile_page_files/thumbnail_profile-pic.jpg +0 -0
- data/examples/pages/provider_profile_page_files/tuts-plus.jpg +0 -0
- data/examples/pages/provider_profile_page_files/vendor.js +39483 -0
- metadata +32 -5
- data/app/assets/stylesheets/modules/_recommendations.sass +0 -0
data/Gemfile.lock
CHANGED
@@ -1,13 +1,29 @@
|
|
1
|
+
.profile
|
2
|
+
+space(margin-bottom)
|
3
|
+
|
1
4
|
.profile__bio
|
2
5
|
h3
|
3
6
|
font-weight: bold
|
4
7
|
p
|
5
8
|
+typecsset-font-size($first-font-size)
|
6
9
|
|
10
|
+
.profile__bio__text
|
11
|
+
+space(margin-bottom)
|
12
|
+
|
13
|
+
.profile__bio__text--expanded
|
14
|
+
overflow: none
|
15
|
+
+space(height, 10)
|
16
|
+
margin-bottom: 0
|
17
|
+
|
18
|
+
.read__more
|
19
|
+
float: right
|
20
|
+
|
21
|
+
|
7
22
|
.profile__review__quote
|
8
|
-
+space(margin,
|
23
|
+
+space(margin, 1)
|
9
24
|
text-align: center
|
10
|
-
|
25
|
+
blockquote
|
26
|
+
margin-left: 0
|
11
27
|
|
12
28
|
.profile__review__purchase-count
|
13
29
|
+space(margin-left, 0.25)
|
@@ -31,10 +47,10 @@
|
|
31
47
|
|
32
48
|
.profile__review__box:after
|
33
49
|
border-top-color: $gray-lightest
|
34
|
-
border-width:
|
35
|
-
margin-left: -
|
50
|
+
border-width: 7px
|
51
|
+
margin-left: -7px
|
36
52
|
|
37
53
|
.profile__review__box:before
|
38
54
|
border-top-color: $gray-lightest
|
39
|
-
border-width:
|
40
|
-
margin-left: -
|
55
|
+
border-width: 14px
|
56
|
+
margin-left: -14px
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
.service__card__image
|
5
5
|
+space(height, 9)
|
6
|
-
+space(margin-bottom
|
6
|
+
+space(margin-bottom)
|
7
7
|
position: relative
|
8
8
|
|
9
9
|
.service__card__image__price
|
@@ -32,7 +32,7 @@
|
|
32
32
|
+space(padding-left, 0.5)
|
33
33
|
|
34
34
|
.service__card__image--custom--job
|
35
|
-
+space(margin-bottom
|
35
|
+
+space(margin-bottom)
|
36
36
|
+space(height, 9)
|
37
37
|
+space(line-height, 9)
|
38
38
|
background: $gray-lightest
|
@@ -42,7 +42,6 @@
|
|
42
42
|
@import "modules/profile"
|
43
43
|
@import "modules/service_card"
|
44
44
|
@import "modules/stars"
|
45
|
-
@import "modules/recommendations"
|
46
45
|
@import "modules/service_collection"
|
47
46
|
|
48
47
|
html.vr
|
@@ -142,8 +141,7 @@ html.vr
|
|
142
141
|
@mixin secondary-button($border: $orange)
|
143
142
|
width: 100%
|
144
143
|
display: block
|
145
|
-
box-shadow: inset 0 0 0
|
146
|
-
border: solid 3px $border
|
144
|
+
box-shadow: inset 0 0 0 3px $border
|
147
145
|
background-color: $white
|
148
146
|
border-radius: 4px
|
149
147
|
text-align: center
|
@@ -154,7 +152,7 @@ html.vr
|
|
154
152
|
+space(line-height, 2)
|
155
153
|
&:hover
|
156
154
|
background-color: $white
|
157
|
-
|
155
|
+
box-shadow: inset 0 0 0 3px lighten($border, 15%)
|
158
156
|
color: lighten($border, 15%)
|
159
157
|
text-decoration: none
|
160
158
|
|
@@ -0,0 +1,965 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<!-- saved from url=(0029)http://studio.dev/users/zlaws -->
|
3
|
+
<html class="wf-fontello-n4-inactive wf-videojs-n4-inactive wf-inactive"><!--<![endif]--><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
4
|
+
|
5
|
+
<link data-turbolinks-track="true" href="http://studio.dev/assets/v2/screen.css?body=1" media="all" rel="stylesheet">
|
6
|
+
|
7
|
+
<title>Envato Studio</title>
|
8
|
+
<meta http-equiv="Content-Language" content="en">
|
9
|
+
<script type="text/javascript" async="" src="./provider_profile_page_files/ecommerce.js" id="undefined"></script><script type="text/javascript" async="" src="./provider_profile_page_files/linkid.js" id="undefined"></script><script async="" src="./provider_profile_page_files/gtm.js"></script><script async="" src="./provider_profile_page_files/analytics.js"></script><script src="./provider_profile_page_files/vendor.js"></script><script src="./provider_profile_page_files/application.js"></script><script src="./provider_profile_page_files/sdk.js"></script><script>(function(a,b,c){function d(a){return"[object Function]"==o.call(a)}function e(a){return"string"==typeof a}function f(){}function g(a){return!a||"loaded"==a||"complete"==a||"uninitialized"==a}function h(){var a=p.shift();q=1,a?a.t?m(function(){("c"==a.t?B.injectCss:B.injectJs)(a.s,0,a.a,a.x,a.e,1)},0):(a(),h()):q=0}function i(a,c,d,e,f,i,j){function k(b){if(!o&&g(l.readyState)&&(u.r=o=1,!q&&h(),l.onload=l.onreadystatechange=null,b)){"img"!=a&&m(function(){t.removeChild(l)},50);for(var d in y[c])y[c].hasOwnProperty(d)&&y[c][d].onload()}}var j=j||B.errorTimeout,l=b.createElement(a),o=0,r=0,u={t:d,s:c,e:f,a:i,x:j};1===y[c]&&(r=1,y[c]=[]),"object"==a?l.data=c:(l.src=c,l.type=a),l.width=l.height="0",l.onerror=l.onload=l.onreadystatechange=function(){k.call(this,r)},p.splice(e,0,u),"img"!=a&&(r||2===y[c]?(t.insertBefore(l,s?null:n),m(k,j)):y[c].push(l))}function j(a,b,c,d,f){return q=0,b=b||"j",e(a)?i("c"==b?v:u,a,b,this.i++,c,d,f):(p.splice(this.i++,0,a),1==p.length&&h()),this}function k(){var a=B;return a.loader={load:j,i:0},a}var l=b.documentElement,m=a.setTimeout,n=b.getElementsByTagName("script")[0],o={}.toString,p=[],q=0,r="MozAppearance"in l.style,s=r&&!!b.createRange().compareNode,t=s?l:n.parentNode,l=a.opera&&"[object Opera]"==o.call(a.opera),l=!!b.attachEvent&&!l,u=r?"object":l?"script":"img",v=l?"script":u,w=Array.isArray||function(a){return"[object Array]"==o.call(a)},x=[],y={},z={timeout:function(a,b){return b.length&&(a.timeout=b[0]),a}},A,B;B=function(a){function b(a){var a=a.split("!"),b=x.length,c=a.pop(),d=a.length,c={url:c,origUrl:c,prefixes:a},e,f,g;for(f=0;f<d;f++)g=a[f].split("="),(e=z[g.shift()])&&(c=e(c,g));for(f=0;f<b;f++)c=x[f](c);return c}function g(a,e,f,g,h){var i=b(a),j=i.autoCallback;i.url.split(".").pop().split("?").shift(),i.bypass||(e&&(e=d(e)?e:e[a]||e[g]||e[a.split("/").pop().split("?")[0]]),i.instead?i.instead(a,e,f,g,h):(y[i.url]?i.noexec=!0:y[i.url]=1,f.load(i.url,i.forceCSS||!i.forceJS&&"css"==i.url.split(".").pop().split("?").shift()?"c":c,i.noexec,i.attrs,i.timeout),(d(e)||d(j))&&f.load(function(){k(),e&&e(i.origUrl,h,g),j&&j(i.origUrl,h,g),y[i.url]=2})))}function h(a,b){function c(a,c){if(a){if(e(a))c||(j=function(){var a=[].slice.call(arguments);k.apply(this,a),l()}),g(a,j,b,0,h);else if(Object(a)===a)for(n in m=function(){var b=0,c;for(c in a)a.hasOwnProperty(c)&&b++;return b}(),a)a.hasOwnProperty(n)&&(!c&&!--m&&(d(j)?j=function(){var a=[].slice.call(arguments);k.apply(this,a),l()}:j[n]=function(a){return function(){var b=[].slice.call(arguments);a&&a.apply(this,b),l()}}(k[n])),g(a[n],j,b,n,h))}else!c&&l()}var h=!!a.test,i=a.load||a.both,j=a.callback||f,k=j,l=a.complete||f,m,n;c(h?a.yep:a.nope,!!i),i&&c(i)}var i,j,l=this.yepnope.loader;if(e(a))g(a,0,l,0);else if(w(a))for(i=0;i<a.length;i++)j=a[i],e(j)?g(j,0,l,0):w(j)?B(j):Object(j)===j&&h(j,l);else Object(a)===a&&h(a,l)},B.addPrefix=function(a,b){z[a]=b},B.addFilter=function(a){x.push(a)},B.errorTimeout=1e4,null==b.readyState&&b.addEventListener&&(b.readyState="loading",b.addEventListener("DOMContentLoaded",A=function(){b.removeEventListener("DOMContentLoaded",A,0),b.readyState="complete"},0)),a.yepnope=k(),a.yepnope.executeStack=h,a.yepnope.injectJs=function(a,c,d,e,i,j){var k=b.createElement("script"),l,o,e=e||B.errorTimeout;k.src=a;for(o in d)k.setAttribute(o,d[o]);c=j?h:c||f,k.onreadystatechange=k.onload=function(){!l&&g(k.readyState)&&(l=1,c(),k.onload=k.onreadystatechange=null)},m(function(){l||(l=1,c(1))},e),i?k.onload():n.parentNode.insertBefore(k,n)},a.yepnope.injectCss=function(a,c,d,e,g,i){var e=b.createElement("link"),j,c=i?h:c||f;e.href=a,e.rel="stylesheet",e.type="text/css";for(j in d)e.setAttribute(j,d[j]);g||(n.parentNode.insertBefore(e,n),m(c,0))}})(this,document);</script>
|
10
|
+
|
11
|
+
<script>
|
12
|
+
var index = 0, height = 40;
|
13
|
+
window.onerror = function(message, file, location) {
|
14
|
+
var error = document.createElement("div");
|
15
|
+
error.className = 'javascript-error';
|
16
|
+
error.style.position = 'absolute';
|
17
|
+
error.style.top = (index++ * height) + "px";
|
18
|
+
error.style.height = height;
|
19
|
+
error.style.left = "0px";
|
20
|
+
error.style.color = 'white';
|
21
|
+
error.style.background = 'red';
|
22
|
+
error.style.padding = '10px';
|
23
|
+
error.style.width = '100%';
|
24
|
+
error.style.zIndex = 99999;
|
25
|
+
error.innerHTML = "[" + file + ":" + location + "] " + message;
|
26
|
+
if(document.body) {
|
27
|
+
document.body.appendChild(error);
|
28
|
+
}
|
29
|
+
};
|
30
|
+
</script>
|
31
|
+
|
32
|
+
<script>
|
33
|
+
var CallbackHandler = {
|
34
|
+
_callbacks: [],
|
35
|
+
_ready: false,
|
36
|
+
add: function(callback) {
|
37
|
+
if(this._ready) {
|
38
|
+
this.run(callback);
|
39
|
+
} else {
|
40
|
+
this._callbacks.push(callback);
|
41
|
+
};
|
42
|
+
},
|
43
|
+
run: function(callback) {
|
44
|
+
callback();
|
45
|
+
},
|
46
|
+
execute: function() {
|
47
|
+
for(var i = 0, l = this._callbacks.length; i < l; i++) {
|
48
|
+
this.run(this._callbacks[i]);
|
49
|
+
}
|
50
|
+
this._callbacks = [];
|
51
|
+
this._ready = true;
|
52
|
+
}
|
53
|
+
};
|
54
|
+
|
55
|
+
window.Studio = {
|
56
|
+
ready: function(callback) {
|
57
|
+
CallbackHandler.add(callback);
|
58
|
+
},
|
59
|
+
assets: {
|
60
|
+
swfupload: "/assets/swfupload.swf",
|
61
|
+
swfuploadButton: "/assets/swfupload.png"
|
62
|
+
},
|
63
|
+
routes: {
|
64
|
+
uploader: "http://api2.transloadit.com/assemblies",
|
65
|
+
portfolioService: "http://studio-portfolio-service.dev",
|
66
|
+
assetService: "http://studio-asset-api.lancerdev.com"
|
67
|
+
},
|
68
|
+
load: function(files, callback) {
|
69
|
+
yepnope({ load: files, complete: callback });
|
70
|
+
}
|
71
|
+
};
|
72
|
+
</script>
|
73
|
+
|
74
|
+
<script>
|
75
|
+
Studio.load([ "/assets/vendor.js", "/assets/application.js" ], function() {
|
76
|
+
WebFont.load({
|
77
|
+
custom: ({
|
78
|
+
families: [ 'fontello', 'VideoJS' ],
|
79
|
+
urls: [ "/assets/fonts.css" ]
|
80
|
+
})
|
81
|
+
});
|
82
|
+
|
83
|
+
Studio.messageDispatcher = new Studio.PusherMessageDispatcher();
|
84
|
+
|
85
|
+
Studio.ErrorTracker.configure({
|
86
|
+
raven: "https://7bf9f9c10eb94a57a946a99800841e59:9c5fc8a99f1a48b5b33b06d382ccf376@app.getsentry.com/11413",
|
87
|
+
ip: "127.0.0.1",
|
88
|
+
user: null
|
89
|
+
});
|
90
|
+
|
91
|
+
CallbackHandler.execute();
|
92
|
+
});
|
93
|
+
|
94
|
+
if(document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#Image", "1.1")) {
|
95
|
+
Studio.ready(function() {
|
96
|
+
if (!document.getElementsByTagName('body')[0].hasAttribute('smock')) {
|
97
|
+
Studio.load("/assets/icons.css");
|
98
|
+
}
|
99
|
+
});
|
100
|
+
} else {
|
101
|
+
Studio.ready(function() {
|
102
|
+
$('body').addClass('no-svg');
|
103
|
+
});
|
104
|
+
}
|
105
|
+
</script>
|
106
|
+
|
107
|
+
<link rel="shortcut icon" href="http://studio.dev/assets/favicon.ico" type="image/x-icon">
|
108
|
+
<link rel="apple-touch-icon" href="http://studio.dev/assets/touch-icons/iphone.png">
|
109
|
+
<link rel="apple-touch-icon" sizes="72x72" href="http://studio.dev/assets/touch-icons/ipad.png">
|
110
|
+
<link rel="apple-touch-icon" sizes="114x114" href="http://studio.dev/assets/touch-icons/iphone-retina.png">
|
111
|
+
<link rel="apple-touch-icon" sizes="144x144" href="http://studio.dev/assets/touch-icons/ipad-retina.png">
|
112
|
+
<meta name="apple-mobile-web-app-capable" content="yes">
|
113
|
+
|
114
|
+
<meta content="authenticity_token" name="csrf-param">
|
115
|
+
<meta content="/NZxG20wH7fBksUetsy0o2I4gkB+rPVnX87GWUoxYWU=" name="csrf-token">
|
116
|
+
<meta content="fdc04cfcac96196dc9ec" name="pusher-key">
|
117
|
+
<link href="./provider_profile_page_files/provider_profile_page.html" rel="canonical">
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
<!--[if (gte IE 6)&(lte IE 8)]>
|
122
|
+
<script src="/assets/html5shiv.js?body=1"></script>
|
123
|
+
<![endif]-->
|
124
|
+
|
125
|
+
<script>
|
126
|
+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
127
|
+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
128
|
+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
129
|
+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
130
|
+
|
131
|
+
ga('create', 'UA-35226094-4', 'auto');
|
132
|
+
|
133
|
+
ga('require', 'displayfeatures');
|
134
|
+
ga('require', 'linkid', 'linkid.js');
|
135
|
+
|
136
|
+
ga('send', 'pageview');
|
137
|
+
ga('require', 'ecommerce', 'ecommerce.js');
|
138
|
+
</script><link rel="stylesheet" href="http://studio.dev/assets/fonts.css">
|
139
|
+
|
140
|
+
|
141
|
+
<style type="text/css">.fancybox-margin{margin-right:0px;}</style><style type="text/css">.fb_hidden{position:absolute;top:-10000px;z-index:10001}.fb_invisible{display:none}.fb_reset{background:none;border:0;border-spacing:0;color:#000;cursor:auto;direction:ltr;font-family:"lucida grande", tahoma, verdana, arial, sans-serif;font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:1;margin:0;overflow:visible;padding:0;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-spacing:normal}.fb_reset>div{overflow:hidden}.fb_link img{border:none}
|
142
|
+
.fb_dialog{background:rgba(82, 82, 82, .7);position:absolute;top:-10000px;z-index:10001}.fb_reset .fb_dialog_legacy{overflow:visible}.fb_dialog_advanced{padding:10px;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px}.fb_dialog_content{background:#fff;color:#333}.fb_dialog_close_icon{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;_background-image:url(http://static.ak.fbcdn.net/rsrc.php/v2/yL/r/s816eWC-2sl.gif);cursor:pointer;display:block;height:15px;position:absolute;right:18px;top:17px;width:15px}.fb_dialog_mobile .fb_dialog_close_icon{top:5px;left:5px;right:auto}.fb_dialog_padding{background-color:transparent;position:absolute;width:1px;z-index:-1}.fb_dialog_close_icon:hover{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent;_background-image:url(http://static.ak.fbcdn.net/rsrc.php/v2/yL/r/s816eWC-2sl.gif)}.fb_dialog_close_icon:active{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent;_background-image:url(http://static.ak.fbcdn.net/rsrc.php/v2/yL/r/s816eWC-2sl.gif)}.fb_dialog_loader{background-color:#f2f2f2;border:1px solid #606060;font-size:24px;padding:20px}.fb_dialog_top_left,.fb_dialog_top_right,.fb_dialog_bottom_left,.fb_dialog_bottom_right{height:10px;width:10px;overflow:hidden;position:absolute}.fb_dialog_top_left{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/ye/r/8YeTNIlTZjm.png) no-repeat 0 0;left:-10px;top:-10px}.fb_dialog_top_right{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/ye/r/8YeTNIlTZjm.png) no-repeat 0 -10px;right:-10px;top:-10px}.fb_dialog_bottom_left{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/ye/r/8YeTNIlTZjm.png) no-repeat 0 -20px;bottom:-10px;left:-10px}.fb_dialog_bottom_right{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/ye/r/8YeTNIlTZjm.png) no-repeat 0 -30px;right:-10px;bottom:-10px}.fb_dialog_vert_left,.fb_dialog_vert_right,.fb_dialog_horiz_top,.fb_dialog_horiz_bottom{position:absolute;background:#525252;filter:alpha(opacity=70);opacity:.7}.fb_dialog_vert_left,.fb_dialog_vert_right{width:10px;height:100%}.fb_dialog_vert_left{margin-left:-10px}.fb_dialog_vert_right{right:0;margin-right:-10px}.fb_dialog_horiz_top,.fb_dialog_horiz_bottom{width:100%;height:10px}.fb_dialog_horiz_top{margin-top:-10px}.fb_dialog_horiz_bottom{bottom:0;margin-bottom:-10px}.fb_dialog_iframe{line-height:0}.fb_dialog_content .dialog_title{background:#6d84b4;border:1px solid #3b5998;color:#fff;font-size:14px;font-weight:bold;margin:0}.fb_dialog_content .dialog_title>span{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;float:left;padding:5px 0 7px 26px}body.fb_hidden{-webkit-transform:none;height:100%;margin:0;overflow:visible;position:absolute;top:-10000px;left:0;width:100%}.fb_dialog.fb_dialog_mobile.loading{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;min-height:100%;min-width:100%;overflow:hidden;position:absolute;top:0;z-index:10001}.fb_dialog.fb_dialog_mobile.loading.centered{max-height:590px;min-height:590px;max-width:500px;min-width:500px}#fb-root #fb_dialog_ipad_overlay{background:rgba(0, 0, 0, .45);position:absolute;left:0;top:0;width:100%;min-height:100%;z-index:10000}#fb-root #fb_dialog_ipad_overlay.hidden{display:none}.fb_dialog.fb_dialog_mobile.loading iframe{visibility:hidden}.fb_dialog_content .dialog_header{-webkit-box-shadow:white 0 1px 1px -1px inset;background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#738ABA), to(#2C4987));border-bottom:1px solid;border-color:#1d4088;color:#fff;font:14px Helvetica, sans-serif;font-weight:bold;text-overflow:ellipsis;text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0;vertical-align:middle;white-space:nowrap}.fb_dialog_content .dialog_header table{-webkit-font-smoothing:subpixel-antialiased;height:43px;width:100%}.fb_dialog_content .dialog_header td.header_left{font-size:12px;padding-left:5px;vertical-align:middle;width:60px}.fb_dialog_content .dialog_header td.header_right{font-size:12px;padding-right:5px;vertical-align:middle;width:60px}.fb_dialog_content .touchable_button{background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#4966A6), color-stop(.5, #355492), to(#2A4887));border:1px solid #29447e;-webkit-background-clip:padding-box;-webkit-border-radius:3px;-webkit-box-shadow:rgba(0, 0, 0, .117188) 0 1px 1px inset, rgba(255, 255, 255, .167969) 0 1px 0;display:inline-block;margin-top:3px;max-width:85px;line-height:18px;padding:4px 12px;position:relative}.fb_dialog_content .dialog_header .touchable_button input{border:none;background:none;color:#fff;font:12px Helvetica, sans-serif;font-weight:bold;margin:2px -12px;padding:2px 6px 3px 6px;text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0}.fb_dialog_content .dialog_header .header_center{color:#fff;font-size:16px;font-weight:bold;line-height:18px;text-align:center;vertical-align:middle}.fb_dialog_content .dialog_content{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;border:1px solid #555;border-bottom:0;border-top:0;height:150px}.fb_dialog_content .dialog_footer{background:#f2f2f2;border:1px solid #555;border-top-color:#ccc;height:40px}#fb_dialog_loader_close{float:left}.fb_dialog.fb_dialog_mobile .fb_dialog_close_button{text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0}.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon{visibility:hidden}
|
143
|
+
.fb_iframe_widget{display:inline-block;position:relative}.fb_iframe_widget span{display:inline-block;position:relative;text-align:justify}.fb_iframe_widget iframe{position:absolute}.fb_iframe_widget_lift{z-index:1}.fb_hide_iframes iframe{position:relative;left:-10000px}.fb_iframe_widget_loader{position:relative;display:inline-block}.fb_iframe_widget_fluid{display:inline}.fb_iframe_widget_fluid span{width:100%}.fb_iframe_widget_loader iframe{min-height:32px;z-index:2;zoom:1}.fb_iframe_widget_loader .FB_Loader{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/y9/r/jKEcVPZFk-2.gif) no-repeat;height:32px;width:32px;margin-left:-16px;position:absolute;left:50%;z-index:4}
|
144
|
+
.fbpluginrecommendationsbarleft,.fbpluginrecommendationsbarright{position:fixed !important;bottom:0;z-index:999}.fbpluginrecommendationsbarleft{left:10px}.fbpluginrecommendationsbarright{right:10px}</style><style media="print" class="jx_ui_StyleSheet" __jx__id="___$_2" type="text/css">.zopim { display: none !important }</style></head>
|
145
|
+
<body am-grid="" smock=""><div class="zopim" __jx__id="___$_55 ___$_55" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; padding: 0px; border: 0px; overflow: hidden; position: fixed; z-index: 16000002; width: 180px; height: 30px; right: 10px; bottom: 0px; background: transparent;"><iframe frameborder="0" src="javascript:void(document.write('<!DOCTYPE html><html><head><style>html,body{height:100%;width:100%;} *{border:0;padding:0;margin:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}</style></head><body onload="window.isLoaded = true"></body></html>'), document.close())" style="vertical-align: text-bottom; position: relative; width: 100%; height: 100%; margin: 0px; overflow: hidden; background-color: transparent;"></iframe></div><div class="zopim" __jx__id="___$_4 ___$_4" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; padding: 0px; border: 0px; overflow: hidden; position: fixed; z-index: 16000001; right: 10px; bottom: 0px; border-top-left-radius: 5px; border-top-right-radius: 5px; display: none; width: 290px; height: 400px; -webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 3px 2px; box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 3px 2px; background: transparent;"><iframe frameborder="0" src="javascript:void(document.write('<!DOCTYPE html><html><head><style>html,body{height:100%;width:100%;} *{border:0;padding:0;margin:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}</style></head><body onload="window.isLoaded = true"></body></html>'), document.close())" style="vertical-align: text-bottom; position: relative; width: 100%; height: 100%; margin: 0px; overflow: hidden; background-color: transparent;"></iframe></div>
|
146
|
+
|
147
|
+
<header class="header">
|
148
|
+
<div class="container">
|
149
|
+
<a class="header__logo image--logo" href="http://studio.dev/">Envato Studio</a>
|
150
|
+
|
151
|
+
<nav class="header__categories">
|
152
|
+
<strong class="header__categories__label">Categories <div class="header__categories__down-arrow hot-icon__arrow-down"></div></strong>
|
153
|
+
<ul class="header__categories__dropdown__top-level">
|
154
|
+
<li class="header__categories__dropdown__top-level__category" data-submenu-id="business-online-marketing">
|
155
|
+
<a class="header__categories__dropdown__top-level__link" href="http://studio.dev/explore/business-online-marketing">Business & Online Marketing</a>
|
156
|
+
<ul class="header__categories__dropdown__subcategories" id="business-online-marketing">
|
157
|
+
<li class="header__categories__dropdown__subcategories__category">
|
158
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/social-media-design">Social Media Design</a>
|
159
|
+
</li>
|
160
|
+
<li class="header__categories__dropdown__subcategories__category">
|
161
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/infographic-design">Infographic Design</a>
|
162
|
+
</li>
|
163
|
+
<li class="header__categories__dropdown__subcategories__category">
|
164
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/web-banner-design">Web Banner Ad Design</a>
|
165
|
+
</li>
|
166
|
+
<li class="header__categories__dropdown__subcategories__category">
|
167
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/presentation-design">Presentation Design</a>
|
168
|
+
</li>
|
169
|
+
<li class="header__categories__dropdown__subcategories__category">
|
170
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/business-card-design">Business Card Design</a>
|
171
|
+
</li>
|
172
|
+
<li class="header__categories__dropdown__subcategories__category">
|
173
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/stationery-design">Stationery Design</a>
|
174
|
+
</li>
|
175
|
+
</ul>
|
176
|
+
</li>
|
177
|
+
<li class="header__categories__dropdown__top-level__category" data-submenu-id="mobile-apps">
|
178
|
+
<a class="header__categories__dropdown__top-level__link" href="http://studio.dev/explore/mobile-apps">Mobile & Apps</a>
|
179
|
+
<ul class="header__categories__dropdown__subcategories" id="mobile-apps">
|
180
|
+
<li class="header__categories__dropdown__subcategories__category">
|
181
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/app-design">App Design</a>
|
182
|
+
</li>
|
183
|
+
<li class="header__categories__dropdown__subcategories__category">
|
184
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/app-development">App Development</a>
|
185
|
+
</li>
|
186
|
+
<li class="header__categories__dropdown__subcategories__category">
|
187
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/mobile-design-development">Mobile Design & Development</a>
|
188
|
+
</li>
|
189
|
+
</ul>
|
190
|
+
</li>
|
191
|
+
<li class="header__categories__dropdown__top-level__category" data-submenu-id="ecommerce-cms-development">
|
192
|
+
<a class="header__categories__dropdown__top-level__link" href="http://studio.dev/explore/ecommerce-cms-development">Ecommerce & CMS Development</a>
|
193
|
+
<ul class="header__categories__dropdown__subcategories" id="ecommerce-cms-development">
|
194
|
+
<li class="header__categories__dropdown__subcategories__category">
|
195
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/drupal-development">Drupal</a>
|
196
|
+
</li>
|
197
|
+
<li class="header__categories__dropdown__subcategories__category">
|
198
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/joomla-development">Joomla</a>
|
199
|
+
</li>
|
200
|
+
<li class="header__categories__dropdown__subcategories__category">
|
201
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/online-shopping">Online Shopping</a>
|
202
|
+
</li>
|
203
|
+
<li class="header__categories__dropdown__subcategories__category">
|
204
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/shopify-development">Shopify</a>
|
205
|
+
</li>
|
206
|
+
<li class="header__categories__dropdown__subcategories__category">
|
207
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/magento-development">Magento</a>
|
208
|
+
</li>
|
209
|
+
<li class="header__categories__dropdown__subcategories__category">
|
210
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/opencart-development">OpenCart</a>
|
211
|
+
</li>
|
212
|
+
<li class="header__categories__dropdown__subcategories__category">
|
213
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/woocommerce">WooCommerce</a>
|
214
|
+
</li>
|
215
|
+
<li class="header__categories__dropdown__subcategories__category">
|
216
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/cms-other">CMS Other</a>
|
217
|
+
</li>
|
218
|
+
</ul>
|
219
|
+
</li>
|
220
|
+
<li class="header__categories__dropdown__top-level__category" data-submenu-id="websites-programming">
|
221
|
+
<a class="header__categories__dropdown__top-level__link" href="http://studio.dev/explore/websites-programming">Websites & Programming</a>
|
222
|
+
<ul class="header__categories__dropdown__subcategories" id="websites-programming">
|
223
|
+
<li class="header__categories__dropdown__subcategories__category">
|
224
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/new-website">New Website Design & Development</a>
|
225
|
+
</li>
|
226
|
+
<li class="header__categories__dropdown__subcategories__category">
|
227
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/landing-page-design-development">Landing Page Design & Development</a>
|
228
|
+
</li>
|
229
|
+
<li class="header__categories__dropdown__subcategories__category">
|
230
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/web-components">Web Components</a>
|
231
|
+
</li>
|
232
|
+
<li class="header__categories__dropdown__subcategories__category">
|
233
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/psd-to-html">PSD to HTML</a>
|
234
|
+
</li>
|
235
|
+
<li class="header__categories__dropdown__subcategories__category">
|
236
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/email-design-development">Email Design & Development</a>
|
237
|
+
</li>
|
238
|
+
<li class="header__categories__dropdown__subcategories__category">
|
239
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/bug-fixes">Bug Fixes</a>
|
240
|
+
</li>
|
241
|
+
<li class="header__categories__dropdown__subcategories__category">
|
242
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/website-customization">Website Customization & Updates</a>
|
243
|
+
</li>
|
244
|
+
<li class="header__categories__dropdown__subcategories__category">
|
245
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/php-development">PHP</a>
|
246
|
+
</li>
|
247
|
+
<li class="header__categories__dropdown__subcategories__category">
|
248
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/server-admin">Server Admin</a>
|
249
|
+
</li>
|
250
|
+
</ul>
|
251
|
+
</li>
|
252
|
+
<li class="header__categories__dropdown__top-level__category" data-submenu-id="design-graphics">
|
253
|
+
<a class="header__categories__dropdown__top-level__link" href="http://studio.dev/explore/design-graphics">Design & Graphics</a>
|
254
|
+
<ul class="header__categories__dropdown__subcategories" id="design-graphics">
|
255
|
+
<li class="header__categories__dropdown__subcategories__category">
|
256
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/3d-design-modeling">3D Design & Modeling</a>
|
257
|
+
</li>
|
258
|
+
<li class="header__categories__dropdown__subcategories__category">
|
259
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/photo-editing">Photo Editing</a>
|
260
|
+
</li>
|
261
|
+
<li class="header__categories__dropdown__subcategories__category">
|
262
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/drawing-sketching">Drawing & Sketching</a>
|
263
|
+
</li>
|
264
|
+
<li class="header__categories__dropdown__subcategories__category">
|
265
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/vector-illustration">Vector Illustration</a>
|
266
|
+
</li>
|
267
|
+
<li class="header__categories__dropdown__subcategories__category">
|
268
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/caricatures-cartoon-design">Caricatures & Cartoon Design</a>
|
269
|
+
</li>
|
270
|
+
<li class="header__categories__dropdown__subcategories__category">
|
271
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/digital-publishing">eBooks & Digital Publishing</a>
|
272
|
+
</li>
|
273
|
+
<li class="header__categories__dropdown__subcategories__category">
|
274
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/invitation-design">Invitation Design</a>
|
275
|
+
</li>
|
276
|
+
<li class="header__categories__dropdown__subcategories__category">
|
277
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/t-shirt-apparel-design">T-Shirt & Apparel Design</a>
|
278
|
+
</li>
|
279
|
+
<li class="header__categories__dropdown__subcategories__category">
|
280
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/lettering-calligraphy">Lettering & Calligraphy</a>
|
281
|
+
</li>
|
282
|
+
<li class="header__categories__dropdown__subcategories__category">
|
283
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/icon-set-design">Icon Set Design</a>
|
284
|
+
</li>
|
285
|
+
<li class="header__categories__dropdown__subcategories__category">
|
286
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/customize-graphics">Customize Graphics</a>
|
287
|
+
</li>
|
288
|
+
<li class="header__categories__dropdown__subcategories__category">
|
289
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/app-icon-design">App Icon Design</a>
|
290
|
+
</li>
|
291
|
+
<li class="header__categories__dropdown__subcategories__category">
|
292
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/poster-flyer-design">Poster & Flyer Design</a>
|
293
|
+
</li>
|
294
|
+
<li class="header__categories__dropdown__subcategories__category">
|
295
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/brochure-design">Brochure Design</a>
|
296
|
+
</li>
|
297
|
+
<li class="header__categories__dropdown__subcategories__category">
|
298
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/design-graphics-other">Other</a>
|
299
|
+
</li>
|
300
|
+
</ul>
|
301
|
+
</li>
|
302
|
+
<li class="header__categories__dropdown__top-level__category" data-submenu-id="wordpress">
|
303
|
+
<a class="header__categories__dropdown__top-level__link" href="http://studio.dev/explore/wordpress">WordPress</a>
|
304
|
+
<ul class="header__categories__dropdown__subcategories" id="wordpress">
|
305
|
+
<li class="header__categories__dropdown__subcategories__category">
|
306
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/wordpress-installation">WordPress Installation</a>
|
307
|
+
</li>
|
308
|
+
<li class="header__categories__dropdown__subcategories__category">
|
309
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/wordpress-plug-ins">WordPress Plug-ins</a>
|
310
|
+
</li>
|
311
|
+
<li class="header__categories__dropdown__subcategories__category">
|
312
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/wordpress-customization">WordPress Customization</a>
|
313
|
+
</li>
|
314
|
+
<li class="header__categories__dropdown__subcategories__category">
|
315
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/website-to-wordpress">Website to WordPress</a>
|
316
|
+
</li>
|
317
|
+
<li class="header__categories__dropdown__subcategories__category">
|
318
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/psd-to-wordpress">PSD to WordPress</a>
|
319
|
+
</li>
|
320
|
+
</ul>
|
321
|
+
</li>
|
322
|
+
<li class="header__categories__dropdown__top-level__category" data-submenu-id="logo-design-branding">
|
323
|
+
<a class="header__categories__dropdown__top-level__link" href="http://studio.dev/explore/logo-design-branding">Logo Design & Branding</a>
|
324
|
+
<ul class="header__categories__dropdown__subcategories" id="logo-design-branding">
|
325
|
+
<li class="header__categories__dropdown__subcategories__category">
|
326
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/logo-design">Logo Design</a>
|
327
|
+
</li>
|
328
|
+
<li class="header__categories__dropdown__subcategories__category">
|
329
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/logo-customization">Logo Customization</a>
|
330
|
+
</li>
|
331
|
+
</ul>
|
332
|
+
</li>
|
333
|
+
<li class="header__categories__dropdown__top-level__category" data-submenu-id="video-animation">
|
334
|
+
<a class="header__categories__dropdown__top-level__link" href="http://studio.dev/explore/video-animation">Video & Animation</a>
|
335
|
+
<ul class="header__categories__dropdown__subcategories" id="video-animation">
|
336
|
+
<li class="header__categories__dropdown__subcategories__category">
|
337
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/video">Video</a>
|
338
|
+
</li>
|
339
|
+
<li class="header__categories__dropdown__subcategories__category">
|
340
|
+
<a class="header__categories__dropdown__subcategories__category__link" href="http://studio.dev/explore/animation">Animation</a>
|
341
|
+
</li>
|
342
|
+
</ul>
|
343
|
+
</li>
|
344
|
+
<li class="header__categories__dropdown__top-level__category--content">
|
345
|
+
<p>Can't find the exact service you're after? Most providers complete custom jobs. Just send them an enquiry.</p>
|
346
|
+
</li>
|
347
|
+
</ul>
|
348
|
+
</nav>
|
349
|
+
|
350
|
+
<div class="header__nav">
|
351
|
+
<a class="header__nav-link" href="http://studio.dev/how-it-works">How it works</a>
|
352
|
+
</div>
|
353
|
+
|
354
|
+
<div class="header__utilities">
|
355
|
+
<div class="header__search">
|
356
|
+
<form accept-charset="UTF-8" action="http://studio.dev/search" class="header__search__form has-validation" id="new_search" method="get"><div style="display:none"><input name="utf8" type="hidden" value="✓"></div>
|
357
|
+
<label class="header__search__label" for="search_query">Search</label>
|
358
|
+
<button type="submit" class="header__search__button">
|
359
|
+
<i class="header__search__button__icon hot-icon__search-glass"></i>
|
360
|
+
</button>
|
361
|
+
<input autocomplete="off" class="header__search__body" id="search_query" name="search[query]" placeholder="Search" type="text">
|
362
|
+
</form> </div>
|
363
|
+
|
364
|
+
<div class="header__nav--user--guest">
|
365
|
+
<section class="header__login">
|
366
|
+
<a class="header__nav-link--button header__nav-link--login" href="http://studio.dev/sso/sessions/new">Sign In</a>
|
367
|
+
|
368
|
+
<div class="header__dropdown-container">
|
369
|
+
<div class="header__dropdown-nub"></div>
|
370
|
+
|
371
|
+
<ul class="header__dropdown">
|
372
|
+
<li class="header__dropdown__item"><a data-no-turbolink="true" href="http://studio.dev/sso/stub_user">View user list</a></li>
|
373
|
+
<li class="header__dropdown__seperator"></li>
|
374
|
+
|
375
|
+
<li class="header__dropdown__item">Admins</li>
|
376
|
+
<li class="header__dropdown__item"><a data-no-turbolink="true" href="http://studio.dev/sso/stub_user/4">4 - furnace</a></li>
|
377
|
+
<li class="header__dropdown__item"><a data-no-turbolink="true" href="http://studio.dev/sso/stub_user/10">10 - Shervanator</a></li>
|
378
|
+
<li class="header__dropdown__item"><a data-no-turbolink="true" href="http://studio.dev/sso/stub_user/8">8 - vonconrad</a></li>
|
379
|
+
<li class="header__dropdown__item"><a data-no-turbolink="true" href="http://studio.dev/sso/stub_user/11">11 - sturicho</a></li>
|
380
|
+
<li class="header__dropdown__item"><a data-no-turbolink="true" href="http://studio.dev/sso/stub_user/13">13 - foordstaress</a></li>
|
381
|
+
<li class="header__dropdown__item"><a data-no-turbolink="true" href="http://studio.dev/sso/stub_user/132">132 - collis</a></li>
|
382
|
+
<li class="header__dropdown__item"><a data-no-turbolink="true" href="http://studio.dev/sso/stub_user/143">143 - nozza</a></li>
|
383
|
+
<li class="header__dropdown__seperator"></li>
|
384
|
+
|
385
|
+
<li class="header__dropdown__item">Providers</li>
|
386
|
+
<li class="header__dropdown__item"><a data-no-turbolink="true" href="http://studio.dev/sso/stub_user/4">4 - furnace</a></li>
|
387
|
+
<li class="header__dropdown__item"><a data-no-turbolink="true" href="http://studio.dev/sso/stub_user/12663">12663 - MuhammadHaroon</a></li>
|
388
|
+
<li class="header__dropdown__item"><a data-no-turbolink="true" href="http://studio.dev/sso/stub_user/15781">15781 - Vlashko</a></li>
|
389
|
+
<li class="header__dropdown__item"><a data-no-turbolink="true" href="http://studio.dev/sso/stub_user/7402">7402 - fake2keithpitt</a></li>
|
390
|
+
<li class="header__dropdown__item"><a data-no-turbolink="true" href="http://studio.dev/sso/stub_user/7413">7413 - sk619</a></li>
|
391
|
+
<li class="header__dropdown__item"><a data-no-turbolink="true" href="http://studio.dev/sso/stub_user/7418">7418 - jmccloud</a></li>
|
392
|
+
<li class="header__dropdown__seperator"></li>
|
393
|
+
|
394
|
+
<li class="header__dropdown__item">Users</li>
|
395
|
+
<li class="header__dropdown__item"><a data-no-turbolink="true" href="http://studio.dev/sso/stub_user/26545">26545 - mmutee</a></li>
|
396
|
+
<li class="header__dropdown__item"><a data-no-turbolink="true" href="http://studio.dev/sso/stub_user/67472">67472 - hbhindar</a></li>
|
397
|
+
<li class="header__dropdown__item"><a data-no-turbolink="true" href="http://studio.dev/sso/stub_user/60261">60261 - lahirukelum</a></li>
|
398
|
+
<li class="header__dropdown__item"><a data-no-turbolink="true" href="http://studio.dev/sso/stub_user/60270">60270 - pet_phychiat</a></li>
|
399
|
+
<li class="header__dropdown__item"><a data-no-turbolink="true" href="http://studio.dev/sso/stub_user/87460">87460 - awesemthemes</a></li>
|
400
|
+
<li class="header__dropdown__item"><a data-no-turbolink="true" href="http://studio.dev/sso/stub_user/67482">67482 - SeeAndrew</a></li>
|
401
|
+
</ul>
|
402
|
+
</div>
|
403
|
+
|
404
|
+
</section>
|
405
|
+
|
406
|
+
|
407
|
+
<script async="" charset="utf-8" src="./provider_profile_page_files/saved_resource" type="text/javascript"></script><script>
|
408
|
+
Studio.ready(function() { new Studio.LoginModalView({
|
409
|
+
el: '.header__nav-link--login',
|
410
|
+
ssoiFrameURL: '/auth/envato_sso/callback',
|
411
|
+
facebookLogin: false,
|
412
|
+
notifyURL: '/sso/sessions/new',
|
413
|
+
referrer: 'http://studio.dev/users/zlaws'
|
414
|
+
}) })
|
415
|
+
</script>
|
416
|
+
|
417
|
+
|
418
|
+
</div>
|
419
|
+
</div>
|
420
|
+
</div>
|
421
|
+
</header>
|
422
|
+
|
423
|
+
<script>
|
424
|
+
Studio.ready(function() {
|
425
|
+
new Studio.HeaderNavigation({el: '.header__categories'}).ready();
|
426
|
+
});
|
427
|
+
</script>
|
428
|
+
|
429
|
+
|
430
|
+
|
431
|
+
<script>
|
432
|
+
var noscript = document.getElementById('noscript');
|
433
|
+
if(noscript) {
|
434
|
+
noscript.parentNode.removeChild(noscript);
|
435
|
+
};
|
436
|
+
</script>
|
437
|
+
|
438
|
+
|
439
|
+
|
440
|
+
|
441
|
+
<section class="l-container">
|
442
|
+
<div class="banner">
|
443
|
+
<img alt="zlaws" class="banner__image" height="180" src="./provider_profile_page_files/large_microlancer_cover_2.jpg" width="960">
|
444
|
+
</div>
|
445
|
+
|
446
|
+
<section class="profile">
|
447
|
+
<div am-grid-col="l:9:12" class="profile__bio">
|
448
|
+
<h3 class="no-margin">zlaws</h3>
|
449
|
+
<p class="caption__secondary">London, United Kingdom<span>Joined March 2013</span></p>
|
450
|
+
<div class="profile__bio__text read__more">
|
451
|
+
<p>*** Please note that the current jobs in progress are mostly pending due to client side waiting to give me feedback and not from my side ***</p>
|
452
|
+
|
453
|
+
<p>Hello and welcome to my Envato Studio page. </p>
|
454
|
+
|
455
|
+
<p>I'm pretty sure you might be picturing the person behind this profile sitting in front of his laptop with a cup of coffee or an iced-cold beverage while assisting clients (like you - hopefully) with their needs. </p>
|
456
|
+
|
457
|
+
<p>So before going ahead and ordering my services ( http://envatostudio.go2cloud.org/SH1q ), it would be nice for you to get to know me a bit better through interviews, photos, videos and reviews.</p>
|
458
|
+
|
459
|
+
<p>This approach will hopefully make our brief relationship here on Envato Studio more collaborative and perhaps not brief at all. It will also help you to put mind at rest a bit more when ordering a service online where you usually just get to send in your request and wait for the provider to get back to you. </p>
|
460
|
+
|
461
|
+
<p>I'm on Envato Studio not only to offer a service but to be part of your own team / business and will gladly guide you from A to Z in your needs. </p>
|
462
|
+
|
463
|
+
<p>Read one of my Interviews here: http://blog.microlancer.com/meet-zlaws-one-microlancers-successful-service-providers/</p>
|
464
|
+
|
465
|
+
<p>Now that you know more about me, it might be great to see what others say about my quality of service. </p>
|
466
|
+
|
467
|
+
<p>" I'm definitely impressed by the work done by Chris. Its professional, of a high standard, and design work that I'm very proud to represent my business. (logo design & documentation). Thanks Chris "</p>
|
468
|
+
|
469
|
+
<p>" It was a Joy working with this designer. He was very patient and was able to capture the ethos our organisation in the design of our Logo and other media materials. I will definitely recommend his services."</p>
|
470
|
+
|
471
|
+
<p>" I'm definitely impressed by the work done by Chris. Its professional, of a high standard, and design work that I'm very proud to represent my business. (logo design & documentation). Thanks Chris "</p>
|
472
|
+
|
473
|
+
<p>" Very satisfied with the result. It was just what I needed. Awesome logo that encapsulates our brand perfectly. "</p>
|
474
|
+
|
475
|
+
<p>" What a fantastic way to do business. I'm so happy with the service I've booked 2 more"</p>
|
476
|
+
|
477
|
+
<p>" zlaws most amazing attribute is the ability to consistently deliver the goods! All his works are high quality and reflect his incredible attention to detail."</p>
|
478
|
+
|
479
|
+
<p>Check out all reviews here: https://studio.envato.com/users/zlaws/reviews</p>
|
480
|
+
|
481
|
+
<p>Through experience and even during the process of accommodating the above happy clients, I managed to gain a very good set of skills which include:</p>
|
482
|
+
|
483
|
+
<p>Technical / Design Skills:
|
484
|
+
<br>- PhotoShop
|
485
|
+
<br>- Illustrator
|
486
|
+
<br>- After Effects
|
487
|
+
<br>- SEO
|
488
|
+
<br>- Social Media
|
489
|
+
<br>- Web Development
|
490
|
+
<br>- Web Design
|
491
|
+
<br>- Flash Animations</p>
|
492
|
+
|
493
|
+
<p>Languages:
|
494
|
+
<br>- English - 100%
|
495
|
+
<br>- Italian - 100%
|
496
|
+
<br>- Maltese - 100%</p>
|
497
|
+
|
498
|
+
<p>Now that you've seen me, got a glimpse of my background, went through satisfied clients' feedback and seen my list of skills, it's time to order one of the services that I'm offering on Envato Studio here: https://studio.envato.com/users/zlaws</p>
|
499
|
+
|
500
|
+
<p>I hope to work with you very soon - waiting for your order :)</p>
|
501
|
+
|
502
|
+
<p>Chris</p>
|
503
|
+
</div>
|
504
|
+
|
505
|
+
<ul>
|
506
|
+
<li class="list__item--social">
|
507
|
+
<a href="http://facebook.com/freelanceguy" title="facebook">
|
508
|
+
<i class="hot-icon__facebook--color--round"></i>
|
509
|
+
</a>
|
510
|
+
</li>
|
511
|
+
<li class="list__item--social">
|
512
|
+
<a href="https://www.facebook.com/freelanceguy">
|
513
|
+
<i class="hot-icon__website--color--round"></i>
|
514
|
+
</a>
|
515
|
+
</li>
|
516
|
+
</ul>
|
517
|
+
</div>
|
518
|
+
<div am-grid-col="l:2 l:pre1">
|
519
|
+
<div class="avatar--medium">
|
520
|
+
<img alt="Medium profile pic" class="avatar__image" src="./provider_profile_page_files/medium_profile-pic.jpg">
|
521
|
+
</div>
|
522
|
+
<div>
|
523
|
+
<a class="button button--muted" href="http://studio.dev/account/users/283/enquiries/new">Contact Me</a>
|
524
|
+
</div>
|
525
|
+
</div>
|
526
|
+
</section>
|
527
|
+
|
528
|
+
<section>
|
529
|
+
<h4>My Services</h4>
|
530
|
+
<div>
|
531
|
+
<div class="service service__card" am-grid-col="l:3:12" am-grid-row="l:start">
|
532
|
+
<a href="http://studio.dev/explore/app-design/9247-mobile-app-design-with-ux">
|
533
|
+
<div class="service__card__image">
|
534
|
+
<div class="service__card__image__price">$250</div>
|
535
|
+
<img width="223" height="198" src="./provider_profile_page_files/feature_430008_597442033611329_2062301907_n.jpg">
|
536
|
+
</div>
|
537
|
+
</a>
|
538
|
+
<a href="http://studio.dev/explore/app-design/9247-mobile-app-design-with-ux">Mobile App Design with UX</a>
|
539
|
+
<a href="http://studio.dev/explore/app-design"><p class="caption__secondary">App Design</p></a>
|
540
|
+
</div>
|
541
|
+
<div class="service service__card" am-grid-col="l:3:12">
|
542
|
+
<a href="http://studio.dev/explore/landing-page-design-development/789-creative-web-page-design">
|
543
|
+
<div class="service__card__image">
|
544
|
+
<div class="service__card__image__price">$490</div>
|
545
|
+
<img width="223" height="198" src="./provider_profile_page_files/feature_Work-and-Play.jpg">
|
546
|
+
</div>
|
547
|
+
</a>
|
548
|
+
<a href="http://studio.dev/explore/landing-page-design-development/789-creative-web-page-design">Creative Web Page Design</a>
|
549
|
+
<a href="http://studio.dev/explore/landing-page-design-development"><p class="caption__secondary">Landing Page Design & Development</p></a>
|
550
|
+
</div>
|
551
|
+
<div class="service service__card" am-grid-col="l:3:12">
|
552
|
+
<a href="http://studio.dev/explore/landing-page-design-development/487-poker-web-design">
|
553
|
+
<div class="service__card__image">
|
554
|
+
<div class="service__card__image__price">$230</div>
|
555
|
+
<img width="223" height="198" src="./provider_profile_page_files/feature_casino_1-1390960680.jpg">
|
556
|
+
</div>
|
557
|
+
</a>
|
558
|
+
<a href="http://studio.dev/explore/landing-page-design-development/487-poker-web-design">Poker Web Design</a>
|
559
|
+
<a href="http://studio.dev/explore/landing-page-design-development"><p class="caption__secondary">Landing Page Design & Development</p></a>
|
560
|
+
</div>
|
561
|
+
<div class="service service__card" am-grid-col="l:3:12" am-grid-row="l:end">
|
562
|
+
<a href="http://studio.dev/explore/landing-page-design-development/486-casino-web-design">
|
563
|
+
<div class="service__card__image">
|
564
|
+
<div class="service__card__image__price">$255</div>
|
565
|
+
<img width="223" height="198" src="./provider_profile_page_files/feature_casino_1-1390960973.jpg">
|
566
|
+
</div>
|
567
|
+
</a>
|
568
|
+
<a href="http://studio.dev/explore/landing-page-design-development/486-casino-web-design">Casino Web Design</a>
|
569
|
+
<a href="http://studio.dev/explore/landing-page-design-development"><p class="caption__secondary">Landing Page Design & Development</p></a>
|
570
|
+
</div>
|
571
|
+
<div class="service service__card" am-grid-col="l:3:12" am-grid-row="l:start">
|
572
|
+
<a href="http://studio.dev/explore/landing-page-design-development/677-professional-landing-page-design-with-seo">
|
573
|
+
<div class="service__card__image">
|
574
|
+
<div class="service__card__image__price">$300</div>
|
575
|
+
<img width="223" height="198" src="./provider_profile_page_files/feature_sample_macs-1390963021.jpg">
|
576
|
+
</div>
|
577
|
+
</a>
|
578
|
+
<a href="http://studio.dev/explore/landing-page-design-development/677-professional-landing-page-design-with-seo">Professional Landing Page Design with SEO</a>
|
579
|
+
<a href="http://studio.dev/explore/landing-page-design-development"><p class="caption__secondary">Landing Page Design & Development</p></a>
|
580
|
+
</div>
|
581
|
+
<div class="service service__card" am-grid-col="l:3:12">
|
582
|
+
<a href="http://studio.dev/explore/logo-design/1052-unique-logo-design-with-brand-documentation">
|
583
|
+
<div class="service__card__image">
|
584
|
+
<div class="service__card__image__price">$300</div>
|
585
|
+
<img width="223" height="198" src="./provider_profile_page_files/feature_fabricate.jpg">
|
586
|
+
</div>
|
587
|
+
</a>
|
588
|
+
<a href="http://studio.dev/explore/logo-design/1052-unique-logo-design-with-brand-documentation">Unique Logo Design with Brand Documentation</a>
|
589
|
+
<a href="http://studio.dev/explore/logo-design"><p class="caption__secondary">Logo Design</p></a>
|
590
|
+
</div>
|
591
|
+
<div class="service service__card" am-grid-col="l:3:12">
|
592
|
+
<a href="http://studio.dev/explore/logo-design/399-express-logo-design">
|
593
|
+
<div class="service__card__image">
|
594
|
+
<div class="service__card__image__price">$160</div>
|
595
|
+
<img width="223" height="198" src="./provider_profile_page_files/feature_blue-rocket.jpg">
|
596
|
+
</div>
|
597
|
+
</a>
|
598
|
+
<a href="http://studio.dev/explore/logo-design/399-express-logo-design">Express Logo Design</a>
|
599
|
+
<a href="http://studio.dev/explore/logo-design"><p class="caption__secondary">Logo Design</p></a>
|
600
|
+
</div>
|
601
|
+
<div class="service service__card" am-grid-col="l:3:12" am-grid-row="l:end">
|
602
|
+
<a href="http://studio.dev/explore/photo-editing/6336-image-manipulation-and-composition">
|
603
|
+
<div class="service__card__image">
|
604
|
+
<div class="service__card__image__price">$130</div>
|
605
|
+
<img width="223" height="198" src="./provider_profile_page_files/feature_Luxury-Yacht-Summer_small.jpg">
|
606
|
+
</div>
|
607
|
+
</a>
|
608
|
+
<a href="http://studio.dev/explore/photo-editing/6336-image-manipulation-and-composition">Image Manipulation and Composition</a>
|
609
|
+
<a href="http://studio.dev/explore/photo-editing"><p class="caption__secondary">Photo Editing</p></a>
|
610
|
+
</div>
|
611
|
+
<div class="service service__card" am-grid-col="l:3:12" am-grid-row="l:start">
|
612
|
+
<a href="http://studio.dev/explore/business-card-design/1439-creative-concept-business-card-design-with-images">
|
613
|
+
<div class="service__card__image">
|
614
|
+
<div class="service__card__image__price">$100</div>
|
615
|
+
<img width="223" height="198" src="./provider_profile_page_files/feature_1.jpg">
|
616
|
+
</div>
|
617
|
+
</a>
|
618
|
+
<a href="http://studio.dev/explore/business-card-design/1439-creative-concept-business-card-design-with-images">Creative Concept Business Card Design with Images</a>
|
619
|
+
<a href="http://studio.dev/explore/business-card-design"><p class="caption__secondary">Business Card Design</p></a>
|
620
|
+
</div>
|
621
|
+
<div class="service" am-grid-col="l:3:12">
|
622
|
+
<a href="http://studio.dev/account/users/283/enquiries/new">
|
623
|
+
<div class="service__card__image--custom--job">
|
624
|
+
Custom Project
|
625
|
+
</div>
|
626
|
+
</a>
|
627
|
+
<div><a href="http://studio.dev/account/users/283/enquiries/new">Can't find what your are looking for? I also do custom projects based on your brief.</a></div>
|
628
|
+
</div>
|
629
|
+
</div>
|
630
|
+
</section>
|
631
|
+
|
632
|
+
<section class="profile__review__quote">
|
633
|
+
<blockquote class="profile__review__box">
|
634
|
+
"We are very happy with his work. We didn't know exactly what we wanted for a logo,but he was very patient with us and delivered us a high quality product that we love. We recommend him highly and it was easy to work with him. "
|
635
|
+
</blockquote>
|
636
|
+
<strong>soriano</strong><span class="profile__review__purchase-count">has ordered 2 jobs</span>
|
637
|
+
</section>
|
638
|
+
<section>
|
639
|
+
<div am-grid-col="l:9:12">
|
640
|
+
<div am-grid-col="l:9:9">
|
641
|
+
<h3>311 Recommendations</h3>
|
642
|
+
<div am-grid-col="l:2:9">
|
643
|
+
<div class="hot-icon__star-off stars"><div class="stars stars--on hot-icon__star-on" style="width: 98%"></div></div>
|
644
|
+
Responsiveness
|
645
|
+
</div>
|
646
|
+
<div am-grid-col="l:2:9">
|
647
|
+
<div class="hot-icon__star-off stars"><div class="stars stars--on hot-icon__star-on" style="width: 96%"></div></div>
|
648
|
+
Communication
|
649
|
+
</div>
|
650
|
+
<div am-grid-col="l:2:9">
|
651
|
+
<div class="hot-icon__star-off stars"><div class="stars stars--on hot-icon__star-on" style="width: 95%"></div></div>
|
652
|
+
Quality
|
653
|
+
</div>
|
654
|
+
</div>
|
655
|
+
<div am-grid-col="l:9:9" class="separator"></div>
|
656
|
+
<ul id="reviews" class="review__list" am-grid-col="l:9:9"><div><li class="review">
|
657
|
+
<div am-grid-col="l:1:9">
|
658
|
+
<div class="avatar--small">
|
659
|
+
<img src="./provider_profile_page_files/60x60_user_avatar.png" class="avatar__image" width="60" height="60">
|
660
|
+
</div>
|
661
|
+
</div>
|
662
|
+
<div am-grid-col="l:8:9" am-grid-row="l:end">
|
663
|
+
<strong>webmaster1258</strong><span class="profile__review__purchase-count">has ordered 1 job</span>
|
664
|
+
<p class="no-margin">Perfect work. Excellent ideas and professional design.
|
665
|
+
I do recommend zlaws for your needs.
|
666
|
+
|
667
|
+
</p>
|
668
|
+
<p class="caption__secondary">September 2014</p>
|
669
|
+
<br>
|
670
|
+
|
671
|
+
</div>
|
672
|
+
</li></div><div><li class="review">
|
673
|
+
<div am-grid-col="l:1:9">
|
674
|
+
<div class="avatar--small">
|
675
|
+
<img src="./provider_profile_page_files/60x60_user_avatar.png" class="avatar__image" width="60" height="60">
|
676
|
+
</div>
|
677
|
+
</div>
|
678
|
+
<div am-grid-col="l:8:9" am-grid-row="l:end">
|
679
|
+
<strong>Anders89</strong><span class="profile__review__purchase-count">has ordered 3 jobs</span>
|
680
|
+
<p class="no-margin">Thx, good job ;)</p>
|
681
|
+
<p class="caption__secondary">September 2014</p>
|
682
|
+
<br>
|
683
|
+
|
684
|
+
<div am-grid-col="l:8:8">
|
685
|
+
<div am-grid-col="l:1:8">
|
686
|
+
<div class="avatar--small">
|
687
|
+
<img src="./provider_profile_page_files/thumbnail_profile-pic.jpg" class="avatar__image" width="60" height="60">
|
688
|
+
</div>
|
689
|
+
</div>
|
690
|
+
<div am-grid-col="l:7:8">
|
691
|
+
Reply from <strong>zlaws</strong>
|
692
|
+
<p class="no-margin">Great working with you :) </p>
|
693
|
+
<p class="caption__secondary">September 2014</p>
|
694
|
+
<br>
|
695
|
+
</div>
|
696
|
+
</div>
|
697
|
+
|
698
|
+
</div>
|
699
|
+
</li></div><div><li class="review">
|
700
|
+
<div am-grid-col="l:1:9">
|
701
|
+
<div class="avatar--small">
|
702
|
+
<img src="./provider_profile_page_files/60x60_user_avatar.png" class="avatar__image" width="60" height="60">
|
703
|
+
</div>
|
704
|
+
</div>
|
705
|
+
<div am-grid-col="l:8:9" am-grid-row="l:end">
|
706
|
+
<strong>carlosreloaded</strong><span class="profile__review__purchase-count">has ordered 2 jobs</span>
|
707
|
+
<p class="no-margin">Definetely recommended :)</p>
|
708
|
+
<p class="caption__secondary">September 2014</p>
|
709
|
+
<br>
|
710
|
+
|
711
|
+
<div am-grid-col="l:8:8">
|
712
|
+
<div am-grid-col="l:1:8">
|
713
|
+
<div class="avatar--small">
|
714
|
+
<img src="./provider_profile_page_files/thumbnail_profile-pic.jpg" class="avatar__image" width="60" height="60">
|
715
|
+
</div>
|
716
|
+
</div>
|
717
|
+
<div am-grid-col="l:7:8">
|
718
|
+
Reply from <strong>zlaws</strong>
|
719
|
+
<p class="no-margin">Always a pleasure working with Carlos on his requests. Great client and looking forward to work with you again mate.</p>
|
720
|
+
<p class="caption__secondary">September 2014</p>
|
721
|
+
<br>
|
722
|
+
</div>
|
723
|
+
</div>
|
724
|
+
|
725
|
+
</div>
|
726
|
+
</li></div><div><li class="review">
|
727
|
+
<div am-grid-col="l:1:9">
|
728
|
+
<div class="avatar--small">
|
729
|
+
<img src="./provider_profile_page_files/60x60_user_avatar.png" class="avatar__image" width="60" height="60">
|
730
|
+
</div>
|
731
|
+
</div>
|
732
|
+
<div am-grid-col="l:8:9" am-grid-row="l:end">
|
733
|
+
<strong>gioak76</strong><span class="profile__review__purchase-count">has ordered 3 jobs</span>
|
734
|
+
<p class="no-margin">Fantastic work as usual!</p>
|
735
|
+
<p class="caption__secondary">September 2014</p>
|
736
|
+
<br>
|
737
|
+
|
738
|
+
</div>
|
739
|
+
</li></div></ul>
|
740
|
+
<div am-grid-col="l:1:9">
|
741
|
+
|
742
|
+
</div>
|
743
|
+
<div am-grid-col="l:8:9">
|
744
|
+
<a id="show-more" href="http://studio.dev/users/zlaws#" style="">Show more reviews</a>
|
745
|
+
</div>
|
746
|
+
</div>
|
747
|
+
<div am-grid-col="l:2 l:pre1">
|
748
|
+
<div class="avatar--medium">
|
749
|
+
<img alt="Medium profile pic" class="avatar__image" src="./provider_profile_page_files/medium_profile-pic.jpg">
|
750
|
+
</div>
|
751
|
+
<div>
|
752
|
+
<a class="button button--muted" href="http://studio.dev/account/users/283/enquiries/new">Contact Me</a>
|
753
|
+
</div>
|
754
|
+
</div>
|
755
|
+
|
756
|
+
</section>
|
757
|
+
|
758
|
+
<script>
|
759
|
+
Studio.ready(function () {
|
760
|
+
$('.read__more').click(function() {
|
761
|
+
$('.profile__bio__text').addClass('profile__bio__text--expanded');
|
762
|
+
return false;
|
763
|
+
});
|
764
|
+
|
765
|
+
|
766
|
+
var reviewBootstrap = {"reviews":[{"avatar_url":"/assets/placeholder/60x60_user_avatar.png","display_name":"webmaster1258","buyer_job_count":"has ordered 1 job","story":"Perfect work. Excellent ideas and professional design. \r\nI do recommend zlaws for your needs.\r\n\r\n","created_at":"September 2014","provider_avatar_url":"//microlancer.lancerassets.com/v2/avatars/a0/af0430029311e4ba16fb5740919993/thumbnail_profile-pic.jpg","provider_display_name":"zlaws","response":null,"updated_at":"September 2014"},{"avatar_url":"/assets/placeholder/60x60_user_avatar.png","display_name":"Anders89","buyer_job_count":"has ordered 3 jobs","story":"Thx, good job ;)","created_at":"September 2014","provider_avatar_url":"//microlancer.lancerassets.com/v2/avatars/a0/af0430029311e4ba16fb5740919993/thumbnail_profile-pic.jpg","provider_display_name":"zlaws","response":"Great working with you :) ","updated_at":"September 2014"},{"avatar_url":"/assets/placeholder/60x60_user_avatar.png","display_name":"carlosreloaded","buyer_job_count":"has ordered 2 jobs","story":"Definetely recommended :)","created_at":"September 2014","provider_avatar_url":"//microlancer.lancerassets.com/v2/avatars/a0/af0430029311e4ba16fb5740919993/thumbnail_profile-pic.jpg","provider_display_name":"zlaws","response":"Always a pleasure working with Carlos on his requests. Great client and looking forward to work with you again mate.","updated_at":"September 2014"},{"avatar_url":"/assets/placeholder/60x60_user_avatar.png","display_name":"gioak76","buyer_job_count":"has ordered 3 jobs","story":"Fantastic work as usual!","created_at":"September 2014","provider_avatar_url":"//microlancer.lancerassets.com/v2/avatars/a0/af0430029311e4ba16fb5740919993/thumbnail_profile-pic.jpg","provider_display_name":"zlaws","response":null,"updated_at":"September 2014"}],"next_page_url":"/users/zlaws/reviews?page=2"};
|
767
|
+
if (reviewBootstrap.reviews.length > 0) {
|
768
|
+
reviewListProxyView = new Studio.ReviewListProxyView({el: '#reviews', model: reviewBootstrap.reviews});
|
769
|
+
if (reviewBootstrap.next_page_url) {
|
770
|
+
var showMore = $('#show-more');
|
771
|
+
showMore.show();
|
772
|
+
showMore.click(function () {
|
773
|
+
$.ajax({
|
774
|
+
url: reviewBootstrap.next_page_url,
|
775
|
+
dataType: 'json',
|
776
|
+
success: function (data) {
|
777
|
+
reviewListProxyView.update(data.reviews);
|
778
|
+
reviewBootstrap.next_page_url = data.next_page_url;
|
779
|
+
if (data.next_page_url == undefined) {
|
780
|
+
$('#show-more').hide();
|
781
|
+
}
|
782
|
+
}
|
783
|
+
});
|
784
|
+
return false;
|
785
|
+
});
|
786
|
+
}
|
787
|
+
}
|
788
|
+
});
|
789
|
+
</script>
|
790
|
+
</section>
|
791
|
+
|
792
|
+
|
793
|
+
<footer id="footer" class="footer">
|
794
|
+
<section class="footer-banner">
|
795
|
+
<section class="container">
|
796
|
+
<section class="footer-banner__envato">
|
797
|
+
<i class="footer-banner__envato-logo image--envato-inverse"></i>
|
798
|
+
</section>
|
799
|
+
|
800
|
+
<section class="footer-banner__text">
|
801
|
+
<p class="footer-banner__info">Envato Studio is part of the Envato network. Supporting over 4,000,000 digital creatives worldwide with sites including <a href="http://themeforest.net/">ThemeForest</a>, <a href="https://tutsplus.com/">Tuts+</a> and Envato Studio.</p>
|
802
|
+
</section>
|
803
|
+
</section>
|
804
|
+
</section>
|
805
|
+
|
806
|
+
<div class="container">
|
807
|
+
<ul class="footer-list">
|
808
|
+
<li class="footer-list__label">About Studio</li>
|
809
|
+
<li class="footer-list__item"><a class="footer-list__link" href="http://studio.dev/how-it-works">How It Works</a></li>
|
810
|
+
<li class="footer-list__item"><a class="footer-list__link" href="https://envatostudio.zendesk.com/hc/en-us">FAQ</a></li>
|
811
|
+
<li class="footer-list__item"><a class="footer-list__link" href="http://studio.dev/contact?ticket%5Breason%5D=Customer+Support+Request" rel="nofollow">Contact Us</a></li>
|
812
|
+
<li class="footer-list__item"><a class="footer-list__link" href="http://studio.dev/about-us">About Us</a></li>
|
813
|
+
<li class="footer-list__item"><a class="footer-list__link" href="http://studio.dev/testimonials">Testimonials</a></li>
|
814
|
+
<li class="footer-list__item"><a class="footer-list__link" href="http://studio.dev/affiliates">Affiliates</a></li>
|
815
|
+
<li class="footer-list__item"><a class="footer-list__link" href="http://studioblog.envato.com/">Blog</a></li>
|
816
|
+
<li class="footer-list__item"><a class="footer-list__link" href="http://studio.dev/user-terms">Terms & Conditions</a></li>
|
817
|
+
<li class="footer-list__item"><a class="footer-list__link" href="http://studio.dev/content-policy">Content Policy</a></li>
|
818
|
+
<li class="footer-list__item"><a class="footer-list__link" href="http://studio.dev/privacy-policy">Privacy Policy</a></li>
|
819
|
+
|
820
|
+
<li class="footer-list__item">
|
821
|
+
<ul class="footer-list--social">
|
822
|
+
<li class="footer-list__item--social">
|
823
|
+
<a class="footer-list__link" href="https://www.facebook.com/EnvatoStudio" title="Envato Studio Facebook">
|
824
|
+
<i class="hot-icon__facebook--color--round"></i>
|
825
|
+
<span class="footer-list__item-body">Facebook</span>
|
826
|
+
</a> </li>
|
827
|
+
<li class="footer-list__item--social">
|
828
|
+
<a class="footer-list__link" href="https://twitter.com/envatostudio" title="Envato Studio Twitter">
|
829
|
+
<i class="hot-icon__twitter--color--round"></i>
|
830
|
+
<span class="footer-list__item-body">Twitter</span>
|
831
|
+
</a> </li>
|
832
|
+
<li class="footer-list__item--social">
|
833
|
+
<a class="footer-list__link" href="http://instagram.com/envatostudio" title="Envato Studio Instagram">
|
834
|
+
<i class="hot-icon__instagram--color--round"></i>
|
835
|
+
<span class="footer-list__item-body">Instagram</span>
|
836
|
+
</a> </li>
|
837
|
+
<li class="footer-list__item--social">
|
838
|
+
<a class="footer-list__link" href="https://plus.google.com/b/103902459860816636792/+Microlancer/posts" title="Envato Studio Google+">
|
839
|
+
<i class="hot-icon__google--color--round"></i>
|
840
|
+
<span class="footer-list__item-body">Google+</span>
|
841
|
+
</a> </li>
|
842
|
+
</ul>
|
843
|
+
</li>
|
844
|
+
</ul>
|
845
|
+
|
846
|
+
<ul class="footer-list">
|
847
|
+
<li class="footer-list__label">Categories</li>
|
848
|
+
<li class="footer-list__item"><a class="footer-list__link" href="http://studio.dev/explore/business-online-marketing">Business & Online Marketing</a></li>
|
849
|
+
<li class="footer-list__item"><a class="footer-list__link" href="http://studio.dev/explore/mobile-apps">Mobile & Apps</a></li>
|
850
|
+
<li class="footer-list__item"><a class="footer-list__link" href="http://studio.dev/explore/ecommerce-cms-development">Ecommerce & CMS Development</a></li>
|
851
|
+
<li class="footer-list__item"><a class="footer-list__link" href="http://studio.dev/explore/websites-programming">Websites & Programming</a></li>
|
852
|
+
<li class="footer-list__item"><a class="footer-list__link" href="http://studio.dev/explore/design-graphics">Design & Graphics</a></li>
|
853
|
+
<li class="footer-list__item"><a class="footer-list__link" href="http://studio.dev/explore/wordpress">WordPress</a></li>
|
854
|
+
<li class="footer-list__item"><a class="footer-list__link" href="http://studio.dev/explore/logo-design-branding">Logo Design & Branding</a></li>
|
855
|
+
<li class="footer-list__item"><a class="footer-list__link" href="http://studio.dev/explore/video-animation">Video & Animation</a></li>
|
856
|
+
</ul>
|
857
|
+
|
858
|
+
<ul class="footer-list--sister-site">
|
859
|
+
<li class="footer-list__label">Other Envato Sites</li>
|
860
|
+
<li class="footer-list__item--sister-site">
|
861
|
+
<a class="footer__sister-site__link--image" href="https://tutsplus.com/?utm_source=studio.envato.com&utm_medium=referral&utm_campaign=global_footer"><img class="footer__sister-site__image" src="./provider_profile_page_files/tuts-plus.jpg" width="140" height="112"></a>
|
862
|
+
<p class="footer__sister-site__description">
|
863
|
+
Learn creative and technical skills with Tuts+ video courses and free tutorials. Topics include code, design, photography and more.
|
864
|
+
<span class="footer__sister-site__link"><a href="https://tutsplus.com/?utm_source=studio.envato.com&utm_medium=referral&utm_campaign=global_footer">Learn now with Tuts+</a></span>
|
865
|
+
</p>
|
866
|
+
</li>
|
867
|
+
|
868
|
+
<li class="footer-list__item--sister-site">
|
869
|
+
<a class="footer__sister-site__link--image" href="http://codecanyon.net/category/wordpress"><img class="footer__sister-site__image" src="./provider_profile_page_files/themeforest.png" width="140" height="112"></a>
|
870
|
+
<p class="footer__sister-site__description">
|
871
|
+
Add more features to your website such as user profiles, payment gateways, image galleries and more.
|
872
|
+
<span class="footer__sister-site__link"><a href="http://codecanyon.net/category/wordpress">Browse WordPress Plugins</a></span>
|
873
|
+
</p>
|
874
|
+
</li>
|
875
|
+
</ul>
|
876
|
+
|
877
|
+
<footer class="sub-footer">
|
878
|
+
<p>Copyright © 2014 Envato Studio. All Rights Reserved</p>
|
879
|
+
<a class="sub-footer__envato image--envato" href="http://envato.com/">Envato</a>
|
880
|
+
</footer>
|
881
|
+
</div>
|
882
|
+
</footer>
|
883
|
+
|
884
|
+
|
885
|
+
<script>
|
886
|
+
if(window.turbolinksTiming != undefined) {
|
887
|
+
window.turbolinksTiming.transactionName = 'Controller/users/show';
|
888
|
+
window.turbolinksTiming.appTime = '204';
|
889
|
+
window.turbolinksTiming.queueTime = '0';
|
890
|
+
}
|
891
|
+
</script>
|
892
|
+
|
893
|
+
<script>
|
894
|
+
Studio.ready(function() {
|
895
|
+
new Studio.ClientSideValidation().ready();
|
896
|
+
jQuery(function() {jQuery(document).foundationTooltips(); });
|
897
|
+
});
|
898
|
+
</script>
|
899
|
+
|
900
|
+
<script type="text/javascript">
|
901
|
+
Studio.ready(function() {
|
902
|
+
new Studio.FormUploadInProgressSubmitPreventerModule();
|
903
|
+
new Studio.FormDoubleSubmitPreventerModule();
|
904
|
+
new Studio.LoadingBar();
|
905
|
+
new Studio.ConfirmDialogModule({ animate: true });
|
906
|
+
jQuery(function() {
|
907
|
+
new Studio.AnalyticsModule().notify();
|
908
|
+
new Studio.NewRelicModule({ container: 'body' });
|
909
|
+
});
|
910
|
+
});
|
911
|
+
</script>
|
912
|
+
|
913
|
+
<script type="text/javascript">
|
914
|
+
/* <![CDATA[ */
|
915
|
+
var google_conversion_id = 980605346;
|
916
|
+
var google_custom_params = window.google_tag_params;
|
917
|
+
var google_remarketing_only = true;
|
918
|
+
/* ]]> */
|
919
|
+
</script>
|
920
|
+
<script type="text/javascript" src="./provider_profile_page_files/conversion.js"></script><iframe name="google_conversion_frame" title="Google conversion frame" width="300" height="13" src="./provider_profile_page_files/saved_resource.html" frameborder="0" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no"><img height="1" width="1" border="0" alt="" src="http://googleads.g.doubleclick.net/pagead/viewthroughconversion/980605346/?frame=0&random=1412825395329&cv=7&fst=1412825395329&num=1&fmt=1&guid=ON&u_h=1440&u_w=2560&u_ah=1370&u_aw=2560&u_cd=24&u_his=1&u_tz=660&u_java=true&u_nplug=11&u_nmime=51&frm=0&url=http%3A//studio.dev/users/zlaws" /></iframe>
|
921
|
+
<noscript>
|
922
|
+
<div style="display:inline;">
|
923
|
+
<img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/980605346/?value=0&amp;guid=ON&amp;script=0"/>
|
924
|
+
</div>
|
925
|
+
</noscript>
|
926
|
+
|
927
|
+
<!-- Google Tag Manager -->
|
928
|
+
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W87P49"
|
929
|
+
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
930
|
+
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
931
|
+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
932
|
+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
933
|
+
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
934
|
+
})(window,document,'script','dataLayer','GTM-W87P49');</script>
|
935
|
+
<!-- End Google Tag Manager -->
|
936
|
+
|
937
|
+
|
938
|
+
|
939
|
+
<div id="fb-root" class=" fb_reset"><div style="position: absolute; top: -10000px; height: 0px; width: 0px;"><div><iframe name="fb_xdm_frame_http" frameborder="0" allowtransparency="true" scrolling="no" id="fb_xdm_frame_http" aria-hidden="true" title="Facebook Cross Domain Communication Frame" tabindex="-1" src="./provider_profile_page_files/KFZn1BJ0LYk.html" style="border: none;"></iframe><iframe name="fb_xdm_frame_https" frameborder="0" allowtransparency="true" scrolling="no" id="fb_xdm_frame_https" aria-hidden="true" title="Facebook Cross Domain Communication Frame" tabindex="-1" src="./provider_profile_page_files/KFZn1BJ0LYk(1).html" style="border: none;"></iframe></div></div><div style="position: absolute; top: -10000px; height: 0px; width: 0px;"><div></div></div></div>
|
940
|
+
<script>
|
941
|
+
Studio.ready(function() {
|
942
|
+
new Studio.FacebookRootProxyView({el: document, wrapper: window})
|
943
|
+
});
|
944
|
+
</script>
|
945
|
+
|
946
|
+
<script>
|
947
|
+
Studio.ready(function() {
|
948
|
+
Studio.load("//connect.facebook.net/en_US/sdk.js", function() {
|
949
|
+
new Studio.FacebookModalProxyView({
|
950
|
+
el: 'body', wrapper: window,
|
951
|
+
apiKey: '783838401628378',
|
952
|
+
useSSL: false,
|
953
|
+
domain: 'studio.dev'
|
954
|
+
});
|
955
|
+
});
|
956
|
+
});
|
957
|
+
</script>
|
958
|
+
|
959
|
+
|
960
|
+
|
961
|
+
|
962
|
+
|
963
|
+
|
964
|
+
<script type="text/javascript" id="">Studio.ready(function(){function a(){$("[__jx__id]").remove();window.$zopim=null;(function(a,d){var b=$zopim=function(a){b._.push(a)},c=b.s=a.createElement(d),e=a.body.getElementsByTagName(d)[0];b.set=function(a){b.set._.push(a)};b._=[];b.set._=[];c.async=!0;c.setAttribute("charset","utf-8");c.src="//v2.zopim.com/?2JBwo7HAZkJLCUezG49QxP6kPFsahRiU";b.t=+new Date;c.type="text/javascript";e.parentNode.insertBefore(c,e)})(document,"script")}$(window).off("page:change.zopim").on("page:change.zopim",a);
|
965
|
+
$(document).on("ready",a)});</script><script id="hiddenlpsubmitdiv" style="display: none;"></script><script>try{for(var lastpass_iter=0; lastpass_iter < document.forms.length; lastpass_iter++){ var lastpass_f = document.forms[lastpass_iter]; if(typeof(lastpass_f.lpsubmitorig2)=="undefined"){ lastpass_f.lpsubmitorig2 = lastpass_f.submit; lastpass_f.submit = function(){ var form=this; var customEvent = document.createEvent("Event"); customEvent.initEvent("lpCustomEvent", true, true); var d = document.getElementById("hiddenlpsubmitdiv"); if (d) {for(var i = 0; i < document.forms.length; i++){ if(document.forms[i]==form){ d.innerText=i; } } d.dispatchEvent(customEvent); }form.lpsubmitorig2(); } } }}catch(e){}</script></body></html>
|