Add software projects to software main page.
This commit is contained in:
parent
a65af703d0
commit
a3cbf49f00
@ -21,6 +21,28 @@ const SoftwareMain = () => {
|
|||||||
</ul>
|
</ul>
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
|
<h2>{getString('software_projects')}</h2>
|
||||||
|
<div style={{display: "inline-block"}}>
|
||||||
|
<ul>
|
||||||
|
<li><a href="./project/kanji-application">{getString('kanji_application')}</a></li>
|
||||||
|
<li><a href="./project/dxp-development">{getString('dxp_development')}</a></li>
|
||||||
|
<li><a href="./project/wifi-prototype">{getString('wifi_prototype')}</a></li>
|
||||||
|
<li><a href="./project/embedded-game">{getString('embedded_game')}</a></li>
|
||||||
|
<li><a href="./project/raspberry-pi-jukebox">{getString('raspberry_pi_jukebox')}</a></li>
|
||||||
|
<li><a href="./project/teslamaze">{getString('teslamaze')}</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div style={{display: "inline-block"}}>
|
||||||
|
<ul>
|
||||||
|
<li><a href="./project/embedded-internet-radio">{getString('embedded_internet_radio')}</a></li>
|
||||||
|
<li><a href="./project/windows10-cookbook">{getString('windows10_cookbook')}</a></li>
|
||||||
|
<li><a href="./project/ios-airports">{getString('ios_airports')}</a></li>
|
||||||
|
<li><a href="./project/festival-simulator">{getString('festival_simulator')}</a></li>
|
||||||
|
<li><a href="./project/boebot">{getString('boebot')}</a></li>
|
||||||
|
<li><a href="./project/attachment-module">{getString('attachment_module')}</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<hr />
|
||||||
<h2>{getString('education')}</h2>
|
<h2>{getString('education')}</h2>
|
||||||
{educationData.education.map((edu, index) => (
|
{educationData.education.map((edu, index) => (
|
||||||
<div key={edu.name + index}>
|
<div key={edu.name + index}>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user