Skip to content

Commit 06fa674

Browse files
committed
Tring out some licences
1 parent 0f28e4e commit 06fa674

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed

LICENSE.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) [2016] [Zeeshan Shahid]
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.

index.html

+7-4
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<body>
3636
<!-- Main -->
3737
<div class="w3-display-container w3-grey">
38-
<img src="placeholder-img.jpg" alt="Lights" style="width:100%;height:1010px;">
38+
<img src="placeholder-img.jpg" alt="Lights" style="width:100%;">
3939

4040
<div class="w3-display-topleft">
4141
<a id="notify" onclick="ExpandElement(this)" onmouseover="ExpandToolTip()" onmouseout="ContractToolTip()"
@@ -44,15 +44,14 @@
4444

4545
<div id="tooltip" class="w3-text w3-tag w3-round w3-xlarge w3-blue-grey w3-row-padding w3-section w3-text-shadow w3-bold"
4646
style="display:none;position:absolute;top:0px;left:75px;"> Information </div>
47-
4847
<!-- Alert 1 -->
4948
<div id="alert-1" class="w3-modal w3-card-24 w3-section w3-hover-blue w3-blue-grey w3-animate-left w3-row-padding w3-text-shadow w3-bold" style="max-width:700px;">
5049
<span onclick="document.getElementById('alert-1').style.display='none'" class="w3-closebtn w3-hover-text-red">&times;</span>
5150
<p> Scrapping current design to start over. Good stuff here (some of it quite didactic), but it isn't as flexible an approach as I'd hoped for. Back to the drawing board it is (possibly reattempt with ReactJS ... ). </p>
5251
</div>
5352
</div>
5453

55-
<div class="w3-display-middle">
54+
<div class="w3-display-middle">
5655
<style>
5756
#jtr {
5857
border-top: 6px dotted red;
@@ -91,7 +90,8 @@
9190
}
9291
}
9392
</style>
94-
<h1 id="jtr" class="w3-jumbo w3-stencilfont w3-padding-0">
93+
94+
<h1 id="jtr" class="w3-jumbo w3-stencilfont w3-padding-0">
9595
<p> Coming soon! </p>
9696
</h1>
9797

@@ -106,6 +106,7 @@ <h1 id="jtr" class="w3-jumbo w3-stencilfont w3-padding-0">
106106
</div>
107107

108108

109+
109110
<!-- The Modal -->
110111
<div id="contact" class="w3-modal w3-animate-opacity w3-card-8">
111112
<div class="w3-modal-content w3-card-4 w3-animate-top">
@@ -249,5 +250,7 @@ <h2><a href="https://github.com/Zaeche" title="Go to GitHub!" class="w3-btn w3-x
249250
ga('create', 'UA-81464198-1', 'auto');
250251
ga('send', 'pageview');
251252
</script >
253+
252254
</body>
255+
253256
</html>

0 commit comments

Comments
 (0)