Skip to content

Commit

Permalink
Merge branch 'master' into 1312-tools-query-params
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatnema committed Apr 13, 2023
2 parents 8a6d751 + 5cf8cd8 commit afeb8cb
Showing 1 changed file with 6 additions and 21 deletions.
27 changes: 6 additions & 21 deletions pages/community/ambassadors/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import {sortBy} from 'lodash';
import { sortBy } from 'lodash';
import Button from '../../../components/buttons/Button';
import GenericLayout from '../../../components/layout/GenericLayout';
import Heading from '../../../components/typography/Heading';
Expand Down Expand Up @@ -77,25 +77,10 @@ function Index() {
</div>
</div>
<div className="mt-20">
<div className="w-full h-[400px] bg-ambassadorCover bg-cover bg-center rounded-lg flex flex-col justify-end">
<div className="text-gray-700 p-2">
Photo by{' '}
<a
href="https://unsplash.com/@headwayio?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText"
target="_blank"
rel="noreferrer"
>
Headway
</a>{' '}
on{' '}
<a
href="https://unsplash.com/?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText"
target="_blank"
rel="noreferrer"
>
Unsplash
</a>
</div>
<div className="aspect-w-16 aspect-h-9 bg-center">
<iframe src="https://www.youtube.com/embed/3rg_7hIb9PQ"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
></iframe>
</div>
<div className="flex justify-center">
<div className="text-center mt-10 lg:w-[55%]">
Expand Down Expand Up @@ -159,7 +144,7 @@ function Index() {
as={`ambassadors/${ambassador.github}`}
>
<div className="p-2">
<div className="w-full h-auto bg-center bg-center rounded-md cursor-pointer">
<div className="w-full h-auto bg-center rounded-md cursor-pointer">
<img
src={ambassador.img}
alt={ambassador.name}
Expand Down

0 comments on commit afeb8cb

Please sign in to comment.