portfolio

This commit is contained in:
Can202 2021-07-25 17:26:35 -04:00
parent 315673a600
commit d2bf5ec3fe
3 changed files with 64 additions and 1489 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,61 @@
<script languaje="JavaScript">
<!DOCTYPE html>
<html>
<head>
location = "https://can202.github.io/OpenSource-GameList/"
</head>
<body>
<style>
body {
background: linear-gradient(to bottom,#0CE8A9,#00DB21);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}
div.header {
background:#0CF270;
top: 0;
padding-left: 10%;
padding-right: 10%;
margin-left: -10%;
margin-right: -10%;
padding-top: 10%;
margin-top: -10%;
padding-bottom: 10px;
}
</style>
<div class="header">
<h1 align="center">Can202</h1>
</div>
<div id="nav">
</script>
</div>
<div id="body">
<p align="center">Hi I'm Can202</p>
<h2 align="center" id="portfolio">Portfolio</h2>
<ul>
<li><a href="https://can202.github.io/OpenSource-GameList/" target="_blank">OpenSource Game list</a></li>
<p>OpenSource Game list is a page to find open source games with categories</p>
<li><a href="https://github.com/Can202/FirefoxInstallerLinux#readme" target="_blank">Firefox Installer on Linux</a></li>
<p>Scripts to install (without root) with a command Firefox, Waterfox or Seamonkey with automatic updates</p>
<li><a href="https://godotengine.org/asset-library/asset/966" target="_blank">Godot: AddonSave</a></li>
<p>An Addon to save data easy on Godot, in res:// or user://</p>
<li><a href="https://github.com/Can202/ZeroTierInstaller#readme" target="_blank">ZeroTier Installer on Linux</a></li>
<p>Script to install Zerotier and a GUI (made by <a href="https://github.com/tralph3/ZeroTier-GUI" target="_blank">tralph</a>), easy, it needs root.</p>
<li><a href="https://can202.wordpress.com/opentictactoex/" target="_blank">OpenTicTacToeX</a></li>
<p>Simple TicTacToe game to 2 players</p>
<li><a href="https://content.minetest.net/packages/Can202/icecream/" target="_blank">Minetest: Ice Cream Mod</a></li>
<p>a minetest mod that add some Ice Creams</p>
<li><a href="https://can202.itch.io/game-of-life" target="_blank">Game of Life</a></li>
<p>The Conway's Game of Life made in Godot</p>
<li><a href="https://github.com/Can202/python_man#readme" target="_blank">Python: man</a></li>
<p>simple python lib, clear, pause, see if pair and order Vectors</p>
</ul>
</body>
</html>

5
s/osg/index.html Normal file
View File

@ -0,0 +1,5 @@
<script languaje="JavaScript">
location = "https://can202.github.io/OpenSource-GameList/"
</script>