Skip to content

Commit

Permalink
add list.html for founding members #73
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoti-bhogal committed Dec 3, 2024
1 parent 2622ea8 commit 6b44a45
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions layouts/founding-members/list.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{{ define "main" }}
<section class="logo-section" style="background-color: {{ .Params.background_color }};">
<h1>{{ .Title }}</h1>
<p>{{ .Description }}</p>
<div class="logo-container">
{{ range .Pages }}
<div class="logo-item">
<img src="{{ .Params.image }}" alt="{{ .Params.alt }}">
</div>
{{ end }}
</div>
</section>
{{ end }}

0 comments on commit 6b44a45

Please sign in to comment.