Skip to content

Commit

Permalink
adjusted content and hero, as well as index description
Browse files Browse the repository at this point in the history
  • Loading branch information
BraedenCu committed Sep 21, 2024
1 parent 9d81972 commit ae7a824
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 23 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="author" content="Braeden Cullen">
<link rel="icon" type="image/svg+xml" href="./a-fav.png" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Braeden Cullen is student at Yale studying Computer Science and Applied Mathematics.">
<meta name="description" content="Braeden Cullen is student at Yale University studying Computer Science, Electrical Engineering, and Applied Mathematics. He spends his time engineering new experiences for future generations.">
<meta name="keywords" content="Braeden Cullen, braeden cullen, braeden yale, cullen yale, braeden cullen yale, braeden, cullen, yale cs, braeden ">
<title>Braeden Cullen</title>
</head>
Expand Down
43 changes: 22 additions & 21 deletions src/Content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function Content() {
<div className="school-item-details">
<h4>Yale University</h4>
<h6>Computer Science & Electrical Engineering, Statistics & Data Science</h6>
<p>Activities & Societies: Sigma Chi Fraternity (Philanthropy Chair), Yale Alternative Investments (QR), Yale Daily News (Staff Writer), Yale Foreign Policy Institute (Geopolitical Analysis), Yale Entrepreneurial Society (Executive Board), Y/CS (Developer).</p>
<p>Activities & Societies: Yale Undergraduate Aerospace Association, Y/CS, Yale Daily News, Yale Foreign Policy Institute, Yale Entrepreneurial Society, Sigma Chi Fraternity (Philanthropy Chair)</p>
</div>
</div>
</div>
Expand All @@ -28,6 +28,26 @@ export default function Content() {
<div className="experience-path">
<p className='title'>Experience</p>

<div className="experience-item">
<div className="experience-item-intro">
<h6>2024 - 2025</h6>
</div>
<div className="experience-item-details">
<h4>Anagram</h4>
<h6>Quantitative Developer Intern</h6>
<p>
Contributed to the in-house development of Glider, a cross-chain, multi-asset strategy creation and trading platform designed to allow users to build self-hedging ETFs based on real-time market conditions. Engineered low-latency, high-efficiency systems in C++ for executing automated arbitrage across blockchains. Enhanced platform capabilities by developing wallet tracking, PnL calculation, and backtesting functionalities, with a strong emphasis on creating and transforming data pipelines to support complex financial operations.
</p>
<div className="skills-container">
<a className="skill-button">C++</a>
<a className="skill-button">DOCKER</a>
<a className="skill-button">LINUX</a>
<a className="skill-button">HIGH PERFORMANCE COMPUTING</a>
<a className="skill-button">PYTHON</a>
</div>
</div>
</div>

<div className="experience-item">
<div className="experience-item-intro">
<h6>2024 - 2024</h6>
Expand Down Expand Up @@ -64,26 +84,7 @@ export default function Content() {
</div>
</div>
</div>

<div className="experience-item">
<div className="experience-item-intro">
<h6>2023 — 2024</h6>
</div>
<div className="experience-item-details">
<h4>Glasswing Ventures</h4>
<h6>Venture Associate</h6>
<p>
Sourced early-stage startups leveraging AI technologies within enterprise and security markets, aligning with Glasswing&apos;s thesis-driven approach. Sourced over 20 deals in the GenAI & Big Data space for the firm&apos;s most recent round. Enhanced portfolio diversity with trailblazers like Tracecat and Reken, reinforcing our leadership in AI-driven market shifts.
</p>
<div className="skills-container">
<a className="skill-button">MODELLING</a>
<a className="skill-button">SOURCING</a>
<a className="skill-button">MARKET ANALYSIS</a>
<a className="skill-button">STRATEGY</a>
</div>
</div>
</div>


<div className="experience-item">
<div className="experience-item-intro">
<h6>2022 — 2023</h6>
Expand Down
2 changes: 1 addition & 1 deletion src/Hero.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import githubLogo from './assets/github.png';
import linkedinLogo from './assets/ln.png';
import instagramLogo from './assets/insta.png';
import headShot from './assets/headshot.png';
import headShot from './assets/hdsht.png';

import { useState, useEffect } from 'react';

Expand Down
Binary file added src/assets/lux.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 src/assets/seas.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ae7a824

Please sign in to comment.