Maha

Personal CV/Resume HTML Template


Thank you for purchasing our template. If you have any questions that are beyond the scope of this help file, please feel free to email via our user page contact form here. Thanks so much!

All the directories and files are well organized as it shown bellow. Same file tree has been leaveraged for dark version.

 

<!doctype html>
<html lang="en">
    <head>
        <title>Maha - Personal CV/Resume Template | Home 1 </title>
        <!-- Required meta tags -->
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="description" content="Maha Personal cv/resume template for professional and personal website." />
        <meta name="keywords" content="creative, cv, designer,  online cv, online resume, responsive, resume, vcard " />
        <meta name="developer" content="Md. Siful Islam">
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
        <!-- FAV AND ICONS   -->
        <link rel="shortcut icon" href="assets/images/favicon.ico">
        <link rel="shortcut icon" href="assets/images/apple-icon.png">
        <link rel="shortcut icon" sizes="72x72" href="assets/images/apple-icon-72x72.png">
        <link rel="shortcut icon" sizes="114x114" href="assets/images/apple-icon-114x114.png">
        <!-- Google Font-->
        <link href="http://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
        <!-- Font Awesome -->
        <link rel="stylesheet" href="assets/icons/font-awesome-4.7.0/css/font-awesome.min.css">
        <!-- Bootstrap CSS -->
        <link rel="stylesheet" href="assets/plugins/css/bootstrap.min.css">
        <!-- Animate CSS-->
        <link rel="stylesheet" href="assets/plugins/css/animate.css">
        <!-- Owl Carousel CSS-->
        <link rel="stylesheet" href="assets/plugins/css/owl.css">
        <!-- Fancybox-->
        <link rel="stylesheet" href="assets/plugins/css/jquery.fancybox.min.css">
        <!-- Custom CSS-->
        <link rel="stylesheet" href="assets/css/styles.css">
        <link rel="stylesheet" href="assets/css/responsive.css">
    </head>

We have used One typography style with different type of fonts.

Typography :  Roboto
 

Check <head> part of your index.html page. You will find all typography  link available. If you want to use another color just simply uncomment that and don't forget to comment to inactive it. 

<!-- Colors -->
<link rel="stylesheet" href="assets/css/colors/defauld.css" title="defauld">
<!-- <link rel="alternate stylesheet" href="assets/css/colors/blue.css" title="blue"> -->
<!-- <link rel="alternate stylesheet" href="assets/css/colors/green.css" title="green"> -->
<!-- <link rel="alternate stylesheet" href="assets/css/colors/blue-munsell.css" title="blue-munsell"> -->
<!-- <link rel="alternate stylesheet" href="assets/css/colors/orange.css" title="orange"> -->
<!-- <link rel="alternate stylesheet" href="assets/css/colors/purple.css" title="purple"> -->
<!-- <link rel="alternate stylesheet" href="assets/css/colors/slate.css" title="slate"> -->
<!-- <link rel="alternate stylesheet" href="assets/css/colors/yellow.css" title="yellow"> -->
Contact form will use php to send emails. So just open process.php file. Don't worry, no need to be familiar with PHP to edit this file. 
Our code is well commented so that a newbie can make necessary changes. 
Change the current email youremail@gmail.com to your email address. Your form is ready!
<?php
  $name = $_POST["name"];
  $email = $_POST["email"];
  $message = $_POST["message"];
  $EmailTo = "youremail@gmail.com"; // change with your email
  $Subject = "Portfolio CV/Resume";
  // prepare email body text
  $Body .= "Name: ";
  $Body .= $name;
  $Body .= "\n"; 
  $Body .= "Email: ";
  $Body .= $email;
  $Body .= "\n";
  $Body .= "Message: ";
  $Body .= $message;
  $Body .= "\n";
  // send email
  $success = mail($EmailTo, $Subject, $Body, "From:".$email);
  // redirect to success page
  if ($success){
    echo "success";
  }else{
    echo "invalid";
  } 
?>

If you need any help. Feel free to contact us anytime. We will reply within 24 hours.

Email: themespiders@gmail.com;

Facebook | Twitter

 

Credits: