Skip to content

Commit

Permalink
fix Ontico page icons
Browse files Browse the repository at this point in the history
  • Loading branch information
glamcoder committed Apr 30, 2024
1 parent 0fea9af commit d2d8cf6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 15 deletions.
Binary file added public/images/ontico/Icons-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/ontico/Icons-02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/ontico/Icons-03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 6 additions & 15 deletions src/pages/ontico.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const galleryPhotos = [
function Feature({ title, text, imageUrl }) {
return (
<div className="text-center p-4">
<img className="inline w-40" src={imageUrl} />
<img className="inline w-40" src={imageUrl} alt="icon" />
<p>{text}</p>
</div>
)
Expand Down Expand Up @@ -152,20 +152,11 @@ export default function Ontico({ pageMentors }) {

<Section id="howitworks">
<div className="flex flex-wrap justify-around max-w-screen-lg -my-10 mx-auto">
<Feature
text="Более 50 конференций"
imageUrl="https://dl.airtable.com/.attachments/a372ca40ab8d5407d9a215fdad23baad/41841dcd/Icons-01.png"
/>

<Feature
text="Более 3 000 докладчиков"
imageUrl="https://dl.airtable.com/.attachments/81e7479c0d8caa0a54e9bad068693bba/1e367350/Icons-02.png"
/>

<Feature
text="Более 40 000 участников"
imageUrl="https://dl.airtable.com/.attachments/438dd1569af1535542ce8ffcededc647/f92ec701/Icons-03.png"
/>
<Feature text="Более 50 конференций" imageUrl="/images/ontico/Icons-01.png" />

<Feature text="Более 3 000 докладчиков" imageUrl="/images/ontico/Icons-02.png" />

<Feature text="Более 40 000 участников" imageUrl="/images/ontico/Icons-03.png" />
</div>
</Section>

Expand Down

0 comments on commit d2d8cf6

Please sign in to comment.