Skip to content

Commit

Permalink
editing research to look like projects
Browse files Browse the repository at this point in the history
  • Loading branch information
jvillasr committed Oct 2, 2023
1 parent d86e01d commit ef7fcf9
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
26 changes: 26 additions & 0 deletions _includes/research copy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<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>
9 changes: 5 additions & 4 deletions _includes/research.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,20 @@ <h1 class="title">Research</h1>
</div>
</div>
<div class="columns is-centered">
<div class="column is-half">
<!-- <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> -->
<!-- <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> -->
</div>
{% include research-card.html %}
<!-- You can add more research projects as needed -->
</div>
</div>
Expand Down

0 comments on commit ef7fcf9

Please sign in to comment.