gaf-mobile
Version:
GAF mobile Web site
65 lines (57 loc) • 4.42 kB
HTML
<!-- PAGE VIEW -->
<!-- Hire page -->
<div class="scroll-container hire" fl-analytics-section="Hire">
<!-- Matched Job section -->
<section class="hire-hero-category hero" ng-if="job">
<div class="hero-inner">
<div class="section-inner">
<h1 class="hero-title">Looking for {{job.seo_info.context_phrase_worker}}?</h1>
<a class="btn btn-tertiary hire-hero-category-button" ng-click="startProjectFromJob(job)" fl-analytics="GoToPostProject" fl-analytics-label="FreeQuotes">Get Free Quotes!</a>
<hero-work-link></hero-work-link>
</div>
</div>
</section>
<!-- Non-Matched Job section -->
<section class="hire-hero hero" ng-if="!job">
<div class="hero-inner">
<div class="section-inner">
<h1 ng-if="h1" class="hero-title">{{h1}}</h1>
<h1 ng-if="!h1" class="hero-title">Looking for Freelancers?</h1>
<p class="hero-sub-title">Hire freelancers online for a fraction of the cost.</p>
<a class="btn btn-tertiary hire-hero-button" href="post-project" fl-analytics="GoToPostProject" fl-analytics-label="GetStarted">Get started now!</a>
<ul class="hire-hero-list">
<li class="hire-hero-list-item">Post Projects for Freelancers to bid on. Access over 13.0 million Freelancers worldwide</li>
<li class="hire-hero-list-item">Projects start at $10 and the average job is under $200</li>
<li class="hire-hero-list-item">Only pay freelancers once you are happy with their work</li>
</ul>
</div>
</div>
</section>
<posting-guide class="posting-guide hire-posting-guide"></posting-guide>
<!-- Matched Job section -->
<section class="hire-content section-inner" ng-if="job">
<h2 class="has-heading-rule">Finding {{job.seo_info.plural_phrase_worker}} on Freelancer.com</h2>
<div ng-if="job.seo_info.seo_text" class="hire-content-text" ng-bind-html="job.seo_info.seo_text"></div>
</section>
<!-- Non-Matched Job section -->
<section class="hire-content section-inner" ng-if="!job">
<h2 class="has-heading-rule">Crowdsourcing your work on Freelancer.com</h2>
<p class="hire-content-text">Crowdsource jobs for your company or business on Freelancer.com to get them done faster and at a fraction of the cost. We provide access to over 13.0 million skilled freelancers from around the world without the need to place job ads or provide work space, insurance, etc. Whether it's a website that needs building, business cards or stationery that needs designing, a product that needs to be designed or manufactured, or research that needs to be done, Freelancer.com can get it done for you. You can hire a freelancer for virtually any kind of project such as:</p>
<ul class="hire-content-list">
<li class="hire-content-list-item">Logo design, business cards, graphic design</li>
<li class="hire-content-list-item">Website design</li>
<li class="hire-content-list-item">Technical support for websites or computers</li>
<li class="hire-content-list-item">Market research</li>
<li class="hire-content-list-item">Telemarketing</li>
<li class="hire-content-list-item">Search Engine Optimization of your website</li>
<li class="hire-content-list-item">Typesetting of brochures, manuals, catalogues</li>
<li class="hire-content-list-item">Translation of website content or other documents</li>
<li class="hire-content-list-item">Preparation of PowerPoint presentations</li>
<li class="hire-content-list-item">Data entry</li>
<li class="hire-content-list-item">Product design or manufacturing</li>
<li class="hire-content-list-item">Architectural drafting</li>
</ul>
<p>We have the freelancers for your crowdsourcing needs. Employers can hire a freelancer for as little as US$30, with the average project completed for US$200. No matter what market you need to reach, you'll find Freelancers from all corners of the world ready to work with you to take your business beyond conventional boundaries. Our talented freelancers are ready to work for you now.</p>
</section>
<mobile-footer></mobile-footer>
</div>