Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
031fc23
homepage added
Prat2030 Sep 11, 2021
ada36d6
added readme file
Prat2030 Sep 11, 2021
2126cf4
checking
Prat2030 Sep 11, 2021
b2b52f0
hello
pranjalkatiyar Sep 11, 2021
763d466
check by Prat
Prat2030 Sep 11, 2021
2e71f05
hello aman
amananand917 Sep 11, 2021
0015beb
change
Prat2030 Sep 11, 2021
5186c67
change2
jimit-exe Sep 11, 2021
996a464
change
Prat2030 Sep 11, 2021
23b32bb
added footer in the homepage.
Prat2030 Sep 11, 2021
5d4b69f
added login and signup files
jimit-exe Sep 11, 2021
104e751
Merge branch 'team#17' of https://github.com/Prat2030/hackiiitv-ug202…
jimit-exe Sep 11, 2021
aae6294
added enterprise
amananand917 Sep 11, 2021
3f7130f
small changes
Prat2030 Sep 11, 2021
0060331
added about page
jimit-exe Sep 12, 2021
9875866
changes in enterprise section
Prat2030 Sep 12, 2021
51a29eb
Merge branch 'team#17' of https://github.com/Prat2030/hackiiitv-ug202…
jimit-exe Sep 12, 2021
3532f62
about file changes
jimit-exe Sep 12, 2021
0152c6e
added images and color to homepage
Prat2030 Sep 12, 2021
5bbb04e
about with profiles
jimit-exe Sep 12, 2021
256b07b
about bg change
jimit-exe Sep 12, 2021
09b12d6
Equipments
pranjalkatiyar Sep 12, 2021
de00dd2
about position
pranjalkatiyar Sep 12, 2021
3fa4c50
about image
jimit-exe Sep 12, 2021
1e73514
signup color change
jimit-exe Sep 12, 2021
ab7ec8f
changes in enterprise
amananand917 Sep 12, 2021
185ddd2
Merge branch 'team#17' of https://github.com/Prat2030/hackiiitv-ug202…
amananand917 Sep 12, 2021
6736c18
small change
amananand917 Sep 12, 2021
9af0bc3
login change
pranjalkatiyar Sep 12, 2021
8451475
Merge branch 'team#17' of https://github.com/Prat2030/hackiiitv-ug202…
pranjalkatiyar Sep 12, 2021
6b3df35
small change.
Prat2030 Sep 12, 2021
1bc8b13
check
Prat2030 Sep 12, 2021
89eea1d
nothing
pranjalkatiyar Sep 12, 2021
950e2b8
check
amananand917 Sep 12, 2021
cb094c9
changes to enterprise.
Prat2030 Sep 12, 2021
8bdb645
terget blank
jimit-exe Sep 12, 2021
055b274
equipment changes
pranjalkatiyar Sep 12, 2021
a588ff1
login, signup ,css button change
pranjalkatiyar Sep 12, 2021
9df5e8e
equipment.css
pranjalkatiyar Sep 12, 2021
8d23408
css linked in about , colour changed in login signup pages , added ab…
Prat2030 Sep 12, 2021
065c534
login,signup,equipment,(enterprise,navbar,styles,equipment css)
pranjalkatiyar Sep 12, 2021
472ddc9
Merge branch 'team#17' of https://github.com/Prat2030/hackiiitv-ug202…
pranjalkatiyar Sep 12, 2021
4563654
about jpg ,abourhtml enterprise loginhtml
pranjalkatiyar Sep 12, 2021
332f520
about , enterprise eindex footer changes
pranjalkatiyar Sep 12, 2021
aeacded
equipment changes
pranjalkatiyar Sep 12, 2021
b4d909b
FINAL
jimit-exe Sep 12, 2021
edef2d1
final submit
pranjalkatiyar Sep 12, 2021
0c8383e
final changes
pranjalkatiyar Sep 12, 2021
8220748
final chnage 2.0
pranjalkatiyar Sep 12, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added team#17-(3)/.DS_Store
Binary file not shown.
104 changes: 104 additions & 0 deletions team#17-(3)/CSS/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
body {
padding-top: 3rem;
padding-bottom: 3rem;
color: #5a5a5a;
}

.nav-item{
margin-left: 1rem;
margin-right: 1rem;
}

#firstbutton{
margin-right: 1rem;
margin-left: 1rem;
}
#secondbutton{
padding-left: 1rem;
padding-right: 1rem;
word-wrap: normal;
}

/* 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 <hr> 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{
background-color: #dfdede;
}
#useful-links a:hover{
background-color: #dfdede;
}

#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;
}
}
21 changes: 21 additions & 0 deletions team#17-(3)/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Tagline:

The problem it solves: (give reference from an article on the internet)
https://www.livemint.com/opinion/online-views/workers-are-moving-off-indian-farms-but-where-are-they-going-11616603448650.html

Challenges I ran into:

Technologies used:


21212312
hello
hello 2.0

Pratyush.

jadhfvajdh
hello aman

Hello All
Checking Version Control.
228 changes: 228 additions & 0 deletions team#17-(3)/enterprise.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,228 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>jumbotron</title>
<link rel="canonical" href="https://getbootstrap.com/docs/5.1/examples/jumbotron/">

<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<main>
<div class="container py-4">
<header class="pb-3 mb-4 border-bottom">
<a href="/" class="d-flex align-items-center text-dark text-decoration-none">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="32" class="me-2" viewBox="0 0 118 94" role="img"><title>Bootstrap</title><path fill-rule="evenodd" clip-rule="evenodd" d="M24.509 0c-6.733 0-11.715 5.893-11.492 12.284.214 6.14-.064 14.092-2.066 20.577C8.943 39.365 5.547 43.485 0 44.014v5.972c5.547.529 8.943 4.649 10.951 11.153 2.002 6.485 2.28 14.437 2.066 20.577C12.794 88.106 17.776 94 24.51 94H93.5c6.733 0 11.714-5.893 11.491-12.284-.214-6.14.064-14.092 2.066-20.577 2.009-6.504 5.396-10.624 10.943-11.153v-5.972c-5.547-.529-8.934-4.649-10.943-11.153-2.002-6.484-2.28-14.437-2.066-20.577C105.214 5.894 100.233 0 93.5 0H24.508zM80 57.863C80 66.663 73.436 72 62.543 72H44a2 2 0 01-2-2V24a2 2 0 012-2h18.437c9.083 0 15.044 4.92 15.044 12.474 0 5.302-4.01 10.049-9.119 10.88v.277C75.317 46.394 80 51.21 80 57.863zM60.521 28.34H49.948v14.934h8.905c6.884 0 10.68-2.772 10.68-7.727 0-4.643-3.264-7.207-9.012-7.207zM49.948 49.2v16.458H60.91c7.167 0 10.964-2.876 10.964-8.281 0-5.406-3.903-8.178-11.425-8.178H49.948z" fill="currentColor"></path></svg>
<span class="fs-4">work with us</span>
</a>
</header>

<div class="p-5 mb-4 bg-light rounded-3">
<div class="container-fluid py-5">
<h1 class="display-5 fw-bold">Requirements</h1>
<p class="col-md-8 fs-4">we are trying to provide work for every farm labour.you can join with us by filling your strength in different area of agriculture work.</p>
<button class="btn btn-primary btn-lg" type="button">Register Here</button>
</div>
</div>

<div class="row align-items-md-stretch">
<div class="col-md-6">
<div class="h-100 p-5 text-white bg-dark rounded-3">
<h2>Change the background</h2>
<p>Swap the background-color utility and add a `.text-*` color utility to mix up the jumbotron look. Then, mix and match with additional component themes and more.</p>
<button class="btn btn-outline-light" type="button">Example button</button>
</div>
</div>
<div class="col-md-6">
<div class="h-100 p-5 bg-light border rounded-3">
<h2>Add borders</h2>
<p>Or, keep it light and add a border for some added definition to the boundaries of your content. Be sure to look under the hood at the source HTML here as we've adjusted the alignment and sizing of both column's content for equal-height.</p>
<button class="btn btn-outline-secondary" type="button">Example button</button>
</div>
</div>
</div>

<footer class="pt-3 mt-4 text-muted border-top">
&copy; 2021
</footer>
</div>
</main>
<div class="col-lg-8 mx-auto p-3 py-md-5">
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
<a href="/" class="d-flex align-items-center text-dark text-decoration-none">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="32" class="me-2" viewBox="0 0 118 94" role="img"><title>Bootstrap</title><path fill-rule="evenodd" clip-rule="evenodd" d="M24.509 0c-6.733 0-11.715 5.893-11.492 12.284.214 6.14-.064 14.092-2.066 20.577C8.943 39.365 5.547 43.485 0 44.014v5.972c5.547.529 8.943 4.649 10.951 11.153 2.002 6.485 2.28 14.437 2.066 20.577C12.794 88.106 17.776 94 24.51 94H93.5c6.733 0 11.714-5.893 11.491-12.284-.214-6.14.064-14.092 2.066-20.577 2.009-6.504 5.396-10.624 10.943-11.153v-5.972c-5.547-.529-8.934-4.649-10.943-11.153-2.002-6.484-2.28-14.437-2.066-20.577C105.214 5.894 100.233 0 93.5 0H24.508zM80 57.863C80 66.663 73.436 72 62.543 72H44a2 2 0 01-2-2V24a2 2 0 012-2h18.437c9.083 0 15.044 4.92 15.044 12.474 0 5.302-4.01 10.049-9.119 10.88v.277C75.317 46.394 80 51.21 80 57.863zM60.521 28.34H49.948v14.934h8.905c6.884 0 10.68-2.772 10.68-7.727 0-4.643-3.264-7.207-9.012-7.207zM49.948 49.2v16.458H60.91c7.167 0 10.964-2.876 10.964-8.281 0-5.406-3.903-8.178-11.425-8.178H49.948z" fill="currentColor"></path></svg>
<span class="fs-4">Starter template</span>
</a>
</header>
<main>
<h1>Get started with Bootstrap</h1>
<p class="fs-5 col-md-8">Quickly and easily get started with Bootstrap's compiled, production-ready files with this barebones example featuring some basic HTML and helpful links. Download all our examples to get started.</p>

<div class="mb-5">
<a href="/docs/5.1/examples/" class="btn btn-primary btn-lg px-4">Download examples</a>
</div>

<hr class="col-3 col-md-2 mb-5">

<div class="row g-5">
<div class="col-md-6">
<h2>Starter projects</h2>
<p>Ready to beyond the starter template? Check out these open source projects that you can quickly duplicate to a new GitHub repository.</p>
<ul class="icon-list">
<li><a href="https://github.com/twbs/bootstrap-npm-starter" rel="noopener" target="_blank">Bootstrap npm starter</a></li>
<li class="text-muted">Bootstrap Parcel starter (coming soon!)</li>
</ul>
</div>

<div class="col-md-6">
<h2>Guides</h2>
<p>Read more detailed instructions and documentation on using or contributing to Bootstrap.</p>
<ul class="icon-list">
<li><a href="/docs/5.1/getting-started/introduction/">Bootstrap quick start guide</a></li>
<li><a href="/docs/5.1/getting-started/webpack/">Bootstrap Webpack guide</a></li>
<li><a href="/docs/5.1/getting-started/parcel/">Bootstrap Parcel guide</a></li>
<li><a href="/docs/5.1/getting-started/contribute/">Contributing to Bootstrap</a></li>
</ul>
</div>
</div>
</main>

</div>


<!-- Footer -->
<footer class="text-center text-lg-start bg-light text-muted">
<!-- Section: Social media -->
<section
class="d-flex justify-content-center justify-content-lg-between p-4 border-bottom"
>
<!-- Left -->
<div class="me-5 d-none d-lg-block">
<span>Get connected with us on social networks:</span>
</div>
<!-- Left -->

<!-- Right -->
<div>
<a href="" class="me-4 text-reset">
<i class="fab fa-facebook-f color:red"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-twitter"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-google"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-instagram"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-linkedin"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-github"></i>
</a>
</div>
<!-- Right -->
</section>
<!-- Section: Social media -->

<!-- Section: Links -->
<section class="">
<div class="container text-center text-md-start mt-5">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<h6 class="text-uppercase fw-bold mb-4">
<i class="fas fa-gem me-3"></i>Company name
</h6>
<p>
Here you can use rows and columns to organize your footer content. Lorem ipsum
dolor sit amet, consectetur adipisicing elit.
</p>
</div>
<!-- Grid column -->

<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">
Products
</h6>
<p>
<a href="#!" class="text-reset">Angular</a>
</p>
<p>
<a href="#!" class="text-reset">React</a>
</p>
<p>
<a href="#!" class="text-reset">Vue</a>
</p>
<p>
<a href="#!" class="text-reset">Laravel</a>
</p>
</div>
<!-- Grid column -->

<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">
Useful links
</h6>
<p>
<a href="#!" class="text-reset">Pricing</a>
</p>
<p>
<a href="#!" class="text-reset">Settings</a>
</p>
<p>
<a href="#!" class="text-reset">Orders</a>
</p>
<p>
<a href="#!" class="text-reset">Help</a>
</p>
</div>
<!-- Grid column -->

<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">
Contact
</h6>
<p><i class="fas fa-home me-3"></i> New York, NY 10012, US</p>
<p>
<i class="fas fa-envelope me-3"></i>
[email protected]
</p>
<p><i class="fas fa-phone me-3"></i> + 01 234 567 88</p>
<p><i class="fas fa-print me-3"></i> + 01 234 567 89</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
</section>
<!-- Section: Links -->

<!-- Copyright -->
<div class="text-center p-4" style="background-color: rgba(0, 0, 0, 0.05);">
© 2021 Copyright:
<a class="text-reset fw-bold" href="https://mdbootstrap.com/">MDBootstrap.com</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->



<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-W8fXfP3gkOKtndU4JGtKDvXbO53Wy8SZCQHczT5FMiiqmQfUpWbYdTil/SxwZgAN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-skAcpIdS7UcVUC05LJ9Dxay8AXcDYfBJqt1CJ85S/CFujBsIzCIv+l9liuYLaMQ/" crossorigin="anonymous"></script>
</body>
</html>
Loading