Compare commits

...

2 Commits

Author SHA1 Message Date
ayham b70aa009fa
css update 2021-12-27 18:02:47 +03:00
ayham 063c3eb331
introduce new project 2021-12-24 12:14:51 +03:00
4 changed files with 34 additions and 17 deletions

View File

@ -12,10 +12,10 @@
--bg: rgba(0,0,0,0.4) ;
--altbg: rgba(0,0,0,0.4) ;
}
@font-face { font-family: mechanical; src: url('font.woff'); font-display: swap; }
@font-face { font-family: code; src: url('font.woff'); font-display: swap; }
body {
font-family: mechanical;
font-family: code;
background: linear-gradient(#000040, #000000) fixed ;
margin-bottom: 100px;
}

View File

@ -22,29 +22,29 @@
</section>
<section>
<h3 id=proj_papertrader><a href=#proj_papertrader>cd proj/PaperTrader</a></h3>
<img src="pix/proj/papertrader.webp"
alt=papertrader
style=max-width:100%;>
<h3 id=proj_dep><a
href=#proj_dep>cd proj/DentalExamPrep</a></h3>
<p>Development Status: <code style=color:lightgreen;>Active</code><br/>
Project Link: <a href="https://tildegit.org/ayham/PaperTrader">https://tildegit.org/ayham/PaperTrader</a><br/>
Project Link: UNAVAILABLE<br/>
Last Update: -<br/>
Creation Date: 2020-05-02<br/>
Creation Date: 2021-12-10<br/>
Description:<br/>
The opensource cross-platform paper trading platform for learning assets trading.
A new upcoming project...
</p>
</section>
<section>
<h3 id=proj_camcurrency><a
href=#proj_camcurrency>cd proj/CamCurrency</a></h3>
<img src="pix/proj/camcurrency.webp"
alt=camcurrency
style=max-width:100%;>
<center>
<img src="pix/proj/camcurrency.webp"
alt=camcurrency
style=max-width:100%;>
</center>
<p>Development Status: <code style=color:lightgreen;>Active</code><br/>
Project Link: <a
href="https://store.ayham.xyz/#camcurrency">store.ayham.xyz</a><br/>
Last Update: 2021-10-24-<br/>
Last Update: 2021-10-24<br/>
Creation Date: 2021-09-21<br/>
Description:<br/>
An application that allows users to convert between currencies on the fly using the camera.
@ -53,6 +53,23 @@
</p>
</section>
<section>
<h3 id=proj_papertrader><a href=#proj_papertrader>cd proj/PaperTrader</a></h3>
<img src="pix/proj/papertrader.webp"
alt=papertrader
style=max-width:100%;>
<p>Development Status: <code style=color:red;>Archived</code><br/>
Project Link: <a href="https://tildegit.org/ayham/PaperTrader">https://tildegit.org/ayham/PaperTrader</a><br/>
Last Update: 2021-12-24<br/>
Creation Date: 2020-05-02<br/>
Description:<br/>
The opensource cross-platform paper trading platform for
learning assets trading. This project has a basic architecture,
and the only part that currently works is accounts &amp; database
management w/ the server-client 1-1 model.
</p>
</section>
<section>
<h3 id=proj_rftp><a href=#proj_rftp>cd proj/rftp</a></h3>
<img src="pix/proj/rftp.webp"

View File

@ -12,10 +12,10 @@
--bg: rgba(0,0,0,0.4) ;
--altbg: rgba(0,0,0,0.4) ;
}
@font-face { font-family: mechanical; src: url('font.woff'); font-display: swap; }
@font-face { font-family: code; src: url('font.woff'); font-display: swap; }
body {
font-family: mechanical;
font-family: code;
background: linear-gradient(#000040, #000000) fixed ;
margin-bottom: 100px;
}

View File

@ -12,10 +12,10 @@
--bg: rgba(0,0,0,0.4) ;
--altbg: rgba(0,0,0,0.4) ;
}
@font-face { font-family: mechanical; src: url('font.woff'); font-display: swap; }
@font-face { font-family: code; src: url('font.woff'); font-display: swap; }
body {
font-family: mechanical;
font-family: code;
background: linear-gradient(#000040, #000000) fixed ;
margin-bottom: 100px;
}