Skip to content

Commit

Permalink
Merge pull request #23 from IowaComputerGurus/feature/branding-updates
Browse files Browse the repository at this point in the history
Branding Changes
  • Loading branch information
mitchelsellers authored Aug 28, 2023
2 parents ebe7f4c + c4069cc commit 02923a4
Show file tree
Hide file tree
Showing 184 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
runs-on: ubuntu-latest
name: Build and Publish
env:
solution-path: './Source/GitHub Cost Visualizer.sln'
webproject-path: './Source/GitHubCostVisualizer.Web/GitHubCostVisualizer.Web.csproj'
solution-path: './src/GitHub Cost Visualizer.sln'
webproject-path: './src/GitHubCostVisualizer.Web/GitHubCostVisualizer.Web.csproj'

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest
name: Build and Publish
env:
solution-path: './Source/GitHub Cost Visualizer.sln'
webproject-path: './Source/GitHubCostVisualizer.Web/GitHubCostVisualizer.Web.csproj'
solution-path: './src/GitHub Cost Visualizer.sln'
webproject-path: './src/GitHubCostVisualizer.Web/GitHubCostVisualizer.Web.csproj'

steps:
- uses: actions/checkout@v3
Expand Down
Binary file added Design/src/images/GithubCostAnalyzer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
Layout = "_Start";
}

<h3 class="text-center">Github Cost Visualizer</h3>

<p>Unsure of where your money is going with your Github account? Upload your recent Usage report from Github to get a visual on where your money is going</p>

<form asp-controller="Home" asp-action="Report" enctype="multipart/form-data">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<div class="row justify-content-center">
<div class='col-md-4 bg-white p-1'>
<div class="text-center">
<img class="img-fluid pt-1" src="/images/iowa-computer-gurus.png" />
<img class="img-fluid pt-1" src="/images/githubcostanalyzer.png" />
</div>
<div class="p-2 controls">
<div class="pr-2 pl-2 controls">
@RenderBody()

<environment exclude="Production">
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 02923a4

Please sign in to comment.