This commit is contained in:
PantasyaPlaygroundVillaCastillo 2023-10-06 03:12:05 +08:00
commit cdf01396df
55 changed files with 6665 additions and 0 deletions

1
00_playground/README.md Normal file
View File

@ -0,0 +1 @@
# playground-00

72
00_playground/about.html Normal file
View File

@ -0,0 +1,72 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Pantasya About</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<font face="monospace">
<h1>Pantasya Playground</h1>
hello world!<br><br>
I am Gerald Q. Cruz a BSCS student your fellow playmate started the first online pantasya playground at Thursday, September 1, 2022.<br><br>
I am an AMAER at AMA binan.<br><br>
Thursday, September 1, 2022<br><br>
this is the day that my gf says yes to me<br><br>
Pantasya Playground is my gift to her.<br><br>
I started teaching in HS in a computer shop.<br><br>
Im borrowing books from college students when they rent at the shop, note no internet that days and Im making their Machine Problems for exchange that I can program computers for free.<br><br>
I am a game developer i make my own games.<br><br>
I like playing games in an emulator NES, SNES, GameBoy, GameBoyAdvance, PSP, etc.<br><br>
I made pantasya playground free.<br><br>
Mt10:8 Freely recieved, Freely Give.<br><br>
Pantasya is a bible based school.<br><br>
We follow the teachings of Jesus Christ and believe that the bible is the words of GOD. Do good and good will comeback to you multiple times.<br><br>
The goal of pantasya is to teach a student to make and manage a pantasya playground in everywhere possible.<br><br>
A pantasya playground is a place online or a physical place where playmates gather to study, work and play peacefully.<br><br>
Anyone can teach anything in a pantasya playground.<br><br>
We don't compete we cooperate.<br><br>
I made the first online pantasya playground using only a mobile phone with termux linux and an internet connection then I started teaching Computer Programming Online.<br><br>
You can do it too with the help of Jehovah our GOD.<br><br>
Be a Pantasya Playmate now and let us build Pantasya Playgrounds everywhere possible.<br><br>
may Jehovah GOD bless you. Amen.<br><br>
1 Timoteo 4:16 (NWT) Pay constant attention to yourself and to your teaching. Persevere in these things, for by doing this you will save both yourself and those who listen to you.<br><br>
<h1>pantasya logo</h1>
<img src="x/logo.svg">
</font>
</body>
</html>

View File

@ -0,0 +1,78 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Attendance Record</title>
<link rel="icon" type="image/png" href="favicon.png" />
<style>
* {
font-family: monospace;
box-sizing: border-box;
}
.container {
max-width: 480px;
}
</style>
</head>
<body>
<div class="container">
<table border align='center'>
<caption><h3 align='center'>Attendance</h3></caption>
<tr bgcolor='navy'>
<th><font color='white'>Year</font></th>
<th colspan='12'><font color='white'>Month</font></th>
</tr>
<tr bgcolor='#aaa'>
<th><font color='white'>2023</font></th>
<th><font color='white'>Jan</font></th>
<th><font color='white'><a href="attendance_2023FEB.html">Feb</a></font></th>
<th><font color='white'><a href="attendance_2023MAR.html">Mar</a></font></th>
<th><font color='white'><a href="attendance_2023APR.html">Apr</a></font></th>
<th><font color='white'>May</font></th>
<th><font color='white'>Jun</font></th>
<th><font color='white'><a href="attendance_2023JUL.html">Jul</a></font></th>
<th><font color='white'><a href="attendance_2023AUG.html">Aug</a></font></th>
<th><font color='white'><a href="attendance_2023SEP.html">Sep</a></a></font></th>
<th><font color='white'><a href="attendance_2023OCT.html">Oct</a></font></th>
<th><font color='white'>Nov</font></th>
<th><font color='white'>Dec</font></th>
</tr>
<tr bgcolor='#ccc'>
<th><font color='white'>2022</font></th>
<th><font color='white'>Jan</font></th>
<th><font color='white'>Feb</font></th>
<th><font color='white'>Mar</font></th>
<th><font color='white'>Apr</font></th>
<th><font color='white'>May</font></th>
<th><font color='white'>Jun</font></th>
<th><font color='white'>Jul</font></th>
<th><font color='white'>Aug</font></th>
<th><a href='attendance_2022SEP.html'>Sep</a></th>
<th><a href='attendance_2022OCT.html'>Oct</a></th>
<th><font color='white'><a href="attendance_2022NOV.html">Nov</a></font></th>
<th><font color='white'>Dec</font></th>
</tr>
</table>
</div>
</body>
</html>

View File

@ -0,0 +1,336 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Attendance Record</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<font face="monospace">
<table border align='center'>
<caption><h3 align='center'>Attendance Record</h3></caption>
<tr>
<th rowspan='2' bgcolor='navy'><font color='white'>ID</font></th>
<th rowspan='2' bgcolor='navy'><font color='white'>Name</font></th>
<td colspan='31' align='center' bgcolor='navy'><font color='white'>NOVEMBER</font></td>
</tr>
<tr>
<td>&nbsp;1<br>T</td>
<td>&nbsp;2<br>W</td>
<td>&nbsp;3<br>H</td>
<td>&nbsp;4<br>F</td>
<td>&nbsp;5<br>S</td>
<td>&nbsp;6<br>D</td>
<td>&nbsp;7<br>M</td>
<td>&nbsp;8<br>T</td>
<td>&nbsp;9<br>W</td>
<td>10<br>H</td>
<td>11<br>F</td>
<td>12<br>S</td>
<td>13<br>D</td>
<td>14<br>M</td>
<td>15<br>T</td>
<td>16<br>W</td>
<td>17<br>H</td>
<td>18<br>F</td>
<td>19<br>S</td>
<td>20<br>D</td>
<td>21<br>M</td>
<td>22<br>T</td>
<td>23<br>W</td>
<td>24<br>H</td>
<td>25<br>F</td>
<td>26<br>S</td>
<td>27<br>D</td>
<td>28<br>M</td>
<td>29<br>T</td>
<td>30<br>W</td>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>I2209</font></th>
<th><font color='white'>Ferd&nbsp;-&nbsp;C</font></th>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
<th rowspan="3" colspan="15" bgcolor="red"><font color="white">DROP</font></th>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>I2209</font></th>
<th><font color='white'>Ferd&nbsp;-&nbsp;JAVA</font></th>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>I2209</font></th>
<th><font color='white'>Ferd&nbsp;-&nbsp;PYTHON</font></th>
<td></td>
<td bgcolor="blue"></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>I2206</font></th>
<th><font color='white'>Itami&nbsp;-&nbsp;WEBTECH</font></th>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>I2206</font></th>
<th><font color='white'>Itami&nbsp;-&nbsp;CPP</font></th>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>I2206</font></th>
<th><font color='white'>Itami&nbsp;-&nbsp;JAVA</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="yellow"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="blue"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>I2203</font></th>
<th><font color='white'>Shi&nbsp;-&nbsp;CPP</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>I2203</font></th>
<th><font color='white'>Shi&nbsp;-&nbsp;C</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="blue"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
<br>
<table border="1">
<tr bgcolor="navy">
<th><font color="white">Color</font></th>
<th><font color="white">Meaning</font></th>
</tr>
<tr>
<td bgcolor="lightgreen"></td>
<td>present</td>
</tr>
<tr>
<td bgcolor="orange"></td>
<td>late</td>
</tr>
<tr>
<td bgcolor="yellow"></td>
<td>left early</td>
</tr>
<tr>
<td bgcolor="red"></td>
<td>absent</td>
</tr>
<tr>
<td bgcolor="blue"></td>
<td>teacher absent</td>
</tr>
</table>
</font>
</body>
</html>

View File

@ -0,0 +1,503 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Attendance Record</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<font face="monospace">
<table border align='center'>
<caption><h3 align='center'>Attendance</h3></caption>
<tr>
<th rowspan='2' bgcolor='navy'><font color='white'>ID</font></th>
<th rowspan='2' bgcolor='navy'><font color='white'>Name</font></th>
<td colspan='31' align='center' bgcolor='navy'><font color='white'>OCTOBER</font></td>
</tr>
<tr>
<td>&nbsp;1</td>
<td>&nbsp;2</td>
<td>&nbsp;3</td>
<td>&nbsp;4</td>
<td>&nbsp;5</td>
<td>&nbsp;6</td>
<td>&nbsp;7</td>
<td>&nbsp;8</td>
<td>&nbsp;9</td>
<td>10</td>
<td>11</td>
<td>12</td>
<td>13</td>
<td>14</td>
<td>15</td>
<td>16</td>
<td>17</td>
<td>18</td>
<td>19</td>
<td>20</td>
<td>21</td>
<td>22</td>
<td>23</td>
<td>24</td>
<td>25</td>
<td>26</td>
<td>27</td>
<td>28</td>
<td>29</td>
<td>30</td>
<td>31</td>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>I2203</font></th>
<th><font color='white'>Shi&nbsp;-&nbsp;CPP</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='red'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>I2203</font></th>
<th><font color='white'>Shi&nbsp;-&nbsp;WEBTECH</font></th>
<td bgcolor='red'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='yellow'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>I2204</font></th>
<th><font color='white'>Xee&nbsp;-&nbsp;JAVA</font></th>
<td></td>
<td bgcolor='red'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='yellow'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='red'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>I2205</font></th>
<th><font color='white'>Rachel&nbsp;-&nbsp;CPP</font></th>
<td bgcolor='red'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='red'></td>
<th colspan='23' bgcolor='red'><font color='white'>DROP</font></th>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>I2205</font></th>
<th><font color='white'>Rachel&nbsp;-&nbsp;JAVA</font></th>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='red'></td>
<th colspan='22' bgcolor='red'><font color='white'>DROP</font></th>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>I2206</font></th>
<th><font color='white'>Itami&nbsp;-&nbsp;CPP</font></th>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td bgcolor='red'></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td bgcolor='orange'></td>
<td></td>
<td bgcolor='red'></td>
<th colspan='17' bgcolor='red'><font color='white'>DROP</font></th>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>I2206</font></th>
<th><font color='white'>Itami&nbsp;-&nbsp;WEBTECH</font></th>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='red'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<th colspan='17' bgcolor='red'><font color='white'>DROP</font></th>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>I2206</font></th>
<th><font color='white'>Itami&nbsp;-&nbsp;JAVA</font></th>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='blue'></td>
<td></td>
<td></td>
<td></td>
<th colspan='17' bgcolor='red'><font color='white'>DROP</font></th>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>I2207</font></th>
<th><font color='white'>Lyzel&nbsp;-&nbsp;PYTHON</font></th>
<td bgcolor='red'></td>
<th colspan='30' bgcolor='red'><font color='white'>DROP</font></th>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>I2209</font></th>
<th><font color='white'>Ferd&nbsp;-&nbsp;C</font></th>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td bgcolor='red'></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='blue'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>I2209</font></th>
<th><font color='white'>Ferd&nbsp;-&nbsp;JAVA</font></th>
<td></td>
<td></td>
<td></td>
<td bgcolor='red'></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='yellow'></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='blue'></td>
<td></td>
<td></td>
<td bgcolor='blue'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>I2209</font></th>
<th><font color='white'>Ferd&nbsp;-&nbsp;PYTHON</font></th>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td bgcolor='yellow'></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='blue'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>I2210</font></th>
<th><font color='white'>Timothy&nbsp;-&nbsp;CPP</font></th>
<td bgcolor='red'></td>
<td></td>
<td></td>
<td bgcolor='red'></td>
<td bgcolor='red'></td>
<th colspan='26' bgcolor='red'><font color='white'>DROP</font></th>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>I2213</font></th>
<th><font color='white'>Johnben&nbsp;-&nbsp;DSALGO</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='red'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='red'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='blue'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>I2216</font></th>
<th><font color='white'>April&nbsp;-&nbsp;C</font></th>
<td bgcolor='lightgreen'></td>
<td bgcolor='blue'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='red'></td>
<td bgcolor='red'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>I2217</font></th>
<th><font color='white'>Hendrix&nbsp;-&nbsp;ASM</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
</font>
</body>
</html>

View File

@ -0,0 +1,795 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Attendance Record</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<font face="monospace">
<table border align='center'>
<caption><h3 align='center'>Attendance</h3></caption>
<tr>
<th rowspan='2' bgcolor='navy'><font color='white'>ID</font></th>
<th rowspan='2' bgcolor='navy'><font color='white'>Name</font></th>
<td colspan='31' align='center' bgcolor='navy'><font color='white'>SEPTEMBER</font></td>
</tr>
<tr>
<td>&nbsp;1</td>
<td>&nbsp;2</td>
<td>&nbsp;3</td>
<td>&nbsp;4</td>
<td>&nbsp;5</td>
<td>&nbsp;6</td>
<td>&nbsp;7</td>
<td>&nbsp;8</td>
<td>&nbsp;9</td>
<td>10</td>
<td>11</td>
<td>12</td>
<td>13</td>
<td>14</td>
<td>15</td>
<td>16</td>
<td>17</td>
<td>18</td>
<td>19</td>
<td>20</td>
<td>21</td>
<td>22</td>
<td>23</td>
<td>24</td>
<td>25</td>
<td>26</td>
<td>27</td>
<td>28</td>
<td>29</td>
<td>30</td>
</tr>
<tr>
<th bgcolor='#CCC'><font color='white'>I2200</font></th>
<th bgcolor='#CCC'><font color='white'>Phoebe&nbsp;-&nbsp;PYTHON</font></th>
<th colspan='31' bgcolor='red'><font color='white'>DROP</a></th>
</tr>
<tr>
<th bgcolor='#CCC'><font color='white'>I2200</font></th>
<th bgcolor='#CCC'><font color='white'>Phoebe&nbsp;-&nbsp;WEBTECH</font></th>
<th colspan='31' bgcolor='red'><font color='white'>DROP</a></th>
</tr>
<tr>
<th bgcolor='#AAA'><font color='white'>I2201</font></th>
<th bgcolor='#AAA'><font color='white'>Kristan&nbsp;-&nbsp;CPP</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='red'></td>
<th colspan='22' bgcolor='red'><font color='white'>DROP</font></th>
</tr>
<tr>
<th bgcolor='#CCC'><font color='white'>I2202</font></th>
<th bgcolor='#CCC'><font color='white'>Venn&nbsp;-&nbsp;DSALGO</font></th>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='red'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<th colspan='6' bgcolor='red'><font color='white'>DROP</th>
</tr>
<tr>
<th bgcolor='#AAA'><font color='white'>I2203</font></th>
<th bgcolor='#AAA'><font color='white'>Shi&nbsp;-&nbsp;CPP</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
</tr>
<tr>
<th bgcolor='#AAA'><font color='white'>I2203</font></th>
<th bgcolor='#AAA'><font color='white'>Shi&nbsp;-&nbsp;WEBTECH</font></th>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='blue'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th bgcolor='#CCC'><font color='white'>I2204</font></th>
<th bgcolor='#CCC'><font color='white'>Xee&nbsp;-&nbsp;JAVA</font></th>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th bgcolor='#AAA'><font color='white'>I2205</font></th>
<th bgcolor='#AAA'><font color='white'>Rachel&nbsp;-&nbsp;CPP</font></th>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='red'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th bgcolor='#AAA'><font color='white'>I2205</font></th>
<th bgcolor='#AAA'><font color='white'>Rachel&nbsp;-&nbsp;JAVA</font></th>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th bgcolor='#CCC'><font color='white'>I2206</font></th>
<th bgcolor='#CCC'><font color='white'>Itami&nbsp;-&nbsp;LINUX</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='blue'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<th colspan='4' bgcolor='red'><font color='white'>DROP</font></th>
</tr>
<tr>
<th bgcolor='#CCC'><font color='white'>I2206</font></th>
<th bgcolor='#CCC'><font color='white'>Itami&nbsp;-&nbsp;CPP</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td bgcolor='blue'></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td bgcolor='blue'></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
</tr>
<tr>
<th bgcolor='#CCC'><font color='white'>I2206</font></th>
<th bgcolor='#CCC'><font color='white'>Itami&nbsp;-&nbsp;WEBTECH</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th bgcolor='#CCC'><font color='white'>I2206</font></th>
<th bgcolor='#CCC'><font color='white'>Itami&nbsp;-&nbsp;JAVA</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th bgcolor='#AAA'><font color='white'>I2207</font></th>
<th bgcolor='#AAA'><font color='white'>Lyzel&nbsp;-&nbsp;PYTHON</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='red'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th bgcolor='#CCC'><font color='white'>I2208</font></th>
<th bgcolor='#CCC'><font color='white'>Kenneth</font></th>
<th colspan='30' bgcolor='red'><font color='white'>DROP</font></th>
</tr>
<tr>
<th bgcolor='#AAA'><font color='white'>I2209</font></th>
<th bgcolor='#AAA'><font color='white'>Ferd&nbsp;-&nbsp;C</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
</tr>
<tr>
<th bgcolor='#AAA'><font color='white'>I2209</font></th>
<th bgcolor='#AAA'><font color='white'>Ferd&nbsp;-&nbsp;JAVA</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='red'></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td bgcolor='red'></td>
</tr>
<tr>
<th bgcolor='#AAA'><font color='white'>I2209</font></th>
<th bgcolor='#AAA'><font color='white'>Ferd&nbsp;-&nbsp;PYTHON</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
</tr>
<tr>
<th bgcolor='#CCC'><font color='white'>I2210</font></th>
<th bgcolor='#CCC'><font color='white'>Timothy&nbsp;-&nbsp;CPP</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='red'></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='red'></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td bgcolor='blue'></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td bgcolor='blue'></td>
<td></td>
<td></td>
</tr>
<tr>
<th bgcolor='#AAA'><font color='white'>I2211</font></th>
<th bgcolor='#AAA'><font color='white'>Yner&nbsp;-&nbsp;WEBTECH</font></th>
<td bgcolor='lightgreen'></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td bgcolor='red'></td>
<th colspan='14' bgcolor='red'><font color='white'>DROP</font></th>
</tr>
<tr>
<th bgcolor='#CCC'><font color='white'>I2212</font></th>
<th bgcolor='#CCC'><font color='white'>John&nbsp;-&nbsp;PYTHON</font></th>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='red'></td>
<th colspan='5' bgcolor='red'><font color='white'>DROP</font></th>
</tr>
<tr>
<th bgcolor='#AAA'><font color='white'>I2213</font></th>
<th bgcolor='#AAA'><font color='white'>Johnben&nbsp;-&nbsp;DSALGO</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='red'></td>
<td></td>
<td></td>
<td bgcolor='red'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th bgcolor='#CCC'><font color='white'>I2214</font></th>
<th bgcolor='#CCC'><font color='white'>Ry&nbsp;-&nbsp;CPP</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='red'></td>
<td bgcolor='red'></td>
<th colspan='19' bgcolor='red'><font color='white'>DROP</font></th>
</tr>
<tr>
<th bgcolor='#CCC'><font color='white'>I2214</font></th>
<th bgcolor='#CCC'><font color='white'>Ry&nbsp;-&nbsp;CSHARP</font></th>
<th colspan='30' bgcolor='red'><font color='white'>DROP</font></th>
</tr>
<tr>
<th bgcolor='#AAA'><font color='white'>I2215</font></th>
<th bgcolor='#AAA'><font color='white'>Marlon&nbsp;-&nbsp;WEBTECH</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td bgcolor='red'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='red'></td>
<td bgcolor='red'></td>
<th colspan='8' bgcolor='red'><font color='white'>DROP</font></th>
</tr>
<tr>
<th bgcolor='#CCC'><font color='white'>I2216</font></th>
<th bgcolor='#CCC'><font color='white'>April&nbsp;-&nbsp;C</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td bgcolor='red'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor='blue'></td>
<td bgcolor='lightgreen'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
</font>
</body>
</html>

View File

@ -0,0 +1,444 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Attendance Record</title>
<link rel="icon" type="image/png" href="favicon.png" />
<style>
* {
font-family: monospace;
box-sizing: border-box;
}
.container {
max-width: 480px;
}
</style>
</head>
<body>
<font face="monospace">
<table border align='center'>
<caption><h3 align='center'>Attendance Record</h3></caption>
<tr>
<th colspan='33' bgcolor='navy'><font color='white'>APRIL</font></th>
</tr>
<tr align="center">
<th bgcolor='navy'><font color='white'>ID</font></th>
<th bgcolor='navy'><font color='white'>Name</font></th>
<th bgcolor='navy'><font color='white'>Subject</font></th>
<td>&nbsp;1<br>S</td>
<td>&nbsp;2<br>D</td>
<td>&nbsp;3<br>M</td>
<td>&nbsp;4<br>T</td>
<td>&nbsp;5<br>W</td>
<td>&nbsp;6<br>H</td>
<td>&nbsp;7<br>F</td>
<td>&nbsp;8<br>S</td>
<td>&nbsp;9<br>D</td>
<td>10<br>M</td>
<td>11<br>T</td>
<td>12<br>W</td>
<td>13<br>H</td>
<td>14<br>F</td>
<td>15<br>S</td>
<td>16<br>D</td>
<td>17<br>M</td>
<td>18<br>T</td>
<td>19<br>W</td>
<td>20<br>H</td>
<td>21<br>F</td>
<td>22<br>S</td>
<td>23<br>D</td>
<td>24<br>M</td>
<td>25<br>T</td>
<td>26<br>W</td>
<td>27<br>H</td>
<td>28<br>F</td>
<td>29<br>S</td>
<td>30<br>D</td>
</tr>
<tr bgcolor='#AAA'>
<th rowspan="3"><font color='white'>I2206</font></th>
<th rowspan="3" align="center"><font color='white'>Itami</font></th>
<th><font color='white'>C++</font></th>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>JAVA</font></th>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>WEBTECH</font></th>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td bgcolor="red"></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td bgcolor="blue"></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td bgcolor="blue"></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th rowspan="6"><font color='white'>I2209</font></th>
<th rowspan="6" align="center"><font color='white'>Ferd</font></th>
<th><font color='white'>C</font></th>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="blue"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>VB</font></th>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>WebTech</font></th>
<td></td>
<td></td>
<td></td>
<td bgcolor="blue"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>Python</font></th>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>C++</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>Java</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="yellow"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#AAA'>
<th rowspan="3"><font color='white'>D2300</font></th>
<th rowspan="3" align="center"><font color='white'>Jane</font></th>
<th><font color='white'>WebTech</font></th>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<th colspan="15" bgcolor="red"><font color="white">DROP</font></th>
</tr>
</table>
<br>
<table border="1">
<tr bgcolor="navy">
<th><font color="white">Color</font></th>
<th><font color="white">Meaning</font></th>
</tr>
<tr>
<td bgcolor="lightgreen"></td>
<td>present</td>
</tr>
<tr>
<td bgcolor="orange"></td>
<td>late</td>
</tr>
<tr>
<td bgcolor="yellow"></td>
<td>left early</td>
</tr>
<tr>
<td bgcolor="red"></td>
<td>absent</td>
</tr>
<tr>
<td bgcolor="green"></td>
<td>excuse</td>
</tr>
<tr>
<td bgcolor="blue"></td>
<td>teacher absent</td>
</tr>
</table>
</font>
</body>
</html>

View File

@ -0,0 +1,309 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Attendance Record</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<font face="monospace">
<table border align='center'>
<caption><h3 align='center'>Attendance Record</h3></caption>
<tr>
<th colspan='34' bgcolor='navy'><font color='white'>AUGUST</font></th>
</tr>
<tr align="center">
<th bgcolor='navy'><font color='white'>ID</font></th>
<th bgcolor='navy'><font color='white'>Name</font></th>
<th bgcolor='navy'><font color='white'>Subject</font></th>
<td>&nbsp;1<br>T</td>
<td>&nbsp;2<br>W</td>
<td>&nbsp;3<br>H</td>
<td>&nbsp;4<br>F</td>
<td>&nbsp;5<br>S</td>
<td>&nbsp;6<br>D</td>
<td>&nbsp;7<br>M</td>
<td>&nbsp;8<br>T</td>
<td>&nbsp;9<br>W</td>
<td>10<br>H</td>
<td>11<br>F</td>
<td>12<br>S</td>
<td>13<br>D</td>
<td>14<br>M</td>
<td>15<br>T</td>
<td>16<br>W</td>
<td>17<br>H</td>
<td>18<br>F</td>
<td>19<br>S</td>
<td>20<br>D</td>
<td>21<br>M</td>
<td>22<br>T</td>
<td>23<br>W</td>
<td>24<br>H</td>
<td>25<br>F</td>
<td>26<br>S</td>
<td>27<br>D</td>
<td>28<br>M</td>
<td>29<br>T</td>
<td>30<br>W</td>
<td>31<br>H</td>
</tr>
<tr bgcolor='#AAA'>
<th rowspan='3'><font color='white'>I2206</font></th>
<th rowspan='3'><font color='white'>Itami</font></th>
<th><font color='white'>WebTech</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<th colspan="26" rowspan="3" bgcolor="red"><font color="white">DROP</font></th>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>Java</font></th>
<td bgcolor="green"></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>C++</font></th>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th rowspan='3'><font color='white'>I2209</font></th>
<th rowspan='3'><font color='white'>Ferd</font></th>
<th><font color='white'>Java</font></th>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="green"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="yellow"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>Python</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="yellow"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="blue"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="yellow"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="green"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>C</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="yellow"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="green"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="yellow"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="green"></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#AAA'>
<th rowspan='3'><font color='white'>H2300</font></th>
<th rowspan='3'><font color='white'>Lloyd</font></th>
<th><font color='white'>C#</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="green"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="green"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="yellow"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>WebTech</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="yellow"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="green"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
<br>
<table border="1">
<tr bgcolor="navy">
<th><font color="white">Color</font></th>
<th><font color="white">Meaning</font></th>
</tr>
<tr>
<td bgcolor="lightgreen"></td>
<td>present</td>
</tr>
<tr>
<td bgcolor="orange"></td>
<td>late</td>
</tr>
<tr>
<td bgcolor="yellow"></td>
<td>left early</td>
</tr>
<tr>
<td bgcolor="red"></td>
<td>absent</td>
</tr>
<tr>
<td bgcolor="green"></td>
<td>excuse</td>
</tr>
<tr>
<td bgcolor="blue"></td>
<td>teacher absent</td>
</tr>
</table>
</font>
</body>
</html>

View File

@ -0,0 +1,358 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Attendance Record</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<font face="monospace">
<table border align='center'>
<caption><h3 align='center'>Attendance Record</h3></caption>
<tr>
<th rowspan='2' bgcolor='navy'><font color='white'>ID</font></th>
<th rowspan='2' bgcolor='navy'><font color='white'>Name</font></th>
<th rowspan='2' bgcolor='navy'><font color='white'>Subject</font></th>
<td colspan='31' align='center' bgcolor='navy'><font color='white'>FEBRUARY</font></td>
</tr>
<tr align="center">
<td>&nbsp;1<br>W</td>
<td>&nbsp;2<br>H</td>
<td>&nbsp;3<br>F</td>
<td>&nbsp;4<br>S</td>
<td>&nbsp;5<br>D</td>
<td>&nbsp;6<br>M</td>
<td>&nbsp;7<br>T</td>
<td>&nbsp;8<br>W</td>
<td>&nbsp;9<br>H</td>
<td>10<br>F</td>
<td>11<br>S</td>
<td>12<br>D</td>
<td>13<br>M</td>
<td>14<br>T</td>
<td>15<br>W</td>
<td>16<br>H</td>
<td>17<br>F</td>
<td>18<br>S</td>
<td>19<br>D</td>
<td>20<br>M</td>
<td>21<br>T</td>
<td>22<br>W</td>
<td>23<br>H</td>
<td>24<br>F</td>
<td>25<br>S</td>
<td>26<br>D</td>
<td>27<br>M</td>
<td>28<br>T</td>
</tr>
<tr bgcolor='#AAA'>
<th rowspan="3"><font color='white'>I2203</font></th>
<th rowspan="3" align="center"><font color='white'>Shi</font></th>
<th><font color='white'>CPP</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>JAVA</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>WEBTECH</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="yellow"></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th rowspan="3"><font color='white'>I2206</font></th>
<th rowspan="3" align="center"><font color='white'>Itami</font></th>
<th><font color='white'>CPP</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="yellow"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>JAVA</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>WEBTECH</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td bgcolor="lightgreen"></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td bgcolor="blue"></td>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>B2300</font></th>
<th align="center"><font color='white'>Brake^t</font></th>
<th><font color='white'>Python</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>B2301</font></th>
<th align="center"><font color='white'>Pattu</font></th>
<th><font color='white'>Python</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
</tr>
</table>
<br>
<table border="1">
<tr bgcolor="navy">
<th><font color="white">Color</font></th>
<th><font color="white">Meaning</font></th>
</tr>
<tr>
<td bgcolor="lightgreen"></td>
<td>present</td>
</tr>
<tr>
<td bgcolor="orange"></td>
<td>late</td>
</tr>
<tr>
<td bgcolor="yellow"></td>
<td>left early</td>
</tr>
<tr>
<td bgcolor="red"></td>
<td>absent</td>
</tr>
<tr>
<td bgcolor="blue"></td>
<td>teacher absent</td>
</tr>
</table>
</font>
</body>
</html>

View File

@ -0,0 +1,315 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Attendance Record</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<font face="monospace">
<table border align='center'>
<caption><h3 align='center'>Attendance Record</h3></caption>
<tr>
<th colspan='34' bgcolor='navy'><font color='white'>JULY</font></th>
</tr>
<tr align="center">
<th bgcolor='navy'><font color='white'>ID</font></th>
<th bgcolor='navy'><font color='white'>Name</font></th>
<th bgcolor='navy'><font color='white'>Subject</font></th>
<td>&nbsp;1<br>S</td>
<td>&nbsp;2<br>D</td>
<td>&nbsp;3<br>M</td>
<td>&nbsp;4<br>T</td>
<td>&nbsp;5<br>W</td>
<td>&nbsp;6<br>H</td>
<td>&nbsp;7<br>F</td>
<td>&nbsp;8<br>S</td>
<td>&nbsp;9<br>D</td>
<td>10<br>M</td>
<td>11<br>T</td>
<td>12<br>W</td>
<td>13<br>H</td>
<td>14<br>F</td>
<td>15<br>S</td>
<td>16<br>D</td>
<td>17<br>M</td>
<td>18<br>T</td>
<td>19<br>W</td>
<td>20<br>H</td>
<td>21<br>F</td>
<td>22<br>S</td>
<td>23<br>D</td>
<td>24<br>M</td>
<td>25<br>T</td>
<td>26<br>W</td>
<td>27<br>H</td>
<td>28<br>F</td>
<td>29<br>S</td>
<td>30<br>D</td>
<td>31<br>M</td>
</tr>
<tr bgcolor='#AAA'>
<th rowspan='3'><font color='white'>I2206</font></th>
<th rowspan='3'><font color='white'>Itami</font></th>
<th><font color='white'>WebTech</font></th>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="yellow"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="yellow"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="yellow"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>Java</font></th>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="blue"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>C++</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="yellow"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th rowspan='3'><font color='white'>I2209</font></th>
<th rowspan='3'><font color='white'>Ferd</font></th>
<th><font color='white'>Java</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="yellow"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>Python</font></th>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>C</font></th>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
<br>
<table border="1">
<tr bgcolor="navy">
<th><font color="white">Color</font></th>
<th><font color="white">Meaning</font></th>
</tr>
<tr>
<td bgcolor="lightgreen"></td>
<td>present</td>
</tr>
<tr>
<td bgcolor="orange"></td>
<td>late</td>
</tr>
<tr>
<td bgcolor="yellow"></td>
<td>left early</td>
</tr>
<tr>
<td bgcolor="red"></td>
<td>absent</td>
</tr>
<tr>
<td bgcolor="green"></td>
<td>excuse</td>
</tr>
<tr>
<td bgcolor="blue"></td>
<td>teacher absent</td>
</tr>
</table>
</font>
</body>
</html>

View File

@ -0,0 +1,538 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Attendance Record</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<font face="monospace">
<table border align='center'>
<caption><h3 align='center'>Attendance Record</h3></caption>
<tr>
<th colspan='34' align='center' bgcolor='navy'><font color='white'>MARCH</font></th>
</tr>
<tr align="center">
<th bgcolor='navy'><font color='white'>ID</font></th>
<th bgcolor='navy'><font color='white'>Name</font></th>
<th bgcolor='navy'><font color='white'>Subject</font></th>
<td>&nbsp;1<br>W</td>
<td>&nbsp;2<br>H</td>
<td>&nbsp;3<br>F</td>
<td>&nbsp;4<br>S</td>
<td>&nbsp;5<br>D</td>
<td>&nbsp;6<br>M</td>
<td>&nbsp;7<br>T</td>
<td>&nbsp;8<br>W</td>
<td>&nbsp;9<br>H</td>
<td>10<br>F</td>
<td>11<br>S</td>
<td>12<br>D</td>
<td>13<br>M</td>
<td>14<br>T</td>
<td>15<br>W</td>
<td>16<br>H</td>
<td>17<br>F</td>
<td>18<br>S</td>
<td>19<br>D</td>
<td>20<br>M</td>
<td>21<br>T</td>
<td>22<br>W</td>
<td>23<br>H</td>
<td>24<br>F</td>
<td>25<br>S</td>
<td>26<br>D</td>
<td>27<br>M</td>
<td>28<br>T</td>
<td>29<br>W</td>
<td>30<br>H</td>
<td>31<br>F</td>
</tr>
<tr bgcolor='#AAA'>
<th rowspan="3"><font color='white'>I2203</font></th>
<th rowspan="3" align="center"><font color='white'>Shi</font></th>
<th><font color='white'>CPP</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
<th rowspan="3" colspan="16" bgcolor="red"><font color="white">DROP</font></th>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>JAVA</font></th>
<td></td>
<td bgcolor="blue"></td>
<td bgcolor="yellow"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>WEBTECH</font></th>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
</tr>
<tr bgcolor='#CCC'>
<th rowspan="3"><font color='white'>I2206</font></th>
<th rowspan="3" align="center"><font color='white'>Itami</font></th>
<th><font color='white'>C++</font></th>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="yellow"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>JAVA</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="blue"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="yellow"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>WEBTECH</font></th>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="yellow"></td>
<td bgcolor="yellow"></td>
<td bgcolor="yellow"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td bgcolor="lightgreen"></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td bgcolor="lightgreen"></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="green"></td>
<td bgcolor="green"></td>
<td bgcolor="green"></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>B2300</font></th>
<th align="center"><font color='white'>Brake^t</font></th>
<th><font color='white'>Python</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<th colspan="15" bgcolor="red"><font color="white">DROP</font></th>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>B2301</font></th>
<th align="center"><font color='white'>Pattu</font></th>
<th><font color='white'>Python</font></th>
<td></td>
<td></td>
<td></td>
<th bgcolor="red" colspan="28"><font color="white">DROP</font></th>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>C2300</font></th>
<th align="center"><font color='white'>Zeyn</font></th>
<th><font color='white'>WebTech</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<th colspan="15" bgcolor="red"><font color="white">DROP</font></th>
</tr>
<tr bgcolor='#CCC'>
<th rowspan="6"><font color='white'>I2209</font></th>
<th rowspan="6" align="center"><font color='white'>Ferd</font></th>
<th><font color='white'>C</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="yellow"></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="yellow"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>VB</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>WebTech</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>Python</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>Linux</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="blue"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>Java</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
</tr>
</table>
<br>
<table border="1">
<tr bgcolor="navy">
<th><font color="white">Color</font></th>
<th><font color="white">Meaning</font></th>
</tr>
<tr>
<td bgcolor="lightgreen"></td>
<td>present</td>
</tr>
<tr>
<td bgcolor="orange"></td>
<td>late</td>
</tr>
<tr>
<td bgcolor="yellow"></td>
<td>left early</td>
</tr>
<tr>
<td bgcolor="red"></td>
<td>absent</td>
</tr>
<tr>
<td bgcolor="green"></td>
<td>excuse</td>
</tr>
<tr>
<td bgcolor="blue"></td>
<td>teacher absent</td>
</tr>
</table>
</font>
</body>
</html>

View File

@ -0,0 +1,356 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Attendance Record</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<font face="monospace">
<table border align='center'>
<caption><h3 align='center'>Attendance Record</h3></caption>
<tr>
<th colspan='34' bgcolor='navy'><font color='white'>OCTOBER 2023</font></th>
</tr>
<tr align="center">
<th bgcolor='navy'><font color='white'>ID</font></th>
<th bgcolor='navy'><font color='white'>Name</font></th>
<th bgcolor='navy'><font color='white'>Subject</font></th>
<td>&nbsp;1<br>D</td>
<td>&nbsp;2<br>M</td>
<td>&nbsp;3<br>T</td>
<td>&nbsp;4<br>W</td>
<td>&nbsp;5<br>H</td>
<td>&nbsp;6<br>F</td>
<td>&nbsp;7<br>S</td>
<td>&nbsp;8<br>D</td>
<td>&nbsp;9<br>M</td>
<td>10<br>T</td>
<td>11<br>W</td>
<td>12<br>H</td>
<td>13<br>F</td>
<td>14<br>S</td>
<td>15<br>D</td>
<td>16<br>M</td>
<td>17<br>T</td>
<td>18<br>W</td>
<td>19<br>H</td>
<td>20<br>F</td>
<td>21<br>S</td>
<td>22<br>D</td>
<td>23<br>M</td>
<td>24<br>T</td>
<td>25<br>W</td>
<td>26<br>H</td>
<td>27<br>F</td>
<td>28<br>S</td>
<td>29<br>D</td>
<td>30<br>M</td>
<td>31<br>T</td>
</tr>
<tr bgcolor='#CCC'>
<th rowspan='5'><font color='white'>I2209</font></th>
<th rowspan='5'><font color='white'>Ferd</font></th>
<th><font color='white'>WebTech</font></th>
<td bgcolor="lightgreen"></td>
<td bgcolor="lightgreen"></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>Linux</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>Java</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>Python</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>C</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>J2300</font></th>
<th><font color='white'>Phol</font></th>
<th><font color='white'>WebTech</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>J2301</font></th>
<th><font color='white'>Sheen</font></th>
<th><font color='white'>WebTech</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
<br>
<table border="1">
<tr bgcolor="navy">
<th><font color="white">Color</font></th>
<th><font color="white">Meaning</font></th>
</tr>
<tr>
<td bgcolor="lightgreen"></td>
<td>present</td>
</tr>
<tr>
<td bgcolor="orange"></td>
<td>late</td>
</tr>
<tr>
<td bgcolor="yellow"></td>
<td>left early</td>
</tr>
<tr>
<td bgcolor="red"></td>
<td>absent</td>
</tr>
<tr>
<td bgcolor="green"></td>
<td>excuse</td>
</tr>
<tr>
<td bgcolor="blue"></td>
<td>teacher absent</td>
</tr>
</table>
</font>
</body>
</html>

View File

@ -0,0 +1,348 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Attendance Record</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<font face="monospace">
<table border align='center'>
<caption><h3 align='center'>Attendance Record</h3></caption>
<tr>
<th colspan='34' bgcolor='navy'><font color='white'>SEPTEMBER 2023</font></th>
</tr>
<tr align="center">
<th bgcolor='navy'><font color='white'>ID</font></th>
<th bgcolor='navy'><font color='white'>Name</font></th>
<th bgcolor='navy'><font color='white'>Subject</font></th>
<td>&nbsp;1<br>F</td>
<td>&nbsp;2<br>S</td>
<td>&nbsp;3<br>D</td>
<td>&nbsp;4<br>M</td>
<td>&nbsp;5<br>T</td>
<td>&nbsp;6<br>W</td>
<td>&nbsp;7<br>H</td>
<td>&nbsp;8<br>F</td>
<td>&nbsp;9<br>S</td>
<td>10<br>D</td>
<td>11<br>M</td>
<td>12<br>T</td>
<td>13<br>W</td>
<td>14<br>H</td>
<td>15<br>F</td>
<td>16<br>S</td>
<td>17<br>D</td>
<td>18<br>M</td>
<td>19<br>T</td>
<td>20<br>W</td>
<td>21<br>H</td>
<td>22<br>F</td>
<td>23<br>S</td>
<td>24<br>D</td>
<td>25<br>M</td>
<td>26<br>T</td>
<td>27<br>W</td>
<td>28<br>H</td>
<td>29<br>F</td>
<td>30<br>S</td>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>I2300</font></th>
<th><font color='white'>Andrew</font></th>
<th><font color='white'>WebTech</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="yellow"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th rowspan='5'><font color='white'>I2209</font></th>
<th rowspan='5'><font color='white'>Ferd</font></th>
<th><font color='white'>WebTech</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td bgcolor="blue"></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td bgcolor="lightgreen"></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="blue"></td>
<td bgcolor="lightgreen"></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>Linux</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="blue"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="green"></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>Java</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>Python</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
</tr>
<tr bgcolor='#CCC'>
<th><font color='white'>C</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="lightgreen"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr bgcolor='#AAA'>
<th rowspan='3'><font color='white'>H2300</font></th>
<th rowspan='3'><font color='white'>Lloyd</font></th>
<th><font color='white'>C#</font></th>
<td></td>
<td bgcolor="red"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
<td></td>
<th colspan="20" rowspan="2" bgcolor="red"><font color="white">DROP</font></th>
</tr>
<tr bgcolor='#AAA'>
<th><font color='white'>WebTech</font></th>
<td></td>
<td></td>
<td bgcolor="orange"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td bgcolor="red"></td>
</tr>
</table>
<br>
<table border="1">
<tr bgcolor="navy">
<th><font color="white">Color</font></th>
<th><font color="white">Meaning</font></th>
</tr>
<tr>
<td bgcolor="lightgreen"></td>
<td>present</td>
</tr>
<tr>
<td bgcolor="orange"></td>
<td>late</td>
</tr>
<tr>
<td bgcolor="yellow"></td>
<td>left early</td>
</tr>
<tr>
<td bgcolor="red"></td>
<td>absent</td>
</tr>
<tr>
<td bgcolor="green"></td>
<td>excuse</td>
</tr>
<tr>
<td bgcolor="blue"></td>
<td>teacher absent</td>
</tr>
</table>
</font>
</body>
</html>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,104 @@
/
/(_____________ ____
\ /______)\ | |
:\ | / \:| |:::::::::: : .. . : .. . . :. .
\_____| / | \| |______
___ / ________ \... . . .
\______________ \ | | /.. . . . . .
\ |__| /
--x--x-----x----\______ |-/_____/-x--x-xx--x-- - -x -- - - -- - - -
. . . . . . . . . . . .\____|. . . . . .
-------------------------------------------------------------------------------
>> perfect dos vga 437 - general information >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-------------------------------------------------------------------------------
"Perfect DOS VGA 437" and "Perfect DOS VGA 437 Win" are truetype fonts
designed to emulate the MS-DOS/Text mode standard font, used on VGA monitors,
with the 437 Codepage (standard US/International). This is a "bitmap" font,
meaning it emulates a bitmap font and can only be used at a given size (8 or
multiples of it like 16, 24, 32, etc). It's optimized for Flash too, so it
won't produce antialias if used at round positions.
There are two fonts available. "Perfect DOS VGA 437" uses the original DOS
codepage 437. It should be used, for example, if you're opening DOS ASCII
files on notepad or another windows-based editor. Since it's faithful to the
original DOS codes, it won't accent correctly in windows ("é" would produce
something different, not an "e" with an acute).
There's also "Perfect DOS VGA 437 Win" which is the exactly same font adapted
to a windows codepage. This should use accented characters correctly but won't
work if you're opening a DOS-based text file.
UPDATE: this is a new version, updated in august/2008. It has fixed leading
metrics for Mac systems.
-------------------------------------------------------------------------------
>> perfect dos vga 437 - creation process >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-------------------------------------------------------------------------------
This font was created to be used on a Flash-based ANSi viewer I'm working. To
create it, I created a small Quick Basic program to write all characters on
screen,
CLS
FOR l = 0 TO 255
charWrite 1 + (l MOD 20), 1 + (l \ 20) * 6 + (l MOD 2), LTRIM$(RTRIM$(STR$(l))) + CHR$(l)
NEXT
SUB charWrite (lin, col, char$)
DEF SEG = &HB800
FOR i = 1 TO LEN(char$)
POKE ((lin - 1) * 160) + ((col - 2 + i) * 2), ASC(MID$(char$, i, 1))
IF (i = LEN(char$)) THEN POKE ((lin - 1) * 160) + ((col - 2 + i) * 2) + 1, 113
NEXT
END SUB
Then captured the text screen using SCREEN THIEF (a very, very old screen
capture TSR program which converts text screens to images accurately). I then
recreated the font polygon by polygon on Fontlab, while looking at the image
on Photoshop. No conversion took place.
-------------------------------------------------------------------------------
>> copyright and stuff >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-------------------------------------------------------------------------------
This is a free font/file, distribute as you wish to who you wish. You are free
to use it on a movie, a videogame, a video, a broadcast, without having to ask
my permission.
Please do not send me emails asking me to sign release forms if it require
any sort of scanning or digital compositing. It's a big chore. This license
file and a simple confirmation email should suffice as proof that you are
allowed to use it.
Of course I don't mind emails letting me know where something has been used.
Those are always gratifying!
Do NOT sell this font. It's not yours and you can't make money of it.
-------------------------------------------------------------------------------
>> author >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-------------------------------------------------------------------------------
Zeh Fernando
zeh@zehfernando.com
www.zehfernando.com
rorshack ^ maiden brazil
-------------------------------------------------------------------------------
>> other notes >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-------------------------------------------------------------------------------
The year is now 2021. I would be remiss not to mention these more modern font
packages:
https://int10h.org/oldschool-pc-fonts/fontlist/
They include VGA-like fonts and a bunch of other systems, easily supplanting
the need for "Perfect DOS VGA" and then some.
They use a Creative Commons license.
-------------------------------------------------------------------------------
^zehPULLSdahTRICK^kudosOUTtoWHOkeepsITreal^smashDAHfuckingENTAH!!!^lowres4ever^
-------------------------------------------------------------------------------

View File

@ -0,0 +1,83 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pantasya - Blog</title>
<style>
@font-face {
font-family: dos;
src: url("Siesta-Regular.otf");
}
* {
font-family: dos;
}
html,body {
background-color: black;
}
.center {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.container {
margin: 0 auto;
width: 320px;
height: 240px;
overflow: auto;
padding: 10px;
background-color: blue;
color: yellow;
}
.post {
}
.datetime {
float: right;
}
.content {
}
.content p {
text-indent: .25in;
text-align: justify;
}
.clear {
clear: both;
}
</style>
</head>
<body>
<div class="container center">
<div class="heading">pantasya blog</div>
<hr>
<div class="post">
<div class="datetime">fri., sep. 1, 2023 - 11:53PM</div><div class="clear"></div>
<br>
<div class="content">
<p>happy 1st year aniversary</p>
</div>
</div> <hr>
<div class="post">
<div class="datetime">sun., jul. 16, 2023 - 6:23pm</div><div class="clear"></div>
<br>
<div class="content">
<p>hello world</p>
</div>
</div>
</div>
</body>
</html>

Binary file not shown.

116
00_playground/cashflow.html Normal file
View File

@ -0,0 +1,116 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - The Playground: Cash Flow</title>
<link rel="icon" type="image/png" href="favicon.png" />
<style>
table {
white-space: nowrap;
}
tr:nth-child(even) {
background-color: #ddd;
}
tr:nth-child(odd) {
background-color: #eee;
}
tr:nth-child(1) {
background-color: navy;
color: white;
}
</style>
</head>
<body>
<div id="display"></div>
<script>
var cashFlow = [
{ name: "Joseph", date: "2023-09-24",info: "Donation: Optiplex 780", date: "2023-09-24", cashIn: 0.00, cashOut: 0.00 },
{ name: "Edu", date: "2023-09-27", info: "Ads", cashIn: 0.00, cashOut: 0.0 },
{ name: "Emeruth", date: "2023-09-28", info: "Logo/TShirt Design", cashIn: 0.00, cashOut: 0.0 },
{ name: "Joval", date: "2023-09-28", info: "Logo/TShirt Design", cashIn: 0.00, cashOut: 0.0 },
{ name: "Grace", date: "2023-09-28", info: "Donation: Money", cashIn: 5000.00, cashOut: 0.00 },
{ name: "Itami", date: "2023-09-29", info: "Borrowed: Money", cashIn: 0.00, cashOut: 110.00 },
{ name: "Mama", date: "2023-10-02", info: "Gave: Money", cashIn: 100.00, cashOut: 0.00 },
{ name: "Fria", date: "2023-10-04", info: "Buy: Ferd's 3 Hen", cashIn: 0.00, cashOut: 600.00 },
{ name: "Fria", date: "2023-10-04", info: "Buy: Ferd's 1 Rooster", cashIn: 0.00, cashOut: 500.00 },
{ name: "Fria", date: "2023-10-04", info: "Buy: Ferd's 1 Male Pig", cashIn: 0.00, cashOut: 3500.00 },
];
var display=document.getElementById("display");
function displayDonationTable() {
var cashInTotal=0;
var cashOutTotal=0;
var balanceTotal=0;
var html="";
html+="<table align='center' border='1' cellspacing='0' cellpadding='5'>";
html+="<caption><h3>Cash Flow</h3></caption>";
html+="<tr>";
html+="<th>Name</th>";
html+="<th>Date</th>";
html+="<th>Info</th>";
html+="<th>Cash&nbsp;In</th>";
html+="<th>Cash&nbsp;Out</th>";
html+="<th>Balance</th>";
html+="</tr>";
for(c of cashFlow) {
html+="<tr>";
html+=`<td>${c.name}</td>`;
html+=`<td>${c.date}</td>`;
html+=`<td>${c.info}</td>`;
html+=`<td align='right'>${c.cashIn===0?"--":c.cashIn.toFixed(2)}</td>`;
html+=`<td align='right'>${c.cashOut===0?"--":c.cashOut.toFixed(2)}</td>`;
var balance=c.cashIn-c.cashOut;
html+=`<td align='right'>${balance===0?"--":balance.toFixed(2)}</td>`;
html+="</tr>";
cashInTotal+=c.cashIn;
cashOutTotal+=c.cashOut;
balanceTotal+=c.cashIn-c.cashOut;
}
html+="<tr>";
html+="<th colspan='3' align='right'>Total</th>"
html+=`<td align='right'>${cashInTotal.toFixed(2)}</td>`;
html+=`<td align='right'>${cashOutTotal.toFixed(2)}</td>`;
html+=`<td align='right'>${balanceTotal.toFixed(2)}</td>`;
html+="</tr>";
html+="</table>";
display.innerHTML=html;
}
displayDonationTable();
</script>
</body>
</html>

33
00_playground/chicks.html Normal file
View File

@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - The Playground</title>
<link rel="icon" type="image/png" href="favicon.png" />
<style>
* {
font-family: sans-serif;
}
</style>
</head>
<body>
<h1>Chicks</h1>
</body>
</html>

View File

@ -0,0 +1,250 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Class Schedule</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<font face="monospace">
<table border align='center'>
<colgroup>
<col>
<col bgcolor="#aaa">
<col bgcolor="#ccc">
<col bgcolor="#aaa">
<col bgcolor="#ccc">
<col bgcolor="#aaa">
<col bgcolor="#ccc">
<col bgcolor="#aaa">
</colgroup>
<caption><h3><font color='navy'>Class&nbsp;Schedule</font></h3></caption>
<tr>
<th rowspan='2' bgcolor='navy'><font color='white'>TIME</font></th>
<th colspan='7' bgcolor='navy'><font color='white'>DAY</font></th>
</tr>
<tr bgcolor='navy'>
<th><font color='white'>MON</font></th>
<th><font color='white'>TUE</font></th>
<th><font color='white'>WED</font></th>
<th><font color='white'>THU</font></th>
<th><font color='white'>FRI</font></th>
<th><font color='white'>SAT</font></th>
<th><font color='white'>SUN</font></th>
</tr>
<tr>
<th bgcolor='navy' align='right'><font color='white'>7:00&nbsp;AM</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th bgcolor='navy' align='right'><font color='white'>8:00&nbsp;AM</font></th>
<td></td>
<td></td>
<td></td>
<th rowspan='5' bgcolor='#3B5DC9'><font color="white">I2209<br>Ferd<br>Linux</font></th>
<th rowspan='5' bgcolor='#3B5DC9'><font color="white">I2209<br>Ferd<br>GIT</font></th>
<td></td>
<td></td>
</tr>
<tr>
<th bgcolor='navy' align='right'><font color='white'>9:00&nbsp;AM</font></th>
<td></td>
<td></td>
<td></td>
<th colspan="2" rowspan='5' bgcolor='#a7f070'><font color="black">J2300<br>Phol<br>WebTech</font></th>
</tr>
<tr>
<th bgcolor='navy' align='right'><font color='white'>10:00&nbsp;AM</font></th>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th bgcolor='navy' align='right'><font color='white'>11:00&nbsp;AM</font></th>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th bgcolor='navy' align='right'><font color='white'>11:30&nbsp;AM</font></th>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th bgcolor='navy' align='right'><font color='white'>12:00&nbsp;PM</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th bgcolor='navy' align='right'><font color='white'>12:00&nbsp;PM</th>
<td rowspan='2' colspan='7' bgcolor='navy' align='center'><font color='white'><b>Break&nbsp;Time</b></font></td>
</tr>
<tr>
<th bgcolor='navy' align='right'><font color='white'>1:00&nbsp;PM</th>
</tr>
<tr>
<th bgcolor='navy' align='right'><font color='white'>1:00&nbsp;PM</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th bgcolor='navy' align='right'><font color='white'>1:30&nbsp;PM</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th bgcolor='navy' align='right'><font color='white'>2:00&nbsp;PM</font></th>
<td></td>
<th rowspan='4' bgcolor='#b13e53'><font color="white">J2301<br>Sheen<br>WebTech</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th bgcolor='navy' align='right'><font color='white'>3:00&nbsp;PM</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th bgcolor='navy' align='right'><font color='white'>4:00&nbsp;PM</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td rowspan='3' bgcolor='navy' align='center'><font color='white'><b>BIBLE&nbsp;STUDY</b></font></td>
</tr>
<tr>
<th bgcolor='navy' align='right'><font color='white'>5:00&nbsp;PM</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th bgcolor='navy' align='right'><font color='white'>6:00&nbsp;PM</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th bgcolor='navy' align='right'><font color='white'>7:00&nbsp;PM</font></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th bgcolor='navy' align='right'><font color='white'>7:00&nbsp;PM</font></th>
<td rowspan='2' colspan='3' bgcolor='navy' align='center'><font color='white'><b>Break&nbsp;Time</b></font></td>
<td rowspan='2' bgcolor='navy' align='center'><font color='white'><b>Bible&nbsp;Study</b></font></td>
<td rowspan='4' bgcolor='navy' align='center'><font color='white'><b>BIBLE&nbsp;STUDY</b></font></td>
<td rowspan='2' colspan='2' bgcolor='navy' align='center'><font color='white'><b>Break&nbsp;Time</b></font></td>
</tr>
<tr>
<th bgcolor='navy' align='right'><font color='white'>8:00&nbsp;PM</font></th>
</tr>
<tr>
<th bgcolor='navy' align='right'><font color='white'>8:00&nbsp;PM</font></th>
<th colspan='3' rowspan='4' bgcolor='#3B5DC9'><font color="white">I2209<br>Ferd<br>WebTech</font></th>
<th rowspan='4' bgcolor='#3B5DC9'><font color="white">I2209<br>Ferd<br>Java</font></th>
<th rowspan='4' bgcolor='#3B5DC9'><font color="white">I2209<br>Ferd<br>Python</font></th>
<th rowspan='4' bgcolor='#3B5DC9'><font color="white">I2209<br>Ferd<br>C</font></th>
</tr>
<tr>
<th bgcolor='navy' align='right'><font color='white'>9:00&nbsp;PM</font></th>
<td></td>
</tr>
<tr>
<th bgcolor='navy' align='right'><font color='white'>10:00&nbsp;PM</font></th>
<td></td>
<td></td>
</tr>
<tr>
<th bgcolor='navy' align='right'><font color='white'>11:00&nbsp;PM</font></th>
<td></td>
<td></td>
</tr>
</table>
</font>
</body>
</html>

View File

@ -0,0 +1,87 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - School Needs</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<font face="monospace">
<h1 align="center">Donations</h1>
<p>IL -> Importance Level 1 least important to 5 very important.
</p>
<h3>Needed</h3>
<ol>
<li>Teachers of any needed subject by the students (IL5)</li>
<li>Pantasya Chicks -> free range native chicken farm (IL5)</li>
<li>Pantasya Gifts -> a sarisari store running in barter system and money in a pantasya playground (IL5)</li>
<li>Pantasya Chicks Logo (IL5)</li> <li>Pantasya Gifts Logo (IL5)</li> <li>Pantasya Logo Design (IL1)</li>
<li>Pantasya Website Design (IL1)</li>
<li>Pantasya Certificate Design (IL1)</li>
<li>Pantasya ID design (IL1) -> identification purposes</li>
<li>TShirt with logo (IL5) -> we need this for student uniform</li>
<li>Any number of at least 2GB or larger capacity flash drive (IL3) -> we need this for OS installation and data storage</li>
<li>One rim short bond paper (IL1) -> needed for my origami and other drawing and writing stuffs</li>
<li>Printable sticker paper (IL1) -> we need this for advertising</li>
<li>Any number of Green Cross Rubbing Alcohol (IL5) -> we need this for cleaning purposes</li>
<li>One laptop (IL3)</li>
<li>One colored printer (IL3)</li>
<li>One Solar charger for android mobile (IL1)</li>
<li>Any number of Hot instant ramen noodles pack (any brand) (IL5) -> life source</li> </ol>
<h3>Recieved</h3>
<ul><h3>from: Ferd</h3>
<li>(Sun., Oct, 4, 2023) Takes cares of Pantasya Chicks and Pigs</li>
</ul>
<ul><h3>from: Joval</h3>
<li>(Thu., Sep. 28, 2023) Currently working on designing stuffs</li>
</ul>
<ul><h3>from: Grace</h3>
<li>(Thu., Sep. 28, 2023) PHP 5074.00</li>
</ul>
<ul><h3>from: Emeruth</h3>
<li>(Thu., Sep. 28, 2023) Currently working on designing stuffs</li>
</ul>
<ul><h3>from: Edu</h3>
<li>(Sun., Sep, 27, 2023) Helps in advertising, he posted our website address in his canteen</li>
</ul>
<ul><h3>from: Joseph</h3>
<li>(Sun., Sep, 24, 2023) Dell Optiplex 780 Small Form Factor Desktop PC (we are currently fixing this to work)</li>
<li>One 3 prong power cable for pc (IL5) -> needed for my desktop computer to work</li>
<li>One RJ45 cable for wifi router and pc (IL5) -> needed for my desktop computer to connect to the internet</li>
</ul>
<br>
<p>Thanks to everyone for your support!</p>
<br>
<p><b>For more info please contact:</b></p>
<a href="https://facebook.com/friaelagua" target="_blank">https://facebook.com/friaelagua</a>
<br><br>
<h1>Jehovah GOD bless us</h1>
</font>
</body>
</html>

BIN
00_playground/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 594 B

23
00_playground/how.html Normal file
View File

@ -0,0 +1,23 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Pantasya About</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<font face="monospace">
<h1>Pantasya Playground How to Make</h1>
</font>
</body>
</html>

View File

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<title>Pantasya - Blog</title>
</head>
<body>
<font face="monospace">
# Pantasya Online Computer School
<hr>
<a href="class_schedule.html">Class Schedule</a><br>
<a href="attendance.html">Attendance</a><br>
<a href="syllabus.html">Subjects Available</a><br>
<a href="student_info.html">Student Info</a><br>
<a href="rules.html">Rules</a><br>
</body>
</html>

234
00_playground/index.html Normal file
View File

@ -0,0 +1,234 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - The Playground</title>
<link rel="icon" type="image/png" href="favicon.png" />
<style>
* {
font-family: sans-serif;
}
body {
background: #F0F0F0;
}
header {
color: white;
background: navy;
text-align: center;
margin: 16px 16px 0 16px;
padding: 16px;
border-left: 4px solid white;
border-right: 4px solid white;
border-top: 4px solid white;
border-bottom: none;
border-radius: 8px 8px 0 0;
box-shadow: 4px 4px 8px #505050;
}
main {
color: navy;
background: white;
margin: 0 16px 0 16px;
padding: 8px;
border-left: 4px solid white;
border-right: 4px solid white;
border-top: none;
border-bottom: none;
box-shadow: 4px 4px 8px #505050;
}
footer {
color: white;
background: navy;
text-align: center;
font-weight: bold;
margin: 0px 16px 16px 16px;
padding: 16px;
border-left: 4px solid white;
border-right: 4px solid white;
border-top: none;
border-bottom: 4px solid white;
border-radius: 0 0 8px 8px;
box-shadow: 4px 4px 8px #505050;
}
section.post {
margin: 32px 8px 32px 8px;
padding: 8px;
border: 1px solid navy;
border-radius: 8px;
box-shadow: 2px 2px 4px #505050 inset;
text-align: justify;
}
section.post p.indent {
text-indent: 50px;
}
.title {
}
.datetime {
float: right;
}
.clear {
clear: both;
}
.comments {
float: right;
}
hr {
border: 1px solid navy;
}
#container {
max-width: 800px;
margin: 0 auto;
}
</style>
</head>
<body>
<div id="container">
<header>
<h1>Pantasya Online Christian School</h1>
<h3>Welcome to the Playground</h4>
<h3>Where Study, Work and Play are One</h4>
<marquee width="200px">
<font size="3"><p>It doesn't matter whether you ride a carabao, tricycle, jeep, car, airplane, boat or you just walk to go somewhere the important is the experience, learning, and friends that you make on the way and you get to your destination safely.</p></font>
</marquee>
</header>
<main>
<section class="post">
<center>
<h2>
<div class="title">Information</div>
<div class="datetime"></div>
<div class="clear"></div>
</h2>
</center>
<hr>
<center>
<a href="about.html" target="_blank">About</a><br>
<br>
<a href="class_schedule.html" target="_blank">Class Schedule</a><br>
<a href="attendance.html" target="_blank">Attendance Record</a><br>
<a href="syllabus.html" target="_blank">Subjects Available</a><br>
<a href="student_info.html" target="_blank">Student Information</a><br>
<a href="rules.html" target="_blank">School Rules</a><br><br>
<a href="donations.html" target="_blank">Donations</a><br>
<a href="cashflow.html" target="_blank">Cash Flow</a><br><br>
<a href="tshirt.html" target="_blank">TShirt Designs</a><br>
<a href="logo.html" target="_blank">Logo Designs</a><br>
<br>
<a href="playgrounds.html" target="_blank">Playgrounds</a><br>
<br>
<a href="logo_contest.html" target="_blank">Logo Contest (for new playgrounds)</a><br>
<br>
<a href="chicks.html" target="_blank">Pantasya Chicks</a><br>
<a href="pigs.html" target="_blank">Pantasya Pigs</a><br>
<br>
<a href="gifts.html" target="_blank">Pantasya Gifts</a><br>
<br>
<br>
<a href="https://kiwiirc.com/client/irc.dal.net/pantasya">Chat Room</a><br>
<!--
<a href="https://kiwiirc.com/client/irc.libera.chat/pantasya">Chat Room</a><br>
-->
<center>
<hr>
<center>
<p>Any questions and suggestions please contact</p>
<a href="https://facebook.com/friaelagua" target="_blank">https://facebook.com/friaelagua</a>
<br><br>
or fria in our chat room
<br>
<hr>
<p><b>Mt10:8</b><br>Freely ye have recieved...<br>Freely give!</p>
</center>
</section>
</main>
<footer>
<h4>since 2022-09-01 FriaElAgua</h4>
</footer>
</div>
</body>
</html>

47
00_playground/logo.html Normal file
View File

@ -0,0 +1,47 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - The Playground: Logo Designs</title>
<link rel="icon" type="image/png" href="favicon.png" />
<style>
table {
white-space: nowrap;
}
tr:nth-child(even) {
background-color: #ddd;
}
tr:nth-child(odd) {
background-color: #eee;
}
tr:nth-child(1) {
background-color: navy;
color: white;
}
</style>
</head>
<body>
<center>
<h1>Logo Designs</h1>
<img width="256px" src="x/tshirt-logo-00.svg"><br>
designed by fria
<h3>Open for suggestions</h3>
</center>
</body>
</html>

View File

@ -0,0 +1,46 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Pantasya Playgrounds</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<font face="monospace">
<h1>Logo Contest</h1>
<ol>
<li>make a logo for your playground</li>
<li>any tool will do</li>
<li>you can use AI</li>
<li>the output needed is 512x512px PNG format</li>
<li>you can pass max of 3 logos</li>
<li>only one logo will be chosen</li>
<li>you can have a group max of 3 playmates</li>
<li>one group is considered one body</li>
<li>we will have a price box anyone can put any gift in the price box for the winner (dont put garbage please)</li>
<li>there is PHP 100.00 for the winner from fria hehehe wink wink</li>
<li>the playmates will vote for the winning logo</li>
<li>one group is one vote only</li>
<li>the winning logo will be the permanent logo or icon for your playground</li>
</ol>
<p>Any questions and suggestions please contact</p>
<a href="https://facebook.com/friaelagua" target="_blank">https://facebook.com/friaelagua</a>
<br><br>
or fria in our chat room
</font>
</body>
</html>

113
00_playground/pigs.html Normal file
View File

@ -0,0 +1,113 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - The Playground</title>
<link rel="icon" type="image/png" href="favicon.png" />
<style>
* {
font-family: sans-serif;
}
body {
background: #F0F0F0;
}
header {
color: white;
background: navy;
text-align: center;
margin: 16px 16px 0 16px;
padding: 16px;
border-left: 4px solid white;
border-right: 4px solid white;
border-top: 4px solid white;
border-bottom: none;
border-radius: 8px 8px 0 0;
box-shadow: 4px 4px 8px #505050;
}
main {
color: navy;
background: white;
margin: 0 16px 0 16px;
padding: 8px;
border-left: 4px solid white;
border-right: 4px solid white;
border-top: none;
border-bottom: none;
box-shadow: 4px 4px 8px #505050;
}
footer {
color: white;
background: navy;
text-align: center;
font-weight: bold;
margin: 0px 16px 16px 16px;
padding: 16px;
border-left: 4px solid white;
border-right: 4px solid white;
border-top: none;
border-bottom: 4px solid white;
border-radius: 0 0 8px 8px;
box-shadow: 4px 4px 8px #505050;
}
section.post {
margin: 32px 8px 32px 8px;
padding: 8px;
border: 1px solid navy;
border-radius: 8px;
box-shadow: 2px 2px 4px #505050 inset;
text-align: justify;
}
section.post p.indent {
text-indent: 50px;
}
.title {
}
.datetime {
float: right;
}
.clear {
clear: both;
}
.comments {
float: right;
}
hr {
border: 1px solid navy;
}
#container {
max-width: 800px;
margin: 0 auto;
}
</style>
</head>
<body>
<h1>Pigs</h1>
</body>
</html>

View File

@ -0,0 +1,46 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Pantasya Playgrounds</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<font face="monospace">
<h1>Pantasya Playgrounds</h1>
<ol>
<li>Pantasya Playground Villa Castillo (Main) - Villa Castillo Subd., City of San Pedro, Laguna (Since Thu., Sep. 1, 2022)</li>
<br>
<li>Pantasya Playground Madridejos, Bantayan Island Cebu (Since Sun., Oct. 1, 2023)</li>
<br>
<li>Pantasya Playground San Bartolome, Brgy. San Bartolome, Novaliches Quezon City (Since Mon., Oct. 2, 2023)</li>
</ol>
<p>A Pantasya Playground is a place online or a physical place where people gather to study, work and play peacefully with each other teaching each other to build and manage other playgrounds anywhere possible.</p>
<p>Please Help me make Pantasya Playgrounds around the globe.</p>
<p>Any questions and suggestions please contact</p>
<a href="https://facebook.com/friaelagua" target="_blank">https://facebook.com/friaelagua</a>
<br><br>
or fria in our chat room
</font>
</body>
</html>

98
00_playground/rules.html Normal file
View File

@ -0,0 +1,98 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - School Rules</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<font face="monospace">
<ol><h3>School Rules</h3>
<li>Jehovah GOD first before anything.<br><br>Mt6:33(NWT) Keep on, then, seeking first the Kingdom and his righteousness, and all these other things will be added to you.</li>
<br>
<li>any 3 absents, lates, or left early in one month is automatically dropped in all the subjects taken.</li>
<br>
<li>If you got exams or other things to do tell the teacher immediately so you may be excused.</li>
<br>
<li>Grading is very easy to understand it is only passed or failed.</li>
<br>
<li>You'll get a certificate when you passed all the topics and the teacher is satisfied with your performance.</li>
<br>
<li>You can ask the teacher to repeat the topic again and again until you learned it well.</li>
<br>
<li>You can request a new subject and it will be added when the teacher is available.</li>
<br>
<li>You can take any time from MON to SUN between 7am to 11am if it is available but maximum of 3hrs per subject only.</li>
<br>
<li>You can only take 3 subjects simultaneously.</li>
<br>
<li>You can only take 3 timeslots per month.</li>
<br>
<li>If you want to dropped the subject just tell it to the teacher immediately.</li>
<br>
<li>If you are dropped you can enroll again next month.</li>
<br>
<li>Fifteen minutes late is considered an absent.</li>
<br>
<li>You cannot take the same subject on the same day.</li>
<br>
<li>Settle your errands before/after the class so there is no interruptions.</li>
<br>
<li>If there is free time you can ask the teacher for consultation.</li>
<br>
<li>We value anonymity here so dont give your real info to others.</li>
<br>
<li>Keep It Short and Simple (KISS).</li>
<br>
<li>All of this are for free we do not ask for any fee but any donations are accepted.</li>
</ol>
</font>
</body>
</html>

27
00_playground/sched.txt Normal file
View File

@ -0,0 +1,27 @@
mon - sun 12pm-1pm, 7pm-8pm break time
thu 7pm-8pm bible study
fri 7pm-9pm bible study
sun 1:30pm-3pm bible study
itami I2206 Inactive
mon 8pm-11pm WebTech
tue 8pm-11pm Java
wed 8pm-11pm C++
ferd I2209 Active
wed 8pm-11pm WebTech
thu, fri 7am-11:30am Linux
thu 8pm-11pm Java
sat 8pm-11pm Python
sun 8pm-11pm C
phol J2300 Active
Sat, Sun 9am-12pm WebTech
lloyd H2300 Inactive
sat 4pm-7pm C#
sun 4pm-7pm WebTech
andrew I2300 Active
sat 4pm-7pm WebTech

View File

@ -0,0 +1,187 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Student Information</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<font face="monospace">
<table border align='center'>
<caption><h3>Student&nbsp;Information</h3></caption>
<tr bgcolor='navy'>
<th><font color='#FFF'>ID</font></th>
<th><font color='#FFF'>NICK</font></th>
<th><font color='#FFF'>STATUS</font></th>
</tr>
<tr>
<th bgcolor='#CCC'><font color='#FFF'>I2200</font></th>
<th bgcolor='#CCC'><font color='#FFF'>Phoebe</font></th>
<th bgcolor='#CCC'><font color='#FFF'>Inactive</font></th>
</tr>
<tr>
<th bgcolor='#AAA'><font color='#FFF'>I2201</font></th>
<th bgcolor='#AAA'><font color='#FFF'>Kristan</font></th>
<th bgcolor='#AAA'><font color='#FFF'>Inactive</font></th>
</tr>
<tr>
<th bgcolor='#CCC'><font color='#FFF'>I2202</font></th>
<th bgcolor='#CCC'><font color='#FFF'>Venn</font></th>
<th bgcolor='#CCC'><font color='#FFF'>Inactive</font></th>
</tr>
<tr>
<th bgcolor='#AAA'><font color='#FFF'>I2203</font></th>
<th bgcolor='#AAA'><font color='#FFF'>Shi</th>
<th bgcolor='#AAA'><font color='#FFF'>Inactive</font></th>
</tr>
<tr>
<th bgcolor='#CCC'><font color='#FFF'>I2204</font></th>
<th bgcolor='#CCC'><font color='#FFF'>Xee</font></th>
<th bgcolor='#CCC'><font color='#FFF'>Inactive</font></th>
</tr>
<tr>
<th bgcolor='#AAA'><font color='#FFF'>I2205</font></th>
<th bgcolor='#AAA'><font color='#FFF'>Rachel</font></th>
<th bgcolor='#AAA'><font color='#FFF'>Inactive</font></th>
</tr>
<tr>
<th bgcolor='#CCC'><font color='#FFF'>I2206</font></th>
<th bgcolor='#CCC'><font color='#FFF'>Itami</font></th>
<th bgcolor='#CCC'><font color='#FFF'>Inactive</font></th>
</tr>
<tr>
<th bgcolor='#AAA'><font color='#FFF'>I2207</font></th>
<th bgcolor='#AAA'><font color='#FFF'>Lyzel</font></th>
<th bgcolor='#AAA'><font color='#FFF'>Inactive</font></th>
</tr>
<tr>
<th bgcolor='#CCC'><font color='#FFF'>I2208</font></th>
<th bgcolor='#CCC'><font color='#FFF'>Kenneth</font></th>
<th bgcolor='#CCC'><font color='#FFF'>Inactive</font></th>
</tr>
<tr>
<th bgcolor='#AAA'><font color='#FFF'>I2209</font></th>
<th bgcolor='#AAA'><font color='#FFF'>Ferd</font></th>
<th bgcolor='#AAA'><font color='#FFF'>Active</font></th>
</tr>
<tr>
<th bgcolor='#CCC'><font color='#FFF'>I2210</font></th>
<th bgcolor='#CCC'><font color='#FFF'>Timothy</font></th>
<th bgcolor='#CCC'><font color='#FFF'>Inactive</font></th>
</tr>
<tr>
<th bgcolor='#AAA'><font color='#FFF'>I2211</font></th>
<th bgcolor='#AAA'><font color='#FFF'>Yner</font></th>
<th bgcolor='#AAA'><font color='#FFF'>Inactive</font></th>
</tr>
<tr>
<th bgcolor='#CCC'><font color='#FFF'>I2212</font></th>
<th bgcolor='#CCC'><font color='#FFF'>John</font></th>
<th bgcolor='#CCC'><font color='#FFF'>Inactive</font></th>
</tr>
<tr>
<th bgcolor='#AAA'><font color='#FFF'>I2213</font></th>
<th bgcolor='#AAA'><font color='#FFF'>Johnben</font></th>
<th bgcolor='#AAA'><font color='#FFF'>Inactive</font></th>
</tr>
<tr>
<th bgcolor='#CCC'><font color='#FFF'>I2214</font></th>
<th bgcolor='#CCC'><font color='#FFF'>Ry</font></th>
<th bgcolor='#CCC'><font color='#FFF'>Inactive</font></th>
</tr>
<tr>
<th bgcolor='#AAA'><font color='#FFF'>I2215</font></th>
<th bgcolor='#AAA'><font color='#FFF'>Marlon</font></th>
<th bgcolor='#AAA'><font color='#FFF'>Inactive</font></th>
</tr>
<tr>
<th bgcolor='#CCC'><font color='#FFF'>I2216</font></th>
<th bgcolor='#CCC'><font color='#FFF'>April</font></th>
<th bgcolor='#CCC'><font color='#FFF'>Inactive</font></th>
</tr>
<tr>
<th bgcolor='#AAA'><font color='#FFF'>I2217</font></th>
<th bgcolor='#AAA'><font color='#FFF'>Hendrix</font></th>
<th bgcolor='#AAA'><font color='#FFF'>Inactive</font></th>
</tr>
<tr>
<th bgcolor='#CCC'><font color='#FFF'>B2300</font></th>
<th bgcolor='#CCC'><font color='#FFF'>Brake^t</font></th>
<th bgcolor='#CCC'><font color='#FFF'>Inactive</font></th>
</tr>
<tr>
<th bgcolor='#AAA'><font color='#FFF'>B2301</font></th>
<th bgcolor='#AAA'><font color='#FFF'>Pattu</font></th>
<th bgcolor='#AAA'><font color='#FFF'>Inactive</font></th>
</tr>
<tr>
<th bgcolor='#CCC'><font color='#FFF'>C2300</font></th>
<th bgcolor='#CCC'><font color='#FFF'>Zeyn</font></th>
<th bgcolor='#CCC'><font color='#FFF'>Inactive</font></th>
</tr>
<tr>
<th bgcolor='#AAA'><font color='#FFF'>D2300</font></th>
<th bgcolor='#AAA'><font color='#FFF'>Jane</font></th>
<th bgcolor='#AAA'><font color='#FFF'>Inactive</font></th>
</tr>
<tr>
<th bgcolor='#CCC'><font color='#FFF'>H2300</font></th>
<th bgcolor='#CCC'><font color='#FFF'>Lloyd</font></th>
<th bgcolor='#CCC'><font color='#FFF'>Inactive</font></th>
</tr>
<tr>
<th bgcolor='#AAA'><font color='#FFF'>I2300</font></th>
<th bgcolor='#AAA'><font color='#FFF'>Andrew</font></th>
<th bgcolor='#AAA'><font color='#FFF'>Inactive</font></th>
</tr>
<tr>
<th bgcolor='#CCC'><font color='#FFF'>J2300</font></th>
<th bgcolor='#CCC'><font color='#FFF'>Phol</font></th>
<th bgcolor='#CCC'><font color='#FFF'>Active</font></th>
</tr>
<tr bgcolor="#AAA">
<th><font color='#FFF'>J2301</font></th>
<th><font color='#FFF'>Sheen</font></th>
<th><font color='#FFF'>Active</font></th>
</tr>
</table>
</font>
</body>
</html>

View File

@ -0,0 +1,39 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Subjects Available</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<font face="monospace">
<ul>
<h3>Subjects Available</h3>
(you can request a new subject just ask the teacher if available)
<br><br>
<li><a href="syllabus_c.html">C Language Programming</a></li>
<li><a href="syllabus_cpp.html">C++ Programming</a></li>
<li><a href="syllabus_dsalgo.html">Data Structures and Algorithms</a></li>
<li><a href="syllabus_flowchart.html">Flowchart Basics</a></li>
<li><a href="syllabus_git.html">GIT</a></li>
<li><a href="syllabus_java.html">Java Programming</a></li>
<li><a href="syllabus_linux.html">Linux</a></li>
<li><a href="syllabus_python.html">Python Programming</a></li>
<li><a href="syllabus_webtech.html">Web Technologies</a></li>
</ul>
</font>
</body>
</html>

View File

@ -0,0 +1,41 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Course Syllabus: Assembly Language Programming</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<font face="monospace">
<ol><h3>Course Syllabus: DOS Assembly Language Programming</h3>
<li>Compiling and Running Programs</li>
<li>Number Systems BIN,OCT,DEC,HEX</li>
<li>Input/Output</li>
<li>Conditions and Jumps</li>
<li>Mathematical Operations</li>
<li>Binary Data to Decimal</li>
<li>Decimal to Binary Data</li>
<li>Binary Coded Decimal</li>
<li>Random Number Generator</li>
<li>Tables</li>
<li>File I/O</li>
<li>Fixed Point Math</li>
<li>Mode 13 VGA Graphics</li>
<li>Beep Sounds</li>
<li>Terminate and Stay Resident Programs (TSR)</li>
</ol>
<a href="syllabus.html">Back</a>
</font>
</body>
</html>

View File

@ -0,0 +1,45 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Course Syllabus: C Language Programming</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<font face="monospace">
<ul><h3>Course Syllabus: C Language Programming</h3>
<li>Compiling and Running Programs</li>
<li>Variables</li>
<li>Data Types</li>
<li>Input/Output</li>
<li>Mathematical Operators</li>
<li>Logical Operators</li>
<li>Relational Operators</li>
<li>Conditional Statements</li>
<li>Looping Statements</li>
<li>Functions</li>
<li>Arrays</li>
<li>Pointers</li>
<li>Structures</li>
<li>Dynamic Memory Management</li>
<li>File Input/Output</li>
<li>Macros</li>
<li>Header Files</li>
<li>Multi-File Programs</li>
<li>Single Header Libraries</li>
</ul>
<a href="syllabus.html">Back</a>
</font>
</body>
</html>

View File

@ -0,0 +1,44 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Course Syllabus: C++ Programming</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<font face="monospace">
<ul><h3>Course Syllabus: C++ Programming</h3>
<li>Compiling and Running Programs</li>
<li>Variables</li>
<li>Data Types</li>
<li>Input/Output</li>
<li>Mathematical Operators</li>
<li>Logical Operators</li>
<li>Relational Operators</li>
<li>Conditional Statements</li>
<li>Looping Statements</li>
<li>Functions</li>
<li>Arrays</li>
<li>Pointers</li>
<li>Structures</li>
<li>File Input/Output</li>
<li>Macros</li>
<li>Header Files</li>
<li>Multi-File Programs</li>
<li>Single Header Libraries</li>
<li>Object Oriented Programming</li>
</ul>
<a href="syllabus.html">Back</a>
</font>
</body>
</html>

View File

@ -0,0 +1,40 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Course Syllabus: C# Programming</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<font face="monospace">
<ul><h3>Course Syllabus: C# Programming</h3>
<li>Compiling and Running Programs</li>
<li>Variables</li>
<li>Data Types</li>
<li>Input/Output</li>
<li>Mathematical Operators</li>
<li>Logical Operators</li>
<li>Relational Operators</li>
<li>Conditional Statements</li>
<li>Looping Statements</li>
<li>Functions</li>
<li>Arrays</li>
<li>File Input/Output</li>
<li>Error Handling</li>
<li>Object Oriented Programming</li>
<li>Graphical User Interface</li>
</ul>
<a href="syllabus.html">Back</a>
</font>
</body>
</html>

View File

@ -0,0 +1,37 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Course Syllabus: Data Structures and Algorithms</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<font face="monospace">
<ul><h3>Course Syllabus: Data Structures and Algorithms</h3>
<li>Linked List</li>
<li>Stack</li>
<li>Queue</li>
<li>Graph</li>
<li>Tree</li>
<li>Trie</li>
<li>Hash</li>
<li>Random</li>
<li>Sorting</li>
<li>Searching</li>
<li>Cryptography</li>
<li>Compression</li>
</ul>
<a href="syllabus.html">Back</a>
</font>
</body>
</html>

View File

@ -0,0 +1,32 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Course Syllabus: C Language Programming</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<font face="monospace">
<ul><h3>Course Syllabus: Flowchart</h3>
<li>Basic Shapes</li>
<li>Linear</li>
<li>Branch</li>
<li>Loop</li>
<li>Switch</li>
<li>Pseudo Code</li>
</ul>
<a href="syllabus.html">Back</a>
</font>
</body>
</html>

View File

@ -0,0 +1,27 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Course Syllabus: GIT</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<font face="monospace">
<ul><h3>Course Syllabus: GIT</h3>
<li>GIT Basics</li>
</ul>
<a href="syllabus.html">Back</a>
</font>
</body>
</html>

View File

@ -0,0 +1,40 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Course Syllabus: Java Programming</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<font face="monospace">
<ul><h3>Course Syllabus: Java Programming</h3>
<li>Compiling and Running Programs</li>
<li>Variables</li>
<li>Data Types</li>
<li>Input/Output</li>
<li>Mathematical Operators</li>
<li>Logical Operators</li>
<li>Relational Operators</li>
<li>Conditional Statements</li>
<li>Looping Statements</li>
<li>Functions</li>
<li>Arrays</li>
<li>File Input/Output</li>
<li>Error Handling</li>
<li>Object Oriented Programming</li>
<li>Graphical User Interface</li>
</ul>
<a href="syllabus.html">Back</a>
</font>
</body>
</html>

View File

@ -0,0 +1,36 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Course Syllabus: Linux Operating System</title>
<link rel="icon" type="image/png" href="favicon.png" />
<style>
* {
font-family: monospace;
box-sizing: border-box;
}
</style>
</head>
<body>
<font face="monospace">
<ul><h3>Course Syllabus: Linux Operating System</h3>
<li>Installation</li>
<li>Basic Linux Commands</li>
<li>Package Manager</li>
<li>Shell Scripting</li>
<li>Window Managers and Desktop Environments</li>
</ul>
<a href="syllabus.html">Back</a>
</font>
</body>
</html>

View File

@ -0,0 +1,37 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Course Syllabus: Python Programming</title>
<style>
* {
font-family: monospace;
box-sizing: border-box;
}
</style>
</head>
<body>
<ul><h3>Course Syllabus: Python</h3>
<li>Variables</li>
<li>Data Types</li>
<li>Input/Ouput</li>
<li>Mathematical Operators</li>
<li>Logical Operators</li>
<li>Relational Operators</li>
<li>Conditional Statements</li>
<li>Looping Statements</li>
<li>Functions</li>
<li>Data Structures</li>
<li>Error Handling</li>
<li>File Input/Output</li>
<li>Object Oriented Programming</li>
</ul>
<a href="syllabus.html">Back</a>
</body>
</html>

View File

@ -0,0 +1,40 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Course Syllabus: Visual Basic Programming</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<font face="monospace">
<ul><h3>Course Syllabus: Visual Basic Programming</h3>
<li>Compiling and Running Programs</li>
<li>Variables</li>
<li>Data Types</li>
<li>Input/Output</li>
<li>Mathematical Operators</li>
<li>Logical Operators</li>
<li>Relational Operators</li>
<li>Conditional Statements</li>
<li>Looping Statements</li>
<li>Functions</li>
<li>Arrays</li>
<li>Files Input/Output</li>
<li>Error Handling</li>
<li>Object Oriented Programming</li>
<li>Graphical User Interface</li>
</ul>
<a href="syllabus.html">Back</a>
</font>
</body>
</html>

View File

@ -0,0 +1,33 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - Course Syllabus: Web Technologies</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<font face="monospace">
<ul><h3>Course Syllabus: Web Technologies</h3>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>XML</li>
<li>SVG</li>
<li>Apache Web Server</li>
<li>PHP</li>
<li>MariaDB</li>
</ul>
<a href="syllabus.html">Back</a>
</font>
</body>
</html>

47
00_playground/tshirt.html Normal file
View File

@ -0,0 +1,47 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - The Playground: TShirt Designs</title>
<link rel="icon" type="image/png" href="favicon.png" />
<style>
table {
white-space: nowrap;
}
tr:nth-child(even) {
background-color: #ddd;
}
tr:nth-child(odd) {
background-color: #eee;
}
tr:nth-child(1) {
background-color: navy;
color: white;
}
</style>
</head>
<body>
<center>
<h1>TShirt Designs</h1>
<img height="512px" src="x/tshirt.jpg"><br>
designed by fria
<h3>Open for suggestions</h3>
</center>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

54
00_playground/x/logo.svg Normal file
View File

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="utf-8"?>
<svg viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg">
<g>
<rect x="20" y="20" width="460" height="460" rx="20" ry="20" style="fill: rgb(255, 255, 255);"/>
<g transform="matrix(0.900002, 0, 0, 0.900002, 24.999483, 24.999495)">
<g transform="matrix(1, 0, 0, 1, 0.000592, -0.000074)">
<g>
<g>
<g transform="matrix(1.315604, 0, 0, 1.315604, -78.901573, -78.900261)" style="">
<path d="M 108.009 123.327 L 123.33 108.006 L 163 127.792 C 149.402 137.49 137.492 149.4 127.794 162.997 L 108.009 123.327 C 107.924 123.242 107.924 123.412 108.009 123.327 Z M 167.293 78.632 L 187.31 70.34 L 216.373 103.783 C 199.837 107.57 184.342 114.091 170.39 122.844 L 167.293 78.632 Z M 239.167 60.026 L 260.834 60.026 L 274.89 102.054 C 266.794 100.703 258.479 99.999 250 99.999 C 241.521 99.999 233.206 100.703 225.111 102.054 L 239.167 60.026 Z M 312.692 70.341 L 332.709 78.633 L 329.611 122.845 C 315.66 114.092 300.165 107.571 283.628 103.783 L 312.692 70.341 Z M 376.671 108.007 L 391.992 123.328 L 372.206 162.998 C 362.509 149.401 350.598 137.49 337.001 127.793 L 376.671 108.007 Z M 421.367 167.29 L 429.658 187.308 L 396.216 216.37 C 392.428 199.833 385.907 184.339 377.154 170.387 L 421.367 167.29 Z M 439.973 239.166 L 439.973 260.833 L 397.945 274.889 C 399.296 266.793 400 258.478 400 249.999 C 400 241.52 399.296 233.205 397.945 225.11 L 439.973 239.166 Z M 429.658 312.69 L 421.366 332.708 L 377.154 329.61 C 385.907 315.658 392.428 300.164 396.216 283.627 L 429.658 312.69 Z M 391.991 376.67 L 376.67 391.991 L 337.001 372.205 C 350.598 362.508 362.509 350.598 372.206 337 L 391.991 376.67 Z M 332.707 421.365 L 312.69 429.657 L 283.628 396.215 C 300.164 392.427 315.658 385.907 329.61 377.154 L 332.707 421.365 Z M 260.833 439.973 L 239.166 439.973 L 225.11 397.943 C 233.205 399.295 241.521 399.999 250 399.999 C 258.479 399.999 266.794 399.295 274.89 397.944 L 260.833 439.973 Z M 187.308 429.657 L 167.291 421.366 L 170.389 377.153 C 184.341 385.906 199.835 392.427 216.372 396.215 L 187.308 429.657 Z M 123.329 391.99 L 108.008 376.669 L 127.794 337 C 137.491 350.597 149.401 362.508 162.999 372.205 L 123.329 391.99 Z M 78.633 332.707 L 70.342 312.689 L 103.784 283.627 C 107.572 300.164 114.093 315.658 122.846 329.61 L 78.633 332.707 Z M 60.027 260.832 L 60.027 239.165 L 102.055 225.109 C 100.704 233.205 100 241.52 100 249.999 C 100 258.478 100.704 266.793 102.055 274.888 L 60.027 260.832 Z M 70.342 187.308 L 78.634 167.29 L 122.846 170.388 C 114.093 184.34 107.572 199.834 103.784 216.371 L 70.342 187.308 Z M 260.834 60.026 C 260.834 59.906 260.953 60.026 260.834 60.026 Z M 239.167 60.026 C 239.047 60.026 239.167 59.906 239.167 60.026 Z M 439.973 260.833 C 440.093 260.833 439.973 260.952 439.973 260.833 Z M 439.973 239.166 C 439.973 239.046 440.093 239.166 439.973 239.166 Z M 60.027 239.165 C 59.907 239.165 60.027 239.046 60.027 239.165 Z M 60.027 260.832 C 60.027 260.952 59.907 260.832 60.027 260.832 Z M 239.166 439.973 C 239.166 440.093 239.047 439.973 239.166 439.973 Z M 260.833 439.973 C 260.953 439.973 260.833 440.093 260.833 439.973 Z M 391.992 123.328 C 392.077 123.243 392.076 123.412 391.992 123.328 Z M 376.671 108.007 C 376.586 107.922 376.756 107.922 376.671 108.007 Z M 376.67 391.991 C 376.755 392.076 376.586 392.075 376.67 391.991 Z M 391.991 376.67 C 392.076 376.586 392.076 376.755 391.991 376.67 Z M 123.33 108.006 C 123.245 107.922 123.414 107.922 123.33 108.006 Z M 108.008 376.669 C 107.923 376.754 107.924 376.585 108.008 376.669 Z M 123.329 391.99 C 123.414 392.075 123.244 392.075 123.329 391.99 Z M 332.709 78.633 C 332.755 78.522 332.819 78.678 332.709 78.633 Z M 312.692 70.341 C 312.581 70.295 312.738 70.23 312.692 70.341 Z M 421.366 332.708 C 421.477 332.754 421.321 332.818 421.366 332.708 Z M 429.658 312.69 C 429.704 312.579 429.769 312.736 429.658 312.69 Z M 78.634 167.29 C 78.523 167.244 78.679 167.18 78.634 167.29 Z M 70.342 187.308 C 70.296 187.419 70.231 187.262 70.342 187.308 Z M 167.291 421.366 C 167.245 421.476 167.181 421.32 167.291 421.366 Z M 187.308 429.657 C 187.419 429.703 187.262 429.768 187.308 429.657 Z M 429.658 187.308 C 429.769 187.262 429.704 187.417 429.658 187.308 Z M 421.367 167.29 C 421.321 167.179 421.478 167.244 421.367 167.29 Z M 312.69 429.657 C 312.736 429.768 312.58 429.702 312.69 429.657 Z M 332.707 421.365 C 332.818 421.319 332.753 421.476 332.707 421.365 Z M 187.31 70.34 C 187.264 70.229 187.42 70.294 187.31 70.34 Z M 167.293 78.632 C 167.182 78.677 167.247 78.521 167.293 78.632 Z M 70.342 312.689 C 70.231 312.735 70.296 312.579 70.342 312.689 Z M 78.633 332.707 C 78.679 332.818 78.522 332.753 78.633 332.707 Z M 400 249.999 C 400 332.842 332.843 399.999 250 399.999 C 167.157 399.999 100 332.842 100 249.999 C 100 167.156 167.157 99.999 250 99.999 C 332.843 99.999 400 167.156 400 249.999 Z" style="fill: rgb(0, 0, 128);"/>
</g>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);" cx="250" cy="250" rx="230" ry="230"/>
</g>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(255, 255, 255);" cx="249.999" cy="250" rx="200" ry="200"/>
</g>
<g transform="matrix(1.546317, 0, 0, 1.546317, -111.523232, -762.98053)">
<path d="M 236.967 540.783 L 316.898 574.264 L 348.15 655.093 L 312.416 735.921 L 230.628 769.402 L 150.695 735.921 L 119.442 655.093 L 155.176 574.264 L 236.967 540.783 Z" style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);" transform="matrix(-0.69724, 0.716838, -0.716838, -0.69724, 866.402992, 944.255327)"/>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(255, 255, 255);" cx="234.009" cy="655.547" rx="90.87" ry="93.424"/>
<ellipse style="stroke: rgb(0, 0, 0); fill: none;" cx="250" cy="130" rx="27.648" ry="27.637" transform="matrix(-0.69724, 0.716838, -0.697508, -0.717113, 537.590049, 608.658649)"/>
<ellipse style="stroke: rgb(0, 0, 0); fill: none;" cx="250" cy="130" rx="27.648" ry="27.637" transform="matrix(-0.69724, -0.716838, 0.697508, -0.717113, 278.961133, 967.425436)"/>
<ellipse style="stroke: rgb(0, 0, 0); fill: none;" cx="233.556" cy="598.335" rx="27.262" ry="28.028"/>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);" cx="231.355" cy="607.382" rx="37.685" ry="38.744"/>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(255, 255, 255);" cx="231.355" cy="607.382" rx="31.406" ry="32.288"/>
<path d="M 234.198 586.618 C 237.189 586.642 239.797 588.48 242.103 591.444 C 244.411 594.414 246.349 598.467 247.91 602.83 C 250.14 609.061 251.584 615.839 252.235 620.97 C 249.159 619.777 243.344 620.446 243.344 622.979 C 243.344 626.137 236.728 626.712 236.728 622.979 C 236.728 619.536 225.98 619.536 225.98 622.979 C 225.98 626.137 219.366 626.712 219.366 622.979 C 219.366 622.226 218.852 621.638 218.049 621.214 C 225.96 613.923 233.662 601.66 234.198 586.618 Z" style="fill: rgb(0, 0, 128); stroke: rgb(0, 0, 0);"/>
<path d="M 234.202 586.118 C 237.335 586.188 240.139 588.122 242.498 591.137 C 244.834 594.153 246.81 598.275 248.381 602.662 C 250.62 608.925 252.077 615.755 252.731 620.907 L 252.838 621.747 L 252.054 621.436 C 250.592 620.856 248.506 620.745 246.726 621.069 C 245.844 621.23 245.12 621.479 244.58 621.843 C 244.061 622.194 243.844 622.49 243.844 622.979 C 243.844 623.906 243.294 624.752 242.599 625.244 C 241.915 625.73 240.947 626.024 240.058 626.063 C 239.167 626.101 238.178 625.886 237.481 625.411 C 236.777 624.933 236.228 624.044 236.228 622.979 C 236.228 622.65 236.138 622.451 235.896 622.186 C 235.646 621.911 235.318 621.701 234.852 621.502 C 233.9 621.096 232.658 620.897 231.354 620.897 C 230.05 620.897 228.808 621.096 227.856 621.502 C 227.39 621.701 227.062 621.911 226.812 622.186 C 226.57 622.451 226.48 622.65 226.48 622.979 C 226.48 623.906 225.93 624.752 225.236 625.244 C 224.551 625.729 223.584 626.024 222.695 626.063 C 221.804 626.101 220.816 625.886 220.118 625.411 C 219.414 624.933 218.866 624.044 218.866 622.979 C 218.866 622.391 218.547 622.024 217.816 621.656 L 217.178 621.336 L 217.71 620.846 C 225.579 613.606 233.2 601.518 233.698 586.6 L 233.715 586.107 Z M 218.849 621.15 C 219.444 621.628 219.866 622.061 219.866 622.979 C 219.866 623.78 220.144 624.22 220.681 624.585 C 221.223 624.954 221.888 625.097 222.651 625.064 C 223.416 625.03 224.102 624.822 224.657 624.428 C 225.203 624.041 225.48 623.631 225.48 622.979 C 225.48 622.447 225.725 621.893 226.072 621.513 C 226.41 621.142 226.921 620.814 227.463 620.583 C 228.526 620.128 229.971 619.897 231.354 619.897 C 232.737 619.897 234.182 620.128 235.245 620.583 C 235.787 620.814 236.298 621.142 236.636 621.513 C 236.983 621.893 237.228 622.447 237.228 622.979 C 237.228 623.78 237.506 624.22 238.043 624.584 C 238.586 624.954 239.251 625.097 240.014 625.064 C 240.779 625.03 241.465 624.822 242.021 624.428 C 242.567 624.041 242.844 623.631 242.844 622.979 C 242.844 622.202 243.354 621.464 244.021 621.014 C 244.668 620.578 245.59 620.26 246.546 620.085 C 248.443 619.74 250.099 619.858 251.636 620.258 C 250.947 615.254 249.66 609.197 247.439 602.998 C 245.888 598.659 243.988 594.675 241.708 591.751 C 239.455 588.838 237.317 587.298 234.676 587.131 C 233.96 602.062 226.64 613.758 218.849 621.15 Z" style="fill: none;"/>
<path d="M 234.202 586.118 C 237.335 586.188 240.139 588.122 242.498 591.137 C 244.834 594.153 246.81 598.275 248.381 602.662 C 250.62 608.925 252.077 615.755 252.731 620.907 L 252.838 621.747 L 252.054 621.436 C 250.592 620.856 248.506 620.745 246.726 621.069 C 245.844 621.23 245.12 621.479 244.58 621.843 C 244.061 622.194 243.844 622.49 243.844 622.979 C 243.844 623.906 243.294 624.752 242.599 625.244 C 241.915 625.73 240.947 626.024 240.058 626.063 C 239.167 626.101 238.178 625.886 237.481 625.411 C 236.777 624.933 236.228 624.044 236.228 622.979 C 236.228 622.65 236.138 622.451 235.896 622.186 C 235.646 621.911 235.318 621.701 234.852 621.502 C 233.9 621.096 232.658 620.897 231.354 620.897 C 230.05 620.897 228.808 621.096 227.856 621.502 C 227.39 621.701 227.062 621.911 226.812 622.186 C 226.57 622.451 226.48 622.65 226.48 622.979 C 226.48 623.906 225.93 624.752 225.236 625.244 C 224.551 625.729 223.584 626.024 222.695 626.063 C 221.804 626.101 220.816 625.886 220.118 625.411 C 219.414 624.933 218.866 624.044 218.866 622.979 C 218.866 622.391 218.547 622.024 217.816 621.656 L 217.178 621.336 L 217.71 620.846 C 225.579 613.606 233.2 601.518 233.698 586.6 L 233.715 586.107 Z M 218.849 621.15 C 219.444 621.628 219.866 622.061 219.866 622.979 C 219.866 623.78 220.144 624.22 220.681 624.585 C 221.223 624.954 221.888 625.097 222.651 625.064 C 223.416 625.03 224.102 624.822 224.657 624.428 C 225.203 624.041 225.48 623.631 225.48 622.979 C 225.48 622.447 225.725 621.893 226.072 621.513 C 226.41 621.142 226.921 620.814 227.463 620.583 C 228.526 620.128 229.971 619.897 231.354 619.897 C 232.737 619.897 234.182 620.128 235.245 620.583 C 235.787 620.814 236.298 621.142 236.636 621.513 C 236.983 621.893 237.228 622.447 237.228 622.979 C 237.228 623.78 237.506 624.22 238.043 624.584 C 238.586 624.954 239.251 625.097 240.014 625.064 C 240.779 625.03 241.465 624.822 242.021 624.428 C 242.567 624.041 242.844 623.631 242.844 622.979 C 242.844 622.202 243.354 621.464 244.021 621.014 C 244.668 620.578 245.59 620.26 246.546 620.085 C 248.443 619.74 250.099 619.858 251.636 620.258 C 250.947 615.254 249.66 609.197 247.439 602.998 C 245.888 598.659 243.988 594.675 241.708 591.751 C 239.455 588.838 237.317 587.298 234.676 587.131 C 233.96 602.062 226.64 613.758 218.849 621.15 Z" style="fill: none;"/>
<path d="M 209.467 626.709 L 211.108 625.775 C 220.64 620.348 233.068 605.803 233.698 586.6 L 233.715 586.107 L 234.202 586.118 C 237.335 586.188 240.138 588.122 242.498 591.137 C 244.834 594.153 246.81 598.275 248.381 602.662 C 251.516 611.437 253.114 621.324 253.134 626.207 L 253.136 626.709 Z M 247.439 602.998 C 245.888 598.659 243.988 594.675 241.708 591.751 C 239.456 588.838 237.317 587.298 234.676 587.131 C 233.755 606.372 222.548 619.546 213.126 625.709 L 252.127 625.709 C 252.013 620.752 250.552 611.685 247.439 602.998 Z" style="fill: none;"/>
<path d="M 209.467 626.709 L 211.108 625.775 C 220.64 620.348 233.068 605.803 233.698 586.6 L 233.715 586.107 L 234.202 586.118 C 237.335 586.188 240.138 588.122 242.498 591.137 C 244.834 594.153 246.81 598.275 248.381 602.662 C 251.516 611.437 253.114 621.324 253.134 626.207 L 253.136 626.709 Z M 247.439 602.998 C 245.888 598.659 243.988 594.675 241.708 591.751 C 239.456 588.838 237.317 587.298 234.676 587.131 C 233.755 606.372 222.548 619.546 213.126 625.709 L 252.127 625.709 C 252.013 620.752 250.552 611.685 247.439 602.998 Z" style="fill: none;"/>
<path d="M 209.467 626.709 L 211.108 625.775 C 220.64 620.348 233.068 605.803 233.698 586.6 L 233.715 586.107 L 234.202 586.118 C 237.335 586.188 240.138 588.122 242.498 591.137 C 244.834 594.153 246.81 598.275 248.381 602.662 C 251.516 611.437 253.114 621.324 253.134 626.207 L 253.136 626.709 Z M 247.439 602.998 C 245.888 598.659 243.988 594.675 241.708 591.751 C 239.456 588.838 237.317 587.298 234.676 587.131 C 233.755 606.372 222.548 619.546 213.126 625.709 L 252.127 625.709 C 252.013 620.752 250.552 611.685 247.439 602.998 Z" style="fill: none;"/>
<path d="M 209.467 626.709 L 211.108 625.775 C 220.64 620.348 233.068 605.803 233.698 586.6 L 233.715 586.107 L 234.202 586.118 C 237.335 586.188 240.138 588.122 242.498 591.137 C 244.834 594.153 246.81 598.275 248.381 602.662 C 251.516 611.437 253.114 621.324 253.134 626.207 L 253.136 626.709 Z M 247.439 602.998 C 245.888 598.659 243.988 594.675 241.708 591.751 C 239.456 588.838 237.317 587.298 234.676 587.131 C 233.755 606.372 222.548 619.546 213.126 625.709 L 252.127 625.709 C 252.013 620.752 250.552 611.685 247.439 602.998 Z" style="fill: none;"/>
<path d="M 209.989 546.845 L 209.991 546.845 L 210.187 546.739 C 210.12 546.776 210.053 546.811 209.989 546.845 Z" style="fill: none;"/>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);" cx="275.323" cy="684.871" rx="37.685" ry="38.744"/>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(255, 255, 255);" cx="275.323" cy="684.871" rx="31.406" ry="32.288"/>
<path d="M 292.059 701.815 C 286.588 707.44 284.71 701.815 275.647 701.815 C 266.582 701.815 264.706 707.44 259.235 701.815 C 253.765 696.191 267.475 684.942 275.647 684.942 C 283.817 684.942 297.529 696.191 292.059 701.815 Z" style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);"/>
<path d="M 274.941 676.368 C 274.941 680.113 271.988 683.149 268.346 683.149 C 264.704 683.149 261.751 680.113 261.751 676.368 C 261.751 672.624 267.613 665.571 268.589 665.571 C 269.566 665.571 274.941 672.624 274.941 676.368 Z" style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);"/>
<path d="M 289.636 676.226 C 289.636 679.971 286.684 683.006 283.041 683.006 C 279.399 683.006 276.447 679.971 276.447 676.226 C 276.447 672.482 282.311 665.427 283.287 665.427 C 284.263 665.427 289.636 672.482 289.636 676.226 Z" style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);"/>
<path d="M 259.866 687.838 C 259.866 690.734 257.574 693.079 254.748 693.079 C 251.922 693.079 249.631 690.734 249.631 687.838 C 249.631 684.942 254.18 679.49 254.937 679.49 C 255.696 679.49 259.866 684.942 259.866 687.838 Z" style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);"/>
<path d="M 301.012 687.325 C 301.012 690.221 298.72 692.567 295.894 692.567 C 293.068 692.567 290.777 690.221 290.777 687.325 C 290.777 684.432 295.326 678.979 296.083 678.979 C 296.842 678.979 301.012 684.432 301.012 687.325 Z" style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);"/>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);" cx="193.67" cy="684.871" rx="37.685" ry="38.744"/>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(255, 255, 255);" cx="193.985" cy="685.193" rx="31.406" ry="32.288"/>
<path d="M 193.67 663.113 L 213.044 673.992 L 213.044 695.75 L 193.67 706.629 L 174.297 695.75 L 174.297 673.992 L 193.67 663.113 Z" style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);" transform="matrix(0, 1, -1, 0, 878.541504, 491.2005)"/>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);" cx="193.67" cy="664.207" rx="6.282" ry="6.459"/>
<path d="M 197.89 665.525 C 197.89 667.922 194.248 673.247 193.353 673.247 C 192.46 673.247 189.45 667.922 189.45 665.525 C 189.45 663.13 191.338 661.186 193.67 661.186 C 196.002 661.186 197.89 663.13 197.89 665.525 Z" style="stroke: rgb(0, 0, 0); fill: rgb(255, 255, 255);"/>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);" cx="250" cy="810" rx="6.371" ry="6.369" transform="matrix(0.697239, 0.716839, -0.697509, 0.717112, 601.744318, -85.769221)"/>
<path d="M 213.235 674.76 C 213.301 677.122 209.752 682.374 208.847 682.374 C 207.939 682.374 204.741 677.122 204.676 674.76 C 204.61 672.396 206.472 670.481 208.837 670.481 C 211.202 670.481 213.17 672.396 213.235 674.76 Z" style="stroke: rgb(0, 0, 0); fill: rgb(255, 255, 255);" transform="matrix(0.697239, 0.716839, -0.716839, 0.697239, 548.152979, 55.008802)"/>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);" cx="250" cy="810" rx="6.371" ry="6.369" transform="matrix(-0.697239, 0.716839, 0.697509, 0.717112, -214.404566, -86.156672)"/>
<path d="M 182.57 677.708 C 182.635 675.345 179.087 670.094 178.179 670.094 C 177.274 670.094 174.073 675.345 174.009 677.708 C 173.943 680.07 175.807 681.987 178.171 681.987 C 180.534 681.987 182.504 680.07 182.57 677.708 Z" style="stroke: rgb(0, 0, 0); fill: rgb(255, 255, 255);" transform="matrix(-0.697239, 0.716839, -0.716839, -0.697239, 787.211272, 1019.597691)"/>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);" cx="193.67" cy="-704.954" rx="6.282" ry="6.459" transform="matrix(1, 0, 0, -1, 0, 0)"/>
<path d="M 197.89 703.636 C 197.89 701.241 194.248 695.914 193.353 695.914 C 192.46 695.914 189.45 701.241 189.45 703.636 C 189.45 706.034 191.338 707.975 193.67 707.975 C 196.002 707.975 197.89 706.034 197.89 703.636 Z" style="stroke: rgb(0, 0, 0); fill: rgb(255, 255, 255);"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 KiB

View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<svg viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:bx="https://boxy-svg.com">
<defs>
<path id="text-path-0" d="M 90 320 C 90 270 110 110 250 110 C 390 110 419.999 310.001 420 310"/>
<style bx:fonts="Noto Serif">@import url(https://fonts.googleapis.com/css2?family=Noto+Serif%3Aital%2Cwght%400%2C100%3B0%2C200%3B0%2C300%3B0%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C800%3B0%2C900%3B1%2C100%3B1%2C200%3B1%2C300%3B1%2C400%3B1%2C500%3B1%2C600%3B1%2C700%3B1%2C800%3B1%2C900&amp;display=swap);</style>
</defs>
<rect x="20" y="20" width="460" height="460" rx="20" ry="20" style="fill: rgb(255, 255, 255);" transform="matrix(0.9999999999999999, 0, 0, 0.9999999999999999, 1.4210854715202004e-14, 0)"/>
<g transform="matrix(0.900002121925354, 0, 0, 0.900002121925354, 25.000010281801508, 24.99942091105642)" style="">
<g>
<g>
<g transform="matrix(1.315604, 0, 0, 1.315604, -78.901573, -78.900261)" style="">
<path d="M 108.009 123.327 L 123.33 108.006 L 163 127.792 C 149.402 137.49 137.492 149.4 127.794 162.997 L 108.009 123.327 C 107.924 123.242 107.924 123.412 108.009 123.327 Z M 167.293 78.632 L 187.31 70.34 L 216.373 103.783 C 199.837 107.57 184.342 114.091 170.39 122.844 L 167.293 78.632 Z M 239.167 60.026 L 260.834 60.026 L 274.89 102.054 C 266.794 100.703 258.479 99.999 250 99.999 C 241.521 99.999 233.206 100.703 225.111 102.054 L 239.167 60.026 Z M 312.692 70.341 L 332.709 78.633 L 329.611 122.845 C 315.66 114.092 300.165 107.571 283.628 103.783 L 312.692 70.341 Z M 376.671 108.007 L 391.992 123.328 L 372.206 162.998 C 362.509 149.401 350.598 137.49 337.001 127.793 L 376.671 108.007 Z M 421.367 167.29 L 429.658 187.308 L 396.216 216.37 C 392.428 199.833 385.907 184.339 377.154 170.387 L 421.367 167.29 Z M 439.973 239.166 L 439.973 260.833 L 397.945 274.889 C 399.296 266.793 400 258.478 400 249.999 C 400 241.52 399.296 233.205 397.945 225.11 L 439.973 239.166 Z M 429.658 312.69 L 421.366 332.708 L 377.154 329.61 C 385.907 315.658 392.428 300.164 396.216 283.627 L 429.658 312.69 Z M 391.991 376.67 L 376.67 391.991 L 337.001 372.205 C 350.598 362.508 362.509 350.598 372.206 337 L 391.991 376.67 Z M 332.707 421.365 L 312.69 429.657 L 283.628 396.215 C 300.164 392.427 315.658 385.907 329.61 377.154 L 332.707 421.365 Z M 260.833 439.973 L 239.166 439.973 L 225.11 397.943 C 233.205 399.295 241.521 399.999 250 399.999 C 258.479 399.999 266.794 399.295 274.89 397.944 L 260.833 439.973 Z M 187.308 429.657 L 167.291 421.366 L 170.389 377.153 C 184.341 385.906 199.835 392.427 216.372 396.215 L 187.308 429.657 Z M 123.329 391.99 L 108.008 376.669 L 127.794 337 C 137.491 350.597 149.401 362.508 162.999 372.205 L 123.329 391.99 Z M 78.633 332.707 L 70.342 312.689 L 103.784 283.627 C 107.572 300.164 114.093 315.658 122.846 329.61 L 78.633 332.707 Z M 60.027 260.832 L 60.027 239.165 L 102.055 225.109 C 100.704 233.205 100 241.52 100 249.999 C 100 258.478 100.704 266.793 102.055 274.888 L 60.027 260.832 Z M 70.342 187.308 L 78.634 167.29 L 122.846 170.388 C 114.093 184.34 107.572 199.834 103.784 216.371 L 70.342 187.308 Z M 260.834 60.026 C 260.834 59.906 260.953 60.026 260.834 60.026 Z M 239.167 60.026 C 239.047 60.026 239.167 59.906 239.167 60.026 Z M 439.973 260.833 C 440.093 260.833 439.973 260.952 439.973 260.833 Z M 439.973 239.166 C 439.973 239.046 440.093 239.166 439.973 239.166 Z M 60.027 239.165 C 59.907 239.165 60.027 239.046 60.027 239.165 Z M 60.027 260.832 C 60.027 260.952 59.907 260.832 60.027 260.832 Z M 239.166 439.973 C 239.166 440.093 239.047 439.973 239.166 439.973 Z M 260.833 439.973 C 260.953 439.973 260.833 440.093 260.833 439.973 Z M 391.992 123.328 C 392.077 123.243 392.076 123.412 391.992 123.328 Z M 376.671 108.007 C 376.586 107.922 376.756 107.922 376.671 108.007 Z M 376.67 391.991 C 376.755 392.076 376.586 392.075 376.67 391.991 Z M 391.991 376.67 C 392.076 376.586 392.076 376.755 391.991 376.67 Z M 123.33 108.006 C 123.245 107.922 123.414 107.922 123.33 108.006 Z M 108.008 376.669 C 107.923 376.754 107.924 376.585 108.008 376.669 Z M 123.329 391.99 C 123.414 392.075 123.244 392.075 123.329 391.99 Z M 332.709 78.633 C 332.755 78.522 332.819 78.678 332.709 78.633 Z M 312.692 70.341 C 312.581 70.295 312.738 70.23 312.692 70.341 Z M 421.366 332.708 C 421.477 332.754 421.321 332.818 421.366 332.708 Z M 429.658 312.69 C 429.704 312.579 429.769 312.736 429.658 312.69 Z M 78.634 167.29 C 78.523 167.244 78.679 167.18 78.634 167.29 Z M 70.342 187.308 C 70.296 187.419 70.231 187.262 70.342 187.308 Z M 167.291 421.366 C 167.245 421.476 167.181 421.32 167.291 421.366 Z M 187.308 429.657 C 187.419 429.703 187.262 429.768 187.308 429.657 Z M 429.658 187.308 C 429.769 187.262 429.704 187.417 429.658 187.308 Z M 421.367 167.29 C 421.321 167.179 421.478 167.244 421.367 167.29 Z M 312.69 429.657 C 312.736 429.768 312.58 429.702 312.69 429.657 Z M 332.707 421.365 C 332.818 421.319 332.753 421.476 332.707 421.365 Z M 187.31 70.34 C 187.264 70.229 187.42 70.294 187.31 70.34 Z M 167.293 78.632 C 167.182 78.677 167.247 78.521 167.293 78.632 Z M 70.342 312.689 C 70.231 312.735 70.296 312.579 70.342 312.689 Z M 78.633 332.707 C 78.679 332.818 78.522 332.753 78.633 332.707 Z M 400 249.999 C 400 332.842 332.843 399.999 250 399.999 C 167.157 399.999 100 332.842 100 249.999 C 100 167.156 167.157 99.999 250 99.999 C 332.843 99.999 400 167.156 400 249.999 Z" style="fill: rgb(0, 0, 128);"/>
</g>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);" cx="250" cy="250" rx="230" ry="230"/>
</g>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(255, 255, 255);" cx="249.999" cy="250" rx="200" ry="200"/>
</g>
</g>
<path d="M 381.87 225.052 C 429.822 286.908 250 390 250 390 C 250 390 70.178 286.908 118.13 225.052 C 166.083 163.195 250 235.361 250 235.361 C 250 235.361 333.917 163.195 381.87 225.052 Z" style="fill: rgb(0, 0, 128);" transform="matrix(0.9999999999999999, 0, 0, 0.9999999999999999, 1.4210854715202004e-14, 0)"/>
<text style="fill: rgb(255, 255, 255); font-family: 'Noto Serif'; font-size: 64px; font-weight: 700; white-space: pre;" transform="matrix(0.9999999999999999, 0, 0, 1.0437940359115598, 0.45013402253788115, -35.01369962137038)" x="163.839" y="324.492">POCS</text>
<circle style="fill: none;" cx="250" cy="245" r="150" transform="matrix(0.9999999999999999, 0, 0, 1.0437940359115598, 1.4210854715202004e-14, -10.94848379339227)"/>
<text style="fill: rgb(0, 0, 128); font-family: 'Noto Serif'; font-size: 46.2px; line-height: 80.2204px; stroke: rgb(0, 0, 0); white-space: pre;" transform="matrix(0.9582890272140502, 0, 0, 0.9741311073303222, 11.013471931620586, 5.200415289414394)"><textPath startOffset="137" xlink:href="#text-path-0">pantasya.rf.gd</textPath></text>
</svg>

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<svg viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<path id="text-path-0" d="M 90 320 C 90 270 110 110 250 110 C 390 110 419.999 310.001 420 310"/>
</defs>
<rect x="20" y="20" width="460" height="460" rx="20" ry="20" style="fill: rgb(255, 255, 255);" transform="matrix(1.0000000000000002, 0, 0, 1.0000000000000002, 2.842170943040401e-14, 0)"/>
<g transform="matrix(0.9000020623207093, 0, 0, 0.9000020623207093, 25.00001028180148, 24.999420911056433)" style="">
<g>
<g>
<g transform="matrix(1.315604, 0, 0, 1.315604, -78.901573, -78.900261)" style="">
<path d="M 108.009 123.327 L 123.33 108.006 L 163 127.792 C 149.402 137.49 137.492 149.4 127.794 162.997 L 108.009 123.327 C 107.924 123.242 107.924 123.412 108.009 123.327 Z M 167.293 78.632 L 187.31 70.34 L 216.373 103.783 C 199.837 107.57 184.342 114.091 170.39 122.844 L 167.293 78.632 Z M 239.167 60.026 L 260.834 60.026 L 274.89 102.054 C 266.794 100.703 258.479 99.999 250 99.999 C 241.521 99.999 233.206 100.703 225.111 102.054 L 239.167 60.026 Z M 312.692 70.341 L 332.709 78.633 L 329.611 122.845 C 315.66 114.092 300.165 107.571 283.628 103.783 L 312.692 70.341 Z M 376.671 108.007 L 391.992 123.328 L 372.206 162.998 C 362.509 149.401 350.598 137.49 337.001 127.793 L 376.671 108.007 Z M 421.367 167.29 L 429.658 187.308 L 396.216 216.37 C 392.428 199.833 385.907 184.339 377.154 170.387 L 421.367 167.29 Z M 439.973 239.166 L 439.973 260.833 L 397.945 274.889 C 399.296 266.793 400 258.478 400 249.999 C 400 241.52 399.296 233.205 397.945 225.11 L 439.973 239.166 Z M 429.658 312.69 L 421.366 332.708 L 377.154 329.61 C 385.907 315.658 392.428 300.164 396.216 283.627 L 429.658 312.69 Z M 391.991 376.67 L 376.67 391.991 L 337.001 372.205 C 350.598 362.508 362.509 350.598 372.206 337 L 391.991 376.67 Z M 332.707 421.365 L 312.69 429.657 L 283.628 396.215 C 300.164 392.427 315.658 385.907 329.61 377.154 L 332.707 421.365 Z M 260.833 439.973 L 239.166 439.973 L 225.11 397.943 C 233.205 399.295 241.521 399.999 250 399.999 C 258.479 399.999 266.794 399.295 274.89 397.944 L 260.833 439.973 Z M 187.308 429.657 L 167.291 421.366 L 170.389 377.153 C 184.341 385.906 199.835 392.427 216.372 396.215 L 187.308 429.657 Z M 123.329 391.99 L 108.008 376.669 L 127.794 337 C 137.491 350.597 149.401 362.508 162.999 372.205 L 123.329 391.99 Z M 78.633 332.707 L 70.342 312.689 L 103.784 283.627 C 107.572 300.164 114.093 315.658 122.846 329.61 L 78.633 332.707 Z M 60.027 260.832 L 60.027 239.165 L 102.055 225.109 C 100.704 233.205 100 241.52 100 249.999 C 100 258.478 100.704 266.793 102.055 274.888 L 60.027 260.832 Z M 70.342 187.308 L 78.634 167.29 L 122.846 170.388 C 114.093 184.34 107.572 199.834 103.784 216.371 L 70.342 187.308 Z M 260.834 60.026 C 260.834 59.906 260.953 60.026 260.834 60.026 Z M 239.167 60.026 C 239.047 60.026 239.167 59.906 239.167 60.026 Z M 439.973 260.833 C 440.093 260.833 439.973 260.952 439.973 260.833 Z M 439.973 239.166 C 439.973 239.046 440.093 239.166 439.973 239.166 Z M 60.027 239.165 C 59.907 239.165 60.027 239.046 60.027 239.165 Z M 60.027 260.832 C 60.027 260.952 59.907 260.832 60.027 260.832 Z M 239.166 439.973 C 239.166 440.093 239.047 439.973 239.166 439.973 Z M 260.833 439.973 C 260.953 439.973 260.833 440.093 260.833 439.973 Z M 391.992 123.328 C 392.077 123.243 392.076 123.412 391.992 123.328 Z M 376.671 108.007 C 376.586 107.922 376.756 107.922 376.671 108.007 Z M 376.67 391.991 C 376.755 392.076 376.586 392.075 376.67 391.991 Z M 391.991 376.67 C 392.076 376.586 392.076 376.755 391.991 376.67 Z M 123.33 108.006 C 123.245 107.922 123.414 107.922 123.33 108.006 Z M 108.008 376.669 C 107.923 376.754 107.924 376.585 108.008 376.669 Z M 123.329 391.99 C 123.414 392.075 123.244 392.075 123.329 391.99 Z M 332.709 78.633 C 332.755 78.522 332.819 78.678 332.709 78.633 Z M 312.692 70.341 C 312.581 70.295 312.738 70.23 312.692 70.341 Z M 421.366 332.708 C 421.477 332.754 421.321 332.818 421.366 332.708 Z M 429.658 312.69 C 429.704 312.579 429.769 312.736 429.658 312.69 Z M 78.634 167.29 C 78.523 167.244 78.679 167.18 78.634 167.29 Z M 70.342 187.308 C 70.296 187.419 70.231 187.262 70.342 187.308 Z M 167.291 421.366 C 167.245 421.476 167.181 421.32 167.291 421.366 Z M 187.308 429.657 C 187.419 429.703 187.262 429.768 187.308 429.657 Z M 429.658 187.308 C 429.769 187.262 429.704 187.417 429.658 187.308 Z M 421.367 167.29 C 421.321 167.179 421.478 167.244 421.367 167.29 Z M 312.69 429.657 C 312.736 429.768 312.58 429.702 312.69 429.657 Z M 332.707 421.365 C 332.818 421.319 332.753 421.476 332.707 421.365 Z M 187.31 70.34 C 187.264 70.229 187.42 70.294 187.31 70.34 Z M 167.293 78.632 C 167.182 78.677 167.247 78.521 167.293 78.632 Z M 70.342 312.689 C 70.231 312.735 70.296 312.579 70.342 312.689 Z M 78.633 332.707 C 78.679 332.818 78.522 332.753 78.633 332.707 Z M 400 249.999 C 400 332.842 332.843 399.999 250 399.999 C 167.157 399.999 100 332.842 100 249.999 C 100 167.156 167.157 99.999 250 99.999 C 332.843 99.999 400 167.156 400 249.999 Z" style="fill: rgb(0, 0, 128);"/>
</g>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);" cx="250" cy="250" rx="230" ry="230"/>
</g>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(255, 255, 255);" cx="249.999" cy="250" rx="200" ry="200"/>
</g>
</g>
<path d="M 381.87 225.052 C 429.822 286.908 250 390 250 390 C 250 390 70.178 286.908 118.13 225.052 C 166.083 163.195 250 235.361 250 235.361 C 250 235.361 333.917 163.195 381.87 225.052 Z" style="fill: rgb(0, 0, 128);" transform="matrix(1.0000000000000002, 0, 0, 1.0000000000000002, 2.842170943040401e-14, 0)"/>
<text style="fill: rgb(255, 255, 255); font-size: 64px; font-weight: 700; white-space: pre;" x="163.839" y="324.492" transform="matrix(1.0000000000000002, 0, 0, 1.0437940359115603, 0.0030600001084906125, -35.013699621370364)">POCS</text>
<circle style="fill: none;" cx="250" cy="245" r="150" transform="matrix(1.0000000000000002, 0, 0, 1.0437940359115603, 2.842170943040401e-14, -10.948483793392285)"/>
<text style="fill: rgb(0, 0, 128); font-size: 46.2px; line-height: 80.2204px; stroke: rgb(0, 0, 0); white-space: pre;" transform="matrix(0.9582890272140504, 0, 0, 0.9741310477256776, 11.013471931620586, 5.200415289414366)"><textPath startOffset="148" xlink:href="#text-path-0">pantasya.rf.gd</textPath></text>
</svg>

After

Width:  |  Height:  |  Size: 6.3 KiB

BIN
00_playground/x/tshirt.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 KiB

View File

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="utf-8"?>
<svg viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg">
<g>
<rect x="20" y="20" width="460" height="460" rx="20" ry="20" style="fill: rgb(255, 255, 255);"/>
<g transform="matrix(0.900002, 0, 0, 0.900002, 24.999483, 24.999495)">
<g transform="matrix(1, 0, 0, 1, 0.000592, -0.000074)">
<g>
<g>
<g transform="matrix(1.315604, 0, 0, 1.315604, -78.901573, -78.900261)" style="">
<path d="M 108.009 123.327 L 123.33 108.006 L 163 127.792 C 149.402 137.49 137.492 149.4 127.794 162.997 L 108.009 123.327 C 107.924 123.242 107.924 123.412 108.009 123.327 Z M 167.293 78.632 L 187.31 70.34 L 216.373 103.783 C 199.837 107.57 184.342 114.091 170.39 122.844 L 167.293 78.632 Z M 239.167 60.026 L 260.834 60.026 L 274.89 102.054 C 266.794 100.703 258.479 99.999 250 99.999 C 241.521 99.999 233.206 100.703 225.111 102.054 L 239.167 60.026 Z M 312.692 70.341 L 332.709 78.633 L 329.611 122.845 C 315.66 114.092 300.165 107.571 283.628 103.783 L 312.692 70.341 Z M 376.671 108.007 L 391.992 123.328 L 372.206 162.998 C 362.509 149.401 350.598 137.49 337.001 127.793 L 376.671 108.007 Z M 421.367 167.29 L 429.658 187.308 L 396.216 216.37 C 392.428 199.833 385.907 184.339 377.154 170.387 L 421.367 167.29 Z M 439.973 239.166 L 439.973 260.833 L 397.945 274.889 C 399.296 266.793 400 258.478 400 249.999 C 400 241.52 399.296 233.205 397.945 225.11 L 439.973 239.166 Z M 429.658 312.69 L 421.366 332.708 L 377.154 329.61 C 385.907 315.658 392.428 300.164 396.216 283.627 L 429.658 312.69 Z M 391.991 376.67 L 376.67 391.991 L 337.001 372.205 C 350.598 362.508 362.509 350.598 372.206 337 L 391.991 376.67 Z M 332.707 421.365 L 312.69 429.657 L 283.628 396.215 C 300.164 392.427 315.658 385.907 329.61 377.154 L 332.707 421.365 Z M 260.833 439.973 L 239.166 439.973 L 225.11 397.943 C 233.205 399.295 241.521 399.999 250 399.999 C 258.479 399.999 266.794 399.295 274.89 397.944 L 260.833 439.973 Z M 187.308 429.657 L 167.291 421.366 L 170.389 377.153 C 184.341 385.906 199.835 392.427 216.372 396.215 L 187.308 429.657 Z M 123.329 391.99 L 108.008 376.669 L 127.794 337 C 137.491 350.597 149.401 362.508 162.999 372.205 L 123.329 391.99 Z M 78.633 332.707 L 70.342 312.689 L 103.784 283.627 C 107.572 300.164 114.093 315.658 122.846 329.61 L 78.633 332.707 Z M 60.027 260.832 L 60.027 239.165 L 102.055 225.109 C 100.704 233.205 100 241.52 100 249.999 C 100 258.478 100.704 266.793 102.055 274.888 L 60.027 260.832 Z M 70.342 187.308 L 78.634 167.29 L 122.846 170.388 C 114.093 184.34 107.572 199.834 103.784 216.371 L 70.342 187.308 Z M 260.834 60.026 C 260.834 59.906 260.953 60.026 260.834 60.026 Z M 239.167 60.026 C 239.047 60.026 239.167 59.906 239.167 60.026 Z M 439.973 260.833 C 440.093 260.833 439.973 260.952 439.973 260.833 Z M 439.973 239.166 C 439.973 239.046 440.093 239.166 439.973 239.166 Z M 60.027 239.165 C 59.907 239.165 60.027 239.046 60.027 239.165 Z M 60.027 260.832 C 60.027 260.952 59.907 260.832 60.027 260.832 Z M 239.166 439.973 C 239.166 440.093 239.047 439.973 239.166 439.973 Z M 260.833 439.973 C 260.953 439.973 260.833 440.093 260.833 439.973 Z M 391.992 123.328 C 392.077 123.243 392.076 123.412 391.992 123.328 Z M 376.671 108.007 C 376.586 107.922 376.756 107.922 376.671 108.007 Z M 376.67 391.991 C 376.755 392.076 376.586 392.075 376.67 391.991 Z M 391.991 376.67 C 392.076 376.586 392.076 376.755 391.991 376.67 Z M 123.33 108.006 C 123.245 107.922 123.414 107.922 123.33 108.006 Z M 108.008 376.669 C 107.923 376.754 107.924 376.585 108.008 376.669 Z M 123.329 391.99 C 123.414 392.075 123.244 392.075 123.329 391.99 Z M 332.709 78.633 C 332.755 78.522 332.819 78.678 332.709 78.633 Z M 312.692 70.341 C 312.581 70.295 312.738 70.23 312.692 70.341 Z M 421.366 332.708 C 421.477 332.754 421.321 332.818 421.366 332.708 Z M 429.658 312.69 C 429.704 312.579 429.769 312.736 429.658 312.69 Z M 78.634 167.29 C 78.523 167.244 78.679 167.18 78.634 167.29 Z M 70.342 187.308 C 70.296 187.419 70.231 187.262 70.342 187.308 Z M 167.291 421.366 C 167.245 421.476 167.181 421.32 167.291 421.366 Z M 187.308 429.657 C 187.419 429.703 187.262 429.768 187.308 429.657 Z M 429.658 187.308 C 429.769 187.262 429.704 187.417 429.658 187.308 Z M 421.367 167.29 C 421.321 167.179 421.478 167.244 421.367 167.29 Z M 312.69 429.657 C 312.736 429.768 312.58 429.702 312.69 429.657 Z M 332.707 421.365 C 332.818 421.319 332.753 421.476 332.707 421.365 Z M 187.31 70.34 C 187.264 70.229 187.42 70.294 187.31 70.34 Z M 167.293 78.632 C 167.182 78.677 167.247 78.521 167.293 78.632 Z M 70.342 312.689 C 70.231 312.735 70.296 312.579 70.342 312.689 Z M 78.633 332.707 C 78.679 332.818 78.522 332.753 78.633 332.707 Z M 400 249.999 C 400 332.842 332.843 399.999 250 399.999 C 167.157 399.999 100 332.842 100 249.999 C 100 167.156 167.157 99.999 250 99.999 C 332.843 99.999 400 167.156 400 249.999 Z" style="fill: rgb(0, 0, 128);"/>
</g>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);" cx="250" cy="250" rx="230" ry="230"/>
</g>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(255, 255, 255);" cx="249.999" cy="250" rx="200" ry="200"/>
</g>
<g transform="matrix(1.546317, 0, 0, 1.546317, -111.523232, -762.98053)">
<path d="M 236.967 540.783 L 316.898 574.264 L 348.15 655.093 L 312.416 735.921 L 230.628 769.402 L 150.695 735.921 L 119.442 655.093 L 155.176 574.264 L 236.967 540.783 Z" style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);" transform="matrix(-0.69724, 0.716838, -0.716838, -0.69724, 866.402992, 944.255327)"/>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(255, 255, 255);" cx="234.009" cy="655.547" rx="90.87" ry="93.424"/>
<ellipse style="stroke: rgb(0, 0, 0); fill: none;" cx="250" cy="130" rx="27.648" ry="27.637" transform="matrix(-0.69724, 0.716838, -0.697508, -0.717113, 537.590049, 608.658649)"/>
<ellipse style="stroke: rgb(0, 0, 0); fill: none;" cx="250" cy="130" rx="27.648" ry="27.637" transform="matrix(-0.69724, -0.716838, 0.697508, -0.717113, 278.961133, 967.425436)"/>
<ellipse style="stroke: rgb(0, 0, 0); fill: none;" cx="233.556" cy="598.335" rx="27.262" ry="28.028"/>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);" cx="231.355" cy="607.382" rx="37.685" ry="38.744"/>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(255, 255, 255);" cx="231.355" cy="607.382" rx="31.406" ry="32.288"/>
<path d="M 234.198 586.618 C 237.189 586.642 239.797 588.48 242.103 591.444 C 244.411 594.414 246.349 598.467 247.91 602.83 C 250.14 609.061 251.584 615.839 252.235 620.97 C 249.159 619.777 243.344 620.446 243.344 622.979 C 243.344 626.137 236.728 626.712 236.728 622.979 C 236.728 619.536 225.98 619.536 225.98 622.979 C 225.98 626.137 219.366 626.712 219.366 622.979 C 219.366 622.226 218.852 621.638 218.049 621.214 C 225.96 613.923 233.662 601.66 234.198 586.618 Z" style="fill: rgb(0, 0, 128); stroke: rgb(0, 0, 0);"/>
<path d="M 234.202 586.118 C 237.335 586.188 240.139 588.122 242.498 591.137 C 244.834 594.153 246.81 598.275 248.381 602.662 C 250.62 608.925 252.077 615.755 252.731 620.907 L 252.838 621.747 L 252.054 621.436 C 250.592 620.856 248.506 620.745 246.726 621.069 C 245.844 621.23 245.12 621.479 244.58 621.843 C 244.061 622.194 243.844 622.49 243.844 622.979 C 243.844 623.906 243.294 624.752 242.599 625.244 C 241.915 625.73 240.947 626.024 240.058 626.063 C 239.167 626.101 238.178 625.886 237.481 625.411 C 236.777 624.933 236.228 624.044 236.228 622.979 C 236.228 622.65 236.138 622.451 235.896 622.186 C 235.646 621.911 235.318 621.701 234.852 621.502 C 233.9 621.096 232.658 620.897 231.354 620.897 C 230.05 620.897 228.808 621.096 227.856 621.502 C 227.39 621.701 227.062 621.911 226.812 622.186 C 226.57 622.451 226.48 622.65 226.48 622.979 C 226.48 623.906 225.93 624.752 225.236 625.244 C 224.551 625.729 223.584 626.024 222.695 626.063 C 221.804 626.101 220.816 625.886 220.118 625.411 C 219.414 624.933 218.866 624.044 218.866 622.979 C 218.866 622.391 218.547 622.024 217.816 621.656 L 217.178 621.336 L 217.71 620.846 C 225.579 613.606 233.2 601.518 233.698 586.6 L 233.715 586.107 Z M 218.849 621.15 C 219.444 621.628 219.866 622.061 219.866 622.979 C 219.866 623.78 220.144 624.22 220.681 624.585 C 221.223 624.954 221.888 625.097 222.651 625.064 C 223.416 625.03 224.102 624.822 224.657 624.428 C 225.203 624.041 225.48 623.631 225.48 622.979 C 225.48 622.447 225.725 621.893 226.072 621.513 C 226.41 621.142 226.921 620.814 227.463 620.583 C 228.526 620.128 229.971 619.897 231.354 619.897 C 232.737 619.897 234.182 620.128 235.245 620.583 C 235.787 620.814 236.298 621.142 236.636 621.513 C 236.983 621.893 237.228 622.447 237.228 622.979 C 237.228 623.78 237.506 624.22 238.043 624.584 C 238.586 624.954 239.251 625.097 240.014 625.064 C 240.779 625.03 241.465 624.822 242.021 624.428 C 242.567 624.041 242.844 623.631 242.844 622.979 C 242.844 622.202 243.354 621.464 244.021 621.014 C 244.668 620.578 245.59 620.26 246.546 620.085 C 248.443 619.74 250.099 619.858 251.636 620.258 C 250.947 615.254 249.66 609.197 247.439 602.998 C 245.888 598.659 243.988 594.675 241.708 591.751 C 239.455 588.838 237.317 587.298 234.676 587.131 C 233.96 602.062 226.64 613.758 218.849 621.15 Z" style="fill: none;"/>
<path d="M 234.202 586.118 C 237.335 586.188 240.139 588.122 242.498 591.137 C 244.834 594.153 246.81 598.275 248.381 602.662 C 250.62 608.925 252.077 615.755 252.731 620.907 L 252.838 621.747 L 252.054 621.436 C 250.592 620.856 248.506 620.745 246.726 621.069 C 245.844 621.23 245.12 621.479 244.58 621.843 C 244.061 622.194 243.844 622.49 243.844 622.979 C 243.844 623.906 243.294 624.752 242.599 625.244 C 241.915 625.73 240.947 626.024 240.058 626.063 C 239.167 626.101 238.178 625.886 237.481 625.411 C 236.777 624.933 236.228 624.044 236.228 622.979 C 236.228 622.65 236.138 622.451 235.896 622.186 C 235.646 621.911 235.318 621.701 234.852 621.502 C 233.9 621.096 232.658 620.897 231.354 620.897 C 230.05 620.897 228.808 621.096 227.856 621.502 C 227.39 621.701 227.062 621.911 226.812 622.186 C 226.57 622.451 226.48 622.65 226.48 622.979 C 226.48 623.906 225.93 624.752 225.236 625.244 C 224.551 625.729 223.584 626.024 222.695 626.063 C 221.804 626.101 220.816 625.886 220.118 625.411 C 219.414 624.933 218.866 624.044 218.866 622.979 C 218.866 622.391 218.547 622.024 217.816 621.656 L 217.178 621.336 L 217.71 620.846 C 225.579 613.606 233.2 601.518 233.698 586.6 L 233.715 586.107 Z M 218.849 621.15 C 219.444 621.628 219.866 622.061 219.866 622.979 C 219.866 623.78 220.144 624.22 220.681 624.585 C 221.223 624.954 221.888 625.097 222.651 625.064 C 223.416 625.03 224.102 624.822 224.657 624.428 C 225.203 624.041 225.48 623.631 225.48 622.979 C 225.48 622.447 225.725 621.893 226.072 621.513 C 226.41 621.142 226.921 620.814 227.463 620.583 C 228.526 620.128 229.971 619.897 231.354 619.897 C 232.737 619.897 234.182 620.128 235.245 620.583 C 235.787 620.814 236.298 621.142 236.636 621.513 C 236.983 621.893 237.228 622.447 237.228 622.979 C 237.228 623.78 237.506 624.22 238.043 624.584 C 238.586 624.954 239.251 625.097 240.014 625.064 C 240.779 625.03 241.465 624.822 242.021 624.428 C 242.567 624.041 242.844 623.631 242.844 622.979 C 242.844 622.202 243.354 621.464 244.021 621.014 C 244.668 620.578 245.59 620.26 246.546 620.085 C 248.443 619.74 250.099 619.858 251.636 620.258 C 250.947 615.254 249.66 609.197 247.439 602.998 C 245.888 598.659 243.988 594.675 241.708 591.751 C 239.455 588.838 237.317 587.298 234.676 587.131 C 233.96 602.062 226.64 613.758 218.849 621.15 Z" style="fill: none;"/>
<path d="M 209.467 626.709 L 211.108 625.775 C 220.64 620.348 233.068 605.803 233.698 586.6 L 233.715 586.107 L 234.202 586.118 C 237.335 586.188 240.138 588.122 242.498 591.137 C 244.834 594.153 246.81 598.275 248.381 602.662 C 251.516 611.437 253.114 621.324 253.134 626.207 L 253.136 626.709 Z M 247.439 602.998 C 245.888 598.659 243.988 594.675 241.708 591.751 C 239.456 588.838 237.317 587.298 234.676 587.131 C 233.755 606.372 222.548 619.546 213.126 625.709 L 252.127 625.709 C 252.013 620.752 250.552 611.685 247.439 602.998 Z" style="fill: none;"/>
<path d="M 209.467 626.709 L 211.108 625.775 C 220.64 620.348 233.068 605.803 233.698 586.6 L 233.715 586.107 L 234.202 586.118 C 237.335 586.188 240.138 588.122 242.498 591.137 C 244.834 594.153 246.81 598.275 248.381 602.662 C 251.516 611.437 253.114 621.324 253.134 626.207 L 253.136 626.709 Z M 247.439 602.998 C 245.888 598.659 243.988 594.675 241.708 591.751 C 239.456 588.838 237.317 587.298 234.676 587.131 C 233.755 606.372 222.548 619.546 213.126 625.709 L 252.127 625.709 C 252.013 620.752 250.552 611.685 247.439 602.998 Z" style="fill: none;"/>
<path d="M 209.467 626.709 L 211.108 625.775 C 220.64 620.348 233.068 605.803 233.698 586.6 L 233.715 586.107 L 234.202 586.118 C 237.335 586.188 240.138 588.122 242.498 591.137 C 244.834 594.153 246.81 598.275 248.381 602.662 C 251.516 611.437 253.114 621.324 253.134 626.207 L 253.136 626.709 Z M 247.439 602.998 C 245.888 598.659 243.988 594.675 241.708 591.751 C 239.456 588.838 237.317 587.298 234.676 587.131 C 233.755 606.372 222.548 619.546 213.126 625.709 L 252.127 625.709 C 252.013 620.752 250.552 611.685 247.439 602.998 Z" style="fill: none;"/>
<path d="M 209.467 626.709 L 211.108 625.775 C 220.64 620.348 233.068 605.803 233.698 586.6 L 233.715 586.107 L 234.202 586.118 C 237.335 586.188 240.138 588.122 242.498 591.137 C 244.834 594.153 246.81 598.275 248.381 602.662 C 251.516 611.437 253.114 621.324 253.134 626.207 L 253.136 626.709 Z M 247.439 602.998 C 245.888 598.659 243.988 594.675 241.708 591.751 C 239.456 588.838 237.317 587.298 234.676 587.131 C 233.755 606.372 222.548 619.546 213.126 625.709 L 252.127 625.709 C 252.013 620.752 250.552 611.685 247.439 602.998 Z" style="fill: none;"/>
<path d="M 209.989 546.845 L 209.991 546.845 L 210.187 546.739 C 210.12 546.776 210.053 546.811 209.989 546.845 Z" style="fill: none;"/>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);" cx="275.323" cy="684.871" rx="37.685" ry="38.744"/>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(255, 255, 255);" cx="275.323" cy="684.871" rx="31.406" ry="32.288"/>
<path d="M 292.059 701.815 C 286.588 707.44 284.71 701.815 275.647 701.815 C 266.582 701.815 264.706 707.44 259.235 701.815 C 253.765 696.191 267.475 684.942 275.647 684.942 C 283.817 684.942 297.529 696.191 292.059 701.815 Z" style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);"/>
<path d="M 274.941 676.368 C 274.941 680.113 271.988 683.149 268.346 683.149 C 264.704 683.149 261.751 680.113 261.751 676.368 C 261.751 672.624 267.613 665.571 268.589 665.571 C 269.566 665.571 274.941 672.624 274.941 676.368 Z" style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);"/>
<path d="M 289.636 676.226 C 289.636 679.971 286.684 683.006 283.041 683.006 C 279.399 683.006 276.447 679.971 276.447 676.226 C 276.447 672.482 282.311 665.427 283.287 665.427 C 284.263 665.427 289.636 672.482 289.636 676.226 Z" style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);"/>
<path d="M 259.866 687.838 C 259.866 690.734 257.574 693.079 254.748 693.079 C 251.922 693.079 249.631 690.734 249.631 687.838 C 249.631 684.942 254.18 679.49 254.937 679.49 C 255.696 679.49 259.866 684.942 259.866 687.838 Z" style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);"/>
<path d="M 301.012 687.325 C 301.012 690.221 298.72 692.567 295.894 692.567 C 293.068 692.567 290.777 690.221 290.777 687.325 C 290.777 684.432 295.326 678.979 296.083 678.979 C 296.842 678.979 301.012 684.432 301.012 687.325 Z" style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);"/>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);" cx="193.67" cy="684.871" rx="37.685" ry="38.744"/>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(255, 255, 255);" cx="193.985" cy="685.193" rx="31.406" ry="32.288"/>
<path d="M 193.67 663.113 L 213.044 673.992 L 213.044 695.75 L 193.67 706.629 L 174.297 695.75 L 174.297 673.992 L 193.67 663.113 Z" style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);" transform="matrix(0, 1, -1, 0, 878.541504, 491.2005)"/>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);" cx="193.67" cy="664.207" rx="6.282" ry="6.459"/>
<path d="M 197.89 665.525 C 197.89 667.922 194.248 673.247 193.353 673.247 C 192.46 673.247 189.45 667.922 189.45 665.525 C 189.45 663.13 191.338 661.186 193.67 661.186 C 196.002 661.186 197.89 663.13 197.89 665.525 Z" style="stroke: rgb(0, 0, 0); fill: rgb(255, 255, 255);"/>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);" cx="250" cy="810" rx="6.371" ry="6.369" transform="matrix(0.697239, 0.716839, -0.697509, 0.717112, 601.744318, -85.769221)"/>
<path d="M 213.235 674.76 C 213.301 677.122 209.752 682.374 208.847 682.374 C 207.939 682.374 204.741 677.122 204.676 674.76 C 204.61 672.396 206.472 670.481 208.837 670.481 C 211.202 670.481 213.17 672.396 213.235 674.76 Z" style="stroke: rgb(0, 0, 0); fill: rgb(255, 255, 255);" transform="matrix(0.697239, 0.716839, -0.716839, 0.697239, 548.152979, 55.008802)"/>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);" cx="250" cy="810" rx="6.371" ry="6.369" transform="matrix(-0.697239, 0.716839, 0.697509, 0.717112, -214.404566, -86.156672)"/>
<path d="M 182.57 677.708 C 182.635 675.345 179.087 670.094 178.179 670.094 C 177.274 670.094 174.073 675.345 174.009 677.708 C 173.943 680.07 175.807 681.987 178.171 681.987 C 180.534 681.987 182.504 680.07 182.57 677.708 Z" style="stroke: rgb(0, 0, 0); fill: rgb(255, 255, 255);" transform="matrix(-0.697239, 0.716839, -0.716839, -0.697239, 787.211272, 1019.597691)"/>
<ellipse style="stroke: rgb(0, 0, 0); fill: rgb(0, 0, 128);" cx="193.67" cy="-704.954" rx="6.282" ry="6.459" transform="matrix(1, 0, 0, -1, 0, 0)"/>
<path d="M 197.89 703.636 C 197.89 701.241 194.248 695.914 193.353 695.914 C 192.46 695.914 189.45 701.241 189.45 703.636 C 189.45 706.034 191.338 707.975 193.67 707.975 C 196.002 707.975 197.89 706.034 197.89 703.636 Z" style="stroke: rgb(0, 0, 0); fill: rgb(255, 255, 255);"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB