diff --git a/src/pages/home/algorithmSection/algorithm.section.jsx b/src/pages/home/algorithmSection/algorithm.section.jsx index 35a786f..9f70c27 100644 --- a/src/pages/home/algorithmSection/algorithm.section.jsx +++ b/src/pages/home/algorithmSection/algorithm.section.jsx @@ -1,9 +1,50 @@ import React from "react"; // import "./home.section.css"; + +const CustomWaterMark = (props) => { + return ( + + +

+ PUB. IN +

+

+ 1956 +

+
+
+ ); +}; + export default function AlgorithmSection() { return ( -
-
+
+