File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ function NavBar({ triggerPreloader }) {
299299 { /* Left Column: Brand */ }
300300 < div className = "navbar-brand-col" >
301301 < span className = "navbar-brand-text" onClick = { ( ) => { navigate ( "/" ) ; if ( triggerPreloader ) { triggerPreloader ( ) ; } } } >
302- YUTING ZHOU.
302+ YUTING ZHOU
303303 </ span >
304304 </ div >
305305
@@ -348,7 +348,7 @@ function NavBar({ triggerPreloader }) {
348348 < div className = "floating-nav-panel" >
349349 < div className = "floating-nav-header" >
350350 < span className = "floating-nav-brand" onClick = { ( ) => { navigate ( "/" ) ; if ( triggerPreloader ) { triggerPreloader ( ) ; } } } >
351- BITS of ME.
351+ Bits of Me
352352 </ span >
353353 < button type = "button" className = "floating-nav-close" onClick = { toggleSideNav } aria-label = "Collapse to top navigation" >
354354 < FiSidebar />
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ function Pre({ load }) {
88 aria-hidden = "true"
99 key = { load ? "preloader-on" : "preloader-off" }
1010 >
11- < span className = "preloader__logo" data-text = "YUTING ZHOU. " >
12- YUTING ZHOU.
11+ < span className = "preloader__logo" data-text = "YUTING ZHOU" >
12+ YUTING ZHOU
1313 </ span >
1414 < span className = "preloader__bar" aria-hidden = "true" />
1515 </ div >
Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ function ResumeNew() {
120120 ) ) }
121121 </ Document >
122122 </ div >
123- < Row className = "resume__row bottom-download-row" >
123+ { /* <Row className="resume__row bottom-download-row">
124124 <DownloadButton />
125- </ Row >
125+ </Row> */ }
126126 </ Container >
127127 </ div >
128128 ) ;
Original file line number Diff line number Diff line change @@ -2557,6 +2557,7 @@ body.homepage .home-about-section {
25572557}
25582558
25592559.tech-stack__row {
2560+ /* justify-content: flex-start; */
25602561 justify-content : center;
25612562 padding-bottom : 50px ;
25622563 row-gap : 12px ;
You can’t perform that action at this time.
0 commit comments