-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
63 changed files
with
861 additions
and
37,967 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.