-
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
31 changed files
with
35,961 additions
and
1 deletion.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# generated file simply to hold info about projects created with "haxeui create ..." | ||
name=Main |
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 +1,3 @@ | ||
# ShaunHolt.github.io | ||
# ShaunHolt.github.io | ||
|
||
This is a work in progress. Utilizing HaxeUI to build a website that will also serve as a toolbox of utilities for myself, and anyone who may find it useful over time. It is also my way of learning to use Haxe. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<dialog height="300" > | ||
|
||
</dialog> |
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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<dialog height="300" > | ||
<tabview width="100%" height="100%" > | ||
<hbox text="Page 1" width="100%" height="100%"> | ||
<listview width="200" height="100%"> | ||
<data> | ||
<item text="Item 1" /> | ||
<item text="Item 2" /> | ||
<item text="Item 3" /> | ||
<item text="Item 4" /> | ||
<item text="Item 5" /> | ||
<item text="Item 6" /> | ||
<item text="Item 7" /> | ||
<item text="Item 8" /> | ||
<item text="Item 9" /> | ||
<item text="Item 10" /> | ||
<item text="Item 11" /> | ||
<item text="Item 12" /> | ||
<item text="Item 13" /> | ||
<item text="Item 14" /> | ||
<item text="Item 15" /> | ||
</data> | ||
</listview> | ||
<grid width="100%" columns="2" style="padding: 5px;"> | ||
<label text="First Name" verticalAlign="center" /> | ||
<textfield width="100%" /> | ||
|
||
<label text="Last Name" verticalAlign="center" /> | ||
<textfield width="100%" /> | ||
|
||
<label text="Sex" verticalAlign="center" /> | ||
<dropdown selectedIndex="0" width="100%"> | ||
<data> | ||
<item text="Male" /> | ||
<item text="Female" /> | ||
</data> | ||
</dropdown> | ||
</grid> | ||
</hbox> | ||
<vbox text="Page 2" /> | ||
<vbox text="Page 3" /> | ||
</tabview> | ||
</dialog> |
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<dialog height="100%" width="100%" > | ||
<tabview width="100%" height="100%" > | ||
<hbox text="Page 1" width="100%" height="100%"> | ||
<listview width="200" height="100%"> | ||
<data> | ||
<item text="Item 1" /> | ||
<item text="Item 2" /> | ||
<item text="Item 3" /> | ||
<item text="Item 4" /> | ||
<item text="Item 5" /> | ||
<item text="Item 6" /> | ||
<item text="Item 7" /> | ||
<item text="Item 8" /> | ||
<item text="Item 9" /> | ||
<item text="Item 10" /> | ||
<item text="Item 11" /> | ||
<item text="Item 12" /> | ||
<item text="Item 13" /> | ||
<item text="Item 14" /> | ||
<item text="Item 15" /> | ||
</data> | ||
</listview> | ||
<grid width="100%" columns="2" style="padding: 5px;"> | ||
</grid> | ||
</hbox> | ||
<vbox text="Page 2" /> | ||
<vbox text="Page 3" /> | ||
</tabview> | ||
</dialog> |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<dialog height="100%" width="100%"> | ||
<tabview width="100%" height="100%" > | ||
<hbox text="Raspberry Pi" width="100%" height="100%"> | ||
</hbox> | ||
<vbox text="Arduino" /> | ||
<vbox text="Sensors" /> | ||
<vbox text="Visual ML" /> | ||
</tabview> | ||
</dialog> |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<dialog height="100%" width="100%"> | ||
<tabview width="100%" height="100%" > | ||
<hbox text="Page 1" width="100%" height="100%"> | ||
</hbox> | ||
<vbox text="Page 2" /> | ||
<vbox text="Page 3" /> | ||
</tabview> | ||
</dialog> |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<dialog height="100%" width="100%"> | ||
<tabview width="100%" height="100%" > | ||
<hbox text="Video Chat" width="100%" height="100%"> | ||
</hbox> | ||
<vbox text="Chatroom" /> | ||
<vbox text="Chatbot" /> | ||
</tabview> | ||
</dialog> |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<dialog height="100%" width="100%"> | ||
<tabview width="100%" height="100%" > | ||
<hbox text="Conversions" width="100%" height="100%"> | ||
</hbox> | ||
<vbox text="Crypto Currencies" /> | ||
<vbox text="..." /> | ||
</tabview> | ||
</dialog> |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<dialog height="100%" width="100%"> | ||
<tabview width="100%" height="100%" styleName="full-width-buttons"> | ||
<hbox text="Programming" width="100%" height="100%"> | ||
<listview width="200" height="100%"> | ||
<data> | ||
<item text="Video 1" /> | ||
<item text="Video 2" /> | ||
<item text="Video 3" /> | ||
<item text="Video 4" /> | ||
<item text="Video 5" /> | ||
<item text="Video 6" /> | ||
<item text="Item 7" /> | ||
<item text="Item 8" /> | ||
<item text="Item 9" /> | ||
<item text="Item 10" /> | ||
<item text="Item 11" /> | ||
<item text="Item 12" /> | ||
<item text="Item 13" /> | ||
<item text="Item 14" /> | ||
<item text="Item 15" /> | ||
</data> | ||
</listview> | ||
</hbox> | ||
<vbox text="Page 2" /> | ||
<vbox text="Page 3" /> | ||
</tabview> | ||
</dialog> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<box> | ||
|
||
|
||
<absolute id="box1" width="400" height="400" style="border: 0px solid #ababab" > | ||
|
||
<button text="Videos" id="customNonModalDialogButtonVideos" styleName="styled-button" style="background-opacity: .1" left="525" top="25" /> | ||
<button text="Social" id="customNonModalDialogButtonSocial" styleName="styled-button" style="background-opacity: .1" left="630" top="25" /> | ||
<button text="Games" id="customNonModalDialogButtonSensors" styleName="styled-button" style="background-opacity: .1" left="730" top="25" /> | ||
<button text="Robotics" id="customNonModalDialogButtonRobotics" styleName="styled-button" style="background-opacity: .1" left="845" top="25" /> | ||
<button text="Toolbox" id="customNonModalDialogButtonToolbox" styleName="styled-button" style="background-opacity: .1" left="965" top="25" /> | ||
<button text="Guides" id="customNonModalDialogButtonGuides" styleName="styled-button" style="background-opacity: .1" left="1077" top="25" /> | ||
<button text="About" id="customNonModalDialogButtonAbout" styleName="styled-button" style="background-opacity: .1" left="1187" top="25" /> | ||
|
||
<!-- css styled --> | ||
<box width="100%" height="1" style="background-color: #d9d9d9;" /> | ||
<style> | ||
.styled-button { | ||
background: #79bbff #378de5; | ||
border: 3px solid #337bc4; | ||
border-radius:10px; | ||
padding:10px 25px; | ||
font-size: 16px; | ||
color: white; | ||
filter: drop-shadow(1, 45, #000000, 0.2, 0, 0, 0, 3, false); | ||
|
||
} | ||
|
||
.styled-button:hover { | ||
background: #add6ff #66a8eb; | ||
} | ||
|
||
.styled-button:down { | ||
background: #47a3ff #1b75d0; | ||
border-color: #28619a; | ||
} | ||
|
||
</style> | ||
|
||
<box left="160" top="200" width="100%" height="100%" style="background-color: black;border:0px solid blue;background-opacity: .5; border-radius:25px" /> | ||
<box left="210" top="250" width="75%" height="75%" style="background-color: white;border:0px solid green;background-opacity: .1; border-radius:25px" /> | ||
|
||
<label text="Designed with HaxeUI" style="font-size: 18px; color:white" left="1540" top="1"/> | ||
<image resource="haxeui-core/styles/default/haxeui.png" width="50" height="50" style="border:0px solid #ababab" left="1630" top="25" /> | ||
<image resource="assets/haxelogo.svg" width="200" height="200" style="border:0px solid #ababab" left="150" top="1" /> | ||
<image resource="assets/profile.jpg" width="300" height="300" style="border:0px solid #ababab; border-radius:25px" left="330" top="310" /> | ||
|
||
<image resource="assets/techguytransp.png" style="border:0px solid #000" imageScale="1" left="700" top="200" /> | ||
|
||
</absolute> | ||
|
||
</box> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Oops, something went wrong.