diff --git a/team#17-(3)/.DS_Store b/team#17-(3)/.DS_Store new file mode 100644 index 0000000..e9efa9a Binary files /dev/null and b/team#17-(3)/.DS_Store differ diff --git a/team#17-(3)/CSS/equipment.css b/team#17-(3)/CSS/equipment.css new file mode 100644 index 0000000..5b5798d --- /dev/null +++ b/team#17-(3)/CSS/equipment.css @@ -0,0 +1,316 @@ +.backgroundImage +{ + height: 35vw; + width: 100%; + /* position: absolute; */ + z-index: -1; +} +.bgimage +{ + position: relative; + text-align: center; + color: rgb(64, 11, 124); +} +.backgroundImage:hover{ + opacity: 90%; +} +.txtOverImg { + position: absolute; + top: 27%; + left: 50%; + transform: translate(-50%, -50%); +} +.txtOverImg2{ + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} +.txtOverImg3{ + position: absolute; + top: 63%; + left: 50%; + transform: translate(-50%, -50%); +} + + + .sbx-google { + display: inline-block; + position: relative; + width: 500px; + height: 41px; + white-space: nowrap; + box-sizing: border-box; + font-size: 14px; + } + + .sbx-google__wrapper { + width: 100%; + height: 141%; + } + + .sbx-google__input { + display: inline-block; + transition: box-shadow .4s ease, background .4s ease; + border: 0; + border-radius: 4px; + box-shadow: inset 0 0 0 1px #CCCCCC; + background: #FFFFFF; + padding: 0; + padding-right: 77px; + padding-left: 11px; + width: 100%; + height: 100%; + vertical-align: middle; + white-space: normal; + font-size: inherit; + appearance: none; + } + + .sbx-google__input::-webkit-search-decoration, .sbx-google__input::-webkit-search-cancel-button, .sbx-google__input::-webkit-search-results-button, .sbx-google__input::-webkit-search-results-decoration { + display: none; + } + + .sbx-google__input:hover { + box-shadow: inset 0 0 0 1px #b3b3b3; + } + + .sbx-google__input:focus, .sbx-google__input:active { + outline: 0; + box-shadow: inset 0 0 0 1px #3E82F7; + background: #FFFFFF; + } + + .sbx-google__input::placeholder { + color: #AAAAAA; + } + + .sbx-google__submit { + position: absolute; + top: 0; + right: 0; + left: inherit; + margin: 0; + border: 0; + border-radius: 0 3px 3px 0; + background-color: #3e82f7; + padding: 0; + width: 49px; + height: 141%; + vertical-align: middle; + text-align: center; + font-size: inherit; + user-select: none; + } + + .sbx-google__submit::before { + display: inline-block; + margin-right: -4px; + height: 100%; + vertical-align: middle; + content: ''; + } + + .sbx-google__submit:hover, .sbx-google__submit:active { + cursor: pointer; + } + + .sbx-google__submit:focus { + outline: 0; + } + + .sbx-google__submit svg { + width: 21px; + height: 21px; + vertical-align: middle; + fill: #FFFFFF; + } + + .sbx-google__reset { + display: none; + position: absolute; + top: 10px; + right: 56px; + margin: 0; + border: 0; + background: none; + cursor: pointer; + padding: 0; + font-size: inherit; + user-select: none; + fill: rgba(0, 0, 0, 0.5); + } + + .sbx-google__reset:focus { + outline: 0; + } + + .sbx-google__reset svg { + display: block; + margin: 4px; + width: 13px; + height: 13px; + } + + .sbx-google__input:valid ~ .sbx-google__reset { + display: block; + animation-name: sbx-reset-in; + animation-duration: .15s; + } + + @keyframes sbx-reset-in { + 0% { + transform: translate3d(-20%, 0, 0); + opacity: 0; + } + 100% { + transform: none; + opacity: 1; + } + } +/* NEED equipment */ + + +.myButton { + box-shadow: 0px 10px 14px -7px #276873; + background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%); + background-color:#599bb3; + border-radius:8px; + display:inline-block; + cursor:pointer; + color:#ffffff; + font-family:Arial; + font-size:20px; + font-weight:bold; + padding:13px 32px; + text-decoration:none; + text-shadow:0px 1px 0px #3d768a; +} +.myButton:hover { + background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%); + background-color:#408c99; +} +.myButton:active { + position:relative; + top:1px; +} + +/* Info */ +#info +{ + margin-top: 9vw; + margin-bottom: 9vw; + margin-left: auto; + display: flex; + justify-content: center; + +} +.check +{ + + width:15vw; + height:15vw; + display:inline-flex; + margin: 0%; + +} + + + +/* moto */ +.moto{ + margin: 10px; + text-align: center; + +} + +/* list equipment */ +.btn { + -webkit-border-radius: 60; + -moz-border-radius: 60; + border-radius: 60px; + font-family: Arial; + color: #ffffff; + font-size: 26px; + background: #2d93d6; + padding: 14px 27px 17px 29px; + text-decoration: none; + } + + .btn:hover { + background: #2b94d6; + text-decoration: none; + } + +/* Connect */ +.connect{ + height: 30vw; + width: 45%; +} + +.dealHeading{ +font-weight: bold; +margin: 20px; +text-align: center; +font-size: 2rem; +} +.dealFooter{ +margin: 20px; +font-size: 1.5rem; +text-align: center; +} + +.imgCheck{ +width: 6rem; +} + + +.bgimage2 +{ + position: relative; + text-align: center; + color:White; +} +.bgimage2:hover{ + opacity: 90%; +} +.txtOverImg2 { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + +/* Contact US */ +.contact-us{ + margin: 5%; + text-align: center; + +} +/* Send message button*/ +.Sendbtn { + background: #3498db; + background-image: -webkit-linear-gradient(top, #3498db, #2980b9); + background-image: -moz-linear-gradient(top, #3498db, #2980b9); + background-image: -ms-linear-gradient(top, #3498db, #2980b9); + background-image: -o-linear-gradient(top, #3498db, #2980b9); + background-image: linear-gradient(to bottom, #3498db, #2980b9); + -webkit-border-radius: 6; + -moz-border-radius: 6; + border-radius: 6px; + font-family: Arial; + color: #ffffff; + font-size: 20px; + padding: 10px 20px 10px 20px; + text-decoration: none; +} + +.Sendbtn:hover { + background: #3cb0fd; + background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db); + background-image: -moz-linear-gradient(top, #3cb0fd, #3498db); + background-image: -ms-linear-gradient(top, #3cb0fd, #3498db); + background-image: -o-linear-gradient(top, #3cb0fd, #3498db); + background-image: linear-gradient(to bottom, #3cb0fd, #3498db); + text-decoration: none; +} \ No newline at end of file diff --git a/team#17-(3)/CSS/navBar.css b/team#17-(3)/CSS/navBar.css new file mode 100644 index 0000000..f037956 --- /dev/null +++ b/team#17-(3)/CSS/navBar.css @@ -0,0 +1,43 @@ +.bkcg{ + background-color:#54436B; +} +.nav-item{ + margin-left: 1rem; + margin-right: 1rem; + } + .nav-link{ + color:white + } + .firstbutton{ + margin-right: 1rem; + margin-left: 1rem; + color: #adb5bd; + text-decoration: none; + text-align: center; + border: 2px solid; + padding: 10px 15px; + border-radius: 12%; + } + + .secondbutton{ + padding-left: 1rem; + padding-right: 1rem; + word-wrap: normal; + color: #adb5bd; + text-decoration: none; + text-align: center; + border: 2px solid; + padding: 10px 15px; + border-radius: 12%; + } + .firstbutton:hover,.secondbutton:hover{ + background-color:#adb5bd; + color: white; + text-decoration: none; + } + .textColor{ + color: white; + } + .textColor:hover{ + color:white; + } \ No newline at end of file diff --git a/team#17-(3)/CSS/styles.css b/team#17-(3)/CSS/styles.css new file mode 100644 index 0000000..3d91ea3 --- /dev/null +++ b/team#17-(3)/CSS/styles.css @@ -0,0 +1,130 @@ +body { + padding-top: 3rem; + padding-bottom: 3rem; + background-color: green; +} + + +.nav-item{ + margin-left: 1rem; + margin-right: 1rem; +} + +.firstbutton{ + margin-right: 1rem; + margin-left: 1rem; + color: #adb5bd; + text-decoration: none; + text-align: center; + border: 2px solid; + padding: 10px 15px; + border-radius: 12%; +} + +.secondbutton{ + padding-left: 1rem; + padding-right: 1rem; + word-wrap: normal; + color: #adb5bd; + text-decoration: none; + text-align: center; + border: 2px solid; + padding: 10px 15px; + border-radius: 12%; +} +#firstbutton:hover,#secondbutton:hover{ + background-color:#adb5bd; + color: white; +} + +/* Carousel base class */ +.carousel { + margin-bottom: 4rem; +} +/* Since positioning the image, we need to help out the caption */ +.carousel-caption { + bottom: 3rem; + z-index: 10; +} + +/* Declare heights because of positioning of img element */ +.carousel-item { + height:32rem; +} +.carousel-item > img { + position: absolute; + top: 0; + left: 0; + min-width: 100%; + height: 32rem; +} + + /* FEATURATES */ + +.featurette-divider { + margin: 5rem 0; /* Space out the Bootstrap
more */ +} + +/* Thin out the marketing headings */ +.featurette-heading { + font-weight: 300; + line-height: 1; + /* rtl:remove */ + letter-spacing: -.05rem; +} + + +.marketing .col-lg-4 { + margin-bottom: 1.5rem; + text-align: center; +} +.marketing h2 { + font-weight: 400; +} +/* rtl:begin:ignore */ +.marketing .col-lg-4 p { + margin-right: .75rem; + margin-left: .75rem; +} + +#weoffer a:hover{ + color: whitesmoke; +} +#useful-links a:hover{ + color:white; +} + +#connected{ + margin-left: 2rem; +} +#social-icons { + margin-left: 0.5rem; + margin-right: 0.5rem; + color: black; +} +@media (min-width: 40em) { + /* Bump up size of carousel content */ + .carousel-caption p { + margin-bottom: 1.25rem; + font-size: 1.25rem; + line-height: 1.4; + } + + .featurette-heading { + font-size: 50px; + } +} + +@media (min-width: 62em) { + .featurette-heading { + margin-top: 7rem; + } +} +.textColor{ + color: white; + text-decoration: none; +} +.textColor:hover{ + color:whitesmoke + +} \ No newline at end of file diff --git a/team#17-(3)/Images/about.jpg b/team#17-(3)/Images/about.jpg new file mode 100644 index 0000000..853e85c Binary files /dev/null and b/team#17-(3)/Images/about.jpg differ diff --git a/team#17-(3)/Images/carousel company .jpg b/team#17-(3)/Images/carousel company .jpg new file mode 100644 index 0000000..5e59b83 Binary files /dev/null and b/team#17-(3)/Images/carousel company .jpg differ diff --git a/team#17-(3)/Images/carousel service.jpg b/team#17-(3)/Images/carousel service.jpg new file mode 100644 index 0000000..39cdc52 Binary files /dev/null and b/team#17-(3)/Images/carousel service.jpg differ diff --git a/team#17-(3)/Images/carousel skill.jpg b/team#17-(3)/Images/carousel skill.jpg new file mode 100644 index 0000000..ad2519f Binary files /dev/null and b/team#17-(3)/Images/carousel skill.jpg differ diff --git a/team#17-(3)/Images/check.png b/team#17-(3)/Images/check.png new file mode 100644 index 0000000..7fb66b1 Binary files /dev/null and b/team#17-(3)/Images/check.png differ diff --git a/team#17-(3)/Images/chris-ensminger-yJDZTDeHeG8-unsplash.jpg b/team#17-(3)/Images/chris-ensminger-yJDZTDeHeG8-unsplash.jpg new file mode 100644 index 0000000..075d3c0 Binary files /dev/null and b/team#17-(3)/Images/chris-ensminger-yJDZTDeHeG8-unsplash.jpg differ diff --git a/team#17-(3)/Images/farmer.jpg b/team#17-(3)/Images/farmer.jpg new file mode 100644 index 0000000..f8d28f0 Binary files /dev/null and b/team#17-(3)/Images/farmer.jpg differ diff --git a/team#17-(3)/Images/image1.jpg b/team#17-(3)/Images/image1.jpg new file mode 100644 index 0000000..ca70ccc Binary files /dev/null and b/team#17-(3)/Images/image1.jpg differ diff --git a/team#17-(3)/Images/image2.jpg b/team#17-(3)/Images/image2.jpg new file mode 100644 index 0000000..8facb7c Binary files /dev/null and b/team#17-(3)/Images/image2.jpg differ diff --git a/team#17-(3)/Images/image3.jpg b/team#17-(3)/Images/image3.jpg new file mode 100644 index 0000000..6ebae5e Binary files /dev/null and b/team#17-(3)/Images/image3.jpg differ diff --git a/team#17-(3)/Images/image4.jpg b/team#17-(3)/Images/image4.jpg new file mode 100644 index 0000000..7127d98 Binary files /dev/null and b/team#17-(3)/Images/image4.jpg differ diff --git a/team#17-(3)/Images/labour shortage.webp b/team#17-(3)/Images/labour shortage.webp new file mode 100644 index 0000000..104f3b3 Binary files /dev/null and b/team#17-(3)/Images/labour shortage.webp differ diff --git a/team#17-(3)/Images/loren-king-EA45-AXlvWk-unsplash.jpg b/team#17-(3)/Images/loren-king-EA45-AXlvWk-unsplash.jpg new file mode 100644 index 0000000..892182b Binary files /dev/null and b/team#17-(3)/Images/loren-king-EA45-AXlvWk-unsplash.jpg differ diff --git a/team#17-(3)/Images/low output.jpg b/team#17-(3)/Images/low output.jpg new file mode 100644 index 0000000..845c1a5 Binary files /dev/null and b/team#17-(3)/Images/low output.jpg differ diff --git a/team#17-(3)/Images/services.png b/team#17-(3)/Images/services.png new file mode 100644 index 0000000..697e3e9 Binary files /dev/null and b/team#17-(3)/Images/services.png differ diff --git a/team#17-(3)/Images/tomas-hertogh-eS6rqvLx7o0-unsplash (1).jpg b/team#17-(3)/Images/tomas-hertogh-eS6rqvLx7o0-unsplash (1).jpg new file mode 100644 index 0000000..4619853 Binary files /dev/null and b/team#17-(3)/Images/tomas-hertogh-eS6rqvLx7o0-unsplash (1).jpg differ diff --git a/team#17-(3)/Images/tractor (2).png b/team#17-(3)/Images/tractor (2).png new file mode 100644 index 0000000..df8812e Binary files /dev/null and b/team#17-(3)/Images/tractor (2).png differ diff --git a/team#17-(3)/Images/tractorEquipment.jpeg b/team#17-(3)/Images/tractorEquipment.jpeg new file mode 100644 index 0000000..df7310d Binary files /dev/null and b/team#17-(3)/Images/tractorEquipment.jpeg differ diff --git a/team#17-(3)/README.md b/team#17-(3)/README.md new file mode 100644 index 0000000..1b40f5e --- /dev/null +++ b/team#17-(3)/README.md @@ -0,0 +1,74 @@ +# Project Name: +Company Name:AgroBay + +# Tagline: + +India is a developing country, the majority of its population belong to the rural area, and their primary job is agriculture. But it’s been decades since these rural people are living the same way they used to live 30 years ago. It is because agriculture in India is not a profit-making job anymore. + +So as the farmers face many problems in Agriculture every year, we have tried to list out two major problems from it and work on its solution. +Problems: +Labour Shortage +Lack of Modern Technologies + +Everyone thinks there is ample farm labour available. But the problem is the availability of labour at the right time and at the right cost. At peak times, like sowing, transplanting, harvesting, etc., it is very difficult to get sufficient farm labour. + +One solution to address major problems faced by farmers is greater reliance on technology, be it through farm mechanization, the use of weedicides or genetic engineering, that can lower input and time costs. There are two reasons why farmers are not using modern equipment. First, they are not aware, and second, they can’t afford such equipment. +Also, Farmers should be encouraged to use such labour-saving options instead of being burdened with the social objective of protecting rural employment and being denied access to new technology. + +# The Problem it solves: + + Regarding recruitment, the farmer will have a knowledge of the possible labour sources in his area and how to avail himself of these sources. +This will create an awareness to the rural people about the advancement of technology. Once they are familiar with new technology they can easily find a way to earn a daily wage. +Farmers can take advantage of big machinery by renting them only, there will be no need to buy. + + + +# Challenges We ran into: + +As people in the rural area are not much familiar with the new technology, first we have to train them properly so they can get benefit from our initiative. +It is difficult to rearrange the parts of damaged machinery in rural areas as there is a lack of service centres and skilled repairmen. +Lack of Transport Systems + + + + + + +# Important Features: + +Farmers can get the status of availability of labour in their area with just a few tap. + + + + + + + +# References: + +Article 1: +https://www.livemint.com/opinion/online-views/workers-are-moving-off-indian-farms-but-where-are-they-going-11616603448650.html + + + +# Technologies we used: + + +1)HTML5 +2)CSS3 +3)JAVASCRIPT +4)BOOTSTARP Framework + +# Contributors + +Aman Anand +Jimit Patel +Pranjal Katiyar +Pratyush Agrawal + + + +SLIDES: + +https://docs.google.com/presentation/d/115-pFlK4Ud7mxew7PcSQa-vDjJw17mJ7Ii4AC1ttmoI/edit?usp=sharing + diff --git a/team#17-(3)/about.html b/team#17-(3)/about.html new file mode 100644 index 0000000..6763681 --- /dev/null +++ b/team#17-(3)/about.html @@ -0,0 +1,354 @@ + + + + + + + + About + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+ about +
+

About Us

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

Our Aim

+ + +

+ As the farmers face many problems in Agriculture every year, we have tried to list out two major problems from it and work on its solution. +
+

Problems:
+
    +
  • Labour Shortage
  • +
  • Lack of Modern Technologies
  • +
+

+

Initiative

+ + +

Everyone thinks there is ample farm labour available. But the problem is the availability of labour at the right time and at the right cost. At peak times, like sowing, transplanting, harvesting, etc., it is very difficult to get sufficient farm labour. + + One solution to address major problems faced by farmers is greater reliance on technology, be it through farm mechanization, the use of weedicides or genetic engineering, that can lower input and time costs. There are two reasons why farmers are not using modern equipment. First, they are not aware, and second, they can’t afford such equipment. + Also,We will encourage farmers to use such labour-saving options instead of being burdened with the social objective of protecting rural employment and being denied access to new technology.

+ + +

Team

+

Members

+ +

Our team consist of following members.

+ + +
+
+
+
+
PRATYUSH AGRAWAL
+

TEAM LEADER

+ Profile +
+
+
+
+
+
+
PRANJAL KATIYAR
+

WEB DEVELOPER

+ Profile +
+
+
+
+
+
+
+
+
+
AMAN ANAND
+

WEB DEVELOPER

+ Profile +
+
+
+
+
+
+
JIMIT PATEL
+

WEB DEVELOPER

+ Profile +
+
+
+
+ + + + +
+
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/team#17-(3)/enterprise.html b/team#17-(3)/enterprise.html new file mode 100644 index 0000000..a10557b --- /dev/null +++ b/team#17-(3)/enterprise.html @@ -0,0 +1,267 @@ + + + + + + + + Enterprise + + + + + + + + + + + + +
+ +
+ +
+
+ +
+
+

Need someone to maximise your profit

+

if you want to earn more production in your agriculture business. it is the right place for you, we will connect you with those farmers who can give a good yield.

+ +
+
+ +
+
+
+

Wanna rent your machines ?

+

Maximize earning potential by serving more farmers through out the cropping cycle.need not to worry, we will connect you to desired farmers.

+ +
+
+ +
+
+

Wanna expand your farming business ?

+

Partnership with us and expand your wholesale business by selling the farming tools and chemicals at wholesale prices directly to the farmers.

+ +
+
+ +
+
+
+
+

Searching for someone to fullfill your needs.

+

Your customers demand top quality of foods.Their online shopping experience should be no different.connect with us for good experience.

+ +
+
+ +
+
+

Grow your wealth with passive investments in farming and agribusiness.

+

Agribusiness is a very important component of the economy in most countries since with population increase, the demand for agricultural products keeps rising. For this reason, investing in agribusiness means supporting an industry that provides a lot of value to the community.

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

Support

+

We back our flexible, integrated software with a choice of technical support options that range from the economical Basic Support for occasional users to VIP and Corporate Support for mission-critical, multi-user networks. Our state-of-the-art remote desktop service is just like having a support tech in your office!

+ +
+ Read more + +
+ + + + +
+ +
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/team#17-(3)/equipment.html b/team#17-(3)/equipment.html new file mode 100644 index 0000000..475b6c3 --- /dev/null +++ b/team#17-(3)/equipment.html @@ -0,0 +1,419 @@ + + + + + + + + Rent Farm Equipment + + + + + + + + + + + + + + +
+ +
+ + + + +
+
+ + + +
+

Rent Out Farm Equipment

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

We connect the person with one who want's it

+
+ +
+

Listing In 3 Steps

+ +
+
+
+
+
+ +
+
+ List your equipment for free +
+
+ Share your tractor, tiller, or any type of farm equipment. Listing takes only 2 minutes and is + free there are no sign-up charges and no monthly fees. +
+
+
+
+ +
+
+ Set your price & policy +
+
+ Set your own selling price. You can add daily or hourly prices as well. Choose the policy as per + your convenience.
+
+
+
+ +
+
+ Sit back & earn
+
+ Accept bookings. Get amount via direct deposit in to your bank account after successful job + completion.
+
+
+ +
+
+ +
+
+

Put your farm machinery on work

+ List equipment +
+
+ + + +
+ +
+

Connect With us

+
+
+
+
+
+
+

Contact Us

+
+ +
+
+
+
Reach Us Quickly +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/team#17-(3)/index.html b/team#17-(3)/index.html new file mode 100644 index 0000000..8afdb45 --- /dev/null +++ b/team#17-(3)/index.html @@ -0,0 +1,310 @@ + + + + + + + AgroBay + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + + + + + + + +
+ +
+ +
+
+

Are you getting lower outputs with higher inputs ?

+

One solution to address major problems faced by farmers is greater reliance on technology, be it through farm mechanization, the use of weedicides or genetic engineering, that can lower input and time costs.

+
+
+ + Trulli +
+
+ +
+ +
+
+

Don't Know where to avail the services.

+ +
+
+ + Services +
+
+ +
+ +
+
+

Are you facing shortage of labour

+

Farmers should be encouraged to use such labour-saving options instead of being burdened with the social objective of protecting rural employment and being denied access to new technology.

+
+
+ + Labour Shortage +
+
+ +
+ + + +
+ + + + + +
+ +
+ +
+ Get connected with us on social networks: +
+ + + +
+ + + + + + +
+ +
+ + + +
+
+ +
+ +
+ +
+ AgroBay +
+

+ Company short brief. +

+
+ + + +
+ +
+ We Offer +
+

+ Machinery +

+

+ Farming tools +

+

+ Labour +

+

+ Laravel +

+
+ + + + + + + +
+ +
+ Contact +
+

Sector 21, Greater Noida

+

UP - 201305

+

company@egoogle.com

+

+91 964xxxxxx

+
+ +
+ +
+
+ + + +
+ © 2021 Copyright: + AgroBay +
+ +
+ + + + + + \ No newline at end of file diff --git a/team#17-(3)/login.html b/team#17-(3)/login.html new file mode 100644 index 0000000..31899c7 --- /dev/null +++ b/team#17-(3)/login.html @@ -0,0 +1,128 @@ + + + + + Login + + + +
+
+
+

Login

+ +
+ + + + + + + + + + + + Not have an account.Sign up Here + + +
+ + +
+
+
+
+ + \ No newline at end of file diff --git a/team#17-(3)/signup.html b/team#17-(3)/signup.html new file mode 100644 index 0000000..13ae244 --- /dev/null +++ b/team#17-(3)/signup.html @@ -0,0 +1,157 @@ + + + + Signup + + + + + + + + + +
+
+ +
+

Sign Up

+

Please fill in this form to create an account.

+
+ + + + + + + + + + + + + Already have an account? Login here +

By creating an account you agree to our Terms & Privacy.

+ +
+ + +
+
+
+
+ + + \ No newline at end of file