diff --git a/Readme.md b/Readme.md index 55f0fa0ff..b350c5377 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,5 @@ # Personal Portfolio 🔥 -> https://rajaprerak.github.io/ +> https://geoffreymokua.github.io/ :star: Star me on GitHub — it helps! @@ -9,8 +9,8 @@ [![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org) ### Website Preview -#### Home Page - + #### About Page diff --git a/assets/img/179.jpg b/assets/img/179.jpg new file mode 100644 index 000000000..24104a3ce Binary files /dev/null and b/assets/img/179.jpg differ diff --git a/assets/img/education/ASU.jpg b/assets/img/education/ASU.jpg deleted file mode 100644 index 86059e617..000000000 Binary files a/assets/img/education/ASU.jpg and /dev/null differ diff --git a/assets/img/education/au.png b/assets/img/education/au.png deleted file mode 100644 index 03585244f..000000000 Binary files a/assets/img/education/au.png and /dev/null differ diff --git a/assets/img/education/jkuat.png b/assets/img/education/jkuat.png new file mode 100644 index 000000000..ae2273d75 Binary files /dev/null and b/assets/img/education/jkuat.png differ diff --git a/assets/img/education/ms.png b/assets/img/education/ms.png new file mode 100644 index 000000000..96e3e2692 Binary files /dev/null and b/assets/img/education/ms.png differ diff --git a/assets/img/me.jpg b/assets/img/me.jpg deleted file mode 100644 index 78148aa7f..000000000 Binary files a/assets/img/me.jpg and /dev/null differ diff --git a/assets/img/profile.jpeg b/assets/img/profile.jpeg deleted file mode 100644 index 889959629..000000000 Binary files a/assets/img/profile.jpeg and /dev/null differ diff --git a/assets/img/project/covid19.png b/assets/img/project/covid19.png new file mode 100644 index 000000000..73f3a374f Binary files /dev/null and b/assets/img/project/covid19.png differ diff --git a/assets/img/project/goalboard.png b/assets/img/project/goalboard.png new file mode 100644 index 000000000..4b1dd0961 Binary files /dev/null and b/assets/img/project/goalboard.png differ diff --git a/assets/img/project/goldenarena.png b/assets/img/project/goldenarena.png new file mode 100644 index 000000000..276f2f431 Binary files /dev/null and b/assets/img/project/goldenarena.png differ diff --git a/assets/img/project/hospital.png b/assets/img/project/hospital.png new file mode 100644 index 000000000..b19f7e7ca Binary files /dev/null and b/assets/img/project/hospital.png differ diff --git a/index.html b/index.html index ca4f4a101..0a6d55406 100644 --- a/index.html +++ b/index.html @@ -63,7 +63,7 @@
-

Prerak Raja

+

Geoffrey Nyakundi

I'm

@@ -410,45 +378,45 @@

Projects

-

Twitter Analysis

+

Hospital Management System

- +
-

Image recognition as Service

+

Covid19 Analysis System

- +
-

Music Streaming Website

+

A study abroad Consultancy website

- +
-
+ -
- + -
+ -
+ -
- +
@@ -559,7 +526,8 @@

Skills

Languages and Databases

- vectorlogo.zone + vectorlogo.zone + vectorlogo.zone vectorlogo.zone vectorlogo.zone upload.wikimedia.org @@ -571,14 +539,14 @@

Languages and Databases

Frameworks

- vectorlogo.zone - vectorlogo.zone + vectorlogo.zone + vectorlogo.zone vectorlogo.zone vectorlogo.zone - vectorlogo.zone +

@@ -588,7 +556,7 @@

Tools

vectorlogo.zone vectorlogo.zone vectorlogo.zone - vectorlogo.zone +

@@ -609,15 +577,15 @@

Resume & Links

-
-

Resume

+
+

Resume

The link contains downloadable resume

-
+ +

Nairobi

@@ -654,9 +622,9 @@

My Address

Social Profiles

@@ -666,15 +634,15 @@

Social Profiles

Email

-

rajaprerak@gmail.com

-

pkraja@asu.edu

+

nyakundigeoffrey16@gmail.com

+

Contact

-

+1 480-401-8112

+

+254790482160

diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 000000000..c898420e8 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "GeoffreyMokua.github.io", + "lockfileVersion": 3, + "requires": true, + "packages": {} +} diff --git a/projects/blog.html b/projects/blog.html deleted file mode 100644 index 7aef5bc15..000000000 --- a/projects/blog.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - Personal Blog - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
- -
- -
-
-

Tech Blog

- -
    -
  • Tech Stack: Flask, SQLAlchemy, Python, Heroku, Postgres, Bootstrap, HTML, CSS
  • -
  • Website URL: Link
  • -
  • Github URL: Project Link
  • -
- -

- The blog is created using flask as backend. I have used bootstrap for the frontend part. For storing the data, I have made use of MySQL database. I have used the python SQL toolkit SQLAlchemy for performing database access. -

-

- The blog consist of features like viewing posts. Admin can add new post, edit posts and delete posts. User can contact admin via the contact page. -

-
- -
- -
-
-
- - - - - - - - - - - - - - - - - - - diff --git a/projects/iras.html b/projects/covid19.html similarity index 80% rename from projects/iras.html rename to projects/covid19.html index 4c869a4b5..552c999f5 100644 --- a/projects/iras.html +++ b/projects/covid19.html @@ -2,7 +2,7 @@ - Image Generator + Covid19 Analysis System @@ -43,18 +43,18 @@

-

Image Generator

+

Covid19 Analysis System

- Built an elastic web application that automatically scales in and scales out 20 EC2 instances based on the traffic of current users with the help of AWS services. Created custom AMIs to deploy image recognition app on EC2 instance; used SQS to handle request and response.

-

-

- Deployed image recognition system on AWS for the clients to access and successfully tested the application by generating 1000 requests.

+ Built an Web based application system which displays covid 19 statistics filterable and searchable by country and hourly graph + showing cases, deaths and tests.

+
diff --git a/projects/musicplayer.html b/projects/goldenarena.html similarity index 82% rename from projects/musicplayer.html rename to projects/goldenarena.html index 451943985..cc7f698ad 100644 --- a/projects/musicplayer.html +++ b/projects/goldenarena.html @@ -43,18 +43,18 @@

-

Music Streaming Website

+

International Consultancy Agency

- Django based music streaming website. + React based International Consultancy Agency Website.

- User can register/login to the web app, play song, view detailed information of song, search song based on filters such as language and singers, create playlist, add/remove songs to/from playlist, add/remove songs to/from favourites, explore recently played songs. + Users are able to get connected with international universities and being provided with the necessary application process.

diff --git a/projects/todo.html b/projects/hospital.html similarity index 82% rename from projects/todo.html rename to projects/hospital.html index 5238c5a85..e2cc015a7 100644 --- a/projects/todo.html +++ b/projects/hospital.html @@ -2,7 +2,7 @@ - TODO App + Hospital Management System @@ -43,17 +43,19 @@

-

To-Do app

+

Hospital Management System

- Django based app which contains mainly 3 functionalities. User can add the task. Update the task and delete the task. + This is a Hospital Management system which entails both medical and eye care services. +

+

The application consist of features like making doctor's appointments. Users can are able to view all available services and doctors. +

diff --git a/website_images/AboutPage.png b/website_images/AboutPage.png index e0c4a34be..7c0e505bf 100644 Binary files a/website_images/AboutPage.png and b/website_images/AboutPage.png differ diff --git a/website_images/HomePage.gif b/website_images/HomePage.gif deleted file mode 100644 index 0002142b9..000000000 Binary files a/website_images/HomePage.gif and /dev/null differ