From 7ead78a10340f0afd0af35877690d98c7a56e1d3 Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Thu, 28 Mar 2024 21:09:20 +0530 Subject: [PATCH] (feat): integrated aos --- htdocs/assets/_integrate.php | 2 + htdocs/assets/js/aos-config.js | 3 ++ htdocs/assets/style.css | 69 +++++----------------------------- htdocs/contact.php | 1 + htdocs/home.php | 1 + htdocs/projects.php | 1 + 6 files changed, 17 insertions(+), 60 deletions(-) create mode 100644 htdocs/assets/js/aos-config.js diff --git a/htdocs/assets/_integrate.php b/htdocs/assets/_integrate.php index e8b575d..36e4fec 100644 --- a/htdocs/assets/_integrate.php +++ b/htdocs/assets/_integrate.php @@ -4,6 +4,7 @@ + @@ -11,6 +12,7 @@ + + \ No newline at end of file diff --git a/htdocs/home.php b/htdocs/home.php index 6eada49..b3c8db2 100644 --- a/htdocs/home.php +++ b/htdocs/home.php @@ -224,5 +224,6 @@ write_dataset($conn); + \ No newline at end of file diff --git a/htdocs/projects.php b/htdocs/projects.php index 6ad1dc5..11187b1 100644 --- a/htdocs/projects.php +++ b/htdocs/projects.php @@ -190,5 +190,6 @@ $years = create_project_years_array($conn); + \ No newline at end of file