Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
leo92109 authored Nov 3, 2024
1 parent 1dc279e commit 71e9103
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,15 @@
</head>
<body>


<!-- Full-width top image -->
<section>
<img src="files/image2.png" alt="Foundation Full-width Image" class="full-width-image">
<img src="images/image2.png" alt="Foundation Full-width Image" class="full-width-image">
</section>


<header>
<h1>Oz Foundation</h1>
</header>


<!-- Content layout with text boxes on the left and images on the right -->
<div class="content">
<!-- Text Boxes on the Left -->
Expand All @@ -35,7 +32,6 @@ <h2>About Us</h2>
</div>
</section>


<section>
<h2>Prospective Scholars</h2>
<div class="box">
Expand All @@ -50,23 +46,20 @@ <h2>Prospective Scholars</h2>
</div>
</section>


<section>
<h2>What to Expect if Accepted</h2>
<div class="box">
<p>Maintain your grades and enrollment as a full-time student (with supporting paperwork), and you will be part of our program for up to four years. You will also be assigned a mentor to communicate directly with. We generally accept 2-5 new students per year.</p>
</div>
</section>


<section>
<h2>Foundation Family</h2>
<div class="box">
<p>Oz Foundation has been helping students since 2004. We believe that education is the key that opens doors for families who otherwise might not afford the cost of college.</p>
</div>
</section>


<section>
<h2>Contact Information</h2>
<div class="box">
Expand All @@ -76,20 +69,17 @@ <h2>Contact Information</h2>
</section>
</div>


<!-- Images on the Right -->
<div class="images">
<img src="files/image1.jpg" alt="Foundation Image 1" class="image-right image1-tall">
<img src="files/image3.jpg" alt="Foundation Image 3" class="image-right">
<img src="images/image1.jpg" alt="Foundation Image 1" class="image-right image1-tall">
<img src="images/image3.jpg" alt="Foundation Image 3" class="image-right">
</div>
</div>


<!-- Download button centered at the bottom -->
<section style="text-align: center; margin-top: 20px;">
<a href="files/application.pdf" download class="download-button">Click here to download the 2024-2025 application form</a>
<a href="files/oz-application.pdf" download class="download-button">Click here to download the 2024-2025 application form</a>
</section>


</body>
</html>

0 comments on commit 71e9103

Please sign in to comment.