Skip to content

Commit

Permalink
Rework of the site
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunHolt committed Dec 1, 2022
1 parent f83b57e commit e2e856e
Show file tree
Hide file tree
Showing 63 changed files with 861 additions and 37,967 deletions.
28 changes: 0 additions & 28 deletions assets/audio.xml

This file was deleted.

48 changes: 0 additions & 48 deletions assets/custom-cameras.xml

This file was deleted.

6 changes: 0 additions & 6 deletions assets/custom-content.xml

This file was deleted.

48 changes: 0 additions & 48 deletions assets/custom-dialog.xml

This file was deleted.

48 changes: 0 additions & 48 deletions assets/custom-servo.xml

This file was deleted.

48 changes: 0 additions & 48 deletions assets/custom-terminal.xml

This file was deleted.

52 changes: 31 additions & 21 deletions assets/main-view.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,32 @@
<scrollview width="100%" height="100%" contentWidth="100%" style="border-size:0; background-color: transparent; background-opacity: 0" backgroundColor="transparent" >
<vbox id="main" width="100%" style="padding: 5px; background-opacity: 0; border-size:0" backgroundColor="transparent" >
<style source="main.css" />


<box styleName="header" width="100%" backgroundColor="transparent" style="background-opacity: 0">
<button id="showSideBar1" text="Menu" horizontalAlign="right" verticalAlign="center" styleName="styled-button" />
</box>

<absolute id="box1" width="100%" height="800px" style="border: 0px solid $normal-border-color; position: relative">
<box styleName="boxblack" left="250%" top="25" width="75%" height="75%" style="background-color: black;border:0px solid blue; background-opacity: .5; border-radius:25px" />
<box styleName="boxwhite" left="725%" top="50" width="25%" height="60%" style="background-color: white;border:0px solid white; background-opacity: .05; border-radius:250px" />
<box id="wolf" left="500%" top="200" width="50%" height="50%" style="border:0px solid transparent;background-opacity: .3" backgroundImage="assets/img/techguytransp.png" />
</absolute>
<vbox style="padding: 0px;" width="100%" height="100%">
<vbox width="100%" height="100%">
<style>
.styled-button {
background: #79bbff #378de5;
border: 3px solid #337bc4;
border-radius:25px;
padding:10px 25px;
font-size: 16px;
color: white;
opacity: 1;
position:absolute;
filter: drop-shadow(1, 45, #000000, 0.2, 0, 0, 0, 3, false);
}

.styled-button:hover {
background: #add6ff #66a8eb;
opacity: 1;
}

.styled-button:down {
background: #47a3ff #1b75d0;
border-color: #28619a;
opacity: 1;
}


<hbox styleName="footer" width="100%" >
<label text="Shaun Holt - 2022" width="100%" verticalAlign="center" />
<label text="Coded in Haxe and Designed with HaxeUI" verticalAlign="top" horizontalAlign="right" />
</hbox>
</vbox>
</scrollview>
</style>
<button id="showSideBar1" styleName="styled-button" text="Menu" horizontalAlign="right" />

<video id="theVideo" width="100%" height="100%" file="https://shaunholt.github.io/assets/videos/thattechguy.mp4" />
</vbox>
</vbox>
Loading

0 comments on commit e2e856e

Please sign in to comment.