-
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
1 parent
d8fbaf6
commit 006f915
Showing
1 changed file
with
100 additions
and
0 deletions.
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,100 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Minion | Learning</title> | ||
|
||
<link rel="icon" href="../../graphics/Baby Feet-48.png" type="image/x-icon"> | ||
|
||
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3.css"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
|
||
<link rel="stylesheet" href="../../css/w3-main.css"> | ||
|
||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> | ||
|
||
<script src="../../js/svg-game/0004.js"></script> | ||
|
||
<!-- Google Analytics --> | ||
<script> | ||
function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
}(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); | ||
ga('create', 'UA-79722101-1', 'auto'); | ||
ga('send', 'pageview'); | ||
</script> | ||
<script> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); | ||
|
||
ga('create', 'UA-79722101-2', 'auto'); | ||
ga('send', 'pageview'); | ||
</script> | ||
</head> | ||
<body> | ||
|
||
<!-- Navbar --> | ||
<div class="w3-top"> | ||
<div class="w3-bar w3-red w3-card-2 w3-left-align w3-large"> | ||
<a href="#top" class="w3-bar-item w3-button w3-padding-large w3-white">Top</a> | ||
<a href="../../" class="w3-bar-item w3-button w3-padding-large w3-white">Home</a> | ||
|
||
<!--<a href="../media/" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">| Media</a>--> | ||
<!--<a href="../achievements/" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">Achievements</a>--> | ||
<a href="../" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white w3-right">Learning</a> | ||
</div> | ||
|
||
<!-- Navbar on small screens --> | ||
<div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium w3-large"> | ||
<a href="#" class="w3-bar-item w3-button w3-padding-large">Link 1</a> | ||
<a href="#" class="w3-bar-item w3-button w3-padding-large">Link 2</a> | ||
<a href="#" class="w3-bar-item w3-button w3-padding-large">Link 3</a> | ||
<a href="#" class="w3-bar-item w3-button w3-padding-large">Link 4</a> | ||
</div> | ||
</div> | ||
|
||
<!-- Header --> | ||
<header class="w3-container w3-red w3-center w3-padding-128"> | ||
<h1 class="w3-margin w3-jumbo">Game of life</h1> | ||
<p class="w3-xlarge"><a href="index.html">SVG-game</a></p> | ||
<p class="w3-large"> | ||
<a href="0001"><img src="../../graphics/icons8-double-left-24.png" alt="double arrow"></a> 0004 | ||
<a href="0003.html"><img src="../../graphics/icons8-double-right-24.png" alt="double arrow"></a></p> | ||
</header> | ||
|
||
<section class="w3-container w3-padding-64" id="main-content"> | ||
<svg width="100%" height="500px" xmlns="https://www.w3.org/2000/svg/"> | ||
<rect id="start" width="30px" height="30px"/> | ||
</svg> | ||
</section> | ||
|
||
<div class="w3-container w3-center w3-opacity w3-padding-64"> | ||
<div class="w3-panel w3-leftbar old-lace"> | ||
<p class="w3-xxlarge w3-serif"> | ||
<i>Get rich, or die trying.</i></p> | ||
<p>50 cent</p> | ||
|
||
</div> | ||
</div> | ||
|
||
<!-- Footer --> | ||
<footer class="w3-container w3-padding-64 w3-center w3-opacity"> | ||
<div class="w3-xlarge w3-padding-32"> | ||
<a href="#" class="w3-hover-text-indigo" target="_blank" title=""><i class="fa fa-css3" aria-hidden="true"></i></i></a> | ||
<a href="#" class="w3-hover-text-red" target="_blank" title=""><i class="fa fa-html5" aria-hidden="true"></i></a> | ||
<a href="#" class="w3-hover-text-light-blue" target="_blank" title=""><img src="../../graphics/JS-32.png"></a> | ||
<a href="#" class="w3-hover-text-grey" target="_blank" title=""></a> | ||
<a href="#" class="w3-hover-text-indigo" target="_blank" title=""></a> | ||
</div> | ||
<p>Powered by | ||
<a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a> | | ||
<a href="https://icons8.com" target="_blank">Icon pack by Icons8</a> | | ||
<a href="https://www.sitepoint.com/create-calendar-icon-html5-css3/" target="_blank">HTML 5 & CSS 3 calender</a></p> | ||
</footer> | ||
|
||
</body> | ||
</html> |