Skip to content

Commit

Permalink
2024-09
Browse files Browse the repository at this point in the history
  • Loading branch information
FadiShawki committed Oct 2, 2024
1 parent b82990a commit 062807d
Show file tree
Hide file tree
Showing 6 changed files with 281 additions and 153 deletions.
2 changes: 1 addition & 1 deletion orbitmines.com/public/archive/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
<url>
<loc>https://orbitmines.com</loc>
<lastmod>2024-09-01</lastmod>
<lastmod>2024-10-01</lastmod>
<image:image>
<image:loc>https://orbitmines.com/logo.png</image:loc>
</image:image>
Expand Down
2 changes: 1 addition & 1 deletion orbitmines.com/public/papers/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
<url>
<loc>https://orbitmines.com</loc>
<lastmod>2024-09-01</lastmod>
<lastmod>2024-10-01</lastmod>
<image:image>
<image:loc>https://orbitmines.com/logo.png</image:loc>
</image:image>
Expand Down
4 changes: 2 additions & 2 deletions orbitmines.com/public/profiles/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
<url>
<loc>https://orbitmines.com</loc>
<lastmod>2024-09-01</lastmod>
<lastmod>2024-10-01</lastmod>
<image:image>
<image:loc>https://orbitmines.com/logo.png</image:loc>
</image:image>
Expand All @@ -14,7 +14,7 @@
</url>
<url>
<loc>https://orbitmines.com/profiles/fadi-shawki</loc>
<lastmod>2024-09-01</lastmod>
<lastmod>2024-10-01</lastmod>
<image:image>
<image:loc>https://orbitmines.com/profiles/fadi-shawki.jpeg</image:loc>
</image:image>
Expand Down
4 changes: 1 addition & 3 deletions orbitmines.com/src/routes/profiles/Profiles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ import React from 'react';
import {useParams} from "react-router-dom";
import Error from "../Error";
import FadiShawki from "./fadi-shawki/FadiShawki";
import FadiShawkiCV from "./fadi-shawki/FadiShawkiCV";

const PROFILES: { [key: string]: any } = {
'fadi-shawki': FadiShawki,
'fadi-shawki-cv': FadiShawkiCV,
'fadi-shawki': FadiShawki
}

const Profile = () => {
Expand Down
26 changes: 0 additions & 26 deletions orbitmines.com/src/routes/profiles/fadi-shawki/FadiShawkiCV.tsx

This file was deleted.

Loading

0 comments on commit 062807d

Please sign in to comment.