Skip to content

Commit

Permalink
add terraform to latest role
Browse files Browse the repository at this point in the history
  • Loading branch information
opyate committed Aug 14, 2024
1 parent 7b2073f commit 04c8147
Show file tree
Hide file tree
Showing 8 changed files with 1,247 additions and 7 deletions.
4 changes: 4 additions & 0 deletions css/_print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@
.education.section {
background-color: inherit;
}

p.contact_links {
display: none;
}
}
@media print and (color) {
* {
Expand Down
2 changes: 2 additions & 0 deletions docs/cv.34214206.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/cv.34214206.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,232 changes: 1,232 additions & 0 deletions docs/cv.5a81ef56.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/cv.5a81ef56.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html><html lang="en" data-ng-app="app"><head><meta charset="UTF-8"><base href="/cv/"><title>Juan Uys &mdash; Senior developer</title><link href="https://fonts.googleapis.com/css?family=Share+Tech+Mono" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Libre+Baskerville" rel="stylesheet"><link rel="stylesheet" href="cv.7facd155.css"></head><body> <div class="page"> <ui-view></ui-view> </div> <script type="text/ng-template" id="home.html">
<!DOCTYPE html><html lang="en" data-ng-app="app"><head><meta charset="UTF-8"><base href="/"><title>Juan Uys &mdash; Senior developer</title><link href="https://fonts.googleapis.com/css?family=Share+Tech+Mono" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Libre+Baskerville" rel="stylesheet"><link rel="stylesheet" href="cv.34214206.css"></head><body> <div class="page"> <ui-view></ui-view> </div> <script type="text/ng-template" id="home.html">
<div class="header section">
<img class="profile" src="{{$ctrl.images.profilePicImgURL}}">
<h1 class="name">{{$ctrl.portfolio.contact.name}}</h1>
<h3 class="job_title">{{$ctrl.portfolio.contact.role}}</h3>

<p>
<p class="contact_links">
<ul class="inline-list">
<li ng-repeat="link in $ctrl.portfolio.contact.web" ng-show="link.show"><a ng-href="{{link.url}}">{{link.name}}</a></li>
</ul>
Expand Down Expand Up @@ -59,4 +59,4 @@ <h1 id="education">Education</h1>
src="{{$ctrl.images.$404}}"></async-img>

</script> <script type="text/ng-template" id="viz.html">
</script> <script src="cv.f71f79d3.js"></script> </body></html>
</script> <script src="cv.5a81ef56.js"></script> </body></html>
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

<head>
<meta charset="UTF-8" />
<base href="/cv/">
<!-- <base href="/"> -->
<!-- <base href="/cv/"> -->
<base href="/">
<title>Juan Uys &mdash; Senior developer</title>
<link href="https://fonts.googleapis.com/css?family=Share+Tech+Mono" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Libre+Baskerville" rel="stylesheet">
Expand All @@ -26,7 +26,7 @@
<h1 class="name">{{$ctrl.portfolio.contact.name}}</h1>
<h3 class="job_title">{{$ctrl.portfolio.contact.role}}</h3>

<p>
<p class="contact_links">
<ul class="inline-list">
<li ng-repeat="link in $ctrl.portfolio.contact.web" ng-show="link.show"><a ng-href="{{link.url}}">{{link.name}}</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion portfolio.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"programming": ["typescript"],
"framework": ["express"],
"database": ["postgresql"],
"other": ["aws-lambda", "aws-sqs"]
"other": ["aws-lambda", "aws-sqs", "terraform"]
},
"current": false
},
Expand Down

0 comments on commit 04c8147

Please sign in to comment.