-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
172 additions
and
5 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,39 @@ | |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
<link rel="stylesheet" type="text/css" href="styles.css" /> | ||
<style> | ||
img { | ||
border: 0; | ||
vertical-align: middle; | ||
max-width: 100%; | ||
} | ||
|
||
img.full-width { | ||
|
||
width: 100% !important; | ||
|
||
/* Ensures the image covers the entire area without distortion */ | ||
} | ||
|
||
|
||
.custom-row { | ||
height: auto; | ||
max-height: min-content; | ||
display: flex; | ||
flex-direction: row; | ||
width: 100%; | ||
} | ||
|
||
.custom-col { | ||
display: flex; | ||
flex-direction: column; | ||
width: 50%; | ||
} | ||
|
||
.space { | ||
height: 19px; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body class="text-sm"> | ||
|
@@ -91,16 +124,69 @@ | |
|
||
|
||
<div class="main-content"> | ||
<section class="1"> | ||
<section id="home"> | ||
<div class="container-fluid p-0"> | ||
<div class="row"> | ||
<div class="col-md- bg" style="background-image: url('Assets/bg01.jpg'); height: 800px; background-position: 70% 10%; background-size: 140% auto; background-repeat: no-repeat;"> | ||
|
||
<div class="col-md- bg m-0 p-0" | ||
style="background-image: url('Assets/bg01.jpg'); height: 800px; background-position: 70% 10%; background-size: 140% auto; background-repeat: no-repeat;"> | ||
<div class=" text-white p-5 d-flex flex-column justify-content-center align-items-start" | ||
style="margin-top: 100px; margin-left: 70px;"> | ||
<h1>DONATE</h1> | ||
<h2>FOR THE POOR CHILDREN</h2> | ||
<p>Every day we bring home to millions of children in the world's | ||
<br> | ||
hardest places as a sign of God's unconditional love. | ||
</p> | ||
<button class="btn btn-info" style="background-color: #f26522; border: none;"> | ||
Donate Now | ||
</button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<section class="2">section 2</section> | ||
<section id="causes"> | ||
<div class="container"> | ||
<div class="custom-row mt-5"> | ||
<div class="left-main"> | ||
<div class="left-minor"> | ||
<img src="Assets/img01.jpg" alt=""> | ||
</div> | ||
<div class="right-minor"> | ||
<div class="left-upper"> | ||
<img src="Assets/img02.jpg" alt=""> | ||
</div> | ||
<div class="left-lower"> | ||
<img src="Assets/img03jpg" alt=""> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="right-main"> | ||
<h2> | ||
Welcome Home to this site | ||
</h2> | ||
<p> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptates eos nisi ab debitis, | ||
tempore totam recusandae exercitationem eligendi iure, provident aliquid velit | ||
aspernatur | ||
voluptate ipsam nulla ad. Cumque delectus fuga nihil ad atque vel accusantium dolorum, | ||
deserunt voluptatum provident possimus expedita ipsam dolor consequatur suscipit! | ||
</p> | ||
<div id="signature"> | ||
<img src="Assets/signature.png" alt=""> | ||
</div> | ||
<div> | ||
<button class="btn btn-info"> | ||
Read More | ||
</button> | ||
<button class="btn btn-info"> | ||
Get Quote | ||
</button> | ||
</div> | ||
</div> | ||
</div> | ||
</container> | ||
</section> | ||
<section class="3">section 3</section> | ||
<section class="4">section 4</section> | ||
<section class="5">section 5</section> | ||
|
@@ -118,4 +204,4 @@ | |
</div> | ||
</body> | ||
|
||
</html> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters