-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (73 loc) · 3.88 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="author" content="Noor Mostafa">
<meta name="keywords" content="Carnegie Mellon University, Information Systems">
<meta name="description" content="Noor Mostafa's professional website">
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<title>Website of Noor Mostafa</title>
</head>
<body>
<div id="top_row">
<header>
<h1>Noor Mostafa</h1>
<h3>Carnegie Mellon University 2025 </h3>
<h3>BSc Information Systems, Computer Science Minor, Statistics Minor</h3>
</header>
<nav>
<a href="index.html">About Me</a>
<a href="experience.html">Experience</a>
</nav>
</div>
<div id= "block">
<div id="content">
<h3><strong>About</strong></h3>
<div id = "bio">
<p>
Hi there! I'm Noor Mostafa, an ambitious and versatile student with a passion for leveraging data and technology
to drive meaningful change. With a strong foundation in Information Systems and Computer Science from
Carnegie Mellon University, I've honed my skills in various areas, including software development, data analysis, and
project management.
</p>
<b></b>
<p>
During my internship at Amicus Therapeutics, I developed datapipelines to streamline technical operations and
enhance business planning. At AdSkate, an ad-tech startup, I made a significant impact in improving sales and machine learning models
by building a data collection application with web scraping APIs. Additionally, my experience as a Research
Assistant at the Carnegie Mellon Robotics Institute allowed me to apply my Python expertise to optimize school bus routes.
</p>
<b></b>
<p>
What sets me apart is my ability to blend technical expertise with a strong focus on social impact. I thrive in leadership roles and
have demonstrated this as the Director of Students Using Data for Social Good. I successfully grew the organization, managed finances,
and spearheaded data science projects solving real-world problems.
</p>
<b></b>
<p>
I am passioante about building software products from the ground up, and am well versed in Python, C,
SQL, and application and database development.
</p>
<b></b>
<p>
Feel free to connect!
</p>
</div>
<h3><a id = "resume" href="starter-resources-lab1/Noor-Mostafa-Resume-Spring 2023.pdf" target="_blank"><strong>My Resume</strong></a></h3>
</div>
</div>
<div id="sidebar">
<img src="starter-resources-lab1/images/professional-headshot.jpg" alt = "Noor Mostafa's Photo" width = "200" height="300"/>
<h3><strong>Contact</strong></h3>
<strong>Noor Mostafa</strong><br/>
<a href="http://www.cmu.edu" target="_blank">Carnegie Mellon University</a><br/>
<a href="mailto:noormostafa146@gmail.com"><img src="starter-resources-lab1/images/email.png" alt="Email Icon"></a>
<!-- SECTION A - Fill in links to LinkedIn and Facebook -->
<a href="http://www.linkedin.com/in/noor-mostafa" target="_blank"><img src="starter-resources-lab1/images/linkedin.png" alt="LinkedIn Icon"></a>
</div> <!--Close sidebar -->
<footer>
<hr/>
© Noor Mostafa <br/>
</footer>
</body>
</html>