Skip to content

Commit

Permalink
Add welcome message and alert boxes to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
olcruzgonzalez committed Jan 28, 2025
1 parent 4992aab commit f1a3d05
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 22 deletions.
54 changes: 43 additions & 11 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<!-- Alert Message -->
<style>
.alert-box {
.alert-box1 {
background-color: #FFF5CC; /* Light yellow background */
/*border: 1px solid #FFCC00;*/ /* Yellow border */
color: #333; /* Dark text color */
Expand All @@ -63,23 +63,46 @@
}
</style>

<div class="alert-box">
<div class="icon">⚠️</div><!-- Unicode warning sign icon -->
<div> Portfolio under construction!</div>
</div>
<style>
.alert-box2 {
background-color: #E6F3FF;
/* Light blue background */
color: #333;
padding: 5px;
margin: 15px;
margin-top: 20px;
margin-bottom: -20px;
border-radius: 5px;
display: flex;
align-items: center;
}

.alert-box .icon {
margin-right: 10px;
font-size: 24px;
color: #0066CC;/* Blue color */
}
</style>

<!-- <section style="font-family: Arial, sans-serif; line-height: 1.6; margin: 20px;">
<h1 style="font-size: 24px; margin-bottom: -20px;">👈👈 Check Portfolio in the Tabs </h1>
<div class="alert-box2">
<div class="icon"></div><!-- Unicode checkmark icon -->
<div> Portfolio up-to-date!</div>
</div>

<div class="alert-box1">
<div class="icon">⚠️</div><!-- Unicode warning sign icon -->
<div> Blog under construction!</div>
</div>

</section> -->

<!-- Welcome Message -->
<section style="font-family: Arial, sans-serif; line-height: 1.6; margin: 20px;">
<h1 style="font-size: 24px; margin-bottom: 10px;">Welcome to My Portfolio & Blog</h1>
</section>

<!-- <section style="font-family: Arial, sans-serif; line-height: 1.6; margin: 20px;"></section>
<h1 style="font-size: 24px; margin-bottom: -20px;">👈👈 Check Portfolio in the Tabs </h1>
</section> -->

<!-- Post Pinned list -->
<div id="post-list" class="flex-grow-1 px-xl-1">
Expand Down Expand Up @@ -196,12 +219,21 @@ <h1 class="card-title my-2 mt-md-0">{{ post.title }}</h1>
👉 [Optional: Add a call-to-action like “Learn More,” “View Project,” or “Read Blog Post,” linking to the detailed announcement or related content.] -->

<!-- <section style="font-family: Arial, sans-serif; line-height: 1.6; margin: 20px;">
<h1 style="font-size: 24px; margin-bottom: -20px;">👈👈 Check Portfolio in the Tabs </h1>
</section> -->

<section id="latest-news" style="padding: 10px; border-radius: 0px; margin-top: 80px;margin-bottom: -20px;">
<p style="font-size: 1em; text-align: left;"> Latest News 📢</p>
<p style="font-size: 1em; text-align: left;"> Latest News 📢 (Jan. 2025)</p>
<!-- <p style="font-size: 1em; color: #444;"> New Post! 🎉</p> -->
<!-- <h3 style="font-size: 1.5em; color: #444;">Launch Alert: New Design Project Live!</h3> -->
<p style="font-size: 1em; line-height: 1.6;">
I’m thrilled to unveil my latest post entitled <strong>Pinn</strong>. Please check it out 👇👇👇
I’m thrilled to present my latest preprint

<p style="font-size: 1em; line-height: 1.6;"> </p><strong>O.L. Cruz-González</strong>, V. Deplano, B. Ghattas. <em>Enhanced Vascular Flow Simulations in Aortic Aneurysm via Physics-Informed Neural Networks and DeepONets </em>. Submitted to Computer Methods in Applied Mechanics and Engineering. </p>

<!-- Please check it out 👇👇👇 -->
<!-- I’m thrilled to unveil my latest post entitled <strong>Pinn</strong>. Please check it out 👇👇👇 -->
<!-- 📢 I’m thrilled to unveil my latest design project, <strong>[Project Name]</strong>, now live on the Portfolio section. -->
<!-- It’s been an exciting journey, and I’d love to hear your thoughts! -->
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,13 @@ Whether you're exploring my work or diving into the blog, I hope you leave inspi
Feel free to browse, comment, or get in touch. Let’s connect! -->


<section style="font-family: Arial, sans-serif; line-height: 1.6; margin: 20px;">
<h1 style="font-size: 24px; margin-bottom: -20px;">👈👈 Check Portfolio in the Tabs </h1>


</section>



## What This Blog is About ?

As a researcher, much of [my work](https://scholar.google.com/citations?user=SBW8knEAAAAJ&hl=en) revolves around solving complex problems and publishing the results in academic journals. But along the way, I often explore smaller ideas, test use cases, or discover insights that don’t make it into formal publications.

This blog is my space to share those hidden gems, ideas that may not be “journal-worthy” but still offer value, spark curiosity, or inspire new ways of thinking.

So, whether you’re a curious beginner or an experienced professional, my goal is to provide you with insights, tools, and results that serve as a benchmark for furthers developments.
So, whether you’re a curious beginner or an experienced professional, my goal is to provide you with insights, tools, and results that serve as a benchmark for furthers developments.

## What You’ll Find Here ?

Expand All @@ -68,7 +59,7 @@ I enjoy creating figures using [Inkscape](https://inkscape.org/) to explain comp

Not every idea needs to be groundbreaking to be worth sharing. Sometimes, it’s the smaller, iterative steps that pave the way for larger breakthroughs. I hope this blog will inspire readers to value the journey of experimentation and find new ways to approach challenges in their own work.

## Let’s Connect!
## Let’s Connect

Feel free to reach me out on [X](https://twitter.com/olcruzgonzalez) to share your thoughts and comments on the post.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions under_construction_posts/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Once finished, copy to _posts

0 comments on commit f1a3d05

Please sign in to comment.