Skip to content

Commit

Permalink
Change About page
Browse files Browse the repository at this point in the history
  • Loading branch information
TDAYENI committed Oct 6, 2024
1 parent 5ba0dda commit 3cbaaf9
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 265 deletions.
47 changes: 34 additions & 13 deletions about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
</h1>

<h2 class="fw1 f5 f3-l white-80 measure-wide-l center lh-copy mt3 mb4">
&#34;The greatest enemy of knowledge is not ignorance, it’s the illusion of knowledge.&#34; - Stephen Hawking. I love to learn new things and unlearn bad habits; to be in a constant state of growth.
"In any given moment, we have two options: to step forward into growth or to step back into safety." — Abraham Maslow.
</h2>

</div>
Expand All @@ -123,21 +123,42 @@ <h2 class="fw1 f5 f3-l white-80 measure-wide-l center lh-copy mt3 mb4">

<main class="pb7" role="main">

<article class="pa3 pa4-ns nested-copy-line-height nested-img">
<section class="cf ph3 ph5-l pv3 pv4-l f4 tc-l center measure-wide lh-copy mid-gray"><figure>
<img src="https://tdayeni.github.io/Portfolio/images/standing.JPG"/> <figcaption>
<h4>Daniel Ayeni</h4>
</figcaption>
</figure>

<p>Personal Profile</p>
</section>
<section class="flex-ns flex-wrap justify-around mt5">

</section>
<article class="pa3 pa4-ns nested-copy-line-height nested-img">
<section class="cf ph3 ph5-l pv3 pv4-l f4 tc-l center measure-wide lh-copy mid-gray">

<figure>
<img src="https://tdayeni.github.io/Portfolio/images/standing.JPG" alt="Daniel Ayeni" />
<figcaption>
<h4>Daniel Ayeni</h4>
</figcaption>
</figure>

<p>
I’m Daniel Ayeni, currently a surveyor transitioning into a career as a data engineer. Through dedicated
self-learning and project work, I’ve developed strong expertise in cloud-based data engineering, focusing on
building scalable data pipelines and leveraging tools like <strong>Python</strong>, <strong>SQL</strong>, and
<strong>Apache Spark</strong>.
</p>

<p>
My experience spans real-time data processing, machine learning, and geospatial analysis, gained from projects
like the <strong>Pinterest Data Pipeline</strong> and <strong>Multinational Retail Database</strong>.
</p>

<p>
With my foundation in surveying and geospatial sciences, paired with new technical skills in data engineering, I’m
eager to contribute to solving complex data challenges and driving business insights.
</p>

</section>

<section class="flex-ns flex-wrap justify-around mt5">
<!-- Content for this section goes here -->
</section>

</article>


</main>
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
Expand Down
Binary file modified images/standing.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 13 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,15 +162,15 @@ <h1 class="flex-none">


<div class="pr3-ns mb4 mb0-ns w-100 w-40-ns">
<a href="https://tdayeni.github.io/Portfolio/post/spatial-econometrics-r/" class="db grow">
<a href="images/PinterestPipeline.jpg" class="db grow">
<img src="https://tdayeni.github.io/Portfolio/images/PinterestPipeline.jpg" class="img" alt="image from Spatial Econometrics (R) ">
</a>
</div>

<div class="blah w-100 w-60-ns pl3-ns">
<h1 class="f3 fw1 athelas mt0 lh-title">
<a href="https://tdayeni.github.io/Portfolio/post/spatial-econometrics-r/" class="color-inherit dim link">
Spatial Econometrics (R)
AWS Data Engineering Pintrest Pipeline
</a>
</h1>
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links">
Expand All @@ -194,20 +194,24 @@ <h1 class="f3 fw1 athelas mt0 lh-title">



<div class="pr3-ns mb4 mb0-ns w-100 w-40-ns">
<a href="https://tdayeni.github.io/Portfolio/post/flood-emergency-planning-software/" class="db grow">
<img src="https://tdayeni.github.io/Portfolio/images/Output.png" class="img" alt="image from Flood Emergency Planning Software (Python)">
</a>
</div>
<div class="pr3-ns mb4 mb0-ns w-100 w-40-ns">
<a href="images/multirealtionaldatabase.jpg" class="db grow">
<img src="images/multirealtionaldatabase.jpg" class="img"
alt="image from Flood Emergency Planning Software (Python)">
</a>
</div>

<div class="blah w-100 w-60-ns pl3-ns">
<h1 class="f3 fw1 athelas mt0 lh-title">
<a href="https://tdayeni.github.io/Portfolio/post/flood-emergency-planning-software/" class="color-inherit dim link">
Muiltinational Relation
Multi-relational Database Pipeline
</a>
</h1>
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links">
Advanced Python programming to solve real-world issues Network creation and manipulation Collaborative programming and documentation Moi Link to the Repository
The Multinational Retail Data Centralisation project consolidates data from multiple sources, such as AWS RDS, PDFs,
APIs, and AWS S3 buckets, into a centralised PostgreSQL database. It involves cleaning the data using Python tools, such
as Pandas, and creating a star-schema database to optimise querying and analysis, facilitating insights such as sales
metrics and regional performance.
</div>
<a href="https://tdayeni.github.io/Portfolio/post/flood-emergency-planning-software/" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>

Expand Down
Loading

0 comments on commit 3cbaaf9

Please sign in to comment.