Compass Van Lines & Austin Moving Forward
Technical Consultant
August 2012 – August 2013
Austin, TX
Provided development, design, marketing, and networking support in multiple capacities. Managed company presence on Google, Facebook, and Yelp, produced informational videos demonstrating advanced moving techniques, and configured office networks for computers, phones, printers, and other peripheral devices.
- Assisted with lead generation and tracking by creating a database of potential new customers.
- Played a key role in the development of a multi-user environment for an internet marketing campaign.
- Designed multiple custom processes to improve lead management and track sources of advertising leads.
- Leveraged technical expertise to troubleshoot and resolve software, hardware, email, or virus issues.
Links:
@keyframes tree {
0% {opacity: 0;}
5% {opacity: 1;}
25% {opacity: 1;}
30% {opacity: 0;}
100% {opacity: 0;}
}
@-moz-keyframes tree {
0% {opacity: 0;}
5% {opacity: 1;}
25% {opacity: 1;}
30% {opacity: 0;}
100% {opacity: 0;}
}
@-webkit-keyframes tree {
0% {opacity: 0;}
5% {opacity: 1;}
25% {opacity: 1;}
30% {opacity: 0;}
100% {opacity: 0;}
}
@-o-keyframes tree {
0% {opacity: 0;}
5% {opacity: 1;}
25% {opacity: 1;}
30% {opacity: 0;}
100% {opacity: 0;}
}
@keyframes tree-summer {
0% {opacity: 0;}
25% {opacity: 0;}
30% {opacity: 1;}
50% {opacity: 1;}
55% {opacity: 0;}
100% {opacity: 0;}
}
@-moz-keyframes tree-summer {
0% {opacity: 0;}
25% {opacity: 0;}
30% {opacity: 1;}
50% {opacity: 1;}
55% {opacity: 0;}
100% {opacity: 0;}
}
@-webkit-keyframes tree-summer {
0% {opacity: 0;}
25% {opacity: 0;}
30% {opacity: 1;}
50% {opacity: 1;}
55% {opacity: 0;}
100% {opacity: 0;}
}
@-o-keyframes tree-summer {
0% {opacity: 0;}
25% {opacity: 0;}
30% {opacity: 1;}
50% {opacity: 1;}
55% {opacity: 0;}
100% {opacity: 0;}
}
@keyframes tree-fall {
0% {opacity: 0;}
50% {opacity: 0;}
55% {opacity: 1;}
75% {opacity: 1;}
80% {opacity: 0;}
100% {opacity: 0;}
}
@-moz-keyframes tree-fall {
0% {opacity: 0;}
50% {opacity: 0;}
55% {opacity: 1;}
75% {opacity: 1;}
80% {opacity: 0;}
100% {opacity: 0;}
}
@-webkit-keyframes tree-fall {
0% {opacity: 0;}
50% {opacity: 0;}
55% {opacity: 1;}
75% {opacity: 1;}
80% {opacity: 0;}
100% {opacity: 0;}
}
@-o-keyframes tree-fall {
0% {opacity: 0;}
50% {opacity: 0;}
55% {opacity: 1;}
75% {opacity: 1;}
80% {opacity: 0;}
100% {opacity: 0;}
}
@keyframes tree-winter {
0% {opacity: 1;}
5% {opacity: 0;}
75% {opacity: 0;}
80% {opacity: 1;}
100% {opacity: 1;}
}
@-moz-keyframes tree-winter {
0% {opacity: 1;}
5% {opacity: 0;}
75% {opacity: 0;}
80% {opacity: 1;}
100% {opacity: 1;}
}
@-webkit-keyframes tree-winter {
0% {opacity: 1;}
5% {opacity: 0;}
75% {opacity: 0;}
80% {opacity: 1;}
100% {opacity: 1;}
}
@-o-keyframes tree-winter {
0% {opacity: 1;}
5% {opacity: 0;}
75% {opacity: 0;}
80% {opacity: 1;}
100% {opacity: 1;}
}
@keyframes fullrotation {
0% {transform: rotate(0deg);}
100% {transform: rotate(360deg);}
}
@-moz-keyframes fullrotation {
0% {transform: rotate(0deg);}
100% {transform: rotate(360deg);}
}
@-webkit-keyframes fullrotation {
0% {-webkit-transform: rotate(0deg);}
100% {-webkit-transform: rotate(360deg);}
}
@-o-keyframes fullrotation {
0% {-o-transform: rotate(0deg);}
100% {-o-transform: rotate(360deg);}
}
#ani-logo-text {
animation: 8s ease-in-out 0s normal none infinite fullrotation;
-moz-animation: 8s ease-in-out 0s normal none infinite fullrotation;
-webkit-animation: fullrotation 8s ease-in-out 0s infinite normal;
-o-animation: 8s ease-in-out 0s normal none infinite fullrotation;
}
#ani-logo-arrow {
-animation: 20s linear 0s normal none infinite fullrotation;
-moz-animation: 20s linear 0s normal none infinite fullrotation;
-webkit-animation: fullrotation 20s linear 0s infinite normal;
-o-animation: 20s linear 0s normal none infinite fullrotation;
}
#ani-logo-tree {
animation: 32s linear 0s normal none infinite tree;
-moz-animation: 32s linear 0s normal none infinite tree;
-webkit-animation: tree 32s linear 0s infinite normal;
-o-animation: 32s linear 0s normal none infinite tree;
}
#ani-logo-tree-summer {
animation: 32s linear 0s normal none infinite tree-summer;
-moz-animation: 32s linear 0s normal none infinite tree-summer;
-webkit-animation: tree-summer 32s linear 0s infinite normal;
-o-animation: 32s linear 0s normal none infinite tree-summer;
}
#ani-logo-tree-fall {
animation: 32s linear 0s normal none infinite tree-fall;
-moz-animation: 32s linear 0s normal none infinite tree-fall;
-webkit-animation: tree-fall 32s linear 0s infinite normal;
-o-animation: 32s linear 0s normal none infinite tree-fall;
}
#ani-logo-tree-winter {
animation: 32s linear 0s normal none infinite tree-winter;
-moz-animation: 32s linear 0s normal none infinite tree-winter;
-webkit-animation: tree-winter 32s linear 0s infinite normal;
-o-animation: 32s linear 0s normal none infinite tree-winter;
}