White - Creative Resume & Portfolio Template

Themeforest White - Creative Resume & Portfolio Template HTML Template

Download White - Creative Resume & Portfolio Template HTML Template

Download White - Creative Resume & Portfolio Template HTML Template


Follow Creabox EnvatoFollow Creabox Twitter



White – Creative Resume & Portfolio Template



This theme is a creative resume & portfolio template. It is based on Twitter Bootstrap and made to show your resume (education, work experience, skills, etc.), portfolio and blog in a wonderful way with an unique and beautiful piece of design






Customer Support. Very good. Could maintain code easily, fast support response.


satriaperm99


Design Quality


jari12


Design Quality


jill_tr






  • 8 homepage styles

  • Responsive Design

  • Fullscreen Image Slider Background

  • Fullscreen Video Background

  • Minimal and creative design

  • HTML5 and CSS3 techniques

  • Full Screen Image/Video

  • 8 homepage styles

  • Ajax portfolio

  • Bootstrap 3.3.2

  • Great page transitions

  • Work with any Youtube and Vimeo video

  • Text rotate effects

  • Easy to change

  • Working ajax contact form

  • Well documented

  • Great support!!

  • Elegant Icon Font




Fonts



Javascript



Images






Version 1.3: 19 May 2015
~ Added ajax content in the portfolio
~ Increased the website speed minimizing the css and javascript files

Version 1.2: 22 April 2015
~ Added the previous 'About me' design. Threre are two designs for the 'About me' section now.

Version 1.1: 21 April 2015
~ Improved the mobile design
~ 'About me' section design modified

Version 1.0: 19 April 2015
~ Initial release






Landmax WP - Minimal Blog Theme
Cian - App Landing Page Wordpress
Verde - Minimal Coming Soon Template
Azul - Creative Coming Soon
Rosa - Responsive Coming Soon Template
Gris - Creative Coming Soon

Download White - Creative Resume & Portfolio Template HTML Template

Comments

  1. Great work!! But whenever I open it said error 404. How do I make it stop.

    ReplyDelete
  2. Hi tobran,


    That’s not a problem. You can check that the template looks fine. But to show the twitter feed you need a local server to load the php files correctly.


    In your computer the tweets doesn’t load if you haven’t a local server, but when you upload the template to a server it will show correctly. You will not have that error.


    Regards

    ReplyDelete
  3. Hi I have one problem. with wordpress. Pack could not be installed. The style sheet style.css does not contain a valid header theme. Can you prepare a correct file to import to wordpress? withoud that problem?

    ReplyDelete
  4. Hi irafal,


    sorry but the theme White is not a wordpress theme. It is a html template, you can’t use it in a wordpress installation.


    Regards

    ReplyDelete
  5. I have problem with email configuration. I have information – Could not instantiate mail function. Sorry, we can’t send this message. Configuration is corect

    ReplyDelete
  6. Hi,


    edit the file contact.php (it is in the folder php) and replace all the code by this one:



    <?php
    require_once('config.php');
    require_once('phpmailer/phpmailer.php');

    $name = trim($_POST['name']);
    $email = trim($_POST['email']);
    $message = trim($_POST['message']);
    $err = "";

    $pattern = "^([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$^";
    if(!preg_match_all($pattern, $email, $out)) {
    $err = MSG_INVALID_EMAIL;
    }
    if(!$email) {
    $err = MSG_INVALID_EMAIL;
    }
    if(!$message) {
    $err = MSG_INVALID_MESSAGE;
    }
    if (!$name) {
    $err = MSG_INVALID_NAME;
    }

    $body=include(TEMPLATE_PATH);

    $mail=new PHPMailer();

    $mail->SetFrom($email,$name);
    $mail->AddAddress(TO_EMAIL);

    $mail->IsSMTP(); // enable SMTP
    $mail->SMTPSecure='ssl';
    $mail->SMTPAuth=true;
    $mail->Host=SMTP_HOST;
    $mail->Port=25;
    $mail->Username=SMTP_USERNAME;
    $mail->Password=SMTP_PASSWORD;

    $mail->Subject=SUBJECT;
    $mail->MsgHTML($body);

    if (!$err){
    if ($mail->Send()) {
    echo "SEND";
    } else {
    echo MSG_SEND_ERROR;
    }
    } else {
    echo $err;
    }
    ?>



    Regards

    ReplyDelete
  7. I did so by now i Have information. SMTP Error: Could not connect to SMTP host. Sorry, we can’t send this message.


    my config.php
    <?
    //define the receiver of the email


    define('TO_NAME','Rafał'); //put your name
    define('TO_EMAIL','name.surname@gmail.com'); //put your email


    define('TEMPLATE_PATH','template/default.php');


    define('SMTP_HOST','smtp.gmail.com'); //for example gmail: smtp.gmail.com
    define('SMTP_USERNAME','name.surname@gmail.com'); //put your email
    define('SMTP_PASSWORD','XXXXXXXXXXX'); //put your password
    define('SUBJECT','Contact from your website White HTML'); //change if you want the subject


    // Messages
    define('MSG_INVALID_NAME','Please enter your name.');
    define('MSG_INVALID_EMAIL','Please enter valid e-mail.');
    define('MSG_INVALID_MESSAGE','Please enter your message.');
    define('MSG_SEND_ERROR','Sorry, we can\'t send this message.');


    ?>

    ReplyDelete
  8. Hi,


    try this solution.


    I have modified the file contact.php. Open it in this link, copy all the code and replace it by yours.


    Remember to change the options $emailTo and $subject


    Regards

    ReplyDelete
  9. I completed the $emailTo =
    on yoyr last version contact.pl.
    Now when i push send i have information.


    {valid for your message!”}


    but i don’t have email on my mailbox


    we are probably close

    ReplyDelete
  10. correct information


    {valid for your message!"}

    ReplyDelete
  11. i can’t paste the message
    ({valid for your message!”})

    ReplyDelete
  12. Hi,


    copy and paste the code again please.


    Regards

    ReplyDelete
  13. {valid for your message!”}

    ReplyDelete
  14. __{valid for your message!”}_

    ReplyDelete
  15. {” valid ” : 1 , ” message ” : ” Thanks for your message ! ” }
    I had to insert spaces This is the message when i used the “send”

    ReplyDelete
  16. Hi,


    Could you give me your url to check it please? If you want, you can send me the url to my email admin@creabox.es


    Regards

    ReplyDelete
  17. youtube version – the video doesn’t start on on mobile device in homepage.

    ReplyDelete
  18. Hi irafal,


    the video script has a lot fo problems in mobile and tablets devices. So, in these devices the video is replaced it by an image. The image is set up in the css styles, in the class ’.poster-image’.


    If you want, this behaviour can be changed, but how I have said the video will not work correctly in some devices.


    Regards

    ReplyDelete
  19. But whether can we change the image on the video? I want to see how it will work. How the code should look like?

    ReplyDelete
  20. In the folder css, you have to edit the file styles.css and change the attribute background of the class .poster-image (over the line 161):



    .poster-image {
    background: url('http://placehold.it/1280x720&text=Image+1');
    .....



    You can check how it works if you check the demo version on your mobile phone.


    Regards

    ReplyDelete
  21. OK thank you. that’s all

    ReplyDelete
  22. Hi, is it possible to change the opacity of the background so that when a visitor clicks on “About me” or “Contact” the vídeo is still visible playing on the background? If so, how hard it is to do so? Best regards. Pls answer fast, as i need to decide which template i’m buying today!

    ReplyDelete
  23. Hi,


    yes, that is possible. And it is very easy to change. If you purchase the theme, I can help you to get it.


    Regards

    ReplyDelete
  24. Hello, thanks for the nice design, now i have some issues here,
    1. when it is open, it says error 404
    2. the BG image is not showing and keeps saying 1280X720 [i tested with a pic with the same size, but not showing up, and change it is test location on my PC as desktop/drive c … ETC]
    3. How can i set the author image in the main index ?


    Regards

    ReplyDelete
  25. Hi,


    sorry for the delay to answer.


    1. This problem happens because you didn’t load the website in a local server. This problem is brought about the twitter feed. It uses a php file to load the tweets. If you don’t load the website in a local server or a server online, the error happens.


    2. Could you send me your url to check the problem?


    3. You have to edit the file style.css and edit the class ’.aboutme .author-image-2’. This image is loaded as background.


    Regards

    ReplyDelete

Post a Comment

Popular posts from this blog

Ravaio - Modern Responsive phpBB Forum Theme

NRGagency - Creative One-Page Agency Theme

Rent It - Car Rental Template with RTL Support