Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Nasim-photon authored Nov 5, 2024
1 parent 19d1e01 commit 2a2742d
Showing 1 changed file with 5 additions and 39 deletions.
44 changes: 5 additions & 39 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<header class="academic-header">
<div class="header-title">Academic</div>
<nav class="main-nav">
<a href="#home" class="active">Home</a>
<a href="#research">Research Interests</a>
<a href="#publications">Publications</a>
<a href="#contact">Contact</a>
<a href="index.html" class="active">Home</a>
<a href="research.html">Research Interests</a>
<a href="publications.html">Publications</a>
<a href="contact.html">Contact</a>
</nav>
<div class="theme-toggle">
<i class="fas fa-moon"></i>
Expand All @@ -25,8 +25,7 @@
<section class="biography-section">
<div class="profile-container">
<div class="profile-image">
<!-- Add your profile image here -->
<img src="photo.jpg" alt="Profile Picture">
<img src="your-image-name.jpg" alt="Profile Picture">
</div>
<div class="profile-links">
<a href="mailto:nmortaza@uwo.ca"><i class="fas fa-envelope"></i></a>
Expand All @@ -39,17 +38,6 @@
<h1>Biography</h1>
<p>I am a PhD candidate at the Robarts Institute in London, Ontario, exploring the dynamics of human learning through sEEG LFP data.</p>

<div class="interests-section">
<h2>Research Interests</h2>
<div class="interest-tags">
<span class="tag">Neural Mechanisms</span>
<span class="tag">Learning Processes</span>
<span class="tag">sEEG Analysis</span>
<span class="tag">Brain Adaptation</span>
<span class="tag">Cognitive Neuroscience</span>
</div>
</div>

<div class="education-section">
<h2>Education</h2>
<div class="education-item">
Expand All @@ -63,28 +51,6 @@ <h2>Education</h2>
</div>
</div>
</section>

<section id="publications" class="publications-section">
<h2>Journal Publications</h2>
<div class="publication-list">
<div class="publication-item">
<h3>Title of Paper 1</h3>
<p>Journal Name, Year</p>
<div class="publication-links">
<a href="#" class="pdf-link">PDF</a>
<a href="#" class="cite-link">Cite</a>
</div>
</div>
<div class="publication-item">
<h3>Title of Paper 2</h3>
<p>Journal Name, Year</p>
<div class="publication-links">
<a href="#" class="pdf-link">PDF</a>
<a href="#" class="cite-link">Cite</a>
</div>
</div>
</div>
</section>
</main>
</body>
</html>

0 comments on commit 2a2742d

Please sign in to comment.