PHP Classes

File: templates/my-background.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   MyDreamLife.eu   templates/my-background.php   Download  
File: templates/my-background.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: MyDreamLife.eu
Plan a life change to a different country
Author: By
Last change:
Date: 1 year ago
Size: 1,923 bytes
 

Contents

Class file image Download
<div class="center">
    <h2>What I'm good at (my background)</h2>

    <form method="post" action="<?php echo site_url('job-type') ?>">
        <div class="education">
            <button type="submit" name="background" value="designer" class="waves-effect btn-large">Web Design</button>
        </div>
        <div class="education">
            <button type="submit" name="background" value="writer" class="waves-effect btn-large">Writing</button>
        </div>
        <div class="education">
            <button type="submit" name="background" value="developer" class="waves-effect btn-large">Developing</button>
        </div>
        <div class="education">
            <button type="submit" name="background" value="consultant" class="waves-effect btn-large">Consulting
            </button>
        </div>
        <div class="education">
            <button type="submit" name="background" value="sales" class="waves-effect btn-large">Sales</button>
        </div>
        <div class="education">
            <button type="submit" name="background" value="marketing" class="waves-effect btn-large">Marketing</button>
        </div>
        <div class="education">
            <button type="submit" name="background" value="photographer" class="waves-effect btn-large">Photography
            </button>
        </div>
        <div class="education">
            <button type="submit" name="background" value="translator" class="waves-effect btn-large">Translation
            </button>
        </div>
        <div class="education">
            <button type="submit" name="background" value="illustrator" class="waves-effect btn-large">Illustration
            </button>
        </div>
        <div class="education">
            <button type="submit" name="background" value="customer-support" class="waves-effect btn-large">Customer
                Service
            </button>
        </div>
    </form>
</div>