|
1 | | -<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements"> |
2 | | - <ui:VisualElement name="window-root"> |
3 | | - |
4 | | - <StansAssets.Plugins.Editor.SettingsBlock label="Hello World"> |
5 | | - <ui:Label text="Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. " name="description" /> |
6 | | - </StansAssets.Plugins.Editor.SettingsBlock> |
7 | | - |
8 | | - <StansAssets.Plugins.Editor.SettingsBlock label="Hello World2"> |
9 | | - <ui:Label text="Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. " name="description" /> |
10 | | - </StansAssets.Plugins.Editor.SettingsBlock> |
11 | | - |
12 | | - </ui:VisualElement> |
13 | | -</ui:UXML> |
| 1 | +<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" |
| 2 | + xmlns:sa="StansAssets.Foundation.UIElements">> |
| 3 | + |
| 4 | + <!--Who we are--> |
| 5 | + <sa:SettingsBlock label="Who we are"> |
| 6 | + <ui:Label |
| 7 | + text="Stan’s Assets is a team of Unity developers with more than 6 years of experience that are committed to develop high quality and engaging entertainment software." |
| 8 | + name="descriptionWhoWeAre" class="description"/> |
| 9 | + </sa:SettingsBlock> |
| 10 | + |
| 11 | + <!--What we do--> |
| 12 | + <sa:SettingsBlock label="What we do"> |
| 13 | + <ui:Label |
| 14 | + text="Game development our main direction. But we do everything that is connected to Unity. Games, Plugins, VR, AR and even enterprise applications with 3D elemnets. And of course we are always looking forward to a new challenging projects." |
| 15 | + name="descriptionWhatWeDo" class="description"/> |
| 16 | + |
| 17 | + <!--1st Line--> |
| 18 | + <ui:VisualElement class="contact-container" name="contactContainer"> |
| 19 | + |
| 20 | + <!--Our Games--> |
| 21 | + <ui:VisualElement class="contact-element"> |
| 22 | + <ui:Button class="hyperlink" name="GamesElement" |
| 23 | + link="https://stansassets.com/#portfolio"> |
| 24 | + <ui:Label text="" name="GamesIcon" class="icon icon-game"/> |
| 25 | + <ui:Label text="Our Games" name="GamesText" class="contact-text"/> |
| 26 | + </ui:Button> |
| 27 | + </ui:VisualElement> |
| 28 | + |
| 29 | + <!--Our Plugins--> |
| 30 | + <ui:VisualElement class="contact-element"> |
| 31 | + <ui:Button class="hyperlink" name="PluginsElement" |
| 32 | + link="https://assetstore.unity.com/publishers/2256"> |
| 33 | + <ui:Label text="" name="PluginsIcon" class="icon icon-plugin"/> |
| 34 | + <ui:Label text="Our Plugins" name="PluginsText" class="contact-text"/> |
| 35 | + </ui:Button> |
| 36 | + </ui:VisualElement> |
| 37 | + |
| 38 | + <!--Our Team--> |
| 39 | + <ui:VisualElement class="contact-element"> |
| 40 | + <ui:Button class="hyperlink" name="TeamElement" |
| 41 | + link="https://stansassets.com/#our-team"> |
| 42 | + <ui:Label text="" name="TeamIcon" class="icon icon-team"/> |
| 43 | + <ui:Label text="Our Team" name="TeamText" class="contact-text"/> |
| 44 | + </ui:Button> |
| 45 | + </ui:VisualElement> |
| 46 | + </ui:VisualElement> |
| 47 | + |
| 48 | + </sa:SettingsBlock> |
| 49 | + |
| 50 | + <!--What we do--> |
| 51 | + <sa:SettingsBlock label="How to get in touch"> |
| 52 | + <ui:Label |
| 53 | + text="If you have any technical issues or questions, do not hesitate to drop us a message at:" |
| 54 | + name="descriptionWhatWeDo" class="description"/> |
| 55 | + <ui:Button |
| 56 | + |
| 57 | + name="supportEmail" class="hyperlink mail"/> |
| 58 | + <ui:Label |
| 59 | + text="For a non technical and business related questions, use:" |
| 60 | + name="descriptionWhatWeDo" class="description"/> |
| 61 | + <ui:Button |
| 62 | + |
| 63 | + name="ceoEmail" class="hyperlink mail"/> |
| 64 | + |
| 65 | + <!--1st Line--> |
| 66 | + <ui:VisualElement class="contact-container" name="contactContainer"> |
| 67 | + |
| 68 | + <!--Linkedin--> |
| 69 | + <ui:VisualElement class="contact-element"> |
| 70 | + <ui:Button class="hyperlink" name="LinkedinElement" |
| 71 | + link="https://www.linkedin.com/in/lacost"> |
| 72 | + <ui:Label text="" name="LinkedinIcon" class="icon icon-linkedin"/> |
| 73 | + <ui:Label text="Linkedin" name="LinkedinText" class="contact-text"/> |
| 74 | + </ui:Button> |
| 75 | + </ui:VisualElement> |
| 76 | + |
| 77 | + <!--Twitter--> |
| 78 | + <ui:VisualElement class="contact-element"> |
| 79 | + <ui:Button class="hyperlink" name="TwitterElement" |
| 80 | + link="https://twitter.com/stansassets"> |
| 81 | + <ui:Label text="" name="TwitterIcon" class="icon icon-twitter"/> |
| 82 | + <ui:Label text="Twitter" name="TwitterText" class="contact-text"/> |
| 83 | + </ui:Button> |
| 84 | + </ui:VisualElement> |
| 85 | + |
| 86 | + <!--Facebook--> |
| 87 | + <ui:VisualElement class="contact-element"> |
| 88 | + <ui:Button class="hyperlink" name="FacebookElement" |
| 89 | + link="https://www.facebook.com/stansassets/"> |
| 90 | + <ui:Label text="" name="FacebookIcon" class="icon icon-facebook"/> |
| 91 | + <ui:Label text="Facebook" name="FacebookText" class="contact-text"/> |
| 92 | + </ui:Button> |
| 93 | + </ui:VisualElement> |
| 94 | + </ui:VisualElement> |
| 95 | + <!--2st Line--> |
| 96 | + <ui:VisualElement class="contact-container" name="contactContainer"> |
| 97 | + |
| 98 | + <!--Youtube--> |
| 99 | + <ui:VisualElement class="contact-element"> |
| 100 | + <ui:Button class="hyperlink" name="YoutubeElement" |
| 101 | + link="https://www.youtube.com/user/stansassets/videos"> |
| 102 | + <ui:Label text="" name="YoutubeIcon" class="icon icon-youtube"/> |
| 103 | + <ui:Label text="Youtube" name="YoutubeText" class="contact-text"/> |
| 104 | + </ui:Button> |
| 105 | + </ui:VisualElement> |
| 106 | + |
| 107 | + <!--Google+--> |
| 108 | + <ui:VisualElement class="contact-element"> |
| 109 | + <ui:Button class="hyperlink" name="GooglePlusElement" |
| 110 | + link="https://plus.google.com/+StansassetsOfficia"> |
| 111 | + <ui:Label text="" name="GooglePlusIcon" class="icon icon-google-plus"/> |
| 112 | + <ui:Label text="Google+" name="GooglePlusText" class="contact-text"/> |
| 113 | + </ui:Button> |
| 114 | + </ui:VisualElement> |
| 115 | + |
| 116 | + <!--Twitch--> |
| 117 | + <ui:VisualElement class="contact-element"> |
| 118 | + <ui:Button class="hyperlink" name="TwitchElement" |
| 119 | + link="https://www.twitch.tv/stans_assets"> |
| 120 | + <ui:Label text="" name="TwitchIcon" class="icon icon-twitch"/> |
| 121 | + <ui:Label text="Twitch" name="TwitchText" class="contact-text"/> |
| 122 | + </ui:Button> |
| 123 | + </ui:VisualElement> |
| 124 | + </ui:VisualElement> |
| 125 | + |
| 126 | + <!--Logo--> |
| 127 | + <ui:Button class="hyperlink logo-container" name="LogoElement" link="https://stansassets.com/"> |
| 128 | + <ui:Label text="" name="Logo" class="icon-logo"/> |
| 129 | + </ui:Button> |
| 130 | + |
| 131 | + </sa:SettingsBlock> |
| 132 | + |
| 133 | + <sa:Hyperlink link="https://stansassets.com/"> |
| 134 | + <ui:Label text="" name="TeamIcon" class="icon icon-team"/> |
| 135 | + <ui:Label text="Our Team" name="TeamText" class="contact-text"/> |
| 136 | + </sa:Hyperlink> |
| 137 | + |
| 138 | +</ui:UXML> |
0 commit comments