-
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.
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -3,24 +3,24 @@ | |
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta property="og:image:type" content="LEGACY//assets/embed-logo.png"> | ||
<meta property="og:image:type" content="/assets/embed-logo.png"> | ||
<meta name="og:site_name" content="Oscar Saul | Full Stack Portfolio"/> | ||
<meta name="og:description" content="Oscar is a junior high-school developer based in Markham, Ontario. See more? | Works | Resume | Contacts |"/> | ||
<meta name="og:email" content="[email protected]"/> | ||
<meta name="og:phone_number" content="437-219-3454"/> | ||
<title>Resume - Oscar Saul</title> | ||
<link rel="icon" href="LEGACY/assets/logo.png"> | ||
<link rel="Stylesheet" href="LEGACY/styles/index.css" type="text/css"> | ||
<link rel="Stylesheet" href="LEGACY/styles/resume.css" type="text/css"> | ||
<link rel="Stylesheet" href="LEGACY/styles/works.css" type="text/css"> | ||
<link rel="Stylesheet" href="LEGACY/styles/transitions.css" type="text/css"> | ||
<link rel="icon" href="assets/logo.png"> | ||
<link rel="Stylesheet" href="styles/index.css" type="text/css"> | ||
<link rel="Stylesheet" href="styles/resume.css" type="text/css"> | ||
<link rel="Stylesheet" href="styles/works.css" type="text/css"> | ||
<link rel="Stylesheet" href="styles/transitions.css" type="text/css"> | ||
<script src="https://code.jquery.com/jquery-3.6.0.slim.min.js" integrity="sha256-u7e5khyithlIdTpu22PHhENmPcRdFiHRjhAuHcs05RI=" crossorigin="anonymous"></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" /> | ||
<script src="https://unpkg.com/swup@latest/dist/swup.min.js"></script> | ||
<script defer src="https://unpkg.com/swup@latest/dist/swup.min.js"></script> | ||
<script type="text/javascript" defer src="script.js"></script> | ||
<link href="LEGACY/styles/transitions.css" rel="stylesheet"> | ||
<link href="styles/transitions.css" rel="stylesheet"> | ||
<script src="https://unpkg.com/aos@next/dist/aos.js"></script> | ||
<script> | ||
AOS.init(); | ||
|
@@ -30,7 +30,7 @@ | |
<body> | ||
<section id="nav"> | ||
<ul> | ||
<a class="nav-ports" id="logo"><a id="logo-name" href="legacy_index"><img src="LEGACY/assets/logo.png" style="height: 20px; float: left; margin-right: -25px;"></img> scar Saul</a></li> | ||
<a class="nav-ports" id="logo"><a id="logo-name" href="legacy_index"><img src="assets/logo.png" style="height: 20px; float: left; margin-right: -25px;"></img> scar Saul</a></li> | ||
<li class="nav-ports" id="works"><a href="works">Works</a></li> | ||
<li class="nav-ports" id="resume"><a href="resume">Resume</a></li> | ||
<li class="nav-ports" id="source"><a href="https://github.com/oscarmmv"><i class="bi bi-github"></i> Source</a></li> | ||
|
@@ -54,7 +54,7 @@ | |
<main id="swup" class="transition-fade"> | ||
<section id="nav"> | ||
<ul> | ||
<a class="nav-ports" id="logo"><a id="logo-name" href="legacy_index"><img src="LEGACY/assets/logo.png" style="height: 20px; float: left; margin-right: -25px;"></img> scar Saul</a></li> | ||
<a class="nav-ports" id="logo"><a id="logo-name" href="legacy_index"><img src="assets/logo.png" style="height: 20px; float: left; margin-right: -25px;"></img> scar Saul</a></li> | ||
<li class="nav-ports" id="works"><a href="works">Works</a></li> | ||
<li class="nav-ports" id="resume"><a href="resume">Resume</a></li> | ||
<li class="nav-ports" id="source"><a href="https://github.com/oscarmmv"><i class="bi bi-github"></i> Source</a></li> | ||
|