Monday, October 8, 2018

personalhomepagea.blogspot.com

 CV (Curriculum Vitae) 







<html>
 <head>
<link type="text/css" rel="stylesheet" href="https://www.dropbox.com/s/trsldt0me90jzs8/resume.css"/>
<title>CV</title>
<link rel="stylesheet" href="css/style.css"/>
</head>
<body>
<div id="header">
<p id="name">Amit prajapati</p>
         <a href="mailto:amitpra1998@gmail.com" target="_blank"><p id="email">amitpra1998@gmail.com</p></a>
     </div>
     <div class="left">
     </div>
     <div class="right">
            <h3>CV Highlights</h3>
<img src="image/amit.jpg"/>
            <p>
            <ul>
                <li>Currently going through CS253 – Web Application Engineering and CS61A – Structure & Interpretation of Computer Programs</li>
                <li>Learnt basic Python, JavaScript, HTML, CSS on Codecademy.com.</li>
                <li>An independent, dedicated, efficient person. These attributes are proved through the series of courses I have taken or I am taking as of now independently through online platforms.</li>
                <li>Good Communication Skills, Presentation Skills, attitude towards leadership, authorisation and delegation, conflict resolution and negotiation and a very good team worker.</li></ul>
            </p>
            <h3>Professional Experience</h3>
            <h4 id="company-name">Wingify Software Pvt Ltd</h4>
            <p id="job-title"><strong>Support Engineer (Technical Support)</strong></p>
            <p id="job-responsibilities">Job Responsbilities</p>
            <p>
            <ul>
                <li>Answer customer queries over email / ticketing system</li>
                <li>Interact with our engineering team to get software issues and bugs resolved</li>
                <li>Occasionally interact with customers over Skype or telephone</li>
                <li>Contribute ideas to the team on how customers can be delighted</li></ul>
            </p>
            <h3>Educational Qualifications</h3>
            <table>
                <tr id="heading">
                    <td>Qualification</td>
                    <td>Board</td>
                    <td>Percentage / Grades</td>
                    <td>Year</td>
                </tr>
                <tr>
                    <td>Highschool</td>
                    <td>UP BOARD</td>
                    <td>81.05%</td>
                    <td>2013</td>
                </tr>
                <tr>
                    <td>INTERMEDIAT</td>
                    <td>UP BOARD</td>
                    <td>78.08%</td>
                    <td>2015</td>
                </tr>
             
             
<tr>
                    <td>B.tech</td>
                    <td>Aktu</td>
                    <td>A Grade</td>
                    <td>2018</td>
                </tr>
             
            </table>
            <h3>Independent Courses</h3>
            <p>
            <ul>
                <li>
                <span id="course-name">HTML & CSS for Beginners – Web Fundamentals</span> – Codecademy.com</li>
                <li>
                <span id="course-name">Python – Fundamentals and Dynamic Programming </span> - Codecademy.com</li>
                <li>
                <span id="course-name">JavaScript – Programming Basics, JS Apps and Build Games </span> - Codecademy.com</li>
                <li>
                <span id="course-name">CS101: Introduction to Computer Science - Building a Web Crawler</span> - Udacity.com</li>
                <li>
                <span id="course-name">CS50x – Introduction to Computer Science I</span> – edX.org & Harvard University</li>
                <li>
                <span id="course-name">Calculus One</span> - Ohio State University & Coursera.org</li>
                <li>
                <span id="course-name">Introduction to Finance</span> - Coursera.org & University of Michigan</li>
            </ul>
            <h3>Technical Skills</h3>
            <p>
            <ul>
                <li>
                <span id="course-name">Operating Systems:</span> DOS, Windows 98, Windows 2000, Windows XP, Windows NT, Windows Server 2003, Windows Vista, Windows 7, Macintosh Computers (OS X), Linux (Ubuntu, Fedora)</li>
             
                <li>
                <span id="course-name">Programming Skills:</span>HTML, CSS, Python, JavaScript, learning C and C++</li></ul>
            </p>
            <h3>Certifications / Awards:</h3>
            <p>
            <ul>
                <li>Scored highest in ACCA P1 – Governance, Risk & Ethics exam – June 2012 session amongst full time international students at Kaplan Financial, London.</li>
                <li>Interviewed by ACCA for “international ACCA student in UK”, interview published in January 2012 edition of ACCA Student Accountant Magazine.</li>
            </p>
            <h3>Personal Information:</h3>
            <p>
            <ul>
                <li>
                A young, determined hard and smart working person. I believe in task based roles and complete ownership of work.
                <li>
                <span id="course-name">Languages Known:</span>English, Hindi, Gujarati and Sindhi</li>
                <li>
                <span id="course-name">Hobbies:</span>I love reading Finance and IT related books / magazines, playing Chess, swimming, listening music, surfing Internet, self-learning through e-courses.</li> </ul>
            </p>
            <h3>Other Information</h3>
            <p>
            <ul>
                <li>
                <span id="course-name">Expected Salary:</span>As per company standards</li>
                <li>
                <span id="course-name">Area of Interest:</span>Software Development, Programming, Start-ups, Coding, App Development, Technical Support, Support Engineer, Customer Happiness, Client service, Investment Banking, Corporate Finance, Hedge Funds, Mergers & Acquisitions, Analyst, Equity Research, Business Analysis</li>
                <li>
                <span id="course-name">Joining Date:</span>Immediate</li></ul>
            </p>
            <h3>Declaration</h3>
            <p>
            I hereby declare that the details furnished above are true and correct to the best of my knowledge and belief.</p>
     </div>
     <div id="footer"></div>
    </body>
</html>



CSS:-

div
{
    border-radius: 5px;
    }
#header
{
    position: fixed;
    z-index: 1;
    height:40px;
    width: 98%;
    background-color: blue;
    margin-bottom: 10px
    }

#name {
    float:left;
margin-left: 20px;
padding-bottom: 10px;
font-size: 16px;
font-family: Verdana, sans-serif;
color: #ffffff;
}

#email{
    float:right;
    margin-right: 20px;
padding-bottom: 10px;
font-size: 16px;
font-family: Verdana, sans-serif;
color: #ffffff;
}

#contact
{
    margin-left:45%;
    padding-bottom: 10px;
font-size: 16px;
font-family: Verdana, sans-serif;
color: #ffffff;
    }

a:hover {
    font-weight: bold;
}

.right
{
    float: left;
    margin-top: 50px;
    padding-left:5px;
    /*margin-right: -10px;
    margin-left: 14%;*/
    height: auto;
    width: 99%;
    background-color:red;
    }

/*.left
{
    float: left;
    margin-top: 50px;
    /*margin-right: -90px;
    height: relative;
    width: 10%;
    background-color: #4160E8;
    }*/
 
#footer
{
    height:40px;
    clear:both;
    position: relative;
    background-color: #C1E3E1;
    }
 
h3
{
    text-decoration: underline;
    }
img {
    FLOAT: RIGHT;
}

#job-responsibilities
{
    padding: 1px;
    }
.job-title
{
    font-weight: bold;
    }
table
{
    border: 1px dashed black;
    }
td
{
    padding: 2px;
    border: 1px solid #E88741;
    }

#course-name
{
    font-weight:bold;
    }

#company-name
{
    height:2px;
    text-decoration:underline;
    }
#job-title
{
    height: 5px;
    }
.job-duration
{
    float:right;
    }
#heading
{
    font-weight:bold;

    }

Output:-

amitprajapati                                                                   amitpra1998@gmail.com

CV Highlights


  • Currently going through CS253 – Web Application Engineering and CS61A – Structure & Interpretation of Computer Programs
  • Learnt basic Python, JavaScript, HTML, CSS on Codecademy.com.
  • An independent, dedicated, efficient person. These attributes are proved through the series of courses I have taken or I am taking as of now independently through online platforms.
  • Good Communication Skills, Presentation Skills, attitude towards leadership, authorisation and delegation, conflict resolution and negotiation and a very good team worker.

Professional Experience

Wingify Software Pvt Ltd

Support Engineer (Technical Support)
Job Responsbilities

  • Answer customer queries over email / ticketing system
  • Interact with our engineering team to get software issues and bugs resolved
  • Occasionally interact with customers over Skype or telephone
  • Contribute ideas to the team on how customers can be delighted

Educational Qualifications

QualificationBoardPercentage / GradesYear
HighschoolUP BOARD81.05%2013
INTERMEDIATUP BOARD78.08%2015
B.techAktuA Grade2018

Independent Courses


  • HTML & CSS for Beginners – Web Fundamentals – Codecademy.com
  • Python – Fundamentals and Dynamic Programming - Codecademy.com
  • JavaScript – Programming Basics, JS Apps and Build Games - Codecademy.com
  • CS101: Introduction to Computer Science - Building a Web Crawler - Udacity.com
  • CS50x – Introduction to Computer Science I – edX.org & Harvard University
  • Calculus One - Ohio State University & Coursera.org
  • Introduction to Finance - Coursera.org & University of Michigan

Technical Skills


  • Operating Systems: DOS, Windows 98, Windows 2000, Windows XP, Windows NT, Windows Server 2003, Windows Vista, Windows 7, Macintosh Computers (OS X), Linux (Ubuntu, Fedora)
  • Programming Skills:HTML, CSS, Python, JavaScript, learning C and C++

Certifications / Awards:


  • Scored highest in ACCA P1 – Governance, Risk & Ethics exam – June 2012 session amongst full time international students at Kaplan Financial, London.
  • Interviewed by ACCA for “international ACCA student in UK”, interview published in January 2012 edition of ACCA Student Accountant Magazine.

  • Personal Information:


    • A young, determined hard and smart working person. I believe in task based roles and complete ownership of work.
    • Languages Known:English, Hindi, Gujarati and Sindhi
    • Hobbies:I love reading Finance and IT related books / magazines, playing Chess, swimming, listening music, surfing Internet, self-learning through e-courses.

    Other Information


    • Expected Salary:As per company standards
    • Area of Interest:Software Development, Programming, Start-ups, Coding, App Development, Technical Support, Support Engineer, Customer Happiness, Client service, Investment Banking, Corporate Finance, Hedge Funds, Mergers & Acquisitions, Analyst, Equity Research, Business Analysis
    • Joining Date:Immediate

    Declaration

    I hereby declare that the details furnished above are true and correct to the best of my knowledge and belief.

personalhomepagea.blogspot.com

Signin in Html 



<html>
<head>
<title>
NARAINA GROUP  OF EDUCATION</TITLE>
</head><form method=post>
<body style="background-color:Aqua";/>
<h1 align="center">Signin</h1>
    Student Name:
    <input type="text" name="firstname"><br>
    FAther's Name:
    <input type="text" name="lastname"><br>
    Password:
    <input type="password" name="pwd"><br>
    Radio Button: Are you male or female?<br>
    <input type="radio" name="sex" value="male">Male
    <input type="radio" name="sex" value="female">Female<br>
    Check Box: Check the languages you know<br>
    <input type="checkbox" name="language" value="html">HTML<br>
    <input type="checkbox" name="language" value="php">PHP<br>
    <input type="checkbox" name="language" value="c">C<br>
    <input type="submit" value="submit"><br>
</form>
<Img src="images (1).jpg">
</body>


Signin

Student Name:
FAther's Name:
Password:
Radio Button: Are you male or female?
Male Female
Check Box: Check the languages you know
HTML
PHP
C

personalhomepagea.blogspot.com

Registration form in html




<html>

<head>

<title>NARAINA GROUP OF EDUCATION </title></head>

<body bgcolor="red" font-color="red">



<table border='0' width='480px' cellpadding='0' cellspacing='0' align='center'>

<center><tr>

   <td><h1>Registration Form For Naraina group of Education</h1></td>

</tr><center>



<table border='0' width='480px' cellpadding='0' cellspacing='0' align='center'>

<tr>

    <td align='center'>Name:</td>

    <td><input type='text' name='name'></td>

</tr>

<tr> <td>&nbsp;</td> </tr>

<tr>

    <td align='center'>Sur Name:</td>

    <td><input type='text' name='name'></td>

</tr>

<tr> <td>&nbsp;</td> </tr>

<tr>

 <td align='center'>Father's Name:</td>

  <td><input type='text' name='name'></td>

</tr>

<tr> <td>&nbsp;</td> </tr>

<tr>

    <td align='center'>Date Of Birth:</td>

    <td><input type='text' name='name'></td>

</tr>

<tr> <td>&nbsp;</td> </tr>

<tr>

    <td align='center'>Address:</td>

    <td><input type='text' name='name'></td>

</tr>

<tr> <td>&nbsp;</td> </tr>

<tr>

    <td align='center'>Phone:</td>

    <td><input type='text' name='name'></td>

</tr>

<tr> <td>&nbsp;</td> </tr>

<tr>

    <td align='center'>Email:</td>

    <td><input type='text' name='name'></td>

</tr>

<tr> <td>&nbsp;</td> </tr>

<tr>

    <td align='center'>Zip:</td>

    <td><input type='text' name='zip'></td>

</tr>

<tr> <td>&nbsp;</td> </tr>

<table border='0' cellpadding='0' cellspacing='0' width='480px' align='center'>

<tr>

    <td align='center'><input type='submit' id ='submit'name='submit' value="submit"></td>

</tr>



    <td align='left'><input type='Button' name='cancel' value="cancel"></td>

</tr>



    <td align='right'><input type='reset' name='reset' value="reset"></td>

</tr>

</table>

</table>



</table>

</body>

</html>






Registration Form For Naraina group of Education

Name:
Sur Name:
Father's Name:
Date Of Birth:
Address:
Phone:
Email:
Zip:

personalhomepagea.blogspot.com

Basic tutorial Html



<!DOCTYPE html>
<html>
<title>HTML Tutorial</title>
<body>

<h1>This is table</h1>
<p>This is a table.</p>

</body>
</html>

Output :-

This is a Heading

This is a paragraph.








Saturday, October 6, 2018

BROKEN THEMES


       The following themes are installed but incomplete
       
         Name                      Discription               Delete




   1.ab hum sabse pahle jo folder banaya tha uske under style.css ki file banate hai.
   2.Style.css ke under hum kuch cheeze likhenge comment section mein.


        Theme Name : Hus To You (Jo bhi Theme Ka naam Ho)
        Theme URL: http://hubtoyou.com/
        Description : Amit Prajapati
        Author URL :http://hubtoyou.com
        Version : 1.0

  3.Yeh hummari style.css file ban gai ab hum template file banate hai template file ka naam hum dete hai index.php
  4.Is ke baad hum admin panel mein jayenge our dekhenge toh theme mein ja ke toh hummore theme ban gai hogi lekin usme ek image nahi hgi ab hum usme ek lagayenge.
  5.Image add karne ke liye ek png imag banate hai uska naam hum refresh karenge toh image bhi aa jayengi.
  6.Ab hum ek or file banate hai jiska naam hoga headre.php or footer.php.
  7.Means jitna bhi header ka code hoga vo header.php mein likhenge.
  8.Jitna footer ka code hoga vo footer.php nein likhenge.
  9.Aur ek file our hai jo bahut impotant hai vo hai function.php.
  10.Jaha humne sari files create ki hai vahi pe hum ek image ke naam ka folder banate hai our usme apni kuch images daalte hai stying karne ke liye.
  11.Uske baad hum apni css file means style.css mein styling karyenge.
   
              Jaise ki
 &{Padding:0px; margin:0px;}
 body{background-image:url("image/background-image.jpg")
        background-repeat:repeat-x;
        margin:0px;
        padding:0px;}
 Agar hum abhi apne page ko dekhenge toh usme koi changement nahi hua hoga kyaunki humne usme a abhi style.css ka link nahi lagaya hai our wordpress mein use
 kaise lgaya jata hai.

    <link rel="stylesheet" href="<?.php bloginto('stylesheet_url'); ?>"/>

Jquery tutorials

Jquery tutorials


  Introduction:-

           1.Jquery jo hai vo javascript ki libery hai. jise (2006) mein launch kiye gaya tha.Yeh free of cost hai.
           2.Jquery se aap ki websites mein acche-effect part hai or Jquery designer or developer ke liye dono ke liye bahut important hai.
         
 Why should I use jquery as compare of Javascript?
 
           1.Becouse Javascript jo hai browser ke liye compatable nahi lekin jquery har browser ke liye comptable hai.
           2.javascript ka code diffcult hota hai as compare to jquery.
           3.Jquery ko (write less do more).



How to download Jquery file and using jquery

  sabse pahle hum jayenge (jquery.com) pe website kholenge.
 
  Jab aap internet kholenge our dekhenge ho vo minified means usme code short mein likhe hote hai or ek uncompressed code hote hai.

   =>Sabse pahle hum jquery ko download karenge. Uske baad hum apne folder mein daalenge.


  $(document).ready (function)(){}; 

Personal home page

PHP (Personal home Page)


  Php is a server side scipting language.which was released in 1995.It was created by rasmus lerdorf.If is used to make dynamic and interative websites.

 Why should I use Php?
 1. If is free to download end use.
 2.Php is used on are than 244 million website.
 3.Php used karne ke liye hume subse pahle server ya xamp server ka use karne hota hai. Means upload Karna hota hai.



CREATE FIRST PHP FILE:-

1:- Php file create karne ke liye hume subse pahle xamp $ Xamp server ka use karna parta hai or hume ek text editor software ka bh use karna harta hai....
    Notepad++
2:- Sabse pahle hum Notepad++ nein Normal tags likhege uske baad hum opne Xamp server mein usko save karenge.

           . Sabse pahle hum jaha Xamp server install hoga waha jayenge

           . Uske under htdos Name ka folder hoga uske under

           . Ek folder banayange jo aap ka man ho
       
           . Phir uske under hum jo Notepad++ ke file hai use save karenge


   Uske baad hum apne local host me Jakar check kar sakte hai. Aap ki file ceate ho jayegi.


PHP SYNTAX, Php echo function,Php print function

  Php code ko use karne ke liye sabse pahle hume kai syntax chahiye hota hai.jaise under hum sara php code likhte hai.
 
   Code:-
        <?php
            Jo code likhte hai va yaha likhna hai
        ?>