Skip to content

Commit

Permalink
minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasilis K committed Nov 17, 2023
1 parent 00fba3d commit 3366069
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ dist/js/voicemod-debug.js
_everything/
src/video/final-with-stumble.mp4
dist/video/final-with-stumble.mp4
dist/video/ennely.mp4
src/video/ennely.mp4
2 changes: 1 addition & 1 deletion dist/js/microsoft.js

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

4 changes: 2 additions & 2 deletions dist/meta.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/js/microsoft.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $(document).ready(function() {
var dottedBGHeight = $('.dotted-bg').outerHeight();
setTimeout(function() {
$('body').append("<style> .opporunityAfter:after { height: "+ opporunityHeight +"px; } .dotted-bg:after { height: "+ dottedBGHeight +"px; } </style>");
}, 700);
}, 900);

checkiftooltip();
lenis.start();
Expand Down
5 changes: 5 additions & 0 deletions src/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

<script src="https://fast.wistia.com/embed/medias/jk4pec4snk.jsonp" async></script>
<script src="https://fast.wistia.com/embed/medias/0mai16kwdo.jsonp" async></script>
<script src="https://fast.wistia.com/embed/medias/74p7pqwa1w.jsonp" async></script>

<script src="https://fast.wistia.com/assets/external/E-v1.js" async></script>

Expand Down Expand Up @@ -939,6 +940,10 @@ <h2 class="section-title">Final version and conclusions</h2>

<p class="mt-4">This acquisition although allowed us to further improve the product, it eventually left us with lingering curiosity about the untapped potential for success as it was abruptly halted from launching publicly(!).</p>

<p class="mt-4">Only recently a similar video assistant appeared in the market by none other than Microsoft:</p>

<div class="wistia_responsive_padding my-4" style="padding:56.25% 0 0 0;position:relative;"><div class="wistia_responsive_wrapper" style="height:100%;left:0;position:absolute;top:0;width:100%;"><div class="wistia_embed wistia_async_74p7pqwa1w seo=false videoFoam=true" style="height:100%;position:relative;width:100%">&nbsp;</div></div></div>

<p>Thank you for reading! <img src="img/misc/icons/icons8-glasses-64.png" alt="Glasses icon" style="height: 40px; width: 40px" class="img-fluid" /></p>

<p>ps. This was just one example of my work @Meta. Other projects included the improvement of existing designs as well as the development of a completely new desktop app that improved audio during calls and added background music from Spotify.</p>
Expand Down

0 comments on commit 3366069

Please sign in to comment.