Skip to content

Commit

Permalink
Create GitHub pages #1
Browse files Browse the repository at this point in the history
- working on the BottomMenu.html
  • Loading branch information
mpostol committed Mar 21, 2023
1 parent e9c2de3 commit ab86ebd
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .templates/BottomMenu.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<table style="font-size: 11px;" title="Bottom navigation menu" border="0" cellspacing="20" cellpadding="1" align="center">
<tbody title="CommServer">
<tr align="center" valign="middle" border="0" >
<td title="github">
<a title="GitHub Object Oriented Internet" href="https://github.com/mpostol" target="_blank" rel="external noopener noreferrer">
<img src=".media/bottom_GitHub.png" alt="GitHub Object Oriented Internet" align="texttop" border="0" />
<br /> <span style="color: #07ad36;">GitHub</span>
</a>
</td>
<td title="wordpress">
<a title="Open Mariusz Postol Blog" href="http://mpostol.wordpress.com/" target="_blank" rel="external noopener noreferrer">
<img src=".media/bottom_wordpress.png" alt="Mariusz Postol Blog" align="texttop" border="0" />
<br /> <span style="color: #07ad36;">Blog</span>
</a>
</td>
<td title="LinkedIn">
<a title="Follow Mariusz Postol on LinkedIn" href="https://www.linkedin.com/in/mpostol/" target="_blank" rel="external noopener noreferrer">
<img src=".media/bottom_LI-In-Bug.png"
alt="Follow Mariusz Postol on LinkedIn" align="texttop" border="0" />
<br /> <span style="color: #07ad36;">LinkedIn</span>
</a>
</td>
<td title="youtube">
<a title="Follow us on YouTube" href="https://www.youtube.com/@mariuszpostol/featured" target="_blank" rel="external noopener noreferrer">
<img src=".media/bottom_youtube.png" alt="Follow us on YouTube" align="texttop" border="0" />
<br /> <span style="color: #07ad36;">YouTube</span>
</a>
</td>
<td title="researchgate">
<a title="Follow Mariusz Postol on ResearchGate"
href="https://www.researchgate.net/profile/Mariusz_Postol" target="_blank" rel="external noopener noreferrer">
<img title="Follow Mariusz Postol on ResearchGate" src=".media/bottom_ResearchGate.png" alt="Follow Mariusz Postol on ResearchGate" align="texttop" border="0" />
<br /> <span style="color: #07ad36;">RG</span>
</a>
</td>
<td title="twitter">
<a title="Follow CommServer on Twitter" href="https://twitter.com/mpostol" target="_blank" rel="external noopener noreferrer">
<img title="Follow CommServer on Twitter" src=".media/bottom_twitter.png" alt="Follow CommServer on Twitter " align="texttop"
border="0" />
<br /> <span style="color: #07ad36;">Twitter</span>
</a>
</td>
<td title="CAS">
<a title="CAS" href="http://www.cas.eu" target="_blank">
<img src=".media/bottom_cas.png" alt="CAS" align="texttop" border="0" />
<br /> <span style="color: #07ad36;">CAS</span>
</a>
</td>
</tr>
</tbody>
</table>
51 changes: 51 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,54 @@ The family includes the following applications.
🧙 Remember, you can do mighty things with the power of [Markdown](https://docs.github.com/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)
-->

<table style="font-size: 11px;" title="Bottom navigation menu" border="0" cellspacing="20" cellpadding="1" align="center">
<tbody title="CommServer">
<tr align="center" valign="middle" border="0" >
<td title="github">
<a title="GitHub Object Oriented Internet" href="https://github.com/mpostol" target="_blank" rel="external noopener noreferrer">
<img src=".media/bottom_GitHub.png" alt="GitHub Object Oriented Internet" align="texttop" border="0" />
<br /> <span style="color: #07ad36;">GitHub</span>
</a>
</td>
<td title="wordpress">
<a title="Open Mariusz Postol Blog" href="http://mpostol.wordpress.com/" target="_blank" rel="external noopener noreferrer">
<img src=".media/bottom_wordpress.png" alt="Mariusz Postol Blog" align="texttop" border="0" />
<br /> <span style="color: #07ad36;">Blog</span>
</a>
</td>
<td title="LinkedIn">
<a title="Follow Mariusz Postol on LinkedIn" href="https://www.linkedin.com/in/mpostol/" target="_blank" rel="external noopener noreferrer">
<img src=".media/bottom_LI-In-Bug.png"
alt="Follow Mariusz Postol on LinkedIn" align="texttop" border="0" />
<br /> <span style="color: #07ad36;">LinkedIn</span>
</a>
</td>
<td title="youtube">
<a title="Follow us on YouTube" href="https://www.youtube.com/@mariuszpostol/featured" target="_blank" rel="external noopener noreferrer">
<img src=".media/bottom_youtube.png" alt="Follow us on YouTube" align="texttop" border="0" />
<br /> <span style="color: #07ad36;">YouTube</span>
</a>
</td>
<td title="researchgate">
<a title="Follow Mariusz Postol on ResearchGate"
href="https://www.researchgate.net/profile/Mariusz_Postol" target="_blank" rel="external noopener noreferrer">
<img title="Follow Mariusz Postol on ResearchGate" src=".media/bottom_ResearchGate.png" alt="Follow Mariusz Postol on ResearchGate" align="texttop" border="0" />
<br /> <span style="color: #07ad36;">RG</span>
</a>
</td>
<td title="twitter">
<a title="Follow CommServer on Twitter" href="https://twitter.com/mpostol" target="_blank" rel="external noopener noreferrer">
<img title="Follow CommServer on Twitter" src=".media/bottom_twitter.png" alt="Follow CommServer on Twitter " align="texttop"
border="0" />
<br /> <span style="color: #07ad36;">Twitter</span>
</a>
</td>
<td title="CAS">
<a title="CAS" href="http://www.cas.eu" target="_blank">
<img src=".media/bottom_cas.png" alt="CAS" align="texttop" border="0" />
<br /> <span style="color: #07ad36;">CAS</span>
</a>
</td>
</tr>
</tbody>
</table>

0 comments on commit ab86ebd

Please sign in to comment.