diff --git a/new.PNG b/new.PNG new file mode 100644 index 000000000..a89cef0b5 Binary files /dev/null and b/new.PNG differ diff --git a/src/index.html b/src/index.html index 6a7c812fa..4c56f5e49 100644 --- a/src/index.html +++ b/src/index.html @@ -7,8 +7,39 @@ HTML Portfolio +
+

Nasir Hussain

+

Web developer

+
+
+ +

A Bit More About Me

+

+
+

Software Engineering Student with skills of programming to deliver an immersive and engaging user experience through efficent website and application development. + + Very passionate about asethetics and UI design. + +

+
+

+
+

Skills

+
    +
  1. Communication
  2. +
  3. Problem Solving
  4. +
  5. Team Work
  6. +
  7. Microsoft Office
  8. +
  9. HTML
  10. +
  11. CSS
  12. +
  13. Javascript
  14. +
  15. Django
  16. +
  17. Wordpress
  18. +
  19. Git and Github
  20. +
  21. Visual Studio Code
  22. +
+
- Welcome to the HTML Portfolio Project diff --git a/src/main.css b/src/main.css index e69de29bb..5ed60c009 100644 --- a/src/main.css +++ b/src/main.css @@ -0,0 +1,48 @@ +*{ + margin: 0; + padding: 0; +} +header{ + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + height: 40vh; + background: linear-gradient(aqua, #9198e5,white); + border-top: 2px solid #9198e5; +} +header h1{ + font-size: 60px; +} +h2{ + font-size: 30px; +} +marquee { + /* border: red 2px solid; */ + width: 40%; + text-align: center; + border-left: 2px solid #9198e5; + border-right: 2px solid #9198e5; + +} +.marqueecont{ + /* border: 2px solid blue; */ + display: flex; + justify-content: center; +} + + +p{ + /* border: blue solid 1px; */ + margin-left:20%; + margin-right: 20%; + font-size: 20px; + text-align: center; + font-family:Georgia, 'Times New Roman', Times, serif +} +.skills h2{ + text-align: center; +} +.skills ol{ + text-align: center; +} \ No newline at end of file