Sira - Online Resume / CV HTML Template

documentation

Sira is a modern and elegant Onepage HTML template. Every single detail is carefully designed in order to create a wonderful user experience.

Sira is very easy to set up and customize and comes with a well documented help file, which will assist you configure the template in minutes.

about section

To change the image in 'About Section' put your image (recommended size 140px * 140px) in 'images' folder.
Then open the index.html file using any text editor. We recommend Sublime Text.
Now look for the following code and replace highlighted text with your image name+your image extension like this (name.png or name.jpg).

  1. <!-- Start About -->
  2. <section id="about" class="about">
  3.      <div class="container">
  4.           <div class="about-content">
  5.                <div class="profile-info">
  6.                     <div class="user-img">
  7.                          <img src="images⁄man.png" alt="user photo">
  8.                     <⁄div>

Save the file and refresh your browser.

To edit the text in 'About Section' look for the following code and replace highlighted text.
To change the link of your website replace red highlighted text with your website address and replace yellow highlighted text with your website name.

  1.                     <h1>webrouk<⁄h1>
  2.                     <span>front-end web developer<⁄span>
  3.                     <p>
  4.                          The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested
  5.                     <⁄p>
  6.                <⁄div>
  7.                <div class="profile-list">
  8.                     <table>
  9.                          <tbody>
  10.                               <tr>
  11.                                    <td>birthday:<⁄td>
  12.                                    <td>22 December 1994<⁄td>
  13.                               <⁄tr>
  14.                               <tr>
  15.                                    <td>address:<⁄td>
  16.                                    <td>927 St Patricks Road, Glasgow, ES 23A<⁄td>
  17.                               <⁄tr>
  18.                               <tr>
  19.                                    <td>e-mail:<⁄td>
  20.                                    <td>webrouk@yahoo.com<⁄td>
  21.                               <⁄tr>
  22.                               <tr>
  23.                                    <td>phone:<⁄td>
  24.                                    <td>+123 456 789 012<⁄td>
  25.                               <⁄tr>
  26.                               <tr>
  27.                                    <td>website:<⁄td>
  28.                                    <td><a href="#" target="_blank">www.webrouk.com<⁄a><⁄td>
  29.                               <⁄tr>
  30.                               <tr>
  31.                                    <td>nationality:<⁄td>
  32.                                    <td>American<⁄td>
  33.                               <⁄tr>
  34.                          <⁄tbody>
  35.                     <⁄table>

Save the file and refresh your browser.

To change links of social icons replace red highlighted text with your own links.

  1.                     <ul class="social-links">
  2.                          <li>
  3.                               <a href="#" target="_blank" title="Follow Me on Facebook">
  4.                                    <i class="fa fa-facebook" aria-hidden="true"><⁄i>
  5.                               <⁄a>
  6.                          <⁄li>
  7.                          <li>
  8.                               <a href="#" target="_blank" title="Follow Me on Twitter">
  9.                                    <i class="fa fa-twitter" aria-hidden="true"><⁄i>
  10.                               <⁄a>
  11.                          <⁄li>
  12.                          <li>
  13.                               <a href="#" target="_blank" title="Follow Me on Instagram">
  14.                                    <i class="fa fa-instagram" aria-hidden="true"><⁄i>
  15.                               <⁄a>
  16.                          <⁄li>
  17.                          <li class="br screen350"><⁄li>
  18.                          <li>
  19.                               <a href="#" target="_blank" title="Follow Me on Google Plus">
  20.                                    <i class="fa fa-google-plus" aria-hidden="true"><⁄i>
  21.                               <⁄a>
  22.                          <⁄li>
  23.                          <li>
  24.                               <a href="#" target="_blank" title="Follow Me on Linkedin">
  25.                                    <i class="fa fa-linkedin" aria-hidden="true"><⁄i>
  26.                               <⁄a>
  27.                          <⁄li>
  28.                          <li>
  29.                               <a href="#" target="_blank" title="Follow Me on Dribbble">
  30.                                    <i class="fa fa-dribbble" aria-hidden="true"><⁄i>
  31.                               <⁄a>
  32.                          <⁄li>
  33.                     <⁄ul>

Save the file and refresh your browser.

To change the link of Download Resume button replace red highlighted text with your own link.

  1.                     <a class="download-resume" href="https:⁄⁄goo.gl⁄LraLmo" target="_blank">Download Resume<⁄a>
  2.                <⁄div>
  3.           <⁄div>
  4.      <⁄div>
  5. <⁄section>
  6. <!-- End About -->

Save the file and refresh your browser.

skills section

To edit the text in 'Skills Section' Open the index.html file using any text editor then look for the following code and replace highlighted text.

  1. <!-- Start Skills -->
  2. <section id="skills" class="skills">
  3.      <div class="container">
  4.           <h2>skills<⁄h2>
  5.           <div class="skills-content">
  6.                <div class="progress-content">
  7.                     <div class="personal-skills">
  8.                          <h4>
  9.                               <i class="fa fa-user" aria-hidden="true"><⁄i>
  10.                               personal skills
  11.                          <⁄h4>
  12.                          <div class="progress-bar">
  13.                               <div class="bar-data">
  14.                                    <span class="bar-title">Communication<⁄span>
  15.                                    <span class="bar-value"><strong>0<⁄strong> %<⁄span>
  16.                               <⁄div>
  17.                               <div class="bar-line">
  18.                                    <span class="bar-emptyFill"><⁄span>
  19.                                    <span class="bar-fill"><⁄span>
  20.                               <⁄div>
  21.                          <⁄div>
  22.                          <div class="progress-bar">
  23.                               <div class="bar-data">
  24.                                    <span class="bar-title">Team Work<⁄span>
  25.                                    <span class="bar-value"><strong>0<⁄strong> %<⁄span>
  26.                               <⁄div>
  27.                               <div class="bar-line">
  28.                                    <span class="bar-emptyFill"><⁄span>
  29.                                    <span class="bar-fill"><⁄span>
  30.                               <⁄div>
  31.                          <⁄div>
  32.                          <div class="progress-bar">
  33.                               <div class="bar-data">
  34.                                    <span class="bar-title">Creativity<⁄span>
  35.                                    <span class="bar-value"><strong>0<⁄strong> %<⁄span>
  36.                               <⁄div>
  37.                               <div class="bar-line">
  38.                                    <span class="bar-emptyFill"><⁄span>
  39.                                    <span class="bar-fill"><⁄span>
  40.                               <⁄div>
  41.                          <⁄div>
  42.                          <div class="progress-bar">
  43.                               <div class="bar-data">
  44.                                    <span class="bar-title">Dedication<⁄span>
  45.                                    <span class="bar-value"><strong>0<⁄strong> %<⁄span>
  46.                               <⁄div>
  47.                               <div class="bar-line">
  48.                                    <span class="bar-emptyFill"><⁄span>
  49.                                    <span class="bar-fill"><⁄span>
  50.                               <⁄div>
  51.                          <⁄div>
  52.                     <⁄div>
  53.                     <div class="professional-skills">
  54.                          <h4>
  55.                               <i class="fa fa-users" aria-hidden="true"><⁄i>
  56.                               professional skills
  57.                          <⁄h4>
  58.                          <div class="progress-bar">
  59.                               <div class="bar-data">
  60.                                    <span class="bar-title">Photoshop<⁄span>
  61.                                    <span class="bar-value"><strong>0<⁄strong> %<⁄span>
  62.                               <⁄div>
  63.                               <div class="bar-line">
  64.                                    <span class="bar-emptyFill"><⁄span>
  65.                                    <span class="bar-fill"><⁄span>
  66.                               <⁄div>
  67.                          <⁄div>
  68.                          <div class="progress-bar">
  69.                               <div class="bar-data">
  70.                                    <span class="bar-title">HTML5 & CSS3<⁄span>
  71.                                    <span class="bar-value"><strong>0<⁄strong> %<⁄span>
  72.                               <⁄div>
  73.                               <div class="bar-line">
  74.                                    <span class="bar-emptyFill"><⁄span>
  75.                                    <span class="bar-fill"><⁄span>
  76.                               <⁄div>
  77.                          <⁄div>
  78.                          <div class="progress-bar">
  79.                               <div class="bar-data">
  80.                                    <span class="bar-title">JavaScript<⁄span>
  81.                                    <span class="bar-value"><strong>0<⁄strong> %<⁄span>
  82.                               <⁄div>
  83.                               <div class="bar-line">
  84.                                    <span class="bar-emptyFill"><⁄span>
  85.                                    <span class="bar-fill"><⁄span>
  86.                               <⁄div>
  87.                          <⁄div>
  88.                          <div class="progress-bar">
  89.                               <div class="bar-data">
  90.                                    <span class="bar-title">PHP<⁄span>
  91.                                    <span class="bar-value"><strong>0<⁄strong> %<⁄span>
  92.                               <⁄div>
  93.                               <div class="bar-line">
  94.                                    <span class="bar-emptyFill"><⁄span>
  95.                                    <span class="bar-fill"><⁄span>
  96.                               <⁄div>
  97.                          <⁄div>
  98.                     <⁄div>
  99.                <⁄div>
  100.           <⁄div>
  101.      <⁄div>
  102. <⁄section>
  103. <!-- End Skills -->

To edit the progress percentage Open the script.js file in 'js' folder using any text editor then look for the following code and replace highlighted numbers.

  1. ⁄⁄  Personal Skills Percentage
  2.     personalSkill1 = 70,   ⁄⁄ ========>  (Communication)
  3.     personalSkill2 = 80,   ⁄⁄ ========>  (Team Work)
  4.     personalSkill3 = 75,   ⁄⁄ ========>  (Creativity)
  5.     personalSkill4 = 90,   ⁄⁄ ========>  (Dedication)
  6. ⁄⁄  Professional Skills Percentage
  7.     professionalSkill1 = 90,   ⁄⁄ ========>  (Photoshop)
  8.     professionalSkill2 = 55,   ⁄⁄ ========>  (HTML5 & CSS3)
  9.     professionalSkill3 = 75,   ⁄⁄ ========>  (JavaScript)
  10.     professionalSkill4 = 60,   ⁄⁄ ========>  (PHP)

Save the files and refresh your browser.

education section

To edit the text in 'Education Section' Open the index.html file using any text editor then look for the following code and replace highlighted text.

  1. <!-- Start Education -->
  2. <section id="education" class="education">
  3.      <div class="container">
  4.           <h2>education<⁄h2>
  5.           <ul class="education-content">
  6.                <li>
  7.                     <div class="timeline wow fadeInLeft" data-wow-duration=".8s" data-wow-offset="100">
  8.                          <span class="date">2016 - 2017<⁄span>
  9.                          <h4>oxford university<⁄h4>
  10.                          <h5>software engineering<⁄h5>
  11.                          <p>
  12.                               if you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.
  13.                          <⁄p>
  14.                     <⁄div>
  15.                <⁄li>
  16.                <li>
  17.                     <div class="timeline wow fadeInRight" data-wow-duration=".8s" data-wow-offset="100">
  18.                          <span class="date">2013 - 2016<⁄span>
  19.                          <h4>oxford university<⁄h4>
  20.                          <h5>software engineering<⁄h5>
  21.                          <p>
  22.                               if you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.
  23.                          <⁄p>
  24.                     <⁄div>
  25.                <⁄li>
  26.                <li>
  27.                     <div class="timeline wow fadeInLeft" data-wow-duration=".8s" data-wow-offset="100">
  28.                          <span class="date">2010 - 2015<⁄span>
  29.                          <h4>oxford university<⁄h4>
  30.                          <h5>software engineering<⁄h5>
  31.                          <p>
  32.                               if you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.
  33.                          <⁄p>
  34.                     <⁄div>
  35.                <⁄li>
  36.                <li>
  37.                     <div class="timeline wow fadeInRight" data-wow-duration=".8s" data-wow-offset="100">
  38.                          <span class="date">2009 - 2012<⁄span>
  39.                          <h4>oxford university<⁄h4>
  40.                          <h5>software engineering<⁄h5>
  41.                          <p>
  42.                               if you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.
  43.                          <⁄p>
  44.                     <⁄div>
  45.                <⁄li>
  46.                <li>
  47.                     <div class="timeline wow fadeInLeft" data-wow-duration=".8s" data-wow-offset="100">
  48.                          <span class="date">2006 - 2009<⁄span>
  49.                          <h4>oxford university<⁄h4>
  50.                          <h5>software engineering<⁄h5>
  51.                          <p>
  52.                               if you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.
  53.                          <⁄p>
  54.                     <⁄div>
  55.                <⁄li>
  56.                <li>
  57.                     <div class="timeline wow fadeInRight" data-wow-duration=".8s" data-wow-offset="100">
  58.                          <span class="date">2004 - 2006<⁄span>
  59.                          <h4>oxford university<⁄h4>
  60.                          <h5>software engineering<⁄h5>
  61.                          <p>
  62.                               if you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.
  63.                          <⁄p>
  64.                     <⁄div>
  65.                <⁄li>
  66.           <⁄ul>
  67.      <⁄div>
  68. <⁄section>
  69. <!-- End Education -->

Save the file and refresh your browser.

experience section

To edit the text in 'Experience Section' Open the index.html file using any text editor then look for the following code and replace highlighted text.

  1. <!-- Start Experience -->
  2. <section id="experience" class="experience">
  3.      <div class="container">
  4.           <h2>experience<⁄h2>
  5.           <ul class="experience-content">
  6.                <li>
  7.                     <div class="timeline wow fadeInLeft" data-wow-duration=".8s" data-wow-offset="100">
  8.                          <span class="date">2016 - 2017<⁄span>
  9.                          <h4>microsoft Corp.<⁄h4>
  10.                          <h5>web developer<⁄h5>
  11.                          <p>
  12.                               if you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.
  13.                          <⁄p>
  14.                     <⁄div>
  15.                <⁄li>
  16.                <li>
  17.                     <div class="timeline wow fadeInRight" data-wow-duration=".8s" data-wow-offset="100">
  18.                          <span class="date">2013 - 2016<⁄span>
  19.                          <h4>microsoft Corp.<⁄h4>
  20.                          <h5>web developer<⁄h5>
  21.                          <p>
  22.                               if you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.
  23.                          <⁄p>
  24.                     <⁄div>
  25.                <⁄li>
  26.                <li>
  27.                     <div class="timeline wow fadeInLeft" data-wow-duration=".8s" data-wow-offset="100">
  28.                          <span class="date">2010 - 2015<⁄span>
  29.                          <h4>microsoft Corp.<⁄h4>
  30.                          <h5>web developer<⁄h5>
  31.                          <p>
  32.                               if you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.
  33.                          <⁄p>
  34.                     <⁄div>
  35.                <⁄li>
  36.                <li>
  37.                     <div class="timeline wow fadeInRight" data-wow-duration=".8s" data-wow-offset="100">
  38.                          <span class="date">2009 - 2012<⁄span>
  39.                          <h4>microsoft Corp.<⁄h4>
  40.                          <h5>web developer<⁄h5>
  41.                          <p>
  42.                               if you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.
  43.                          <⁄p>
  44.                     <⁄div>
  45.                <⁄li>
  46.                <li>
  47.                     <div class="timeline wow fadeInLeft" data-wow-duration=".8s" data-wow-offset="100">
  48.                          <span class="date">2006 - 2009<⁄span>
  49.                          <h4>microsoft Corp.<⁄h4>
  50.                          <h5>web developer<⁄h5>
  51.                          <p>
  52.                               if you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.
  53.                          <⁄p>
  54.                     <⁄div>
  55.                <⁄li>
  56.                <li>
  57.                     <div class="timeline wow fadeInRight" data-wow-duration=".8s" data-wow-offset="100">
  58.                          <span class="date">2004 - 2006<⁄span>
  59.                          <h4>microsoft Corp.<⁄h4>
  60.                          <h5>web developer<⁄h5>
  61.                          <p>
  62.                               if you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.
  63.                          <⁄p>
  64.                     <⁄div>
  65.                <⁄li>
  66.           <⁄ul>
  67.      <⁄div>
  68. <⁄section>
  69. <!-- End Experience -->

Save the file and refresh your browser.

hobbies section

To edit the text in 'Hobbies Section' Open the index.html file using any text editor then look for the following code and replace highlighted text.

  1. <!-- Start Hobbies -->
  2. <section id="hobbies" class="hobbies">
  3.      <div class="container">
  4.           <h2>hobbies<⁄h2>
  5.           <div class="hobbies-content">
  6.                <p>
  7.                     it is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.
  8.                <⁄p>
  9.                <ul class="hobbies-icons">
  10.                     <li>
  11.                          <i class="fa fa-futbol-o" aria-hidden="true"><⁄i>
  12.                          <span>football<⁄span>
  13.                     <⁄li>
  14.                     <li>
  15.                          <i class="fa fa-book" aria-hidden="true"><⁄i>
  16.                          <span>reading<⁄span>
  17.                     <⁄li>
  18.                     <li class="br screen450"><⁄li>
  19.                     <li>
  20.                          <i class="fa fa-plane" aria-hidden="true"><⁄i>
  21.                          <span>travel<⁄span>
  22.                     <⁄li>
  23.                     <li class="br screen991"><⁄li>
  24.                     <li>
  25.                          <i class="fa fa-car" aria-hidden="true"><⁄i>
  26.                          <span>driving<⁄span>
  27.                     <⁄li>
  28.                     <li class="br screen450"><⁄li>
  29.                     <li>
  30.                          <i class="fa fa-gamepad" aria-hidden="true"><⁄i>
  31.                          <span>games<⁄span>
  32.                     <⁄li>
  33.                     <li>
  34.                          <i class="fa fa-shopping-bag" aria-hidden="true"><⁄i>
  35.                          <span>shopping<⁄span>
  36.                     <⁄li>
  37.                <⁄ul>
  38.           <⁄div>
  39.      <⁄div>
  40. <⁄section>
  41. <!-- End Hobbies -->

To change icons in 'Hobbies Section' replace highlighted code with your new icons.

Visit This Page to get more icons.
  1. <!-- Start Hobbies -->
  2. <section id="hobbies" class="hobbies">
  3.      <div class="container">
  4.           <h2>hobbies<⁄h2>
  5.           <div class="hobbies-content">
  6.                <p>
  7.                     it is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.
  8.                <⁄p>
  9.                <ul class="hobbies-icons">
  10.                     <li>
  11.                          <i class="fa fa-futbol-o" aria-hidden="true"><⁄i>
  12.                          <span>football<⁄span>
  13.                     <⁄li>
  14.                     <li>
  15.                          <i class="fa fa-book" aria-hidden="true"><⁄i>
  16.                          <span>reading<⁄span>
  17.                     <⁄li>
  18.                     <li class="br screen450"><⁄li>
  19.                     <li>
  20.                          <i class="fa fa-plane" aria-hidden="true"><⁄i>
  21.                          <span>travel<⁄span>
  22.                     <⁄li>
  23.                     <li class="br screen991"><⁄li>
  24.                     <li>
  25.                          <i class="fa fa-car" aria-hidden="true"><⁄i>
  26.                          <span>driving<⁄span>
  27.                     <⁄li>
  28.                     <li class="br screen450"><⁄li>
  29.                     <li>
  30.                          <i class="fa fa-gamepad" aria-hidden="true"><⁄i>
  31.                          <span>games<⁄span>
  32.                     <⁄li>
  33.                     <li>
  34.                          <i class="fa fa-shopping-bag" aria-hidden="true"><⁄i>
  35.                          <span>shopping<⁄span>
  36.                     <⁄li>
  37.                <⁄ul>
  38.           <⁄div>
  39.      <⁄div>
  40. <⁄section>
  41. <!-- End Hobbies -->

Save the file and refresh your browser.

contact section

To turn on contact form Open the contact_form.php file using any text editor then look for the following code and replace highlighted text and save the file.

  1. $mail_to = "youremail@email.com";  ⁄⁄ replace it with your email
  1. date_default_timezone_set("Africa⁄Cairo");  ⁄⁄ replace it with your timezone

You can find your timezone in This Page.

To change the google map to your location open the script.js file in 'js' folder and search for the following code and replace highlighted text with your own google map code and save the file.

  1. ⁄⁄ Google Maps
  2. google.maps.event.addDomListener(window, 'load', myMap);
  3. function myMap() {
  4.      var myCenter = new google.maps.LatLng(30.0444196, 31.23571160000006),
  5.           mapOptions = {
  6.                center: myCenter,
  7.                mapTypeControl: false,
  8.                streetViewControl: false,
  9.                scrollwheel: false,
  10.                zoom: 12
  11.           },
  12.           mapCanvas = document.getElementById("map"),
  13.           map = new google.maps.Map(mapCanvas, mapOptions),
  14.           marker = new google.maps.Marker({
  15.                position: myCenter,
  16.                icon: 'http:⁄⁄maps.google.com⁄mapfiles⁄ms⁄icons⁄blue-dot.png'
  17.           });
  18.      marker.setMap(map);
  19. }

To get Latitude & Longitude please visit This Page.

To change links of social icons replace red highlighted text with your own links.

  1. <!-- Social Media Links -->
  2. <ul class="social-links">
  3.      <li>
  4.           <a href="#" target="_blank" title="Follow Me on Facebook">
  5.                <i class="fa fa-facebook" aria-hidden="true"><⁄i>
  6.           <⁄a>
  7.      <⁄li>
  8.      <li>
  9.           <a href="#" target="_blank" title="Follow Me on Twitter">
  10.                <i class="fa fa-twitter" aria-hidden="true"><⁄i>
  11.           <⁄a>
  12.      <⁄li>
  13.      <li>
  14.           <a href="#" target="_blank" title="Follow Me on Instagram">
  15.                <i class="fa fa-instagram" aria-hidden="true"><⁄i>
  16.           <⁄a>
  17.      <⁄li>
  18.      <li class="br screen350"><⁄li>
  19.      <li>
  20.           <a href="#" target="_blank" title="Follow Me on Google Plus">
  21.                <i class="fa fa-google-plus" aria-hidden="true"><⁄i>
  22.           <⁄a>
  23.      <⁄li>
  24.      <li>
  25.           <a href="#" target="_blank" title="Follow Me on Linkedin">
  26.                <i class="fa fa-linkedin" aria-hidden="true"><⁄i>
  27.           <⁄a>
  28.      <⁄li>
  29.      <li>
  30.           <a href="#" target="_blank" title="Follow Me on Dribbble">
  31.                <i class="fa fa-dribbble" aria-hidden="true"><⁄i>
  32.           <⁄a>
  33.      <⁄li>
  34. <⁄ul>
  35. <!-- Social Media Links -->

Save the file and refresh your browser.

Thank You

Finally thank you very much for choosing this template. Please keep in mind that we are working very hard to providing better quality in coming days.

If you have any questions that are beyond the scope of this help file, please contact me via my profile.