From c95d6bd2ff9fff9ad68ed286040792b56ad51615 Mon Sep 17 00:00:00 2001 From: Ashiqur Rahman Alif <62181222+aratheunseen@users.noreply.github.com> Date: Mon, 7 Mar 2022 04:39:16 +0600 Subject: [PATCH] update homepage desihn --- components/styles/css/custom.css | 14 +- pages/account/login-page.php | 2 +- pages/common/header.php | 28 +- pages/homepage/j-n.php | 337 ------------------------ pages/homepage/journal-post.php | 435 +++++++++++++++++++++++++++++++ pages/homepage/main-index.php | 2 +- verification.php | 4 +- 7 files changed, 463 insertions(+), 359 deletions(-) delete mode 100644 pages/homepage/j-n.php create mode 100644 pages/homepage/journal-post.php diff --git a/components/styles/css/custom.css b/components/styles/css/custom.css index dd52aa9..7d02ee0 100644 --- a/components/styles/css/custom.css +++ b/components/styles/css/custom.css @@ -61,7 +61,6 @@ body { .login-button { margin: 7px 5px 7px auto; display: block; - width: max-content; } .sign-link { @@ -98,7 +97,7 @@ body { text-decoration: none; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; border: 1px solid #fff; - width: 100%; + width: 48%; } .sign-link:hover { @@ -107,6 +106,13 @@ body { } } +@media only screen and (max-width: 991px) { + .sign-link { + width: 49%; + } + +} + /* Modal */ .modal-content { background-color: #282d36; @@ -231,11 +237,11 @@ a { } ::-webkit-scrollbar-thumb { - background: transparent + background: transparent; } ::-webkit-scrollbar-track { - background-color: transparent + background-color: transparent; } #pnav-wrapper { diff --git a/pages/account/login-page.php b/pages/account/login-page.php index da97738..bb8ae9c 100644 --- a/pages/account/login-page.php +++ b/pages/account/login-page.php @@ -41,7 +41,7 @@

Don't have an account? [Register Here]

-

Have an inactive account? Have an inactive account? [Activate Here]

diff --git a/pages/common/header.php b/pages/common/header.php index 813b270..8ac21c6 100644 --- a/pages/common/header.php +++ b/pages/common/header.php @@ -121,22 +121,22 @@
- " . $fetch['first_name'] . " " . $fetch['last_name'] . ""; - }else{ - echo "Login"; - } - ?> - Register"; - } - ?> + echo "" . $fetch['first_name'] . " " . $fetch['last_name'] . ""; + }else{ + echo "Login"; + } + ?> + Register"; + } + ?>
diff --git a/pages/homepage/j-n.php b/pages/homepage/j-n.php deleted file mode 100644 index ca2a5f3..0000000 --- a/pages/homepage/j-n.php +++ /dev/null @@ -1,337 +0,0 @@ - - - - -
-
- -
-
-
- - - -
- - - -
-
- - - -
diff --git a/pages/homepage/journal-post.php b/pages/homepage/journal-post.php new file mode 100644 index 0000000..337e872 --- /dev/null +++ b/pages/homepage/journal-post.php @@ -0,0 +1,435 @@ + + +
+
+ +
+
+
+
+ + +
+
+
+
+ +
+ Fetured Journal Posts +

Bitcoin: A Peer-to-Peer Electronic Cash System

+

+ Bitcoin has emerged as the most successful crypto currency since its appearance back in 2009. Besides its security robustness, two main properties have probably been its key to success: anonymity and decentralization. In this paper, we provide a comprehensive description on the details that make such cryptocurrency an interesting research topic in the privacy community. We perform an exhaustive review of the bitcoin anonymity research papers that have been published so far and we outline some research challenges on that topic. +

+
+
+
+ + + +
+
+ + + + + +
+
+ +
+
\ No newline at end of file diff --git a/pages/homepage/main-index.php b/pages/homepage/main-index.php index 117f8a8..bb9c763 100644 --- a/pages/homepage/main-index.php +++ b/pages/homepage/main-index.php @@ -1,4 +1,4 @@ diff --git a/verification.php b/verification.php index 482cb0f..3cc09f6 100644 --- a/verification.php +++ b/verification.php @@ -1,6 +1,6 @@