commit a426195b7e76fc9ed7959c7717fff434a9bbc44a Author: GNUxeava Date: Tue Mar 8 22:08:45 2022 +0530 final commit diff --git a/Screenshot_2021-07-02_12-20-32.png b/Screenshot_2021-07-02_12-20-32.png new file mode 100644 index 0000000..83d9950 Binary files /dev/null and b/Screenshot_2021-07-02_12-20-32.png differ diff --git a/Screenshot_2021-07-02_14-15-19.png b/Screenshot_2021-07-02_14-15-19.png new file mode 100644 index 0000000..3521dfa Binary files /dev/null and b/Screenshot_2021-07-02_14-15-19.png differ diff --git a/Screenshot_2021-07-03_19-30-38.png b/Screenshot_2021-07-03_19-30-38.png new file mode 100644 index 0000000..70eb675 Binary files /dev/null and b/Screenshot_2021-07-03_19-30-38.png differ diff --git a/Screenshot_2021-07-03_19-31-24.png b/Screenshot_2021-07-03_19-31-24.png new file mode 100644 index 0000000..590a7c0 Binary files /dev/null and b/Screenshot_2021-07-03_19-31-24.png differ diff --git a/Screenshot_2021-07-04_13-45-33.png b/Screenshot_2021-07-04_13-45-33.png new file mode 100644 index 0000000..9936910 Binary files /dev/null and b/Screenshot_2021-07-04_13-45-33.png differ diff --git a/Screenshot_2021-07-04_13-49-33.png b/Screenshot_2021-07-04_13-49-33.png new file mode 100644 index 0000000..6a9f7cf Binary files /dev/null and b/Screenshot_2021-07-04_13-49-33.png differ diff --git a/Screenshot_2021-07-04_14-52-46.png b/Screenshot_2021-07-04_14-52-46.png new file mode 100644 index 0000000..5dce714 Binary files /dev/null and b/Screenshot_2021-07-04_14-52-46.png differ diff --git a/about.html b/about.html new file mode 100644 index 0000000..d085a62 --- /dev/null +++ b/about.html @@ -0,0 +1,111 @@ + + + + + + + + +
+

About Us

+

Group Members and Instructors Details

+
+ +

Instructors

+
+
+
+
+

Palwinder Kaur Mangat

+

Database Management

+
+
+
+ +
+
+
+

Priyanka Rawat

+

Html, CSS and Javascript

+
+
+
+ +

Group Members

+
+
+
+
+

Aditya Kumar

+

Project Head

+

UID : 20BCS7555

+
+
+
+ +
+
+
+

Akash Bulla

+

Helping Hand

+

UID : 20BCS7581

+
+
+
+
+ + + diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..bac4355 --- /dev/null +++ b/contact.html @@ -0,0 +1,68 @@ + + + + + + + +
+

!!! Contact Us !!!

+
+
+
+

Chandigarh University

+

Get In Touch with Us

+
+
+
+ download +
+
+

Address

+
NH-95, Ludhiana - Chandigarh State Hwy, Punjab 140413
+
+

Phone

+
1800 1212 88800
+
+91-8146948000 (General Enquiry)
+
+91-8146947000 (Technical Support)
+
+

Email

+
cucet@cumail.in
+
+
+
+ + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..80e779e --- /dev/null +++ b/index.html @@ -0,0 +1,45 @@ + + + + + + Serverless Solutions + + + + + + + +
+

Serverless Solutions

+
+ +
+

Deploy fast using our state-of-the-art servers that scale well to suit your needs.

+

Register now to get notified when we go live. First 2000 subscribers get free deployment for 6 months upto 4 vCPUs + 4 GB RAM + 25 GB SSD space

+ +
+
+ + +
+ +
+ + server +
+
+ +
+ © 2021 Serverless Solutions +
+ + + + diff --git a/pic1-transparent.png b/pic1-transparent.png new file mode 100644 index 0000000..84cb793 Binary files /dev/null and b/pic1-transparent.png differ diff --git a/pic1.jpg b/pic1.jpg new file mode 100644 index 0000000..42bd43e Binary files /dev/null and b/pic1.jpg differ diff --git a/pic1.png b/pic1.png new file mode 100644 index 0000000..95c2a06 Binary files /dev/null and b/pic1.png differ diff --git a/pic2.png b/pic2.png new file mode 100644 index 0000000..dd84305 Binary files /dev/null and b/pic2.png differ diff --git a/register.php b/register.php new file mode 100644 index 0000000..f819b19 --- /dev/null +++ b/register.php @@ -0,0 +1,12 @@ +If you are sure this is not the case then please contact the site administrator immediately.'; +} +pg_close($db_handle); +?> \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..84f741c --- /dev/null +++ b/style.css @@ -0,0 +1,169 @@ +@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@800&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap'); + +html { + height: 100%; +} + +body { + background-image: linear-gradient(135deg, #266bff, #59cfa3); + background-repeat: no-repeat; + color: white; +} + +header, main, footer { + margin-left: 100px; + padding-top: 10px; +} + +header { + font-family: 'Raleway', sans-serif; + font-size: 250%; +} + +main { + font-family: 'Lato', sans-serif; +} + +footer { + padding-top: 200px; +} + +p { + font-size: 125%; +} + +form { + border-radius: 15px; + background-image: linear-gradient(315deg, #266bff, #59cfa3); + padding: 25px 10px; + width: fit-content; +} + +.email { + margin-top: 15px; + height: 25px; + border: none; + border-radius: 10px; + padding: 12px 20px; + width: 350px; +} + +input[type=submit] { + background-color: #59cfa3; + color: white; + margin-left: 15px; + padding: 12px 20px; + border: none; + border-radius: 10px; + cursor: pointer; + font-family: 'Raleway', sans-serif; + font-size: 125%; +} + +label { + font-family: 'Raleway', sans-serif; + font-size: 200%; +} + +nav { + float: right; + margin-top: 25px; + margin-right: 100px; +} + +a { + font-family: 'Raleway', sans-serif; + font-size: 135%; + color: white; + padding: 14px 25px; + text-align: center; + text-decoration: none; +} + +a:hover, a:active{ + background-color: rgb(75, 207, 207); + border-radius: 25px; + transition: 0.5s; +} + +figure { + float: right; + margin-top: -150px; + margin-right: 200px; + max-width: 100%; + min-width: none; + height: auto; +} + +/* too tired to remove code duplication and I am afraid things will break; +is this what legacy programs feel like? Yikes!*/ +@media all and (max-width: 768px) { + body + { + position: absolute; + text-align:center; + } + + header { + margin-top: 100px; + } + + nav { + float: center; + margin-top: 25px; + } + + header, main, footer { + margin-left: 0px; + padding: 0px; + } + + a, form { + margin-left: auto; + margin-right: auto; + width: fit-content; + } + .email { + margin-bottom: 20px; + } +} + + +/* here we define rules for mobile devices */ +@media all and (max-width: 480px) { + body + { + background-size: cover; + background-image: none; + background-color:rgb(75, 143, 207); + position:absolute; + text-align:center; + margin: 0px; + padding: 0px; + } + + header { + margin-top: 100px; + } + + nav { + float: center; + margin-top: 25px; + } + + header, main, footer { + margin-left: 0px; + padding: 0px; + } + + form { + margin-left: auto; + margin-right: auto; + width: fit-content; + } + .email { + margin-bottom: 20px; + } +}