Skip to content

Commit 4f21d3a

Browse files
committed
Add homepage images
1 parent 120fb6e commit 4f21d3a

5 files changed

Lines changed: 24 additions & 6 deletions

File tree

AsyncInn.Web/AsyncInn.Web.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
</ItemGroup>
1010

1111
<ItemGroup>
12-
<Folder Include="wwwroot\Photos\" />
12+
<Folder Include="Views\HotelRooms\" />
13+
</ItemGroup>
14+
15+
<ItemGroup>
16+
<None Include="wwwroot\css\Photos\bda.jpg" />
1317
</ItemGroup>
1418

1519
</Project>

AsyncInn.Web/Views/Home/About.cshtml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<h1>@ViewData["Title"]</h1>
55

66
<div class="container">
7-
<div class="card">
7+
<div class="card mx-auto">
88
<div class="card-body ">
99
<h5 class="card-title text-md-center">Marie Antons</h5>
1010
<h6 class="card-subtitle mb-2 text-muted text-md-center">Junior Developer at STRATAFOLIO</h6>
@@ -16,4 +16,3 @@
1616
</div>
1717
</div>
1818
</div>
19-

AsyncInn.Web/Views/Home/Index.cshtml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,18 @@
55
<div class="text-center">
66
<h1 class="display-4">Async Inn</h1>
77
</div>
8+
<body class="home">
9+
<div>
10+
<img class="col-md-auto mb-1" src="~/css/Photos/bda-2.jpg" />
11+
</div>
12+
<div class="d-flex flex-row">
13+
<div>
14+
<img class="col-sm-12 m-0 pr-1" src="~/css/Photos/bda.jpg" />
15+
</div>
16+
<div>
17+
<img class="col-sm-12 mb-0 pl-0 " src="~/css/Photos/bda-4.jpg" />
18+
</div>
19+
</div>
20+
21+
</body>
822

AsyncInn/AsyncInn.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,8 @@
5050
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.3" />
5151
</ItemGroup>
5252

53+
<ItemGroup>
54+
<Folder Include="wwwroot\" />
55+
</ItemGroup>
56+
5357
</Project>

AsyncInn/wwwroot/style.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)