Skip to content

Commit

Permalink
images folder
Browse files Browse the repository at this point in the history
  • Loading branch information
heblasco committed Nov 13, 2023
1 parent 8a3ffb7 commit a0efc2e
Show file tree
Hide file tree
Showing 17 changed files with 32 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -402,3 +402,7 @@ FodyWeavers.xsd

# JetBrains Rider
*.sln.iml

#appsettings file
appsettings.json
appsettings.Development.json
25 changes: 25 additions & 0 deletions src/AIHub/AIHub.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AIHub", "AIHub.csproj", "{2ED5934A-7E08-4DA8-8B58-8A08137B18E9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2ED5934A-7E08-4DA8-8B58-8A08137B18E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2ED5934A-7E08-4DA8-8B58-8A08137B18E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2ED5934A-7E08-4DA8-8B58-8A08137B18E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2ED5934A-7E08-4DA8-8B58-8A08137B18E9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {20AA2353-81A6-44D5-8342-7A0BDDFA36A4}
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion src/AIHub/Views/ContentSafety/ImageModerator.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<form asp-controller="ContentSafety" asp-action="UploadFile" method="post" enctype="multipart/form-data">
<div class="row justify-content-center mt-5">
<div class="column">
<img src="@Url.Content("~/ContentSafety.png")" alt-text="Content Safety image" width="380"
<img src="@Url.Content("~/images/ContentSafety.png")" alt-text="Content Safety image" width="380"
height="184"></img>
</div>
<span class="form-group">
Expand Down
2 changes: 1 addition & 1 deletion src/AIHub/Views/ContentSafety/TextModerator.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</span>

<div class="column">
<img src="@Url.Content("~/ContentSafety.png")" alt-text="Content Safety image" width="380" height="184"></img>
<img src="@Url.Content("~/images/ContentSafety.png")" alt-text="Content Safety image" width="380" height="184"></img>
</div>

<div class="col-md-6">
Expand Down
2 changes: 1 addition & 1 deletion src/AIHub/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<header style="background-color: var(--layout-background-color);">
<nav class="navbar navbar-expand-sm navbar-toggleable-sm navbar-dark border-bottom box-shadow mb-3">
<div class="container-fluid">
<img src="@Url.Content("~/logo.jpg")" alt-text="logo" height="55"></img>
<img src="@Url.Content("~/images/logo.jpg")" alt-text="logo" height="55"></img>
<a class="navbar-brand" style="text-decoration: none;" asp-area="" asp-controller="Home" asp-action="Index">AlmaBank</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target=".navbar-collapse"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit a0efc2e

Please sign in to comment.