Skip to content

Commit

Permalink
chore: 🤖 move legacy-stuff to assets/legacy-stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
renoirb committed Oct 1, 2024
1 parent 5f8d8fe commit 324b175
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ node_modules
dist
dist/_nuxt
static/files/resume/jsonresume-renoirb.json
static/legacy-stuff
static/assets
static
content
File renamed without changes.
File renamed without changes
2 changes: 1 addition & 1 deletion static/cv/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset=utf-8 />
<!-- meta http-equiv="refresh" content="5; url=../resume/as-code/" / -->
<title>Curriculum Vitæ ✪ Renoir Boulanger</title>
<link rel=stylesheet href="../legacy-stuff/pre-2020-renoirboulanger-com.min.css" />
<link rel=stylesheet href="../assets/legacy-stuff/pre-2020-renoirboulanger-com.min.css" />

<script type="module">
/**
Expand Down
6 changes: 3 additions & 3 deletions static/resume/detailed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Curriculum vitæ (detailed) ✪ Renoir Boulanger</title>
<meta property="og:image" content="http://renoirb.com/assets/avatars/201507.jpg" />
<!-- link rel=stylesheet href="../assets/main.css" /-->
<link rel=stylesheet href="../../legacy-stuff/pre-2020-renoirboulanger-com.min.css" />
<link rel=stylesheet href="../../assets/legacy-stuff/pre-2020-renoirboulanger-com.min.css" />

<script type="module">
/**
Expand Down Expand Up @@ -294,7 +294,7 @@ <h2>Publications and Contributions</h2>
<p>See more talks in <a href="/talks/">renoirb.com/talks</a></p>
<h2>Past employers</h2>
<section id="past-employers">
<p><a href="#mozilla-2015"><img src="../../legacy-stuff/resume/mozilla.svg" alt="Mozilla"></a><a href="#w3c-2013"><img src="../../legacy-stuff/resume/w3c.svg" alt="W3C"></a><a href="#ericsson-2012"><img src="../../legacy-stuff/resume/ericsson.svg" alt="Ericsson"></a></p>
<p><a href="#mozilla-2015"><img src="../../assets/legacy-stuff/resume/mozilla.svg" alt="Mozilla"></a><a href="#w3c-2013"><img src="../../assets/legacy-stuff/resume/w3c.svg" alt="W3C"></a><a href="#ericsson-2012"><img src="../../assets/legacy-stuff/resume/ericsson.svg" alt="Ericsson"></a></p>
</section>
<hr>
<!-- end of #summary --></section><section id="work-experience">
Expand Down Expand Up @@ -761,8 +761,8 @@ <h4>Contributions</h4>
</div>
</div>
</footer>
<script src="../../legacy-stuff/renoirb-js-main.js"></script>
<style>[foudelapouitte]:after {content:"moc.regnaluobrioner\0040olleh";}</style>
<script src="../../assets/legacy-stuff/renoirb-js-main.js"></script>
<script>
function querySelectorApply(selectorString, closure) {
Array.prototype.slice.call(document.querySelectorAll(String(selectorString))).forEach(closure);
Expand Down
4 changes: 2 additions & 2 deletions static/resume/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Curriculum vitæ (simple) ✪ Renoir Boulanger</title>
<meta property="og:image" content="http://renoirb.com/assets/avatars/201507.jpg" />
<!-- link rel=stylesheet href="../assets/main.css" /-->
<link rel=stylesheet href="../legacy-stuff/pre-2020-renoirboulanger-com.min.css" />
<link rel=stylesheet href="../assets/legacy-stuff/pre-2020-renoirboulanger-com.min.css" />

<script type="module">
/**
Expand Down Expand Up @@ -459,8 +459,8 @@ <h2>Technologies</h2>
</div>
</div>
</footer>
<script src="../legacy-stuff/renoirb-js-main.js"></script>
<style>[foudelapouitte]:after {content:"moc.regnaluobrioner\0040olleh";}</style>
<script src="../assets/legacy-stuff/renoirb-js-main.js"></script>
<script>
function querySelectorApply(selectorString, closure) {
Array.prototype.slice.call(document.querySelectorAll(String(selectorString))).forEach(closure);
Expand Down

0 comments on commit 324b175

Please sign in to comment.