From 26876e56786f5aec7b228a8d4f964117dd5f51dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E9=92=B0=E8=B1=86=E8=B1=86?= Date: Tue, 15 May 2018 22:35:31 +0800 Subject: [PATCH] update --- about_crogram.php | 27 ++++ about_uiisc.php | 26 ++++ contact.php | 11 +- css/style.css | 197 +++++++++++++++++++++++---- footer.php | 82 ++++++------ headmate.php | 28 ++-- help.php | 39 ++++++ images/banner.jpg | Bin 0 -> 303085 bytes include/language.php | 12 +- include/language/en-US/language.php | 7 +- include/language/zh-CN/language.php | 7 +- include/language/zh-HK/language.php | 7 +- include/language/zh-TW/language.php | 7 +- index.php | 133 +++++++++--------- legal_cancellation-refund.php | 12 +- legal_payment-methods.php | 12 +- legal_privacy.php | 12 +- legal_terms.php | 11 +- login.php | 43 ++++-- nav.php | 76 +++++------ register.php | 182 +++++++++++++++++++++++++ reset_password.php | 8 +- resetpass.php | 52 +++++++ signup.php | 98 -------------- solution.php | 201 ++++++++++++++-------------- 25 files changed, 867 insertions(+), 423 deletions(-) create mode 100644 about_crogram.php create mode 100644 about_uiisc.php create mode 100644 help.php create mode 100644 images/banner.jpg create mode 100644 register.php create mode 100644 resetpass.php delete mode 100644 signup.php diff --git a/about_crogram.php b/about_crogram.php new file mode 100644 index 0000000..c1bf0cd --- /dev/null +++ b/about_crogram.php @@ -0,0 +1,27 @@ + + + + + + <?=$title?> - About Crogram + + + + +
+
+

CROGRAM

+

About Crogram, Inc.

+
+
+
+
+ +
+
+ + + \ No newline at end of file diff --git a/about_uiisc.php b/about_uiisc.php new file mode 100644 index 0000000..de6e8b0 --- /dev/null +++ b/about_uiisc.php @@ -0,0 +1,26 @@ + + + + + + <?=$title?> - About UIISC + + + + +
+
+

UIISC

+

About UIISC

+
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/contact.php b/contact.php index 80f9aea..b195bbd 100644 --- a/contact.php +++ b/contact.php @@ -11,20 +11,23 @@ +
+
+

+

+
+
-

Contact

If you have any problems or have the need to contact us to ask a question, you can use the integrated support system in your control panel to create a support ticket.

We will reply to your question as soon as possible.

-

For technical support please look at the Knowledge Base

+

For technical support please look at the Email Support

diff --git a/css/style.css b/css/style.css index 44d6f49..07aceff 100644 --- a/css/style.css +++ b/css/style.css @@ -1,45 +1,192 @@ +* { + margin: 0; + padding: 0; +} + +input { + border: 0; + outline-width: 0 !important; +} + +button { + outline-width: 0 !important; +} + body { - padding-top: 60px; - padding-bottom: 100px; - line-height: 1.5; - color: #000; - background-color: #fff; - outline: 0; - overflow-x: hidden; - overflow-y: auto; + padding-top: 51px; + padding-bottom: 100px; + line-height: 1.5; + color: #000; + background-color: #fff; + outline: 0; + overflow-x: hidden; + overflow-y: auto; } + .section-wrap { - padding: 10px 0; + padding: 10px 0; } + .section-wrap.title { - /*background: #349424;*/ - /*color: #fff;*/ - border-bottom: 1px solid; + border-bottom: 1px solid; } + +.home { + width: 100%; + height: 100%; + height: 100vh; + min-height: 100%; + position: relative; + color: #fff; + background: #0000008a; + background-image: url(../images/banner.jpg); + background-repeat: no-repeat; + background-size: cover; +} + +body.fixed-header-on { + padding-top: 0; +} + +.fixed-header-on .navbar-nav>li>a, +.fixed-header-on .navbar-brand { + color: #fff; +} + +.fixed-header-on .navbar-nav>li>a:hover, +.fixed-header-on .navbar-brand:hover { + color: #ffc400; +} + +.fixed-header-on .header { + background-color: rgba(0, 0, 0, 0); + border-color: rgba(0, 0, 0, 0); +} + +.fixed-header-on .footer { + border-color: transparent; + background-color: transparent; + background: transparent; +} + + +.home-banner { + position: absolute; + top: 50%; + left: 50%; + z-index: 20; + text-align: center; + -webkit-transform: translate(-50%, -50%); + -moz-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); +} + +.bs-docs-header { + position: relative; + padding: 30px 0; + color: #cdbfe3; + text-align: center; + text-shadow: 0 1px 0 rgba(0, 0, 0, .1); + background-color: #6f5499; + background-image: -webkit-gradient(linear, left top, left bottom, from(#563d7c), to(#6f5499)); + background-image: -webkit-linear-gradient(top, #563d7c 0%, #6f5499 100%); + background-image: -o-linear-gradient(top, #563d7c 0%, #6f5499 100%); + background-image: linear-gradient(to bottom, #563d7c 0%, #6f5499 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0); + background-repeat: repeat-x; +} + +.bs-docs-header { + margin-bottom: 40px; + font-size: 20px; +} + +.bs-docs-header h1 { + margin-top: 0; + color: #fff; +} + +.bs-docs-header p { + margin-bottom: 0; + font-weight: 300; + line-height: 1.4; +} + +.bs-docs-header .container { + position: relative; +} + +@media (min-width: 768px) { + .bs-docs-header { + padding-top: 60px; + padding-bottom: 60px; + font-size: 24px; + text-align: left; + } + .bs-docs-header h1 { + font-size: 60px; + line-height: 1; + } +} + +@media (min-width: 992px) { + .bs-docs-header h1, + .bs-docs-header p { + margin-right: 380px; + } +} + .terms_policies_menu ul { - list-style-type: circle; + list-style-type: circle; } -.form-signin { + +.form-account { max-width: 330px; padding: 15px; margin: 0 auto; } -.form-signin .form-control { + +.form-account .form-control { position: relative; height: auto; -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; padding: 10px; font-size: 16px; } -.form-signin input[name="uname"] { - margin-bottom: -1px; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; + +.form-domain { + max-width: 430px; + padding: 15px; + margin: 0 auto; } -.form-signin input[type="password"] { - margin-bottom: 10px; - border-top-left-radius: 0; - border-top-right-radius: 0; + +.form-domain input { + color: #fff; + background: transparent; } + +.form-domain .form-control:hover { + color: #333; + background-color: #fff; + background-image: none; +} + +@media (min-width: 300px) { + .form-domain { + min-width: 300px; + } +} + +@media (min-width: 768px) { + .form-domain { + max-width: 530px; + } +} + +@media (min-width: 992px) { + .form-domain { + max-width: 500px; + } +} \ No newline at end of file diff --git a/footer.php b/footer.php index 9f4ffec..fdd3de2 100644 --- a/footer.php +++ b/footer.php @@ -5,44 +5,48 @@ exit; } ?> -
+
-
-
\ No newline at end of file