Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang = "en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width = device-width, initial-scale = 1">
  6. <!-- linking css file -->
  7. <link rel="stylesheet" type="text/css" href="css/normalize.css">
  8. <link rel="stylesheet" type="text/css" href="css/about_styles.css">
  9. <!--[if lt IE 9]>
  10. <script src="dist/html5shiv.js"></script>
  11. <![endif]-->
  12. <title>About Me</title>
  13. </head>
  14.  
  15. <body>
  16. <div class="container">
  17. <div class= "header">
  18. <h1>About Me</h1>
  19. </div><!-- end of header -->
  20.  
  21. <div class="image">
  22. <img src="img/ai.jpg" alt="Ammara_Inayat">
  23. </div><!-- end image -->
  24.  
  25. <div class="intro column">
  26. <h2>Introduction</h2>
  27. <p>
  28. Hi!!! This is Ammara Inayat, and I'm going to be Web Developer and Freelancer. I have a diverse set of skills, ranging from design, to HTML + CSS + Javascript and a strong knowledge of Databases.
  29. </p>
  30. </div><!-- end intro -->
  31. <div class="skills column">
  32. <h3>My Skills</h3>
  33. <ul id="skill-set">
  34. <li>
  35. <strong>Languages</strong> Oracle, VB.NET 2.0, VB 6.0, Java, SQL.
  36. Structured & Object Oriented Programming Using C/C++
  37. </li>
  38.  
  39. <li>
  40. <strong>Databases</strong> MS. Access, MS. SQL Server 2000 , MS. SQL Server 2005
  41. </li>
  42.  
  43. <li>
  44. <strong>Design Tools</strong> Microsoft Project, Corel Draw, Adobe Photo Shop
  45. </li>
  46.  
  47. <li>
  48. <strong>Web Related</strong> ASP.NET, HTML5, CSS3
  49. </li>
  50.  
  51. <li>
  52. <strong>Software Development</strong> SDLC Techniques Documentation, Developed an academic web portal (Online Medication Portal) as my Final Project.
  53. </li>
  54.  
  55. <li>
  56. <strong>Quality Assurance</strong> To maintain the Quality of the software</li>
  57. </ul>
  58. </div><!-- end skills -->
  59.  
  60. <div class="main-text">
  61. <h3>More About Me</h3>
  62. <p>
  63. i am exceptionally well organized strong work ethics and willingness to work hard to achieve my objectives. Have an ability to work in a team and spirit to complete work on hands. I am fuent in communication in English, Urdu and a bit Deutsch etc. I offer an analytical and problem solving skills and ability to follow the projects from inception to completion
  64. I <strong>will</strong> have a wide range of skills that include design , front-end development (HTML5, CSS3, Javascript, Responsive), back-end development using open source technologies ( Ruby on Rails), deployment and performance tuning ( MySQL).
  65. </p>
  66. </div><!-- end main-text -->
  67. </div><!-- end of div container -->
  68.  
  69. </body>
  70. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement