Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Updated Index.html
Browse files Browse the repository at this point in the history
More clasess, css styles, and icons + images
  • Loading branch information
shindaeon committed Oct 8, 2023
1 parent 3dfd482 commit b7f7ca9
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 11 deletions.
14 changes: 12 additions & 2 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ h2{
font-size: 30px;
}

p{
font-size: 16px;
}

.title{
margin: 20px;
padding: 10px;
Expand Down Expand Up @@ -104,8 +108,8 @@ img{
}

.homecard{
margin: 20px;
padding: 20px;
margin: 35px;
padding: 60px;
background-color: #ffe070;
border-radius: 20px;
color: #731b83;
Expand All @@ -119,6 +123,12 @@ img{
width: auto;
}

.homeCardItem{
padding-right: 60px;
padding-top: 20px;
font-size: 22px;
}

.newsitem{
padding-right: 20px;
}
Expand Down
Binary file added icons/arrowright.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/agribusiness1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/businessadministration1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 14 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,27 @@ <h2>"Be The Next Tycoon"</h2>
<!-- PROGRAMS OFFERED -->
<div class="homecard">
<h2>Want to Enroll? On what program?</h2>
<table style="margin: auto;">
<p>College of Business Education offers 2 Undergraduate Programs and Graduate Programs</p>
<table>
<tr>
<td>
<img src="images/imagesample.png" alt="">
<td class="homeCardItem">
<img src="images/businessadministration1.jpg" alt="" width="300" height="300">
</td>
<td>
<img src="images/imagesample.png" alt="">
<td class="homeCardItem">
<img src="images/agribusiness1.jpg" alt="" width="300" height="300">
</td>
<td class="homeCardItem">
<a href="pages/programsoffered.html">
<img src="icons/arrowright.png" alt="" width="300" height="300">
</a>
</td>
</tr>
<tr>
<th>Bachelor of Sciences in <br>Business Administration</th>
<th>Bachelor of Science in <br>Agribusiness</th>
<td class="homeCardItem"><b>Bachelor of Sciences in <br>Business Administration</b></td>
<td class="homeCardItem"><b>Bachelor of Science in <br>Agribusiness</b></td>
<td class="homeCardItem"><a href="pages/programsoffered.html"><i>See More</i></a></td>
</tr>

</table>
<h3>If we got what you need, enroll now!</h3>
</div>

<!-- NEWS -->
Expand Down

0 comments on commit b7f7ca9

Please sign in to comment.