Skip to content

Commit

Permalink
Merge pull request #42 from PatrickNiyogitare28/research-papers
Browse files Browse the repository at this point in the history
Research papers
  • Loading branch information
PatrickNiyogitare28 committed Jan 24, 2023
2 parents 93b2d55 + 12705ec commit e8aa838
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 4 deletions.
21 changes: 17 additions & 4 deletions pages/about.tsx → pages/about/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import Image from 'next/image';
import Layout from '../components/Layout';
import { ISocialMedia } from '../interfaces/ISocialMedia';
import Layout from '../../components/Layout';
import { ISocialMedia } from '../../interfaces/ISocialMedia';

export const About = (): JSX.Element => {
const media: Array<ISocialMedia> = [
Expand All @@ -21,6 +21,10 @@ export const About = (): JSX.Element => {
name: 'Gist',
link: 'https://gist.github.com/PatrickNiyogitare28',
},
{
name: 'Youtube',
link: 'https://www.youtube.com/@patrickniyogitare6555/videos',
},
];
return (
<Layout
Expand All @@ -45,8 +49,17 @@ export const About = (): JSX.Element => {
<div className="w-4/5">
<h2>Patrick Niyogitare</h2>
<p className="mt-10">
Software engineering candidate @RwCodingAcademy. 🎯 building
experience working with teams. blogger | Open source enthusiast.
<label>
Rwanda Coding Academy Graduate, Software Engineer, Mentor,
Blogger, Writer & Gymnast.
</label>
<label className="block mt-2">
2021 NASA Space Apps Galactic Problem Solver.
</label>
<label className="mt-4 block">
Fun fact: I need to take enough sleep before tackling down a tough
task 😃.
</label>
</p>
<div className="mt-2 social-wrapper">
{media.map((platform: ISocialMedia, index: number) => (
Expand Down
43 changes: 43 additions & 0 deletions pages/publications/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
import React from 'react';
import Layout from '../../components/Layout';

const Publications: React.FC = () => {
return (
<Layout
customMeta={{
title: 'Publications - Patrick Niyogitare',
}}
>
<div className="min-h-[70vh]">
<div className="mt-14">
<div>
<a
href="https://res.cloudinary.com/dccwzpgnz/image/upload/v1674516713/publications/Niyogitare_Final_draft_of_research_paper_about_privacy_violation_Dec_2022.docx_tr7fiu.pdf"
target="_blank"
rel="noreferrer"
>
How computer optimization has contributed to human privacy
violence.
</a>
<label className="block text-sm">December 2022</label>
</div>
</div>
<div className="mt-8">
<div>
<a
href="https://res.cloudinary.com/dccwzpgnz/image/upload/v1674516715/publications/Patrick_Niyogitare_Research_paper_kt8evx.pdf"
target="_blank"
rel="noreferrer"
>
The Evolving Role of Social Media in the African Culture Promotion
and Preservation
</a>
<label className="block text-sm">November 2022</label>
</div>
</div>
</div>
</Layout>
);
};

export default Publications;
Binary file modified public/authors/pn.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon.ico
Binary file not shown.
Binary file added public/favicon1.ico
Binary file not shown.
Binary file modified public/images/avatar.jpg
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 public/images/avatar1.jpg
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 e8aa838

@vercel
Copy link

@vercel vercel bot commented on e8aa838 Jan 24, 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.