Skip to content

Commit

Permalink
adding a Research section
Browse files Browse the repository at this point in the history
  • Loading branch information
jvillasr committed Oct 2, 2023
1 parent 2b0381f commit 567e44b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _includes/research.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
layout: default
title: Research
---

<div class="container">
<h1>Research</h1>

<p>Welcome to my research page. Here, you can find information about my ongoing research projects and interests.</p>

<!-- Add your research content here -->
<div class="research-item">
<h2>Research Project 1</h2>
<p>Description of your first research project goes here.</p>
</div>

<div class="research-item">
<h2>Research Project 2</h2>
<p>Description of your second research project goes here.</p>
</div>

<!-- You can add more research projects as needed -->

</div>

0 comments on commit 567e44b

Please sign in to comment.