Skip to content

Commit

Permalink
Paths (#54)
Browse files Browse the repository at this point in the history
* New try with portfolio paths.

* Updated theme module repo to the forked one.

* Removed popup section from custom home layout.

* Corrected image paths.
  • Loading branch information
brunohs1993 authored Oct 8, 2024
1 parent fc4440c commit a2074e4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "themes/andromeda-light"]
path = themes/andromeda-light
url = https://github.com/gethugothemes/andromeda-light
url = https://github.com/twiinIT/andromeda-light-hugo
17 changes: 8 additions & 9 deletions content/portfolio/2023/pyturbo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,36 @@ subtitle: "Turbofan design made Open-Source"
draft: false
image: "/images/portfolio/pyturbo_icon.gif"
weight: 1
article_url: "./2023/pyturbo"
article_url: "/portfolio/2023/pyturbo"
---

### Objectives

- Demonstrate modeling and design capabilities based on CoSApp.
- Provide a turbofan Open-Source library for training and as a base block of advanced simulations workflows.


### Current status

- A turbofan (2 shafts) architecture is covered from single physics/components to the full product, using modular intermediate assemblies.
- Multiple off-design and design strategies are available as numerical workflows.

### Outlook

- Add alternative modelings, architectures.
- Improve the learning experience with beginner to advanced tutorials.

<div class='row'>
<div class='col-lg-5 col-md-5 col-12' text-align='center'>
<div class='imgbox'>
{{<figure src=pyturbo_icon.gif width="100%" class="center-fit">}}
{{<figure src=/images/portfolio/pyturbo_icon.gif width="100%" class="center-fit">}}
</div>
<center><p> Turbofan engine being scaled by the user in real time.</p></center>
</div>
<div class='col-lg-7 col-md-7 col-12' text-align='center'>
<div class='imgbox'>
{{<figure src=pyturbo_aircraft.png width="100%">}}
{{<figure src=/images/portfolio/pyturbo_aircraft.png width="100%">}}
</div>
<center><p> Aircraft digital twin mounted with 2 turbofans.</p></center>
</div>
</div>
</div>

### Outlook

- Add alternative modelings, architectures.
- Improve the learning experience with beginner to advanced tutorials.
53 changes: 0 additions & 53 deletions layouts/index.html
Original file line number Diff line number Diff line change
@@ -1,58 +1,5 @@
{{define "main"}}

{{if site.Params.buy_premium_popup}}
<div class="buy-premium position-fixed fade">
<div class="block p-4 p-lg-5 bg-white rounded-lg shadow-lg call-to-action has-bg-color">
<div class="position-relative" style="z-index: 2;">
<h2 class="text-center mb-4">Get Andromeda Premium</h2>
<div class="row">
<div class="col-sm-6">
<p class="mb-1 font-weight-bold text-dark">Premium page list:</p>
<ol class="pl-0">
<li>How It Works</li>
<li>Pricing</li>
<li>Author Single</li>
<li>Career</li>
<li>Job Details</li>
<li>Case Studies</li>
<li>Case Studies Details</li>
<li>Changlog</li>
<li>Signin</li>
<li>Signup</li>
</ol>
</div>
<div class="col-sm-6">
<p class="mb-1 font-weight-bold text-dark">Premium Features list:</p>
<ol class="pl-0">
<li>Multiple author and single author</li>
<li>Multiple language support (Fr, En)</li>
<li>Forestry cms pre-configured</li>
<li>Caching enable</li>
</ol>
</div>
</div>
<div class="text-center">
<a href="https://gethugothemes.com/products/andromeda/" class="btn btn-primary mt-2">Download Now</a>
</div>
</div>
<button type="button" class="close" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>

<div class="has-circle has-bg-anim" style="opacity: .5">
<img class="wave-1 w-100" src="{{`images/waves/05.svg` | absURL}}" alt="*">
<span class="circle-1 ratio-32"></span>
<span class="circle-2 ratio-37"></span>
<span class="circle-3 ratio-47"></span>
<span class="circle-4 ratio-20"></span>
<span class="circle-5 ratio-73"></span>
<span class="circle-6 ratio-37"></span>
</div>
</div>
<div class="overlay"></div>
</div>
{{end}}

{{with .Params.banner}}
<section class="banner">
<div class="container-xxl">
Expand Down
2 changes: 1 addition & 1 deletion themes/andromeda-light

0 comments on commit a2074e4

Please sign in to comment.