Esempio n. 1
0
<?php

require "../../Portfolio.php";
Portfolio::header(1, " - Wander");
?>

<div class="col-md-8 col-md-offset-2">

    <div class="col-md-12">
        <?php 
Portfolio::breadcrumb("Enjmin", "Wander");
?>
        <h3>Wander - Path of Trust</h3>
    </div>
    <div class="col-md-12">
        <table class="table table-bordered">
        <tr>
            <th>Genre</th>
            <th>Plateform</th>
            <th>Engine</th>
            <th>Language</th>
            <th>Dev. Time</th>
        </tr>
        <tr>
            <td>Plateform / Adventure</td>
            <td>PC</td>
            <td>Unity3D</td>
            <td>C#</td>
            <td>February 2013 - June 2013 (v1)<br/>
             September 2013 - December 2013 (v2)</td>
        </tr>
Esempio n. 2
0
<?php

require "../../Portfolio.php";
Portfolio::header(1, " - Event[0]");
?>

<div class="col-md-8 col-md-offset-2">

    <div class="col-md-12">
        <?php 
Portfolio::breadcrumb("Enjmin", "Event[0]");
?>
        <h3>Event[0]</h3>
    </div>

    <div class="col-md-12">
        <table class="table table-bordered">
        <tr>
            <th>Genre</th>
            <th>Plateform</th>
            <th>Engine</th>
            <th>Language</th>
            <th>Dev. Time</th>
        </tr>
        <tr>
            <td>AI Interaction</td>
            <td>PC</td>
            <td>Unity3D</td>
            <td>C#</td>
            <td>October 2013 - March 2014</td>
        </tr>
Esempio n. 3
0
<?php

require "../../Portfolio.php";
Portfolio::header(1, " - MIRA");
?>

<div class="col-md-8 col-md-offset-2">

    <div class="col-md-12">
        <?php 
Portfolio::breadcrumb("Enjmin", "MIRA");
?>
        <h3>MIRA</h3>
    </div>

    <div class="col-md-12">
        <table class="table table-bordered">
        <tr>
            <th>Genre</th>
            <th>Plateform</th>
            <th>Engine</th>
            <th>Language</th>
            <th>Dev. Time</th>
        </tr>
        <tr>
            <td>God Game / SandBox</td>
            <td>PC</td>
            <td>Custom Engine (SFML / OpenGL / Fmod)</td>
            <td>C++ / Lua</td>
            <td>May 2013 - June 2013</td>
        </tr>
Esempio n. 4
0
<?php

require "../../Portfolio.php";
Portfolio::header(1, " - Fakteur");
?>

<div class="col-md-8 col-md-offset-2">

    <div class="col-md-12">
        <?php 
Portfolio::breadcrumb("Enjmin", "Fakteur");
?>
        <h3>Fakteur</h3>
    </div>

    <div class="col-md-12">
        <table class="table table-bordered">
        <tr>
            <th>Genre</th>
            <th>Plateform</th>
            <th>Engine</th>
            <th>Language</th>
            <th>Dev. Time</th>
        </tr>
        <tr>
            <td>Adventure</td>
            <td>PC</td>
            <td>Unity3D</td>
            <td>C#</td>
            <td>July 2013 - September 2013</td>
        </tr>