-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsreume.php
66 lines (66 loc) · 2.51 KB
/
sreume.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?php
$n=$_POST['name'];
$DOB=$_POST['DOB'];
$g=$_POST['g'];
$Father=$_POST['Father'];
$Mother=$_POST['Mother'];
$Address=$_POST['Address'];
$pc=$_POST['pc'];
$EMail=$_POST['E-MAIL'];
$Contact=$_POST['CONTACT'];
$m=$_POST['m'];
$l=$_POST['l'];
$pe=$_POST['pe'];
$h=$_POST['h'];
$i=$_POST['i'];
$d=$_POST['d'];
$df=$_POST['df'];
?>
<!DOCTYPE html>
<html>
<head>
<title> Resume </title>
<body><h1><u><center>Resume</center></u> </h1>
<br><br>
<font size="5"> <?php echo $n; ?></font>
<div align="left"><address><?php echo $Address; ?>
<br>Pin - <?php echo $pc; ?>
<br>Contact No. - <?php echo $Contact; ?>
<br>Email - <?php echo $EMail; ?>
</address>
</div><hr />
<br><b> Objective:-</b>
<br><br>  To pursue a challenging career and to work with full determination in an environment which challenges <br>  my ability, enhance my skills and help mutual growth.
<br><br><b> Qualification:-</b>
<ul>
<li>High school from <?php echo $h; ?>.</li>
<li>Intermediate from <?php echo $i; ?>.</li>
<li>Degree/Diploma in <?php echo $d; ?> from <?php echo $df; ?>.</li>
</ul>
<b> Additional Qualification:-</b>
<ul>
<li>Training of Amazon Web Service with Wordpress hosting.</li>
<li>Certificate of Basic Computer knowledge.</li>
</ul>
<b> Professional Experience:-</b>
<ul>
<li><?php echo $pe; ?></li></ul>
<b> Hobbies:-</b>
<ul>
<li>Reading Books</li>
<li>Web Designing & Ecploring new things</li>
</ul>
<b> Personal profile:-</b>
<br><br>  Father's Name    :   <?php echo $Father; ?>
<br>  Date of birth     :   <?php echo $DOB; ?>
<br>  Gender         :    <?php echo $g; ?>
<br>  Maritial Status    :    <?php echo $m; ?>
<br>  Language Known   :    <?php echo $l; ?>
<br><br><b> Declaration:-</b>
<br>        I hereby declare that the information given above is true and to the best of my knowledge <br>        and belief.
<br><br><br><br>
 Date : _________                             <b>(<?php echo $n; ?>)</b>
<br><br>
 Place : _________
</body>
</html>