Skip to content

Commit 7069bd6

Browse files
committed
update
1 parent 8bedd9b commit 7069bd6

1 file changed

Lines changed: 0 additions & 59 deletions

File tree

index.html

Lines changed: 0 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -478,57 +478,6 @@
478478
margin: 0;
479479
}
480480

481-
/* ── Miscellaneous ── */
482-
.misc-section {
483-
padding-bottom: 40px;
484-
border-bottom: 1px solid var(--color-border);
485-
margin-bottom: 40px;
486-
}
487-
488-
.misc-grid {
489-
display: grid;
490-
grid-template-columns: 1fr 1fr;
491-
gap: 16px;
492-
}
493-
494-
.misc-card {
495-
background: var(--color-surface);
496-
border: 1px solid var(--color-border);
497-
border-radius: 10px;
498-
padding: 20px 22px;
499-
text-decoration: none;
500-
color: inherit;
501-
transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
502-
display: block;
503-
}
504-
505-
.misc-card:hover {
506-
box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
507-
border-color: var(--color-accent-light);
508-
transform: translateY(-2px);
509-
}
510-
511-
.misc-card-icon {
512-
font-size: 1.8rem;
513-
margin-bottom: 10px;
514-
line-height: 1;
515-
}
516-
517-
.misc-card-title {
518-
font-family: var(--font-serif);
519-
font-size: 1.05rem;
520-
font-weight: 600;
521-
color: var(--color-text);
522-
margin: 0 0 6px;
523-
}
524-
525-
.misc-card-desc {
526-
font-size: 0.85rem;
527-
color: var(--color-text-secondary);
528-
line-height: 1.6;
529-
margin: 0;
530-
}
531-
532481
/* ── Footer ── */
533482
footer {
534483
border-top: 1px solid var(--color-border);
@@ -575,10 +524,6 @@
575524
.misc-grid {
576525
grid-template-columns: 1fr;
577526
}
578-
579-
.misc-grid {
580-
grid-template-columns: 1fr;
581-
}
582527
}
583528
</style>
584529
<script>
@@ -600,7 +545,6 @@
600545
<a href="#about">About</a>
601546
<a href="#publications">Publications</a>
602547
<a href="#misc">Misc</a>
603-
<a href="#misc">Misc</a>
604548
<a href="#contact">Contact</a>
605549
</div>
606550
</div>
@@ -630,13 +574,10 @@ <h1>Leyi Zhu</h1>
630574
I received my Ph.D. in Computer Science from the
631575
<a href="http://cims.nyu.edu/">Courant Institute of Mathematical Sciences</a>,
632576
New York University, advised by
633-
New York University, advised by
634577
<a href="https://cims.nyu.edu/gcl/daniele.html">Daniele Panozzo</a> and
635578
<a href="https://cims.nyu.edu/gcl/denis.html">Denis Zorin</a>.
636579
My doctoral research focused on <strong>Surface Parametrization and Remeshing with Guarantees</strong>,
637580
developing algorithms with provable correctness and robustness for geometry processing tasks.
638-
My doctoral research focused on <strong>Surface Parametrization and Remeshing with Guarantees</strong>,
639-
developing algorithms with provable correctness and robustness for geometry processing tasks.
640581
I received my B.S. in Computational Mathematics from the
641582
<a href="http://www.ustc.edu.cn/">University of Science and Technology of China</a>,
642583
School of the Gifted Young (少年班学院), in 2019.

0 commit comments

Comments
 (0)