Skip to content

Commit

Permalink
3 yeni proje eklendi.
Browse files Browse the repository at this point in the history
  • Loading branch information
mucahitdev committed Apr 3, 2022
1 parent 4f6f17a commit 1de05b9
Show file tree
Hide file tree
Showing 7 changed files with 149 additions and 84 deletions.
4 changes: 3 additions & 1 deletion src/component/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ import { MdSchool, MdComputer} from 'react-icons/md';
import { GiCampingTent, GiPistolGun } from 'react-icons/gi';
import { VerticalTimeline, VerticalTimelineElement } from 'react-vertical-timeline-component';
import 'react-vertical-timeline-component/style.min.css';
import kamp from '../images/kamp.jpg'




function About() {
console.log(kamp);
return (
<div className='mt-5'>
<VerticalTimeline>
Expand Down Expand Up @@ -50,7 +52,7 @@ function About() {
<p>
Türkiye İzcilik Federasyonu'da Yardımcı lider.
</p>
<img className='img-thumbnail' src='https://serving.photos.photobox.com/01632520df10e8a44ea3c8ae26a3688e56475a277a04c3bd63aa19aaf58d238d2f85d9d3.jpg' alt="" />
<img className='img-thumbnail' src={kamp} alt="" />
</VerticalTimelineElement>
<VerticalTimelineElement
className="vertical-timeline-element--work"
Expand Down
85 changes: 2 additions & 83 deletions src/component/Projects.jsx
Original file line number Diff line number Diff line change
@@ -1,90 +1,9 @@
import React from 'react'
import Project from './Project'
import {projectsData} from './data/porjectsData'

function Projects() {
const projectsData = [
{
name: "Nöbetçi Eczane",
description: "Türkiyedeki Nöbetçi Eczaneleri İl ve İlçe bazlı bulabilceğiniz Uygulama.",
demo: "https://nobetci-eczaneniz.netlify.app",
code: "https://github.com/mucahitkok/nobetci-eczane",
image: "https://serving.photos.photobox.com/10561426f7732549d3d1a2fb67c4e2ed564eb01ac71800fea91f20bbaedcc0002a51da91.jpg",
tags: [
{
tagName: '#react'
},
{
tagName: '#bootstrap'
},
{
tagName: '#api'
}
]
},
{
name: "Blog",
description: "Kişisel blog sayfam.",
demo: "https://mucahitkok.netlify.app",
code: "https://github.com/mucahitkok/my-blog",
image: "https://serving.photos.photobox.com/026185021cf06a0725c119ae2b3cf6348d528fc149fad009bb2d7936c3818e14f010389e.jpg",
tags: [
{
tagName: '#react'
},
{
tagName: '#bootstrap'
},
]
},
{
name: "Colour palette",
description: "Renk paletleri üretip yayınlayabilir,Başkalarının paletlerinide görebilirsiniz.",
demo: "https://color-palet.vercel.app",
code: "https://github.com/mucahitkok/color-flipper-react",
image: "https://serving.photos.photobox.com/587576862d1e852132899a7e65b7feb3f40a0a4c73177d8b98841fae62e8b602d1f47ccc.jpg",
tags: [
{
tagName: '#react'
},
{
tagName: '#tailwind'
},
{
tagName: '#firebase'
}
]
},
{
name: "Bergenfy",
description: "Bergen'in anısına yapmış olduğum, bazı müziklerini ve fotoğraflarını topladığım site.",
demo: "https://bergenfy.netlify.app",
code: "https://github.com/mucahitkok/bergenfy",
image: "https://serving.photos.photobox.com/39099388b10602a0f15d87f852468ed57223a68afd2bd7d5743a58c4c2b7413450204b79.jpg",
tags: [
{
tagName: '#react'
},
{
tagName: '#tailwind'
}
]
},
{
name: "Love Calculator",
description: "İki isim arasındaki uyumu bir takım algoritmaya dayanarak hesaplayan app.",
demo: "https://lovecalculator-tr.netlify.app/",
code: "https://github.com/mucahitkok/love-colculator",
image: "https://serving.photos.photobox.com/629407374e99849d3ce91578780ebe43d97772f79c15cdf2c76c7401876889f7842bdbb5.jpg",
tags: [
{
tagName: '#react'
},
{
tagName: '#bootstrap'
}
]
}
]

return (
<div className='flex flex-wrap justify-around mt-28' >
{
Expand Down
144 changes: 144 additions & 0 deletions src/component/data/porjectsData/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
import mikailWeather from '../../../images/mikailWeather.png'
import Filmtika from '../../../images/filmtika.png'
import aloJuniorDestek from '../../../images/aloJuniorDestek.png'




export const projectsData = [
{
name: "Nöbetçi Eczane",
description: "Türkiyedeki Nöbetçi Eczaneleri İl ve İlçe bazlı bulabilceğiniz Uygulama.",
demo: "https://nobetci-eczaneniz.netlify.app",
code: "https://github.com/mucahitkok/nobetci-eczane",
image: "https://serving.photos.photobox.com/10561426f7732549d3d1a2fb67c4e2ed564eb01ac71800fea91f20bbaedcc0002a51da91.jpg",
tags: [
{
tagName: '#react'
},
{
tagName: '#bootstrap'
},
{
tagName: '#api'
}
]
},
{
name: "Blog",
description: "Kişisel blog sayfam.",
demo: "https://mucahitkok.netlify.app",
code: "https://github.com/mucahitkok/my-blog",
image: "https://serving.photos.photobox.com/026185021cf06a0725c119ae2b3cf6348d528fc149fad009bb2d7936c3818e14f010389e.jpg",
tags: [
{
tagName: '#react'
},
{
tagName: '#bootstrap'
},
]
},
{
name: "Colour palette",
description: "Renk paletleri üretip yayınlayabilir,Başkalarının paletlerinide görebilirsiniz.",
demo: "https://color-palet.vercel.app",
code: "https://github.com/mucahitkok/color-flipper-react",
image: "https://serving.photos.photobox.com/587576862d1e852132899a7e65b7feb3f40a0a4c73177d8b98841fae62e8b602d1f47ccc.jpg",
tags: [
{
tagName: '#react'
},
{
tagName: '#tailwind'
},
{
tagName: '#firebase'
}
]
},
{
name: "Bergenfy",
description: "Bergen'in anısına yapmış olduğum, bazı müziklerini ve fotoğraflarını topladığım site.",
demo: "https://bergenfy.netlify.app",
code: "https://github.com/mucahitkok/bergenfy",
image: "https://serving.photos.photobox.com/39099388b10602a0f15d87f852468ed57223a68afd2bd7d5743a58c4c2b7413450204b79.jpg",
tags: [
{
tagName: '#react'
},
{
tagName: '#tailwind'
}
]
},
{
name: "Love Calculator",
description: "İki isim arasındaki uyumu bir takım algoritmaya dayanarak hesaplayan app.",
demo: "https://lovecalculator-tr.netlify.app/",
code: "https://github.com/mucahitkok/love-colculator",
image: "https://serving.photos.photobox.com/629407374e99849d3ce91578780ebe43d97772f79c15cdf2c76c7401876889f7842bdbb5.jpg",
tags: [
{
tagName: '#react'
},
{
tagName: '#bootstrap'
}
]
},
{
name: "Mikail App",
description: "Hava durumu uygulaması.",
demo: "https://mikail-weather.netlify.app",
code: "https://github.com/mucahitkok/mikail-app",
image: `${mikailWeather}`,
tags: [
{
tagName: '#react'
},
{
tagName: '#tailwind'
},
{
tagName: '#api'
}
]
},
{
name: "Filmtika",
description: "Trend filmler ve Film arama.",
demo: "https://filmtika.netlify.app",
code: "https://github.com/mucahitkok/filmtika",
image: `${Filmtika}`,
tags: [
{
tagName: '#react'
},
{
tagName: '#tailwind'
},
{
tagName: '#next.js'
}
]
},
{
name: "Alo Junior Destek",
description: "Linkedin ağınızı ilgi alanınıza göre genişletin.",
demo: "https://alo-junior-destek.netlify.app",
code: "https://github.com/mucahitkok/alo-junior-destek",
image: `${aloJuniorDestek}`,
tags: [
{
tagName: '#react'
},
{
tagName: '#tailwind'
},
{
tagName: '#firebase'
}
]
}
]
Binary file added src/images/aloJuniorDestek.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 src/images/filmtika.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 src/images/mikailWeather.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 src/images/mkLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1de05b9

Please sign in to comment.