Skip to content

Commit

Permalink
New project Night In The Mouseum added
Browse files Browse the repository at this point in the history
  • Loading branch information
jame581 committed May 10, 2024
1 parent d4e50e2 commit b2655d7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
20 changes: 16 additions & 4 deletions Portfolio/Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,15 @@

<div class="d-flex flex-column flex-md-row justify-content-between mb-5 d-none d-lg-block">
<div class="flex-grow-1">
<iframe frameborder="0" src="https://itch.io/embed/1841291?linkback=true" width="552"
height="167">
<iframe frameborder="0" src="https://itch.io/embed/2588090?linkback=true" width="552" height="167">
<a href="https://jame581.itch.io/night-in-the-mouseum">Night In The Mouseum by jame581, Hedyjan, Mountain Mist</a>
</iframe>
</div>
</div>

<div class="d-flex flex-column flex-md-row justify-content-between mb-5 d-none d-lg-block">
<div class="flex-grow-1">
<iframe frameborder="0" src="https://itch.io/embed/1841291?linkback=true" width="552" height="167">
<a href="https://jame581.itch.io/shoot-numbers">
Shoot Numbers by
jame581
Expand All @@ -213,8 +220,7 @@

<div class="d-flex flex-column flex-md-row justify-content-between mb-5 d-none d-lg-block">
<div class="flex-grow-1">
<iframe frameborder="0" src="https://itch.io/embed/1418155?linkback=true" width="552"
height="167">
<iframe frameborder="0" src="https://itch.io/embed/1418155?linkback=true" width="552" height="167">
<a href="https://jame581.itch.io/romw">
Rocket of Milky Way by
jame581
Expand All @@ -235,6 +241,12 @@
</div>
</div>

<div class="d-flex flex-column flex-md-row justify-content-between mb-5 d-lg-none">
<div class="flex-grow-1">
<iframe frameborder="0" src="https://itch.io/embed/2588090?linkback=true" width="208" height="167"><a href="https://jame581.itch.io/night-in-the-mouseum">Night In The Mouseum by jame581, Hedyjan, Mountain Mist</a></iframe>
</div>
</div>

<div class="d-flex flex-column flex-md-row justify-content-between mb-5 d-lg-none">
<div class="flex-grow-1">
<iframe frameborder="0" src="https://itch.io/embed/1841291" width="208" height="167"><a href="https://jame581.itch.io/shoot-numbers">Shoot Numbers by jame581</a></iframe>
Expand Down
2 changes: 1 addition & 1 deletion Portfolio/Shared/NavMenu.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="sideNav">
<a class="navbar-brand" href="#about">
<span class="d-block d-lg-none">Jan Mesarč</span>
<span class="d-block d-lg-none">Jan Mesarc</span>
<span class="d-none d-lg-block"><img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/profile1.jpg" alt="My profile image" /></span>
</a>
<button class="navbar-toggler" type="button" @onclick="ToggleNavMenu" aria-expanded="false" aria-label="Toggle navigation">
Expand Down
4 changes: 2 additions & 2 deletions Portfolio/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="I’m software engineer who is passionate about game, web and mobile development" />
<meta name="author" content="Jan Mesarč" />
<title>Jan Mesarč - Portfolio</title>
<meta name="author" content="Jan Mesarc" />
<title>Jan Mesarc - Portfolio</title>
<base href="/" />
<!-- Google fonts -->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700" rel="stylesheet" type="text/css" />
Expand Down

0 comments on commit b2655d7

Please sign in to comment.