Skip to content

Commit dd60cd9

Browse files
committed
About: minor content changes
1 parent b88141c commit dd60cd9

File tree

2 files changed

+40
-4
lines changed

2 files changed

+40
-4
lines changed

src/gifs/beers.gif

957 KB
Loading

src/pages/main/about.tsx

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ import pencil from "../../gifs/pencil.gif";
4040
import dove from "../../gifs/dove.gif";
4141
import hide from "../../gifs/hide.gif";
4242
import monocle from "../../gifs/monocle.gif";
43+
import beers from "../../gifs/beers.gif";
4344
import photoAbout from "../../images/about/photoAbout.jpg";
4445
import { Link } from 'gatsby';
4546
import LocationAnnouncements from "../../components/LocationAnnouncements";
@@ -349,7 +350,7 @@ const About = () => {
349350
width="26%"
350351
/>
351352
</TileContainer>
352-
<TileContainer columns={2} animationonscroll={false} marginBottom='4vh'>
353+
<TileContainer columns={2} animationonscroll={false}>
353354
<ContentBlock
354355
emoji='✏️'
355356
emojiGif={pencil}
@@ -376,6 +377,41 @@ const About = () => {
376377
width="34.5%"
377378
/>
378379
</TileContainer>
380+
<TileContainer columns={3} animationonscroll={false} marginBottom='4vh'>
381+
<ContentBlock
382+
emoji=""
383+
emojiGif={""}
384+
description=""
385+
isMarkdown={false}
386+
backgroundColor="#f2f2f2"
387+
justifyContent = 'start'
388+
emojiAlign='center'
389+
width="0%"
390+
/>
391+
<ContentBlock
392+
emoji="🍻"
393+
emojiGif={beers}
394+
description={<>
395+
<p>I'm a member of several <H>travel communities</H>, <a href="https://www.couchsurfing.com/people/averett">including CouchSurfing</a>. I organize events, host travelers and try to give hospitality in different locations.</p>
396+
</>}
397+
backgroundColor="#DEDEDE"
398+
justifyContent = 'start'
399+
textAlign='center'
400+
emojiAlign='center'
401+
isMarkdown={false}
402+
width="66%"
403+
/>
404+
<ContentBlock
405+
emoji=""
406+
emojiGif={""}
407+
description=""
408+
isMarkdown={false}
409+
backgroundColor="#f2f2f2"
410+
justifyContent = 'start'
411+
emojiAlign='center'
412+
width="0%"
413+
/>
414+
</TileContainer>
379415
<div className="mobileOnlySupport"><br/></div>
380416
<AnimationOnScroll offset={300} duration={1.2} animateIn="animate__fadeIn" animateOnce={true}>
381417
<div className="aboutBodyRegular">
@@ -392,8 +428,8 @@ const About = () => {
392428
<div className="listDescItem"><p>Started a free and open source <Link to="/course">course</Link> on machine learning and data science</p></div>
393429
<div className="listDescTime"><M text="- 2025 March — Ongoing"/></div>
394430
<div className="listDescItem"><p>Set off on my <Link to="/adventures/venturing_forth">planned trip</Link> around the world with the goal of circumnavigating the globe</p></div>
395-
{/*<div className="listDescTime"><M text="- ?"/></div>
396-
<div className="listDescItem"><M text="Traveled throughout Central Asia, make a long stop in 🇰🇿 [Almaty](https://en.wikipedia.org/wiki/Almaty)"/></div>*/}
431+
<div className="listDescTime"><M text="- 2025 July"/></div>
432+
<div className="listDescItem"><M text="Traveled throughout Central Asia, moved to 🇰🇬 [Bishkek](https://en.wikipedia.org/wiki/Bishkek)"/></div>
397433
<div className="listDescItemLast"></div>
398434
<br/>
399435
</div>
@@ -429,7 +465,7 @@ const About = () => {
429465
- 🤓 Secondary (hobby-like) interests: <a href="https://en.wikipedia.org/wiki/Web_development">web development</a> (mostly frontend), <a href="https://en.wikipedia.org/wiki/Python_(programming_language)">Python</a> apps and <a href="https://en.wikipedia.org/wiki/Prompt_engineering">prompt engineering</a>
430466
- 🔬 Prefer to analyse & research rather than develop
431467
- 👁️ Main focus in DL applications is <a href="https://en.wikipedia.org/wiki/Computer_vision">computer vision</a>
432-
- 🏆 Sometimes I <a href="https://www.kaggle.com/lenferdetroud">participate</a> in ML competitions and hackathons
468+
- 🏆 Sometimes I participate in ML competitions/hackathons and <a href="https://www.kaggle.com/lenferdetroud">have a rank</a> of Kaggle Competitions Expert
433469
- 🔎 Currently developing skills towards <a href="https://en.wikipedia.org/wiki/Artificial_intelligence_engineering">AI engineering</a>
434470
`}/>
435471
</div>

0 commit comments

Comments
 (0)