├── AJI RESUME WEEK 1.html ├── README.md └── ajiresumeweek1.css /AJI RESUME WEEK 1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |Name: AJITHA V
11 | 12 | 13 | Ajitha 14 |Moblie: 8524995697
15 | Mail: ajitha7472@gmail.com 16 |Educational Qualification | 25 |||||
---|---|---|---|---|
Qualification | 28 |Dept | 29 |College / Board | 30 |Year Of Passing | 31 |Percentage | 32 |
B.E., | 35 |CSE | 36 |MKCE | 37 |2025 | 38 |95 | 39 |
Higher Secondary | 42 |Maths/Biology | 43 |BHSS | 44 |2021 | 45 |95 | 46 |
Languages:
56 |JAVA :60%
HTML :75%
CSS :70%
DB:
60 |Mysql :60%
PostgreSQL :75%
Father's Name : A.Vijayakumar64 |
Mother's Name : V.Tamilselvi65 |
DOB : 10-02-200466 |
Gender : Female67 |
Nationality : Indian68 |
Address : Malayalapatty,Ayilpatty (po),Valapady(tk),Salem(Dt)-63620269 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 |
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 | --------------------------------------------------------------------------------