Esempio n. 1
0
<?php 
include_once "Portfolio.php";
Portfolio::header(4, " - Contact");
?>

<div class="col-md-6 col-md-offset-3">
    <div class="row">
        <div class="col-md-12">
            <h3><b>Contact</b></h3>
            <p>You can contact me through my personnal mail: <b>louis.schnellbach@gmail.com</b>.</p>
            <p>Feel free to drop a line on social media too!</p>
        </div>
    </div>
</div>

<?php 
Portfolio::footer();
Esempio n. 2
0
<?php

include_once "Portfolio.php";
$pdf = isset($_GET['pdf']);
Portfolio::header(3, " - Resume", !$pdf);
$projectsColor = array("#0066cc", "#00cccc", "#00cc99", "#00cc00", "#33cc00", "#66cc00", "#99cc00", "#cccc00", "#cc9900", "#cc6600", "#cc3300", "#cc0000", "#cc0033", "#cc0066", "#cc0099", "#cc00cc", "#9900cc", "#0000cc", "#0033cc");
$projectsColorCount = count($projectsColor);
$projectIndex = 0;
function getProjectIndex()
{
    return $GLOBALS['projectIndex']++ % $GLOBALS['projectsColorCount'];
}
function printProfeciency($level)
{
    $max = 5;
    for ($i = 0; $i < $level; ++$i) {
        echo '<span class="glyphicon glyphicon-star glyphicon-profeciency" aria-hidden="true"></span>';
    }
    for ($i = 0; $i < $max - $level; ++$i) {
        echo '<span class="glyphicon glyphicon-star-empty glyphicon-profeciency" aria-hidden="true"></span>';
    }
}
?>
<style>
.glyphicon-padding
{
	display:inline; padding: 5px;
}

.glyphicon-profeciency
{
Esempio n. 3
0
<?php

include_once "Portfolio.php";
Portfolio::header(1, " - Projects");
?>

<div class="col-md-10 col-md-offset-1">
    <?php 
Portfolio::project(Portfolio::$projectEnjmin, "Enjmin (2012-2014)", "enjmin");
?>
	<div class="hpush"></div>
</div>

<?php 
Portfolio::footer();
Esempio n. 4
0
<?php

include_once "Portfolio.php";
Portfolio::header(2, " - Timeline");
function mobileValue($a, $b)
{
    if (Portfolio::isMobile()) {
        echo $a;
    } else {
        echo $b;
    }
}
?>
<style>
.timeline-thumbnail
{
	max-width: 196px;
	height: auto;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
Esempio n. 5
0
<?php 
include_once "Portfolio.php";
Portfolio::header(0, " - Error!");
?>

<div class="col-md-6 col-md-offset-3">
    <div class="row">
        <div class="col-md-12">
            <p><b>Something is missing here...</b></p>
            <p>The page you're looking for either disappeared or has been moved away.</p>
        </div>
    </div>

</div>

<?php 
Portfolio::footer();
Esempio n. 6
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. 7
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. 8
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. 9
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>
Esempio n. 10
0
<?php 
include_once "Portfolio.php";
Portfolio::header(0, " - Home");
?>

<div class="col-md-6 col-md-offset-3">
	<div class="hpush"></div>
		<p><b>Hello and Welcome!</b></p>
		<p>Currently working in the video game industry, I am interested in many fields like <b>network</b>, <b>graphics</b>, <b>engine</b> &amp; <b>low-level</b> programming.<br/><br/>
		You'll find here some details about projects I made or I am currently working on, as well as other things about me.
		</p>
		<p>Feel free to drop a line,</p>
		<p>Have fun!</p>
	</div>
</div>

<?php 
Portfolio::footer();