Skip to content

Commit

Permalink
adapting research section to the layout structure
Browse files Browse the repository at this point in the history
  • Loading branch information
jvillasr committed Oct 2, 2023
1 parent 567e44b commit 09efbc2
Showing 1 changed file with 26 additions and 19 deletions.
45 changes: 26 additions & 19 deletions _includes/research.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,29 @@
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>
<section class="hero is-fullheight has-text-centered has-background-white-ter" id="research">
<div class="hero-body">
<div class="container">
<div class="columns">
<div class="column">
<h1 class="title">Research</h1>
</div>
</div>
<div class="columns is-centered">
<div class="column is-half">
<div class="research-item">
<h2>Research Project 1</h2>
<p>Description of your first research project goes here.</p>
</div>
</div>
<div class="column is-half">
<div class="research-item">
<h2>Research Project 2</h2>
<p>Description of your second research project goes here.</p>
</div>
</div>
</div>
<!-- You can add more research projects as needed -->
</div>
</div>
</section>

0 comments on commit 09efbc2

Please sign in to comment.