Add Metroid page
BIN
public/images/projects/metroid/MetroidScreen1-w240.webp
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
public/images/projects/metroid/MetroidScreen1-w480.webp
Normal file
|
After Width: | Height: | Size: 77 KiB |
BIN
public/images/projects/metroid/MetroidScreen1-w800.webp
Normal file
|
After Width: | Height: | Size: 167 KiB |
BIN
public/images/projects/metroid/MetroidScreen1.webp
Normal file
|
After Width: | Height: | Size: 96 KiB |
BIN
public/images/projects/metroid/MetroidScreen2-w240.webp
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
public/images/projects/metroid/MetroidScreen2-w480.webp
Normal file
|
After Width: | Height: | Size: 90 KiB |
BIN
public/images/projects/metroid/MetroidScreen2-w800.webp
Normal file
|
After Width: | Height: | Size: 208 KiB |
BIN
public/images/projects/metroid/MetroidScreen2.webp
Normal file
|
After Width: | Height: | Size: 108 KiB |
BIN
public/images/projects/metroid/MetroidScreen3-w240.webp
Normal file
|
After Width: | Height: | Size: 9.2 KiB |
BIN
public/images/projects/metroid/MetroidScreen3-w480.webp
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
public/images/projects/metroid/MetroidScreen3-w800.webp
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
public/images/projects/metroid/MetroidScreen3.webp
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
public/images/projects/metroid/MetroidScreen4-w240.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
public/images/projects/metroid/MetroidScreen4-w480.webp
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
public/images/projects/metroid/MetroidScreen4-w800.webp
Normal file
|
After Width: | Height: | Size: 81 KiB |
BIN
public/images/projects/metroid/MetroidScreen4.webp
Normal file
|
After Width: | Height: | Size: 68 KiB |
BIN
public/images/projects/metroid/MetroidScreen5-w240.webp
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
public/images/projects/metroid/MetroidScreen5-w480.webp
Normal file
|
After Width: | Height: | Size: 106 KiB |
BIN
public/images/projects/metroid/MetroidScreen5-w800.webp
Normal file
|
After Width: | Height: | Size: 246 KiB |
BIN
public/images/projects/metroid/MetroidScreen5.webp
Normal file
|
After Width: | Height: | Size: 123 KiB |
@ -22,6 +22,7 @@ import Windows10Cookbook from './Pages/Software/Projects/Windows10Cookbook';
|
||||
import IOSAirports from './Pages/Software/Projects/IOSAirports';
|
||||
import FestivalSimulator from './Pages/Software/Projects/FestivalSimulator';
|
||||
import BoardOfEducationBot from './Pages/Software/Projects/BoardOfEducationBot';
|
||||
import MetroidShooter from './Pages/Software/Projects/MetroidShooter';
|
||||
|
||||
import Radio from './Pages/Radio/Radio';
|
||||
import Components from './Pages/Radio/Components';
|
||||
@ -54,6 +55,7 @@ function App() {
|
||||
<Route exact path='/pages/software/ios-airports' element={<IOSAirports />}></Route>
|
||||
<Route exact path='/pages/software/festival-simulator' element={<FestivalSimulator />}></Route>
|
||||
<Route exact path='/pages/software/boebot' element={<BoardOfEducationBot />}></Route>
|
||||
<Route exact path='/pages/software/metroid-horizontal-shooter' element={<MetroidShooter />}></Route>
|
||||
<Route exact path='/pages/radio' element={<Radio />}></Route>
|
||||
<Route exact path='/pages/radio/components' element={<Components />}></Route>
|
||||
<Route exact path='/pages/radio/balcony' element={<Balkon />}></Route>
|
||||
|
||||
@ -51,6 +51,7 @@ const Software = () => {
|
||||
<li><Link reloadDocument to="/pages/software/ios-airports">iOS Airports mobile application</Link></li>
|
||||
<li><Link reloadDocument to="/pages/software/festival-simulator">Java festival crowd simulator</Link></li>
|
||||
<li><Link reloadDocument to="/pages/software/boebot">Board of Education bot</Link></li>
|
||||
<li><Link reloadDocument to="/pages/software/metroid-horizontal-shooter">Metroid horizontal shooter</Link></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||