└── task 2 ├── styles2.css └── port.html /task 2/styles2.css: -------------------------------------------------------------------------------- 1 | css 2 | body { 3 | font-family: Arial, sans-serif; 4 | margin: 0; 5 | padding: 0; 6 | } 7 | 8 | header { 9 | background-color: lightgrey; 10 | color: black; 11 | padding: 20px; 12 | text-align: center; 13 | } 14 | 15 | nav ul { 16 | list-style: none; 17 | padding: 0; 18 | } 19 | 20 | nav ul li { 21 | display: inline; 22 | margin: 0 10px; 23 | } 24 | 25 | nav ul li a { 26 | color: black; 27 | text-decoration: none; 28 | } 29 | 30 | section { 31 | padding: 20px; 32 | } 33 | 34 | #about { 35 | background-color: skyblue; 36 | text-align: center; 37 | } 38 | #Skills{ 39 | background-color: white; 40 | text-align: center; 41 | } 42 | 43 | #projects { 44 | background-color: skyblue; 45 | text-align: center; 46 | } 47 | #Resume{ 48 | background-color:white; 49 | text-align: center; 50 | 51 | } 52 | .cta-button { 53 | background-color: lightgreen; 54 | color: black; 55 | padding: 1rem 2rem; 56 | text-decoration: none; 57 | border-radius: 5px; 58 | display: inline-block; 59 | margin-top: 1rem; 60 | } 61 | 62 | 63 | #contact { 64 | background-color: skyblue; 65 | text-align: center; 66 | } 67 | 68 | .project { 69 | margin-bottom: 20px; 70 | } 71 | 72 | footer { 73 | background-color: lightgrey; 74 | color: black; 75 | text-align: center; 76 | padding: 10px 0; 77 | } 78 | -------------------------------------------------------------------------------- /task 2/port.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | My Portfolio 7 | 8 | 9 | 10 |
11 | 20 |

My Portfolio

21 |
22 | 23 |
24 |

Introduction

25 |

I am Priyadharshini.I am from Trichy.Currently pursuing my B.E Computer Science and Engineering in K.Ramakrishnan college of Engineering.My Short term goal is to get placed in accenture and My Long term goal is to achieve a higher position at the same company.My Hobbies are Singing,Classical dancing and Gardening.

26 |
27 |
28 |

Skills

29 |

1.Strong Communication

30 |

2.Leadership

31 |

3.Teamwork

32 |

4.Time Management

33 |
34 | 35 |
36 |

Projects

37 |
38 |

Project 1

39 |

GPS BASED ATTENDANCE SYSTEM

40 |
41 |
42 |

Project 2

43 |

LIBRARY MANAGEMENT SYSTEM

44 |
45 | 46 |
47 |
48 |

Resume

49 | Resume 50 | DOWNLOAD 51 |
52 | 53 |
54 |

Contact

55 |

Email: priyadharshinisundaravel16@gmail.com

56 |

Phone:9944695232

57 |
58 | 59 | 62 | 63 | 64 | 65 | 66 | --------------------------------------------------------------------------------