Skip to content

Commit

Permalink
update 2024 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
opyate committed Aug 13, 2024
1 parent eb3306d commit 7b2073f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
14 changes: 0 additions & 14 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
<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>
<span class="smaller">phone:</span> {{$ctrl.portfolio.contact.phone}}
<span class="smaller">location:</span> {{$ctrl.portfolio.contact.address}}
</p>
<p>
<span class="smaller">email:</span> {{$ctrl.portfolio.contact.email}}
</p> -->

<p>
<ul class="inline-list">
Expand All @@ -25,13 +18,6 @@ <h3 class="job_title">{{$ctrl.portfolio.contact.role}}</h3>
<p>My skills are {{$ctrl.portfolio.personal.skills | list}}, and my interests are {{$ctrl.portfolio.personal.interests | list}}.</p>
</div>

<div class="toc section">
<ul>
<li><a href="#experience">Experience</a></li>
<li><a href="#education">Education</a></li>
</ul>
</div> -->

<div class="experience section">
<h1 id="experience">Experience</h1>

Expand Down
14 changes: 0 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@
<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>
<span class="smaller">phone:</span> {{$ctrl.portfolio.contact.phone}}
<span class="smaller">location:</span> {{$ctrl.portfolio.contact.address}}
</p>
<p>
<span class="smaller">email:</span> {{$ctrl.portfolio.contact.email}}
</p> -->

<p>
<ul class="inline-list">
Expand All @@ -47,13 +40,6 @@ <h3 class="job_title">{{$ctrl.portfolio.contact.role}}</h3>
<p>My skills are {{$ctrl.portfolio.personal.skills | list}}, and my interests are {{$ctrl.portfolio.personal.interests | list}}.</p>
</div>

<!-- <div class="toc section">
<ul>
<li><a href="#experience">Experience</a></li>
<li><a href="#education">Education</a></li>
</ul>
</div> -->

<div class="experience section">
<h1 id="experience">Experience</h1>

Expand Down

0 comments on commit 7b2073f

Please sign in to comment.