diff --git a/EnotaryoPH/EnotaryoPH.Web/Pages/Index.cshtml b/EnotaryoPH/EnotaryoPH.Web/Pages/Index.cshtml index 40ddaa4..94d1f76 100644 --- a/EnotaryoPH/EnotaryoPH.Web/Pages/Index.cshtml +++ b/EnotaryoPH/EnotaryoPH.Web/Pages/Index.cshtml @@ -2,25 +2,132 @@ @model IndexModel @{ ViewData["Title"] = "Home page"; + Layout = "_Blank"; } -
-

Welcome

-

Learn about building Web apps with ASP.NET Core.

-
-
- -
- - - -@section Scripts { - -} \ No newline at end of file +
+
+ +
+
+
+

Notarize your documents from the comfort of your home or office 

+
+

Subscribe to our newsletter to get the latest updates.

+
+
+
+
+
+
+
+
+
+
+
+
+
+

How Does It Work?

+
+
+
+
+
+ + + + +
+

Take a Selfie

+
Use your phone or web camera
+

Sit back and relax while our facial recognition system analyze your identification.

+ Learn More + + + + +
+
+
+
+
+
+
+ + + + +
+

Upload the document

+
PDF and MS Word Documents
+

Simply upload your document and enter the necessary information and we will book an available notary public for you.

+ Learn More + + + + +
+
+
+
+
+
+
+ + + +
+

Video Conference

+
Meet with Notary Public
+

The final step is to talk to our notary public team. Once payment has been settled, you can now download the notarized document.

+ Learn More + + + + +
+
+
+
+
+
+
+
+

Got Any Questions?

+
+
+
+
+
+
+
+
+
+
+
+
+ diff --git a/EnotaryoPH/EnotaryoPH.Web/wwwroot/css/enotaryo.css b/EnotaryoPH/EnotaryoPH.Web/wwwroot/css/enotaryo.css index 97f591c..4908f6f 100644 --- a/EnotaryoPH/EnotaryoPH.Web/wwwroot/css/enotaryo.css +++ b/EnotaryoPH/EnotaryoPH.Web/wwwroot/css/enotaryo.css @@ -150,4 +150,21 @@ a span.sidemenu__menuitem__text { .validation-summary-errors li { list-style-type: none; -} \ No newline at end of file +} + +.underline:after { + content: ""; + position: absolute; + bottom: -2px; + left: 0; + width: 100%; + height: 8px; + border-radius: 5px; + background: var(--bs-success); + z-index: -1; +} + +.underline { + position: relative; +} + diff --git a/EnotaryoPH/EnotaryoPH.Web/wwwroot/images/landing_02.png b/EnotaryoPH/EnotaryoPH.Web/wwwroot/images/landing_02.png new file mode 100644 index 0000000..65c1a04 Binary files /dev/null and b/EnotaryoPH/EnotaryoPH.Web/wwwroot/images/landing_02.png differ