Skip to content

Commit 076aacd

Browse files
Update
1 parent 0af036d commit 076aacd

File tree

10 files changed

+15
-14
lines changed

10 files changed

+15
-14
lines changed

public/categories/index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@
152152
*/
153153
</script>
154154

155-
156155

157156
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/categories/index.xml" title="Orb DB" />
158157
</head>
@@ -201,7 +200,7 @@ <h2 class="fs-1 fw-bold text-center text-primary pb-3">Categories</h2>
201200
<div class="row text-center">
202201
<div class="col-12">
203202
<div class="mb-4">
204-
<img src="images/iva.png" alt="Sponsored by IVA" class="img-fluid" style="max-width: 550px;">
203+
<img src="images/iva.png" alt="Sponsored by IVA" class="img-fluid">
205204
</div>
206205

207206

public/index.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@
153153
*/
154154
</script>
155155

156-
157156

158157
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/index.xml" title="Orb DB" />
159158
</head>
@@ -214,7 +213,7 @@ <h3 class="hero-title fw-bold display-1 text-primary text-center text-xl-start p
214213
<style>
215214
.team-member {
216215
text-align: center;
217-
margin: 20px;
216+
margin: 10px;
218217
box-sizing: border-box;
219218
}
220219

@@ -512,7 +511,7 @@ <h3 class="fs-4 fw-bold text-primary pb-3">Query Optimization for Inference-Base
512511
<div class="row text-center">
513512
<div class="col-12">
514513
<div class="mb-4">
515-
<img src="images/iva.png" alt="Sponsored by IVA" class="img-fluid" style="max-width: 550px;">
514+
<img src="images/iva.png" alt="IVA Winner 2024" class="img-fluid" style="width: 50%;">
516515
</div>
517516

518517

public/post/index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@
153153
*/
154154
</script>
155155

156-
157156

158157
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/post/index.xml" title="Orb DB" />
159158
</head>
@@ -202,7 +201,7 @@ <h2 class="fs-1 fw-bold text-center text-primary pb-3">Posts</h2>
202201
<div class="row text-center">
203202
<div class="col-12">
204203
<div class="mb-4">
205-
<img src="images/iva.png" alt="Sponsored by IVA" class="img-fluid" style="max-width: 550px;">
204+
<img src="images/iva.png" alt="Sponsored by IVA" class="img-fluid">
206205
</div>
207206

208207

public/tags/index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@
152152
*/
153153
</script>
154154

155-
156155

157156
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/tags/index.xml" title="Orb DB" />
158157
</head>
@@ -201,7 +200,7 @@ <h2 class="fs-1 fw-bold text-center text-primary pb-3">Tags</h2>
201200
<div class="row text-center">
202201
<div class="col-12">
203202
<div class="mb-4">
204-
<img src="images/iva.png" alt="Sponsored by IVA" class="img-fluid" style="max-width: 550px;">
203+
<img src="images/iva.png" alt="Sponsored by IVA" class="img-fluid">
205204
</div>
206205

207206

public/tags/index/index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@
152152
*/
153153
</script>
154154

155-
156155

157156
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/tags/index/index.xml" title="Orb DB" />
158157
</head>
@@ -201,7 +200,7 @@ <h2 class="fs-1 fw-bold text-center text-primary pb-3">Index</h2>
201200
<div class="row text-center">
202201
<div class="col-12">
203202
<div class="mb-4">
204-
<img src="images/iva.png" alt="Sponsored by IVA" class="img-fluid" style="max-width: 550px;">
203+
<img src="images/iva.png" alt="Sponsored by IVA" class="img-fluid">
205204
</div>
206205

207206

resources/_gen/assets/scss/shared/shared.scss_b4807192ff1a42668f12b4e7444b7814.content

+6
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"Target":"main.scss","MediaType":"text/css","Data":{}}

themes/up-business-theme/layouts/partials/head/_resources.html

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!-- Load Shared SCSS -->
22
{{- $sharedSCSS := resources.Get "scss/shared/shared.scss" -}}
33
{{- $sharedSCSS := $sharedSCSS | resources.ToCSS (dict "outputStyle" "compressed" "includePaths" (slice "assets")) -}}
4-
<!-- {{- $sharedSCSS := $sharedSCSS | css.Sass (dict "outputStyle" "compressed" "includePaths" (slice "assets")) -}} -->
54
{{- $sharedSCSS := $sharedSCSS | resources.ExecuteAsTemplate "main.scss" . -}}
65

76
<!-- Load Shared JS -->

themes/up-business-theme/layouts/partials/sections/people.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<style>
22
.team-member {
33
text-align: center;
4-
margin: 20px;
4+
margin: 10px;
55
box-sizing: border-box;
66
}
77

themes/up-business-theme/layouts/partials/shared/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="row text-center">
44
<div class="col-12">
55
<div class="mb-4">
6-
<img src="images/iva.png" alt="Sponsored by IVA" class="img-fluid" style="max-width: 550px;">
6+
<img src="images/iva.png" alt="IVA Winner 2024" class="img-fluid" style="width: 50%;">
77
</div>
88

99
{{ with .Site.Params.copyright }}

0 commit comments

Comments
 (0)