Skip to content

Commit

Permalink
Added MarkAI in landing projects
Browse files Browse the repository at this point in the history
  • Loading branch information
umuthopeyildirim committed Nov 29, 2023
1 parent 90a02c4 commit 43d6895
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 16 deletions.
9 changes: 6 additions & 3 deletions src/components/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ export default function Hero() {
<br />
</h1>
<p>
I am a junior software developer passionate about productionizing
AI. I enjoy transforming AI tools and research into practical,
scalable software solutions.
As a junior software developer, I am passionate about turning AI
tools and research into practical, scalable software solutions. My
focus is on implementing AI technologies efficiently and
effectively, ensuring they serve real-world applications. My goal
is to make advanced AI accessible and useful in various
industries.
</p>
<Link
className={clsx(
Expand Down
28 changes: 15 additions & 13 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,22 @@ import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
import Link from '@docusaurus/Link';
import useBaseUrl from '@docusaurus/useBaseUrl';
import styles from './styles.module.css';
import Hero from "../components/Hero";
import Hero from '../components/Hero';

function Server(props) {
return (
<div className={styles.icon__wrapper}>
return (
<div className={styles.icon__wrapper}>
<a href="/projects">
<img src={props.src} alt={props.name} title={props.name} className={styles.icon}/>
{ props.partner && <Partner/> }
<img
src={props.src}
alt={props.name}
title={props.name}
className={styles.icon}
/>
{props.partner && <Partner />}
</a>
</div>
)
</div>
);
}

export default function Home() {
Expand All @@ -37,6 +42,7 @@ export default function Home() {
<section className={styles.servers_wrapper}>
<h2>Projects</h2>
<div className={styles.servers}>
<Server name="MarkAI" src="img/projects_logo/markai.png" />
<Server
name="Mirage Vision Renderer"
src="img/projects_logo/mirage-vision-renderer.png"
Expand All @@ -57,10 +63,7 @@ export default function Home() {
name="MyPassManager"
src="img/projects_logo/mypassmanager-logo192.png"
/>
<Server
name="BoardiBoard"
src="img/projects_logo/boardiboard.svg"
/>
<Server name="BoardiBoard" src="img/projects_logo/boardiboard.svg" />
</div>
</section>
<main id="about">
Expand Down Expand Up @@ -125,8 +128,7 @@ export default function Home() {
</div>
</div>
</section>
<section className={styles.features}>
</section>
<section className={styles.features}></section>
</main>
</Layout>
);
Expand Down
Binary file added static/img/projects_logo/markai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 43d6895

@vercel
Copy link

@vercel vercel bot commented on 43d6895 Nov 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.