diff --git a/frontend/html/content/profile-picture-example.jpg b/frontend/html/content/profile-picture-example.jpg new file mode 100644 index 0000000..bf588a2 Binary files /dev/null and b/frontend/html/content/profile-picture-example.jpg differ diff --git a/frontend/html/css/profile.css b/frontend/html/css/profile.css new file mode 100644 index 0000000..38ac723 --- /dev/null +++ b/frontend/html/css/profile.css @@ -0,0 +1,62 @@ +body { + font-family: Arial, sans-serif; + margin: 0; + padding: 0; + background-color: #f7f7f7; +} + +.container { + max-width: 800px; + margin: 20px auto; + background-color: #fff; + padding: 20px; + border-radius: 5px; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); +} + +header { + text-align: center; + margin-bottom: 20px; +} + +h1 { + color: #333; + margin-bottom: 5px; +} + +p { + color: #666; +} + +section { + margin-bottom: 20px; +} + +h2 { + color: #333; + margin-bottom: 10px; +} + +.job h3, .education h3 { + color: #444; + margin-bottom: 5px; +} + +ul { + list-style-type: disc; + margin-left: 20px; +} + +footer { + text-align: center; + margin-top: 20px; + color: #666; +} + +.profile-picture { + width: 150px; /* Adjust size as needed */ + height: 150px; + border-radius: 50%; /* Make it circular */ + margin-bottom: 10px; +} + diff --git a/frontend/html/html/myprofile.html b/frontend/html/html/myprofile.html new file mode 100644 index 0000000..f3b68ab --- /dev/null +++ b/frontend/html/html/myprofile.html @@ -0,0 +1,45 @@ + + + + + + Resume + + + +
+
+ Profile Picture +

John Doe

+

Web Developer

+
+
+

About Me

+

I am a passionate web developer with experience in HTML, CSS, and JavaScript. I enjoy creating responsive and user-friendly websites.

+
+
+

Experience

+
+

Web Developer

+

Blink Corporation: 2020-Present

+
    +
  • Developed and maintained company website
  • +
  • Implemented new features using HTML, CSS, and JavaScript
  • +
  • Collaborated with designers to ensure UI/UX best practices
  • +
+
+
+
+

Education

+
+

Bachelor of Science in Computer Science

+

XYZ University: 2016-2020

+
+
+ +
+ + +