Skip to content

Commit

Permalink
Update resume.html
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarmmv authored Nov 27, 2023
1 parent 987cca7 commit 598d3d5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions LEGACY/resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand All @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 598d3d5

Please sign in to comment.