Skip to content

Commit

Permalink
R&Cw
Browse files Browse the repository at this point in the history
  • Loading branch information
danndch committed Apr 6, 2024
1 parent e25b26e commit 96086ca
Show file tree
Hide file tree
Showing 32 changed files with 26,606 additions and 1,093 deletions.
52 changes: 5 additions & 47 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,67 +2,25 @@ project:
type: website

website:
title: "Your_Name Data Science Portfolio"
title: "Centenario Rent a Car"
favicon: Images/favicon.png
back-to-top-navigation: true
repo-url: https://github.com/your_url
#repo-actions: [issue] #if you want to allow others to report issues on your site uncomment this line

page-footer:
border: true
left: "Your_Name 2023©"
right:
- icon: linkedin
href: Your_LinkedIn_URL
left: "Centenario"


navbar:
background: primary
search: true
right:
- text: "Home"
- text: "Viajes de Traslado"
file: index.qmd
- text: "DS250 Projects"
file: projects.qmd
- text: "My Resume"
file: resume.qmd
- text: "Data Cleansing"
file: cleansing.qmd
- text: "Data Exploration"
file: exploration.qmd
- text: "Story Telling"
file: story_telling.qmd
- text: "Machine Learning"
file: ml.qmd
- text: "Full Stack"
file: full_stack.qmd
- text: "Competition"
file: competition.qmd


sidebar:
- title: "DS 250 Projects"
style: "docked"
background: light
contents:
- text: "DS250 Projects"
file: projects.qmd
- text: "---"
- text: "Project 1"
file: Projects/project1.qmd
- text: "---"
- text: "Project 2"
file: Projects/project2.qmd
- text: "---"
- text: "Project 3"
file: Projects/project3.qmd
- text: "---"
- text: "Project 4"
file: Projects/project4.qmd
- text: "---"
- text: "Project 5"
file: Projects/project5.qmd
- text: "---"
#continue the pattern if you need more links
#copy paste from title and keep it indented to sidebar to add additonal sidebar navigation for other pages

format:
html:
Expand Down
82 changes: 8 additions & 74 deletions _site/cleansing.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.551">
<meta name="generator" content="quarto-1.4.537">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


<title>Your_Name Data Science Portfolio - about me</title>
<title>Centenario Rent a Car - about me</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -82,7 +82,7 @@
<div class="navbar-container container-fluid">
<div class="navbar-brand-container mx-auto">
<a class="navbar-brand" href="./index.html">
<span class="navbar-title">Your_Name Data Science Portfolio</span>
<span class="navbar-title">Centenario Rent a Car</span>
</a>
</div>
<div id="quarto-search" class="" title="Search"></div>
Expand All @@ -93,39 +93,7 @@
<ul class="navbar-nav navbar-nav-scroll ms-auto">
<li class="nav-item">
<a class="nav-link" href="./index.html">
<span class="menu-text">Home</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./projects.html">
<span class="menu-text">DS250 Projects</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./resume.html">
<span class="menu-text">My Resume</span></a>
</li>
<li class="nav-item">
<a class="nav-link active" href="./cleansing.html" aria-current="page">
<span class="menu-text">Data Cleansing</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./exploration.html">
<span class="menu-text">Data Exploration</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./story_telling.html">
<span class="menu-text">Story Telling</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./ml.html">
<span class="menu-text">Machine Learning</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./full_stack.html">
<span class="menu-text">Full Stack</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./competition.html">
<span class="menu-text">Competition</span></a>
<span class="menu-text">Viajes de Traslado</span></a>
</li>
</ul>
</div> <!-- /navcollapse -->
Expand Down Expand Up @@ -451,24 +419,6 @@ <h1>%%</h1>
// clear code selection
e.clearSelection();
});
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
// Inspect non-navigation links and adorn them if external
var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item):not(.quarto-navigation-tool)');
for (var i=0; i<links.length; i++) {
const link = links[i];
if (!isInternal(link.href)) {
// undo the damage that might have been done by quarto-nav.js in the case of
// links that we want to consider external
if (link.dataset.originalHref !== undefined) {
link.href = link.dataset.originalHref;
}
}
}
function tippyHover(el, contentFn, onTriggerFn, onUntriggerFn) {
const config = {
allowHTML: true,
Expand Down Expand Up @@ -503,11 +453,7 @@ <h1>%%</h1>
try { href = new URL(href).hash; } catch {}
const id = href.replace(/^#\/?/, "");
const note = window.document.getElementById(id);
if (note) {
return note.innerHTML;
} else {
return "";
}
return note.innerHTML;
});
}
const xrefs = window.document.querySelectorAll('a.quarto-xref');
Expand Down Expand Up @@ -555,12 +501,7 @@ <h1>%%</h1>
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(note);
}
// TODO in 1.5, we should make sure this works without a callout special case
if (note.classList.contains("callout")) {
return note.outerHTML;
} else {
return note.innerHTML;
}
return note.innerHTML;
}
}
for (var i=0; i<xrefs.length; i++) {
Expand Down Expand Up @@ -785,20 +726,13 @@ <h1>%%</h1>
<footer class="footer">
<div class="nav-footer">
<div class="nav-footer-left">
<p>Your_Name 2023©</p>
<p>Centenario</p>
</div>
<div class="nav-footer-center">
&nbsp;
</div>
<div class="nav-footer-right">
<ul class="footer-items list-unstyled">
<li class="nav-item compact">
<a class="nav-link" href="./Your_LinkedIn_URL">
<i class="bi bi-linkedin" role="img">
</i>
</a>
</li>
</ul>
&nbsp;
</div>
</div>
</footer>
Expand Down
82 changes: 8 additions & 74 deletions _site/competition.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.551">
<meta name="generator" content="quarto-1.4.537">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


<title>Your_Name Data Science Portfolio - about me</title>
<title>Centenario Rent a Car - about me</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -82,7 +82,7 @@
<div class="navbar-container container-fluid">
<div class="navbar-brand-container mx-auto">
<a class="navbar-brand" href="./index.html">
<span class="navbar-title">Your_Name Data Science Portfolio</span>
<span class="navbar-title">Centenario Rent a Car</span>
</a>
</div>
<div id="quarto-search" class="" title="Search"></div>
Expand All @@ -93,39 +93,7 @@
<ul class="navbar-nav navbar-nav-scroll ms-auto">
<li class="nav-item">
<a class="nav-link" href="./index.html">
<span class="menu-text">Home</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./projects.html">
<span class="menu-text">DS250 Projects</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./resume.html">
<span class="menu-text">My Resume</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./cleansing.html">
<span class="menu-text">Data Cleansing</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./exploration.html">
<span class="menu-text">Data Exploration</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./story_telling.html">
<span class="menu-text">Story Telling</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./ml.html">
<span class="menu-text">Machine Learning</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./full_stack.html">
<span class="menu-text">Full Stack</span></a>
</li>
<li class="nav-item">
<a class="nav-link active" href="./competition.html" aria-current="page">
<span class="menu-text">Competition</span></a>
<span class="menu-text">Viajes de Traslado</span></a>
</li>
</ul>
</div> <!-- /navcollapse -->
Expand Down Expand Up @@ -412,24 +380,6 @@ <h2 class="anchored" data-anchor-id="title-2-header">Title 2 Header</h2>
// clear code selection
e.clearSelection();
});
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
// Inspect non-navigation links and adorn them if external
var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item):not(.quarto-navigation-tool)');
for (var i=0; i<links.length; i++) {
const link = links[i];
if (!isInternal(link.href)) {
// undo the damage that might have been done by quarto-nav.js in the case of
// links that we want to consider external
if (link.dataset.originalHref !== undefined) {
link.href = link.dataset.originalHref;
}
}
}
function tippyHover(el, contentFn, onTriggerFn, onUntriggerFn) {
const config = {
allowHTML: true,
Expand Down Expand Up @@ -464,11 +414,7 @@ <h2 class="anchored" data-anchor-id="title-2-header">Title 2 Header</h2>
try { href = new URL(href).hash; } catch {}
const id = href.replace(/^#\/?/, "");
const note = window.document.getElementById(id);
if (note) {
return note.innerHTML;
} else {
return "";
}
return note.innerHTML;
});
}
const xrefs = window.document.querySelectorAll('a.quarto-xref');
Expand Down Expand Up @@ -516,12 +462,7 @@ <h2 class="anchored" data-anchor-id="title-2-header">Title 2 Header</h2>
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(note);
}
// TODO in 1.5, we should make sure this works without a callout special case
if (note.classList.contains("callout")) {
return note.outerHTML;
} else {
return note.innerHTML;
}
return note.innerHTML;
}
}
for (var i=0; i<xrefs.length; i++) {
Expand Down Expand Up @@ -746,20 +687,13 @@ <h2 class="anchored" data-anchor-id="title-2-header">Title 2 Header</h2>
<footer class="footer">
<div class="nav-footer">
<div class="nav-footer-left">
<p>Your_Name 2023©</p>
<p>Centenario</p>
</div>
<div class="nav-footer-center">
&nbsp;
</div>
<div class="nav-footer-right">
<ul class="footer-items list-unstyled">
<li class="nav-item compact">
<a class="nav-link" href="./Your_LinkedIn_URL">
<i class="bi bi-linkedin" role="img">
</i>
</a>
</li>
</ul>
&nbsp;
</div>
</div>
</footer>
Expand Down
Loading

0 comments on commit 96086ca

Please sign in to comment.