|
| 1 | +<!-- The MIT License (MIT) |
| 2 | +
|
| 3 | +Copyright (c) 2016 shadowscript |
| 4 | +
|
| 5 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 6 | +of this software and associated documentation files (the "Software"), to deal |
| 7 | +in the Software without restriction, including without limitation the rights |
| 8 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 9 | +copies of the Software, and to permit persons to whom the Software is |
| 10 | +furnished to do so, subject to the following conditions: |
| 11 | +
|
| 12 | +The above copyright notice and this permission notice shall be included in all |
| 13 | +copies or substantial portions of the Software. |
| 14 | +
|
| 15 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 16 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 17 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 18 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 19 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 20 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 21 | +SOFTWARE. --> |
| 22 | + |
1 | 23 | <!DOCTYPE html>
|
2 | 24 | <html>
|
3 | 25 | <head>
|
|
47 | 69 | </p></center>
|
48 | 70 | </div>
|
49 | 71 | </div
|
50 |
| - <!-- Second Segment --> |
| 72 | +<!-- Second Segment --> |
51 | 73 | <div class="ui basic segment" id="continue">
|
52 |
| - <div class="ui black header" id= "sech"> |
53 |
| - Our tools |
| 74 | +<div class="ui black header" id= "sech"> |
| 75 | + About |
| 76 | +</div> |
| 77 | + <div class="ui stackable two column grid" > |
| 78 | + <div class="column" style="width:30%;"> |
| 79 | + <center> |
| 80 | + <i class="massive server icon"></i> |
| 81 | + <br> |
| 82 | + <i class="massive database icon"></i> |
| 83 | + <br> |
| 84 | + <i class="massive code icon"></i> |
| 85 | + </center> |
| 86 | + </div> |
| 87 | + <div class="column"> |
| 88 | + <p class="about"> |
| 89 | + Being an organization made of white, gray and black hats has enabled our organization to get the whole idea of Artificial Super Intelligence (ASI) and its potential application to modern life. |
| 90 | + <br> |
| 91 | + We Develop/Engineer domain optimized algorithms and applications. |
| 92 | + <br> |
| 93 | + DevOps Engineering is a services we are passionate about and provide. |
| 94 | + <br> |
| 95 | + Security architecture is a major drive for us here at shadowscript because we strive to improve security in all parts of the globe. |
| 96 | + </p> |
| 97 | + </div> |
54 | 98 | </div>
|
55 | 99 | </div>
|
56 | 100 | <!-- Third Segment -->
|
|
63 | 107 | <div class="ui black header" id= "fourh">
|
64 | 108 | Team
|
65 | 109 | </div>
|
| 110 | + <div class="ui stackable three column very relaxed grid"> |
| 111 | + <div class="column"> |
| 112 | + <center> |
| 113 | + <i class="massive unhide icon"></i> |
| 114 | + <br> |
| 115 | + <p id="team">Artificial Super Intelligence (ASI)</p> |
| 116 | + </center> |
| 117 | + |
| 118 | + </div> |
| 119 | + <div class="ui vertical divider"> |
| 120 | + and |
| 121 | + </div> |
| 122 | + <div class="column"> |
| 123 | + <center> |
| 124 | + <i class="massive terminal icon"></i> |
| 125 | + <br> |
| 126 | + <p id="team">Engineering</p> |
| 127 | + </center> |
| 128 | + </div> |
| 129 | + <div class="ui vertical divider"> |
| 130 | + and |
| 131 | + </div> |
| 132 | + <div class="column"> |
| 133 | + <center> |
| 134 | + <i class="massive upload icon"></i> |
| 135 | + <br> |
| 136 | + <p id="team">DevOps</p> |
| 137 | + </center> |
| 138 | + |
| 139 | + </div> |
| 140 | + </div> |
66 | 141 | </div>
|
67 | 142 |
|
68 | 143 | <!-- Contact segment -->
|
|
101 | 176 | <div class="ui container">
|
102 | 177 | <div class="seven wide column">
|
103 | 178 | <h4 class="ui inverted header">Shadowscript</h4>
|
104 |
| - <p>Code</p> |
| 179 | + <p>Code Begin</p> |
105 | 180 | </div>
|
106 | 181 | </div>
|
107 | 182 | </div>
|
108 | 183 | </div>
|
| 184 | + |
| 185 | +<!-- Typed and Https scripts --> |
109 | 186 | <script>
|
110 | 187 | // var host = "iamcaleberic.github.io";
|
111 | 188 | // if ((host == window.location.host) && (window.location.protocol != "https:"))
|
|
0 commit comments