Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New home page #1

Merged
merged 15 commits into from
Sep 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
stellayang.dev
103 changes: 103 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
<!DOCTYPE html>

<head>
<title>Qualifications</title>
<link id="mainCSS" rel="stylesheet" href="styles/block.css">
<script src="scripts/block.js"></script>
<script src="scripts/theme.js"></script>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>✨</text></svg>">
</head>

<body id="about">
<div id="topnav">
<a href=".">Home</a>
</div>
<div id="blank"></div>
<div id="body">
<div class="left col">
<h1>About Me</h1>
<div id="socials">
<a href="https://github.com/lilacstella" target="_blank">GitHub</a>
</div>
<div id="paragraph">
<p>Sixty-seven thousand users and counting. What I originally
envisioned
as just a casual summer Discord bot project for collecting
characters from shows in a trading card fashion, garnered
more
attention than what me and the team I led could ever
expected.
<br>
I love to build, to create, to make something my very own
from
nothing. I have loved the craft of engineering since the
times I
could pick up a wooden block. Throughout my experiences with
drag-and-drop programming as a child and more powerful
programming
languages like Java and Python, I have found that Computer
Science
is the most accessible way to construct projects in our
modern
world. Regardless of identity, status, or environment, an
internet
connection unlocks access to the world's most powerful
toolkit.
<br>
Now, I am pursuing a bachelor's degree in Computer Science
at
Texas
A&M to advance my current mostly self-taught understanding
and
go on
to build bigger and better projects. Specifically within
Computer
Science, I am interested in Data Science and Cybersecurity.
</p>
<br>
Highlight of Experiences: <br>
<ul>
<li>Published a scientific peer-reviewed paper in the
journal
Solar Energy that detailed the transformation of the
solar
cell
material double perovskite to halve the costs of solar
panels
and entirely eliminate toxic byproduct production</li>
<li>Designed an AI model that predicts computational fluid
dynamic simulations set-up which would cut back
thousands of
dollars and hours for training. Research paper currently
under
review.</li>
<li>Assembled sample machine learning model and standardized
benchmarks at MSBAI that was responsible for a critical
part
of
developing the AI agent GURU. This service was later
selected
by the U.S. Air Force for the $1 million contract AFWERX
Small
Business Innovation Research Phase II Contract.</li>
<li>Conducted and cleanly compiled thorough, efficient, and
timely due diligence research at MicroVentures which
supported
many successful offerings on the platform such as Sila
Nanotechnologies which raised $655 thousand within 24
hours.</li>
</ul>
</div>
</div>
<div class="right col" id="background">
<p class="wall"><span>LOADING</span></p>
<p class="alt wall">FPLNZY</p>
<p class="wall">RFSTBM</p>
<p class="alt wall">ESDPJO</p>
<p class="wall">JKTXHG</p>
<p class="alt wall">VCTBQZ</p>
<p class="wall">TEPJOV</p>
<p class="alt wall">BEAUZQ</p>
</div>
</div>
</body>
34 changes: 34 additions & 0 deletions blog.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>

<head>
<title>Blog</title>
<link id="mainCSS" rel="stylesheet" href="styles/block.css">
<script src="scripts/block.js"></script>
<script src="scripts/theme.js"></script>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>✨</text></svg>">
</head>

<body id="about">
<div id="topnav">
<a href=".">Home</a>
</div>
<div id="blank"></div>
<div id="body">
<div class="left col">
<h1>Blog</h1>
<div id="paragraph">
<p>Coming soon!</p>
</div>
</div>
<div class="right col" id="background">
<p class="wall"><span>LOADING</span></p>
<p class="alt wall">FPLNZY</p>
<p class="wall">RFSTBM</p>
<p class="alt wall">ESDPJO</p>
<p class="wall">JKTXHG</p>
<p class="alt wall">VCTBQZ</p>
<p class="wall">TEPJOV</p>
<p class="alt wall">BEAUZQ</p>
</div>
</div>
</body>
34 changes: 34 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>

<html lang="en">

<head>
<title>Stella Yang</title>
<link id="mainCSS" rel="stylesheet" href="styles/theme.css">
<link id="indexCSS" rel="stylesheet" href="styles/index.css">
<script type="text/javascript" src="scripts/index.js"></script>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>✨</text></svg>">
<script src="https://kit.fontawesome.com/5b7b9c03bc.js" crossorigin="anonymous"></script>

</head>

<body>
<div id="frame">
<div id="wrapper">
<div id="left" onclick="location.assign('projects.html')" onmouseover="emphasize(this)" onmouseleave="reset(this)">
<i class="fa-solid fa-bars-progress"></i>
<!-- <p>PROJECTS</p> -->
</div>
<div id="mid" onclick="location.assign('blog.html')" onmouseover="emphasize(this)" onmouseleave="reset(this)">
<i class="fa-solid fa-quote-right"></i>
<!-- <p>BLOG</p> -->
</div>
<div id="right" onclick="location.assign('about.html')" onmouseover="emphasize(this)" onmouseleave="reset(this)">
<i class="fa-regular fa-heart"></i>
<!-- <p>STELLA</p> -->
</div>
</div>
</div>
</body>

</html>
Binary file added media/Eric_Yang_Resume.pdf
Binary file not shown.
Binary file added media/Tech_Fellow_Leadership.pdf
Binary file not shown.
Binary file added media/favicon.ico
Binary file not shown.
Binary file added media/images/Cs2AgBiBr6_comparison.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/images/FloverLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/images/Nibbles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/images/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/images/cloud0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/images/cloud1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/images/cloud2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/images/cloud3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/images/cloud4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/images/codepath_lecture.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/images/ctf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/images/full_body.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/images/weights.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading