├── AJI RESUME WEEK 1.html ├── README.md └── ajiresumeweek1.css /AJI RESUME WEEK 1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | AJITHA RESUME 5 | 6 | 7 | 8 |

RESUME

9 | 10 |

Name: AJITHA V

11 | 12 | 13 | Ajitha 14 |

Moblie: 8524995697

15 | Mail: ajitha7472@gmail.com 16 |
17 |

Technical Summary:

18 | 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 |
Educational Qualification
Qualification Dept College / Board Year Of Passing Percentage
B.E., CSE MKCE 2025 95
Higher Secondary Maths/Biology BHSS 2021 95
48 |

Personal Skills:

49 | 54 |

Technical Skills:

55 |

Languages:

56 |
JAVA  : 
60% 60%
57 |
HTML  : 
75% 75%
58 |
CSS   : 
70% 70%
59 |

DB:

60 |
Mysql  : 
30% 60%
61 |
PostgreSQL  : 
0% 75%
62 |

PERSONAL INFORMATION

63 |
Father's Name  :  A.Vijayakumar
64 |
Mother's Name  :  V.Tamilselvi
65 |
DOB            :  10-02-2004
66 |
Gender         :  Female
67 |
Nationality    :  Indian
68 |
Address        :  Malayalapatty,Ayilpatty (po),Valapady(tk),Salem(Dt)-636202
69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 |

Declaration

82 |

Here by I declare that all above information are true to my knowledge

83 | 84 | 85 | 86 | 87 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # resume-html-css 2 | Here i am going to share source code for creating resume by using HTML,CSS 3 | -------------------------------------------------------------------------------- /ajiresumeweek1.css: -------------------------------------------------------------------------------- 1 | img 2 | { 3 | float:right; 4 | width:170px; 5 | height:140px; 6 | 7 | margin-right:200px; 8 | 9 | } 10 | html 11 | { 12 | margin:10px; 13 | 14 | } 15 | 16 | h2 17 | { 18 | top: 10px; 19 | BACKGROUND-COLOR:GREY; 20 | COLOR:WHITE; 21 | }table 22 | { 23 | border-collapse:collapse; 24 | } 25 | --------------------------------------------------------------------------------