diff --git a/student-resumes/kemran-resume/index.html b/student-resumes/kemran-resume/index.html new file mode 100644 index 0000000..b366c4d --- /dev/null +++ b/student-resumes/kemran-resume/index.html @@ -0,0 +1,74 @@ + + + + + + Kemran Aliew's Resume + + + +
+
+

Kemran Aliew

+

Web Developer | Software Engineer

+
+ +
+

Profile

+

I am a passionate and dedicated web developer with a love for creating intuitive and dynamic user experiences. With a background in computer science, I specialize in both front-end and back-end technologies.

+
+ +
+

Experience

+
+
Senior Web Developer
+
March 2022 - Present
+
+
    +
  • Led the development of web applications using React and Node.js for a leading e-commerce platform.
  • +
  • Improved application performance by optimizing code and reducing load times by 30%.
  • +
  • Collaborated with designers and project managers to deliver high-quality products on schedule.
  • +
+
+
+
+
Junior Web Developer
+
January 2020 - February 2022
+
+
    +
  • Developed and maintained code for client websites primarily using HTML, CSS, and JavaScript.
  • +
  • Assisted in the redesign of user interfaces for better usability and aesthetics.
  • +
  • Participated in regular team meetings and provided input on project timelines and challenges.
  • +
+
+
+
+ +
+

Education

+
+
Bachelor of Science in Computer Science
+
2018 - 2022
+
+
    +
  • Graduated from University of Technology with a major in Computer Science.
  • +
  • Specialized in software development, database management, and web technologies.
  • +
  • Completed a capstone project on "Optimizing Web Performance and Accessibility".
  • +
+
+
+
+ +
+

Skills

+ +
+
+ + diff --git a/student-resumes/kemran-resume/stylesforresume.css b/student-resumes/kemran-resume/stylesforresume.css new file mode 100644 index 0000000..741360f --- /dev/null +++ b/student-resumes/kemran-resume/stylesforresume.css @@ -0,0 +1,49 @@ +body { + font-family: Arial, sans-serif; + margin: 40px; + color: #333; + background-color: #f4f4f4; +} +.container { + max-width: 800px; + margin: auto; + background: white; + padding: 20px; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); +} +.header { + text-align: center; + margin-bottom: 50px; +} +.header h1 { + font-size: 26px; +} +.header p { + color: #666; +} +.section { + margin-bottom: 20px; +} +.section h2 { + font-size: 20px; + color: #333; + border-bottom: 2px solid #e2e2e2; + padding-bottom: 3px; + margin-bottom: 10px; +} +.experience, .education { + margin-left: 20px; +} +.job-title { + font-size: 18px; + font-weight: bold; +} +.time-period { + font-style: italic; + color: #666; + font-size: 16px; +} +.details { + margin-top: 5px; + line-height: 1.6; +}