Skip to content

Commit

Permalink
finish
Browse files Browse the repository at this point in the history
  • Loading branch information
mdellabani committed Apr 15, 2024
1 parent 54941f0 commit aa26dc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Sections/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const DesktopNav: FC<{navSections: SectionId[]; currentSection: SectionId | null
return (
<header className="fixed top-0 z-50 hidden w-full bg-neutral-900/50 p-4 backdrop-blur sm:block" id={headerID}>
<nav className="flex justify-center gap-x-8">
<SoundPlayer />
{/* <SoundPlayer /> */}
{navSections.map(section => (
<NavItem
activeClass={activeClass}
Expand Down
6 changes: 3 additions & 3 deletions src/data/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -295,16 +295,16 @@ export const experience: TimelineItem[] = [
title: 'Open Contributor',
content: (
<>
<a data-style="display:inline;" href="https://www.squashql.io/">SquashQL</a> is an open-source SQL query engine designed to streamline the process of building multi-dimensional queries.
At its core, it acts as a middleware layer that stands between SQL databases and multiple clients or front-end applications.
SquashQL is an open-source SQL query engine designed to streamline the process of building multi-dimensional queries.
At its core, it acts as a middleware layer that stands between SQL databases and multiple clients or front-end applications.<br/>

In addition to my professional and leisure pursuits, I'm an enthusiastic contributor to SquashQL. Passionate about advancing the realm of database technologies,
I actively participate in refining and enhancing its capabilities, collaborating with fellow developers to drive innovation and foster a thriving community dedicated
to empowering users with robust and efficient data management solutions.
<ul>
<li>
{' '}
<b>Keywords</b>: SQL, Cloud DB{' '}
<b>Keywords</b>: <a href="https://www.squashql.io/">SquashQL</a>, SQL, Cloud DB{' '}
</li>
</ul>
</>
Expand Down

0 comments on commit aa26dc4

Please sign in to comment.