Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 27 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ <h2 class="section-title fw-bold mb-3">Blogs</h2>
</div>

<!-- Single Blog Post -->
<div class="row justify-content-center">
<div class="row justify-content-center flex-row-reverse">

<!-- Blog Post: Component in PyLabFlow -->
<div class="col-sm-6 col-lg-4">
Expand All @@ -459,6 +459,28 @@ <h3 class="h5 fw-semibold mb-3">Introducing Component in PyLabFlow</h3>
</a>
</div>

<!-- Blog Post: Research process -->
<div class="col-sm-6 col-lg-4">
<a href="https://medium.com/@experquick/the-computational-research-cycle-how-experiments-evolve-through-change-insight-and-iteration-9ee9690dc8a6" target="_blank" class="text-decoration-none text-dark">
<div class="card h-100 border-0 shadow-sm rounded-4 p-4 text-center hover-shadow">
<div class="mb-3">
<i class="fas fa-pen-nib text-primary fs-2"></i>
</div>
<h3 class="h5 fw-semibold mb-3">The Real Cycle of Computational Research</h3>
<p class="text-muted small mb-0">
How experiments evolve through change, insight, and iteration in computational research.
</p>
</div>
</a>
</div>






<!-- stht -->

</div>

</div>
Expand Down Expand Up @@ -511,10 +533,14 @@ <h2 class="section-title fw-bold mb-4">
<!-- Social links -->
<div class="col-md-6 d-flex justify-content-center justify-content-md-end gap-3">
<a href="https://github.com/ExperQuick" class="text-white-50 fs-5"><i class="fab fa-github"></i></a>
<a href="https://medium.com/@experquick" class="text-white-50 fs-5"><i class="fab fa-medium"></i></a>
<a href="https://x.com/ExperQuick" class="text-white-50 fs-5"><i class="fab fa-x"></i></a>
<a href="https://www.linkedin.com/company/experquick" class="text-white-50 fs-5"><i class="fab fa-linkedin-in"></i></a>
<a href="https://www.youtube.com/@ExperQuick" class="text-white-50 fs-5"><i class="fab fa-youtube"></i></a>
<a href="mailto:hello@experquick.org" class="text-white-50 fs-5"><i class="fas fa-envelope"></i></a>
</div>


</div>

<hr class="my-3 border-light opacity-50">
Expand Down