My Portfolio

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

The forums have been archived. Please read this thread for more information.

  • My Portfolio

    +1

    Hello, I'm a upcoming webdesigner and this is my Portfolio (everything is coded by me, excepts jquery and the photos).
    Warning, its on german. English version is coming soon. :) Thank you!


    Link

    Changelog


    2013-01-08

    • new adminlogin with GUI and Frontend-Database editing
    • new "News"-Page
    • working on a pagelet and sorting rules for the Newspage
    • working on an "Blog" - Page
    • changed some things at the imprint

    coming soon

    • WYSIWYG-Editor for guestbook, contact and admin-editor
    • mobile website
    • A board

    motherf*cking pumped

    The post was edited 5 times, last by vcsy ().

    TooExclusive likes this.

  • Haha thanks to you all xD
    I just started my apprentinceship in september last year, but I'm programming and designing websites since 2007.

    If you have some ideas, suggestions or something like that, please tell me about them. :)

    Also there are some problems with my jQuery-Plugin for the website-transition (fade from top of the screen). If you know how to solve that, please tell me. :) Here's my code for that effect if you want to use it:


    Source Code

    1. $(document).ready(function(){
    2. // Fade out the entire Page, then fade it in in 1700 miliseconds.
    3. $('.container').css('opacity',0);
    4. $('.container').animate({
    5. opacity: 1
    6. },1700);
    7. // Give the header some padding from top over 600 miliseconds
    8. $('.header').animate({
    9. 'padding-top' : 100
    10. },600);
    11. });
    Display All
    motherf*cking pumped
  • Well, my website is going to launch soon (dominikbiedebach.de).

    What I changed recently:

    - working on admin-login + Frontend-GUI for editing Stuff without using phpmyadmin
    - added a news-page which newsarticles
    - working on sorting the news and a pagelet
    - some designchanges (typography of title)

    What I'm planning to implement:

    - mobile website
    - WYSIWYG-Editor
    - Guestbook
    - A board
    motherf*cking pumped

    The post was edited 1 time, last by vcsy ().