-
Notifications
You must be signed in to change notification settings - Fork 0
/
personal_page.html
85 lines (70 loc) · 3.16 KB
/
personal_page.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
</head>
<body>
<ul class="nav-bar">
<li id="brand-name"><p>✿ ✿ ✿ Amna Khan ✿ ✿ ✿</p></li>
<li> <a href="#AboutMe">About me</a></li>
<li><a href="#experience">experience</a></li>
<li> <a href="#projects">Projects</a></li>
<li><a href="#footer">Contact Me</a></li>
</ul>
<div id="AboutMe"class="main-info">
<div class="bio-text">
<h1 >Hi, I'm Amna</h1>
<p>I am a software engineer that enjoys building full stack applications and am passionate about desigining and architecting systems</p>
</div>
<div class="image">
<img src="https://personal-portfolio-amna.s3.us-west-1.amazonaws.com/undraw_undraw_undraw_undraw_undraw_website_o7n3_bucy_30uo_-1-_d6br_0qfo.svg">
</div>
<a id="email-button"href="mailto:[email protected]">Email ME</a>
</div>
<h2 id="content-text">/experience</h2>
<div id="experience"class="experience">
<div>
<h3>general Motors</h3>
<p>Worked on refactoring legacy code and engineered the addition and removal of a socket based connection to a soap API based connection for vehicle orders to meet business requirements and improve performance
• Developed a full-stack internal desktop application using C# and .Net that automated vehicle quality assurance processes in manufacturing plants across the United States.
• Implemented an azure devops pipeline that automates the build of C# projects to the server improving the speed of release deployments
• Participated in an on-call rotation to ensure high availability and prompt incident response, and led meetings with business stakeholders to discuss and resolve incidents.
• Collaborated with a team of 6 and used Agile Methodologies to help prioritize and scope out features
• Created and maintained documentation for processes and workflows critical to infrastructure and tooling,
enhancing team efficiency and workflow
• Implemented a github CI/CD pipeline that improved the code structure and added universal code formatting
improving the code structure and readability and improve engineering processes to increase the teams effectiveness</p>
</div>
</div>
<h2 id="content-text">/projects</h2>
<div id="projects"class="grid-container">
<div class="project-card">
<h3>Project 1</h3>
<p>items</p>
</div>
<div class="project-card">
<h3>Project 2</h3>
<p>items</p>
</div>
<div class="project-card">
<h3>Project 3</h3>
<p>items</p>
</div>
<div class="project-card">
<h3>Project 4</h3>
<p>items</p>
</div>
<div class="project-card">
<h3>Project 5</h3>
<p>items</p>
</div>
<div class="project-card">
<h3>Project 6</h3>
<p>items</p>
</div>
</div>
</div>
<footer id="footer" >Created by Amna</footer>
</body>
</html>