Skip to content

Commit

Permalink
feat: general updates
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-raad committed Oct 14, 2024
1 parent ccaf19f commit 92ce114
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 7 deletions.
8 changes: 4 additions & 4 deletions components/Description.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import styles from "../styles/Description.module.css";
export default function Description(){
return (
<div className={styles.about}>
<p> Hello there! My name is Daniel and its lovely to meet you! </p>
<p> Please feel free to browse this website as I add new elements (chess board incoming!) and try new things!</p>
<p> I am currently working on a number of different projects, including this website, as I learn react and next, along with GCP and a host of other technologies</p>
<p> My bread and butter is python, where at the Uni of Southampton I specialised in machine learning - my projects will be posted under projects, or you can find my cv at the bottom of this page :) </p>
<p> Hello there, my name is Daniel and its lovely to meet you :) </p>
<p> Feel free to browse this website as I add new elements and mess around with new things.</p>
<p> I am currently working on a number of different projects, some of which you can find under /projects.</p>
<p> My bread and butter is python, where at the Uni of Southampton I specialised in machine learning - check out my cv at the bottom of this page :) </p>
</div>
)
}
2 changes: 1 addition & 1 deletion components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const Footer = () => {

return (
<div className="fixed left-0 bottom-0 right-0 text-center w-full text-white p-6 bg-black">
Made with 🧡 - 2022
Made with 🧡 - 2022 & Updated with 🧡 - 2024
</div>
);
};
Expand Down
2 changes: 1 addition & 1 deletion components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function Header(){

<h1 className={styles.name}> Daniel Raad</h1>
<p className={styles.about}>
Software Engineer at Lloyds Banking Group
Senior Software Engineer at Lloyds Banking Group
</p>

</main>
Expand Down
15 changes: 15 additions & 0 deletions constants/constants.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
export const projects = [
{
title: 'OVA gym',
excerpt: "A react-native application with a Python backend. Coming soon in December 2024 on both ios and Android.",
tags: ['React-Native', 'Python', 'Azure', 'PostgresQL'],
featuredImage: {
url: "/gym.png"
},
author: {
name: 'Daniel Raad, Stuart Said',
photo: {
url: '/astro.png'
},
},
createdAt: "March, 2024",
},
{
title: 'blank space',
excerpt: "This prokect was built for the ICP blockchain, the first realtime peer-to-peer document on the ICP.",
Expand Down
2 changes: 1 addition & 1 deletion pages/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Projects() {
<link rel="icon" href="/astro.png" />
</Head>
<div className="md:font-serif md:text-white md:text-3xl md:text-left md:pt-10 md:px-10 md:pb-20">
<TypeWriter content={'Checkout my projects :)'} speed={100}/>
<TypeWriter content={'Checkout my projects...'} speed={100}/>
</div>
<div className="grid grid-cols-2 box-content px-38 py-42 relative auto-cols-auto md:hidden">
<BackgroundAnimation/>
Expand Down
Binary file added public/gym.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 92ce114

Please sign in to comment.