Skip to content

Commit

Permalink
update 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
chsu1r committed Sep 8, 2024
1 parent 56ccc95 commit 73565fa
Show file tree
Hide file tree
Showing 13 changed files with 4,773 additions and 4,882 deletions.
1,102 changes: 246 additions & 856 deletions css/freelancer.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions css/freelancer.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const header = require("gulp-header");
const merge = require("merge-stream");
const plumber = require("gulp-plumber");
const rename = require("gulp-rename");
const sass = require("gulp-sass");
const sass = require('gulp-sass')(require('sass'));
const uglify = require("gulp-uglify");

// Load package.json for banner
Expand Down
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!-- Navigation -->
<nav class="navbar navbar-expand-lg bg-secondary text-uppercase fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">claire hsu | [email protected]</a>
<a class="navbar-brand js-scroll-trigger" href="#page-top">claire hsu</a>
<button class="navbar-toggler navbar-toggler-right text-uppercase font-weight-bold bg-primary text-white rounded" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
Expand Down Expand Up @@ -60,7 +60,7 @@
</div>

<!-- Masthead Subheading -->
<p class="masthead-subheading font-weight-light mb-0">California born and raised. MIT CS 2020</p>
<p class="masthead-subheading font-weight-light mb-0">California born and raised. Currently in NYC! MIT CS 2020</p>

</div>
</header>
Expand Down Expand Up @@ -195,18 +195,18 @@ <h2 class="page-section-heading text-center text-uppercase text-white">About</h2
<!-- About Section Content -->
<div class="row">
<div class="col-lg-4 ml-auto">
<p class="lead">Hi! I'm Claire, a senior in computer science and engineering at MIT.
I uploaded some of my class notes and links here (mostly CS stuff, but there's some surprises here and there).
<p class="lead">Hi! I'm Claire, a recent graduate in computer science and engineering at MIT now working as a software engineer.
I uploaded some of my class notes and links from college (mostly CS stuff, but there's some surprises here and there).
Apologies for the disorganized order of some of the notes (I only really started taking good notes my junior year), but thought these might help future kids out :D</p>
</div>
<div class="col-lg-4 mr-auto">
<p class="lead">Feel free to contact me at my email [email protected]!! For opportunities, my resume is included below:</p>
<p class="lead">Feel free to contact me at my email clhsu@alum.mit.edu!! For opportunities, my resume is included below:</p>
</div>
</div>

<!-- About Section Button -->
<div class="text-center mt-4">
<a class="btn btn-xl btn-outline-light" href="pdf/Resume_ClaireHsu_Sp20_github.pdf" target="_blank">
<a class="btn btn-xl btn-outline-light" href="pdf/Resume_ClaireHsu_Fa24.pdf" target="_blank">
<i class="fas fa-download mr-2"></i>
My Resume
</a>
Expand Down
4 changes: 2 additions & 2 deletions js/contact_me.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions js/freelancer.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 73565fa

Please sign in to comment.