Skip to content

Commit

Permalink
Adjust sponsor logo size
Browse files Browse the repository at this point in the history
  • Loading branch information
sukso96100 committed Jan 13, 2024
1 parent 980bfbf commit 7dd795b
Showing 1 changed file with 26 additions and 29 deletions.
55 changes: 26 additions & 29 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -45,28 +45,6 @@ import logoPlaceHolder from "./logo_placeholder.svg";
</Row>
</Strip>
<BlogFeed/>
<!-- <Strip shallow bordered>
<h4>News from our blog</h4>
<Row>
<Col size={4}>
<h3>Welcome to UbuCon Asia</h3>
<p>Jan 1st 2024</p>
</Col>
<Col size={4}>
<h3>Welcome to UbuCon Asia</h3>
<p>Jan 1st 2024</p>
</Col>
<Col size={4}>
<h3>Welcome to UbuCon Asia</h3>
<p>Jan 1st 2024</p>
</Col>
</Row>
<Row>
<Col size={12}>
<a href="" class="p-button">View more news on blog</a>
</Col>
</Row>
</Strip> -->
<Strip bordered>
<h4>Featured speakers</h4>
<Row>
Expand Down Expand Up @@ -187,6 +165,25 @@ import logoPlaceHolder from "./logo_placeholder.svg";
</Col>
</Row>

<Row>
<hr class="p-rule" />
</Row>
<Row>
<Col size={3}>
<h3>Platinum</h3>
</Col>
<Col size={9}>
<Row>
<Col size={4}>
<img src={logoPlaceHolder.src} />
</Col>
<Col size={4}>
<img src={logoPlaceHolder.src} />
</Col>
</Row>
</Col>
</Row>

<Row>
<hr class="p-rule" />
</Row>
Expand Down Expand Up @@ -277,25 +274,25 @@ import logoPlaceHolder from "./logo_placeholder.svg";
</Col>
<Col size={9}>
<Row>
<Col size={1} small={1}>
<Col size={2} small={1}>
<img src={logoPlaceHolder.src} />
</Col>
<Col size={1} small={1}>
<Col size={2} small={1}>
<img src={logoPlaceHolder.src} />
</Col>
<Col size={1} small={1}>
<Col size={2} small={1}>
<img src={logoPlaceHolder.src} />
</Col>
<Col size={1} small={1}>
<Col size={2} small={1}>
<img src={logoPlaceHolder.src} />
</Col>
<Col size={1} small={1}>
<Col size={2} small={1}>
<img src={logoPlaceHolder.src} />
</Col>
<Col size={1} small={1}>
<Col size={2} small={1}>
<img src={logoPlaceHolder.src} />
</Col>
<Col size={1} small={1}>
<Col size={2} small={1}>
<img src={logoPlaceHolder.src} />
</Col>
</Row>
Expand Down

0 comments on commit 7dd795b

Please sign in to comment.