-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Completed the HTML, CSS and JS. Improved readability and scalbility. Added an icon.
- Loading branch information
1 parent
3f6486f
commit d6bce00
Showing
4 changed files
with
27 additions
and
14 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.
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 |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
<meta name="robots" content="index, follow"> | ||
<meta name="theme-color" content="#007bff"> | ||
<title>Portfolio</title> | ||
<link rel="icon" type="image/png" href="assets/Icon.png"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"> | ||
<link href="styles.css" rel="stylesheet"> | ||
<script defer src="https://unpkg.com/vue@3/dist/vue.global.js"></script> | ||
|
@@ -93,7 +94,7 @@ <h2 class="display-6"><strong>My Education!</strong></h2> | |
|
||
<li class="list-inline-item" data-bs-toggle="modal" data-bs-target="#school1Modal" id="school1"> | ||
<div class="schoolMain"> | ||
<h3><strong>Senior Highschool</strong></h3> | ||
<h3 id="school1Title"><strong>Senior Highschool</strong></h3> | ||
<p>San Diego Parochial School</p> | ||
</div> | ||
<div class="modal fade" id="school1Modal" tabindex="-1" aria-labelledby="school1ModalLabel" aria-hidden="true"> | ||
|
@@ -135,7 +136,7 @@ <h1 class="display-6"><strong>San Diego Parochial School</strong><br><br></h1> | |
|
||
<li class="list-inline-item" data-bs-toggle="modal" data-bs-target="#school2Modal" id="school2"> | ||
<div class="schoolMain"> | ||
<h3><strong>Highschool</strong></h3> | ||
<h3 id="school2Title"><strong>Highschool</strong></h3> | ||
<p>Obando National Highschool</p> | ||
</div> | ||
<div class="modal fade" id="school2Modal" tabindex="-1" aria-labelledby="school2ModalLabel" aria-hidden="true"> | ||
|
@@ -184,7 +185,7 @@ <h1 class="display-6"><strong>Obando National Highschool</strong><br><br></h1> | |
|
||
<li class="list-inline-item" data-bs-toggle="modal" data-bs-target="#school3Modal" id="school3"> | ||
<div class="schoolMain"> | ||
<h3><strong>Elementary</strong></h3> | ||
<h3 id="school3Title"><strong>Elementary</strong></h3> | ||
<p>Obando Central School</p> | ||
</div> | ||
<div class="modal fade" id="school3Modal" tabindex="-1" aria-labelledby="school3ModalLabel" aria-hidden="true"> | ||
|
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
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