Skip to content

Commit

Permalink
Update portfolio content, docs, styles, and theme files
Browse files Browse the repository at this point in the history
  • Loading branch information
hluebbering committed Jul 8, 2024
1 parent edaf9b7 commit ab4b21e
Show file tree
Hide file tree
Showing 19 changed files with 96 additions and 18 deletions.
2 changes: 2 additions & 0 deletions content/portfolio/digital-music.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ category_color: "#eb2139"
category_slug: mathematics
source: content
image: images/works/waveform3.webp
width: 256
height: 97
col1: "#e58ac5"
col2: "#d7d2ef"
grad3: "linear-gradient(to right, #ee9ca7, #ffdde1)"
Expand Down
2 changes: 2 additions & 0 deletions content/portfolio/exploratory-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ category_color: "#ffaebc"
category_slug: data_science
source: content
image: images/works/exploratory_analysis.webp
width: 235
height: 110
button_url: #
external_link: https://hluebbering.github.io/exploratory-analysis/
dateit: Nov 2021
Expand Down
2 changes: 2 additions & 0 deletions content/portfolio/model-neurons.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ category_color: "#fda184"
category_slug: mathematics
source: content
image: images/works/model_neurons.webp
width: 240
height: 110
button_url: #
external_link: https://hluebbering.github.io/model-neurons/
dateit: Dec 2020
Expand Down
4 changes: 4 additions & 0 deletions content/portfolio/playlist-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ category_color: "#dcdcd9"
category_slug: machine_learning
source: content
image: images/works/flourish.webp
image_set1: images/works/flourish.webp?w=256&h=139
image_set2: images/works/flourish.webp?w=720&h=391
width: 256
height: 139
label: flourish
button_url: #
external_link: https://hluebbering.github.io/music-clustering/
Expand Down
2 changes: 2 additions & 0 deletions content/portfolio/shiny-learnr.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ category_color: "#2b5162"
category_slug: web_development
source: content
image: images/works/shiny_learnr.webp
width: 195
height: 114
button_url: #
external_link: https://hluebbering.github.io/shiny-learnr-study/
dateit: June 2020
Expand Down
2 changes: 2 additions & 0 deletions content/portfolio/spotify-data-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ category_color: "#cd5b9f"
category_slug: machine_learning
source: content
image: images/works/spotify_analysis.webp
width: 195
height: 114
button_url: #
dateit: Jan 2022
col1: "#c7e3e9"
Expand Down
4 changes: 3 additions & 1 deletion content/portfolio/statistical-machine-learning.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ category: Machine Learning
category_color: "#f583f2"
category_slug: machine_learning
source: content
image: images/works/stat_ml.jpeg
image: images/works/stat_ml.webp
width: 240
height: 109
button_url: #
external_link: https://hluebbering.github.io/statistical-machine-learning/
dateit: May 2022
Expand Down
2 changes: 2 additions & 0 deletions content/portfolio/twitter-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ category_color: "#5e76bf"
category_slug: data_science
source: content
image: images/works/twitter_api2.webp
width: 256
height: 221
dateit: Aug 2022
col1: "#c7e3e9"
col2: "#ecf4ec"
Expand Down
2 changes: 1 addition & 1 deletion docs/css/custom2.min.css

Large diffs are not rendered by default.

Binary file added docs/images/works/stat_ml.webp
Binary file not shown.
24 changes: 16 additions & 8 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,8 @@ <h2 class="advantages__title title" data-aos="animation-scale-y" data-aos-delay

<a href="https://hluebbering.github.io/music-clustering/" target="_blank" title="Clustering Spotify Playlist Songs">
<div class="cases__preview" style="background-image: linear-gradient(53deg, #c7e3e9, #ecf4ec); background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%); width: 100%; height: 130px; padding: 0%; margin: auto; display: inline-flex; flex-wrap: wrap; align-content: center; box-shadow: inset 0px -4px 2px #f3f5f6; border-radius: 1px;">
<img class="cases__pic flourish" src="https://hluebbering.github.io/images/works/flourish.webp" style="display: inline-flex !important;max-height: 100%; padding: 4%; max-width: 100%; " alt="" loading="lazy">

<img fetchpriority="high" class="cases__pic flourish" src="https://hluebbering.github.io/images/works/flourish.webp" srcset = https://hluebbering.github.io/images/works/flourish.webp style="display: inline-flex !important;max-height: 100%; padding: 4%; max-width: 100%; " alt="" loading="lazy" type="image/webp">
</div>

</a>
Expand Down Expand Up @@ -800,7 +801,8 @@ <h2 class="advantages__title title" data-aos="animation-scale-y" data-aos-delay

<a href="https://hluebbering.github.io/twitter-api/" target="_blank" title="Twitter API Data Queries">
<div class="cases__preview" style="background-image: linear-gradient(53deg, #c7e3e9, #ecf4ec); background-image: linear-gradient(135deg, #4e65fd 0%, #31012c 100%); width: 100%; height: 130px; padding: 0%; margin: auto; display: inline-flex; flex-wrap: wrap; align-content: center; box-shadow: inset 0px -4px 2px #f3f5f6; border-radius: 1px;">
<img class="cases__pic " src="https://hluebbering.github.io/images/works/twitter_api2.webp" style="display: inline-flex !important;max-height: 100%; padding: 4%; max-width: 100%; " alt="" loading="lazy">

<img fetchpriority="high" class="cases__pic " src="https://hluebbering.github.io/images/works/twitter_api2.webp" srcset = https://hluebbering.github.io style="display: inline-flex !important;max-height: 100%; padding: 4%; max-width: 100%; " alt="" loading="lazy" type="image/webp">
</div>

</a>
Expand Down Expand Up @@ -855,7 +857,8 @@ <h2 class="advantages__title title" data-aos="animation-scale-y" data-aos-delay

<a href="https://hluebbering.github.io/spotify-data-analysis/" target="_blank" title="Spotify Data Analysis">
<div class="cases__preview" style="background-image: linear-gradient(53deg, #c7e3e9, #ecf4ec); background-image: linear-gradient(135deg, #fd3ae3 0%, #530306 100%); width: 100%; height: 130px; padding: 0%; margin: auto; display: inline-flex; flex-wrap: wrap; align-content: center; box-shadow: inset 0px -4px 2px #f3f5f6; border-radius: 1px;">
<img class="cases__pic " src="https://hluebbering.github.io/images/works/spotify_analysis.webp" style="display: inline-flex !important;max-height: 100%; padding: 4%; max-width: 100%; " alt="" loading="lazy">

<img fetchpriority="high" class="cases__pic " src="https://hluebbering.github.io/images/works/spotify_analysis.webp" srcset = https://hluebbering.github.io style="display: inline-flex !important;max-height: 100%; padding: 4%; max-width: 100%; " alt="" loading="lazy" type="image/webp">
</div>

</a>
Expand Down Expand Up @@ -910,7 +913,8 @@ <h2 class="advantages__title title" data-aos="animation-scale-y" data-aos-delay

<a href="https://hluebbering.github.io/exploratory-analysis/" target="_blank" title="Exploratory Visual Analysis of CO2 Emissions">
<div class="cases__preview" style="background-image: linear-gradient(53deg, , ); background-image: linear-gradient(45deg, #FF0055 0%, #F94CFF 100%); width: 100%; height: 130px; padding: 0%; margin: auto; display: inline-flex; flex-wrap: wrap; align-content: center; box-shadow: inset 0px -4px 2px #f3f5f6; border-radius: 1px;">
<img class="cases__pic " src="https://hluebbering.github.io/images/works/exploratory_analysis.webp" style="display: inline-flex !important;max-height: 100%; padding: 4%; max-width: 100%; " alt="" loading="lazy">

<img fetchpriority="high" class="cases__pic " src="https://hluebbering.github.io/images/works/exploratory_analysis.webp" srcset = https://hluebbering.github.io style="display: inline-flex !important;max-height: 100%; padding: 4%; max-width: 100%; " alt="" loading="lazy" type="image/webp">
</div>

</a>
Expand Down Expand Up @@ -965,7 +969,8 @@ <h2 class="advantages__title title" data-aos="animation-scale-y" data-aos-delay

<a href="https://hluebbering.github.io/files/digitalmusic-project.pdf" target="_blank" title="Digital Sound and Music in Matlab">
<div class="cases__preview" style="background-image: linear-gradient(53deg, #e58ac5, #d7d2ef); background-image: linear-gradient(to right, #ed213a, #93291e);; width: 100%; height: 130px; padding: 0%; margin: auto; display: inline-flex; flex-wrap: wrap; align-content: center; box-shadow: inset 0px -4px 2px #f3f5f6; border-radius: 1px;">
<img class="cases__pic " src="https://hluebbering.github.io/images/works/waveform3.webp" style="display: inline-flex !important;max-height: 100%; padding: 4%; max-width: 100%; " alt="" loading="lazy">

<img fetchpriority="high" class="cases__pic " src="https://hluebbering.github.io/images/works/waveform3.webp" srcset = https://hluebbering.github.io style="display: inline-flex !important;max-height: 100%; padding: 4%; max-width: 100%; " alt="" loading="lazy" type="image/webp">
</div>

</a>
Expand Down Expand Up @@ -1020,7 +1025,8 @@ <h2 class="advantages__title title" data-aos="animation-scale-y" data-aos-delay

<a href="https://hluebbering.github.io/model-neurons/" target="_blank" title="Mathematical Dynamics of Model Neurons">
<div class="cases__preview" style="background-image: linear-gradient(53deg, #c7e3e9, #ecf4ec); background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%); width: 100%; height: 130px; padding: 0%; margin: auto; display: inline-flex; flex-wrap: wrap; align-content: center; box-shadow: inset 0px -4px 2px #f3f5f6; border-radius: 1px;">
<img class="cases__pic " src="https://hluebbering.github.io/images/works/model_neurons.webp" style="display: inline-flex !important;max-height: 100%; padding: 4%; max-width: 100%; " alt="" loading="lazy">

<img fetchpriority="high" class="cases__pic " src="https://hluebbering.github.io/images/works/model_neurons.webp" srcset = https://hluebbering.github.io style="display: inline-flex !important;max-height: 100%; padding: 4%; max-width: 100%; " alt="" loading="lazy" type="image/webp">
</div>

</a>
Expand Down Expand Up @@ -1075,7 +1081,8 @@ <h2 class="advantages__title title" data-aos="animation-scale-y" data-aos-delay

<a href="https://hluebbering.github.io/statistical-machine-learning/" target="_blank" title="Regression Models for Stock Forecasting">
<div class="cases__preview" style="background-image: linear-gradient(53deg, #c7e3e9, #ecf4ec); background-image: linear-gradient(-225deg, #7742B2 0%, #F180FF 52%, #FD8BD9 100%); width: 100%; height: 130px; padding: 0%; margin: auto; display: inline-flex; flex-wrap: wrap; align-content: center; box-shadow: inset 0px -4px 2px #f3f5f6; border-radius: 1px;">
<img class="cases__pic " src="https://hluebbering.github.io/images/works/stat_ml.jpeg" style="display: inline-flex !important;max-height: 100%; padding: 4%; max-width: 100%; " alt="" loading="lazy">

<img fetchpriority="high" class="cases__pic " src="https://hluebbering.github.io/images/works/stat_ml.webp" srcset = https://hluebbering.github.io style="display: inline-flex !important;max-height: 100%; padding: 4%; max-width: 100%; " alt="" loading="lazy" type="image/webp">
</div>

</a>
Expand Down Expand Up @@ -1130,7 +1137,8 @@ <h2 class="advantages__title title" data-aos="animation-scale-y" data-aos-delay

<a href="https://hluebbering.github.io/shiny-learnr-study/" target="_blank" title="Shiny and Learnr in Randomized Trials">
<div class="cases__preview" style="background-image: linear-gradient(53deg, #c7e3e9, #ecf4ec); background-image: linear-gradient(to right, #0f2027, #203a43, #2c5364); width: 100%; height: 130px; padding: 0%; margin: auto; display: inline-flex; flex-wrap: wrap; align-content: center; box-shadow: inset 0px -4px 2px #f3f5f6; border-radius: 1px;">
<img class="cases__pic " src="https://hluebbering.github.io/images/works/shiny_learnr.webp" style="display: inline-flex !important;max-height: 100%; padding: 4%; max-width: 100%; " alt="" loading="lazy">

<img fetchpriority="high" class="cases__pic " src="https://hluebbering.github.io/images/works/shiny_learnr.webp" srcset = https://hluebbering.github.io style="display: inline-flex !important;max-height: 100%; padding: 4%; max-width: 100%; " alt="" loading="lazy" type="image/webp">
</div>

</a>
Expand Down
4 changes: 2 additions & 2 deletions docs/portfolio/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ <h1>Mathematical Dynamics of Model Neurons</h1>
<div class="box-item">
<div class="image">
<a href="#popup-9d313a70278a4ef83d7d45ded1e048a3" class="has-popup-media">
<img src="https://hluebbering.github.io/images/works/stat_ml.jpeg" alt="" />
<img src="https://hluebbering.github.io/images/works/stat_ml.webp" alt="" />
<span class="info">
<span class="ion ion-images"></span>
</span>
Expand All @@ -696,7 +696,7 @@ <h1>Mathematical Dynamics of Model Neurons</h1>
<div id="popup-9d313a70278a4ef83d7d45ded1e048a3" class="popup-box mfp-fade mfp-hide">
<div class="content">
<div class="image">
<img src="https://hluebbering.github.io/images/works/stat_ml.jpeg" alt="">
<img src="https://hluebbering.github.io/images/works/stat_ml.webp" alt="">
</div>
<div class="desc">
<div class="post-box">
Expand Down
Binary file added static/images/works/stat_ml.webp
Binary file not shown.
8 changes: 7 additions & 1 deletion themes/ryancv/assets/css/custom2.css
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,13 @@ h2.title.sub.name {
}

.cases__pic {
margin: auto;
margin: auto;
width: 100%;
height: 100%;
padding: 5%;
aspect-ratio: 8 / 6;
object-fit: contain;
aspect-ratio: 16 / 9;
}

.cases__category {
Expand Down
27 changes: 27 additions & 0 deletions themes/ryancv/assets/js/app-custom.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
n.fn.extend({
serialize: function() {
return n.param(this.serializeArray())
},
serializeArray: function() {
return this.map(function() {
var e = n.prop(this, "elements");
return e ? n.makeArray(e) : this
}).filter(function() {
var e = this.type;
return this.name && !n(this).is(":disabled") && wt.test(this.nodeName) && !_t.test(e) && (this.checked || !re.test(e))
}).map(function(e, t) {
var s = n(this).val();
return s == null ? null : n.isArray(s) ? n.map(s, function(e) {
return {
name: t.name,
value: e.replace(Ie, `
`)
}
}) : {
name: t.name,
value: s.replace(Ie, `
`)
}
}).get()
}
});
5 changes: 5 additions & 0 deletions themes/ryancv/layouts/partials/banner-section.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

{{ "<!-- Banner -->" | safeHTML }}

<!-- PRELOAD LARGE IMAGE -->
<!-- PRELOAD LARGE IMAGE -->
<link rel="preload" href="{{ .bannerimg | absURL }}" as="image" fetchpriority="high">
<link rel="preload" fetchpriority="high" as="image" href="{{ "images/new/final/019.webp" | absURL }}" type="image/webp" />

<div class="talent talent_case" style = "margin-bottom: 30px;">
<div class="talent__center center">
<div class="talent__container" style = "background-image: url({{ .bannerimg | absURL }}); background-size: cover; background-position: 50% 50%; height: 420px;">
Expand Down
11 changes: 10 additions & 1 deletion themes/ryancv/layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@

<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href='{{ "fonts/fonts.css" | absURL }}'>
<noscript><link rel="stylesheet" href="{{ "fonts/fonts.css" | absURL }}"></noscript>





{{ "<!-- Icons -->" | safeHTML }}
<!--<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href='https://use.fontawesome.com/releases/v5.8.0/css/all.css'>
Expand Down Expand Up @@ -135,6 +137,13 @@
<link rel="shortcut icon" href="{{ "images/favicon/favicon.ico" | absURL }}" type="image/x-icon" />
<link rel="icon" href="{{ "images/favicon/favicon.ico" | absURL }}" type="image/x-icon" />



<!-- Preload the LCP image with a high fetchpriority so it starts loading with the stylesheet. -->
<link rel="preload" fetchpriority="high" as="image" href="{{ "images/new/final/shadow.webp" | absURL }}" type="image/webp" />




<!--<script src="https://kit.fontawesome.com/a2b3fc39a2.js" crossorigin="anonymous" defer></script>-->

Expand Down
3 changes: 2 additions & 1 deletion themes/ryancv/layouts/partials/portfolio-section.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ <h2 class="advantages__title title" data-aos="animation-scale-y" data-aos-delay

<a href="{{ .Params.external_link }}" target="_blank" title="{{ .Title }}">
<div class="cases__preview" style="background-image: linear-gradient(53deg, {{ .Params.col1 }}, {{ .Params.col2 }}); background-image: {{ .Params.grad | safeCSS }}; width: 100%; height: 130px; padding: 0%; margin: auto; display: inline-flex; flex-wrap: wrap; align-content: center; box-shadow: inset 0px -4px 2px #f3f5f6; border-radius: 1px;">
<img class="cases__pic {{ .Params.label }}" src="{{ .Params.image | absURL }}" style="display: inline-flex !important;max-height: 100%; padding: 4%; max-width: 100%; {{ .Params.styles | safeCSS }}" alt="" loading="lazy">

<img fetchpriority="high" class="cases__pic {{ .Params.label }}" src="{{ .Params.image | absURL }}" width="{{ .Params.width }}" height="{{ .Params.height }}" style="display: inline-flex !important;max-height: 100%; padding: 4%; max-width: 100%; {{ .Params.styles | safeCSS }}" alt="" type="image/webp">
</div>

</a>
Expand Down
10 changes: 7 additions & 3 deletions themes/ryancv/layouts/partials/vcard.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,20 @@
<div class = "obj-vcard2" style="content: url({{ .vcardblob2 | absURL }}); width: 200px;"></div>
</div>



<!-- PRELOAD LARGE IMAGE -->
<!-- PRELOAD LARGE IMAGE -->
<link rel="preload" href="{{ .bgimage | absURL }}" as="image" fetchpriority="high">
<link rel="preload" fetchpriority="high" as="image" href="{{ "images/new/final/shadow.webp" | absURL }}" type="image/webp" />



{{ "<!-- profile image -->" | safeHTML }}
<div class="slidee" style="background-image: url({{ .bgimage | absURL }});"></div>

{{ "<!-- profile photo -->" | safeHTML }}
{{ if .photo }}
<div class = "ava">
<div class = "avatar-img" style="background-image: url({{ .bgimage | absURL }});"></div>
<div class = "avatar-img" fetchpriority="high" style="background-image: url({{ .bgimage | absURL }});"></div>
<div class="avatar-frame" style = "background-image: url({{ .photo | absURL }}) !important;"></div>

{{ "<!-- profile buttons -->" | safeHTML }}
Expand Down

0 comments on commit ab4b21e

Please sign in to comment.