Skip to content

Commit

Permalink
add quranmoddaker
Browse files Browse the repository at this point in the history
  • Loading branch information
MoatazAbdAlmageed committed Nov 5, 2023
1 parent b19c067 commit a6833e8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,14 @@ const colors = [

const projects = [
{
title: 'Quran Moddaker Website',
url: 'https://quranmoddaker.com/',
tools: ['WordPress'],
icon: 'fa-wordpress',
year: '2023',
show: true,
description: 'Website for Quran Moddaker company',
}, {
title: 'RTC Neklawy Website',
url: 'https://rtcneklawy.com/',
tools: ['WordPress'],
Expand Down
6 changes: 3 additions & 3 deletions src/components/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ import {
Heading,
IconButton,
Image,
Text,
Text
} from '@chakra-ui/react';
import React, { Component } from 'react';
import {
BsCloudDownloadFill,
BsEnvelope,
BsGithub,
BsLinkedin,
BsYoutube,
BsYoutube
} from 'react-icons/bs';

import { Link } from 'gatsby';
import config from '../../config';
import resume from '../assets/files/moataz_mohammady_resume.pdf';
import avatar from '../assets/img/avatar.jpg';
import avatar from '../assets/img/avatar.png';
import Divider from './Divider';

class About extends Component {
Expand Down

0 comments on commit a6833e8

Please sign in to comment.