Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
asuvarna31 authored Nov 6, 2024
1 parent d692aef commit 69b3478
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,7 @@

<body>

<nav class="nav-container">
<div class="nav-menu">
<ul class="menu-list">
<li class="menu-item"><a href="index.html">Fall 2024</a></li>
<li class="menu-item"><a href="past_talks.html">Winter 2025</a></li>
</ul>
</div>
</nav>
<header>

<div class="header-content">
<div class="lab-logos">
<img src="https://web.cs.ucla.edu/~kwchang/img/uclanlp.png" alt="Kai-Wei Chang's Lab">
Expand All @@ -34,6 +26,15 @@
<h1>UCLA NLP Seminar Series</h1>
<p>Welcome to our weekly seminar series. Below you'll find details about upcoming talks and speakers.</p>
</div>
<nav class="nav-container">
<div class="nav-menu">
<ul class="menu-list">
<li class="menu-item"><a href="index.html">Fall 2024</a></li>
<li class="menu-item"><a href="past_talks.html">Winter 2025</a></li>
</ul>
</div>
</nav>
<header>
<div class="lab-logos">
<img src="https://web.cs.ucla.edu/~kwchang/img/uclanlp.png" alt="Kai-Wei Chang's Lab">
</div>
Expand Down Expand Up @@ -77,7 +78,10 @@ <h2>Talk Schedule for Fall 2024</h2>
<!-- <h2>&#128680; Happening Today </h2> -->


<h2>&#128640; Upcoming Talks </h2>
<!-- <h2>&#128640; Upcoming Talks </h2> -->


<h2> Past Talks</h2>
<div class="talk" onclick="toggleDetails(this)">
<div class="talk-summary">
<div class="date">
Expand Down Expand Up @@ -109,7 +113,6 @@ <h3>Auditing, Understanding, and Leveraging Large Language Models</h3>



<h2> Past Talks</h2>

<div class="talk" onclick="toggleDetails(this)">
<div class="talk-summary">
Expand Down

0 comments on commit 69b3478

Please sign in to comment.