Skip to content

Commit

Permalink
Profile image changes, project display changes, about me update.
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyo03 committed Jul 8, 2024
1 parent f27697c commit ad5af35
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
Binary file added images/pfp_piada.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 19 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,15 @@ <h2>Aspiring Data Scientist</h2>
<div class="col-md-4">
<h2 class="heading">About Me</h2>
<div>
<img class="img-responsive" src="images/pfp_me.JPG">
<img class="img-responsive" src="images/pfp_piada.jpg">
</div>
</div>
<div class="col-md-8">
<p>
My name is Stanley and I’m studying Statistics, Machine Learning, and Computer Science at Carnegie Mellon Univeristy.
I am passionate about statistics and data science and am constantly learning new skills to deepen my understanding and knowledge of data science.
Here are some of the data projects I have worked on in the past.
Hello! Thank you for visiting my site! My name is Stanley and I am a junior studying Statistics, Machine Learning, and Computer Science at Carnegie Mellon Univeristy.
I am passionate about data-driven insights and making an impact with my work. I have experience with developing ML models, working with data pipelining tools, and creating comprehensive data dashboards and reports.
I am a growth-minded individual who is always looking forward to learn new skills and technologies.
Here are some of my experiences and projects I have worked on in the past.
</p>
</div>
</div>
Expand Down Expand Up @@ -125,15 +126,19 @@ <h4>Data Science Intern</h4>

<div id="education">
<h2 class="heading">Education</h2>
<div class="education-block">
<h3>Carnegie Mellon University</h3>
<span class="education-date">Aug 2022 - May 2026</span>
<h4>B.S in Statistics and Machine Learning, Computer Science </h4>
<p>
GPA: 3.83/4.0, Honors: Dean’s List (all semesters)
Relevant coursework: Machine Learning, Data Science in R, Statistical Visualizations, Probability and Statistical Inference,
Software Engineering, Artificial Intelligence, Computer Systems, Algorithms & Data Structures in C
</p>
<div class = "container">
<img class="img-responsive" src="images/cmu-logo.png">

<div class="education-block">
<h3>Carnegie Mellon University</h3>
<span class="education-date">Aug 2022 - May 2026</span>
<h4>B.S in Statistics and Machine Learning, Computer Science </h4>
<p>
GPA: 3.83/4.0, Honors: Dean’s List (all semesters)
Relevant coursework: Machine Learning, Data Science in R, Statistical Visualizations, Probability and Statistical Inference,
Software Engineering, Artificial Intelligence, Computer Systems, Algorithms & Data Structures in C
</p>
</div>
</div>
<!-- End .education-block -->

Expand Down Expand Up @@ -239,7 +244,7 @@ <h2>Get in Touch</h2>
<div class="row">
<div class="col-sm-5 copyright">
<p>
Copyright &copy; <span id="current-year">2022</span> YOUR NAME
Copyright &copy; <span id="current-year">2024</span> Stanley Ou
</p>
</div>
<div class="col-sm-2 top">
Expand Down
2 changes: 1 addition & 1 deletion scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ footer {

.project {
position: relative;
max-width: 900px;
max-width: 1100px;
margin: 0 auto 30px auto;
overflow: hidden;
background: #fff;
Expand Down

0 comments on commit ad5af35

Please sign in to comment.