Skip to content

Commit

Permalink
Deleted unnecessary files from template. Fixed logo sizing.
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyo03 committed Jul 9, 2024
1 parent ad5af35 commit 04ad35c
Show file tree
Hide file tree
Showing 8 changed files with 755 additions and 7,169 deletions.
21 changes: 0 additions & 21 deletions LICENSE.md

This file was deleted.

1 change: 0 additions & 1 deletion _config.yml

This file was deleted.

737 changes: 736 additions & 1 deletion css/styles.css

Large diffs are not rendered by default.

39 changes: 0 additions & 39 deletions gulpfile.js

This file was deleted.

34 changes: 19 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h2 class="heading">About Me</h2>
</div>
<div class="col-md-8">
<p>
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.
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 University.
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.
Expand Down Expand Up @@ -126,19 +126,23 @@ <h4>Data Science Intern</h4>

<div id="education">
<h2 class="heading">Education</h2>
<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>
<img src="images/cmu-logo.png" class = "education-logo">
</div>

<div>
<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)
</p>
<p>
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 @@ -177,7 +181,7 @@ <h3>Stock Portfolio Tracker</h3>
This stock portfolio tracker web application is a way for users to keep track of their stock portfolio, offering a personalized dashboard for users to have a comprehensive overview of their portfolio history. The app is built using python, flask, and HTML/CSS. The statistical visualizations are made using Bokeh and the stock data is from the yfinance package.

To use the app, just enter a stock ticker, a date, and how many shares of the stock was purchased. </p>
<a href="https://github.com/StanO1225/Stock-Portfolio-Tracker-and-Forecaster">View Project</a>
<a href="https://github.com/stanleyo03/Stock-Portfolio-Tracker-and-Forecaster">View Project</a>
</div>
<!-- End .project-info -->
</div>
Expand Down Expand Up @@ -255,7 +259,7 @@ <h2>Get in Touch</h2>
<div class="col-sm-5 social">
<ul>
<li>
<a href="https://github.com/StanO1225" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a>
<a href="https://github.com/stanleyo03" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/stanley-ou-a88349254/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
Expand Down
Loading

0 comments on commit 04ad35c

Please sign in to comment.