-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: major overhaul w/seo stuff and managed build
- Loading branch information
1 parent
047c894
commit f02c8fc
Showing
24 changed files
with
221 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates | ||
|
||
version: 2 | ||
updates: | ||
# Maintain dependencies for Nuget | ||
- package-ecosystem: "nuget" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
|
||
# Maintain dependencies for GitHub Actions | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
|
||
# Maintain dependencies for Dev Containers | ||
- package-ecosystem: "devcontainers" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,32 @@ | ||
# DotCom | ||
<div align="center"> | ||
<img src="src\Client\wwwroot\images\profile.png" alt="profile of Victor Frye" height="64" width="64" /> | ||
<h1>VictorFrye.COM</h1> | ||
<p>A personal portfolio site for your friendly neighborhood technologist, Victor Frye</p> | ||
</div> | ||
|
||
🎨 My personal about me website | ||
<div align="center"> | ||
|
||
[![Azure Static Web Apps CI/CD](https://github.com/victorfrye/dotcom/actions/workflows/azure-swa.yml/badge.svg)](https://github.com/victorfrye/dotcom/actions/workflows/azure-swa.yml) | ||
[![GitHub Issues](https://img.shields.io/github/issues/victorfrye/dotcom)](https://github.com/victorfrye/dotcom/issues) | ||
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](/LICENSE) | ||
|
||
</div> | ||
|
||
## Technology Stack | ||
|
||
<p align="left"> | ||
<a href="https://dotnet.microsoft.com/en-us/languages/csharp" target="_blank" rel="noreferrer" style="text-decoration: none;"> | ||
<img src="https://raw.githubusercontent.com/victorfrye/victorfrye/main/images/csharp.svg" width="36" height="36" alt="C#" /> | ||
</a> | ||
<a href="https://dotnet.microsoft.com/en-us/" target="_blank" rel="noreferrer" style="text-decoration: none;"> | ||
<img src="https://raw.githubusercontent.com/victorfrye/victorfrye/main/images/dotnet.svg" width="36" height="36" alt=".NET" /> | ||
</a> | ||
<a href="https://getbootstrap.com/" target="_blank" rel="noreferrer" style="text-decoration: none;"> | ||
<img src="https://raw.githubusercontent.com/victorfrye/victorfrye/main/images/bootstrap.svg" width="36" height="36" alt="Bootstrap" /> | ||
</a> | ||
<a href="https://azure.microsoft.com/en-us/" target="_blank" rel="noreferrer" style="text-decoration: none;"> | ||
<img src="https://raw.githubusercontent.com/victorfrye/victorfrye/main/images/azure.svg" width="36" height="36" alt="Azure" /> | ||
</a> | ||
</p> | ||
|
||
VictorFrye.COM is a static web application built utilizing .NET Blazor WASM and Bootstrap. The application is hosted on Azure as a Static Web App. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
<Router AppAssembly="@typeof(App).Assembly"> | ||
<Found Context="routeData"> | ||
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" /> | ||
<FocusOnNavigate RouteData="@routeData" Selector="h1" /> | ||
</Found> | ||
<NotFound> | ||
<PageTitle>Not found</PageTitle> | ||
<LayoutView Layout="@typeof(MainLayout)"> | ||
<p role="alert">Sorry, there's nothing at this address.</p> | ||
</LayoutView> | ||
</NotFound> | ||
</Router> | ||
</Router> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,33 @@ | ||
<section id="connect"> | ||
<div class="d-flex flex-column flex-wrap"> | ||
<h5 class="text-primary pt-3 pb-2">_Connect</h5> | ||
<h2 class="text-primary pt-3 pb-2">_Connect</h2> | ||
|
||
<div class="d-socials d-flex flex-row flex-wrap"> | ||
<a href="https://threads.net/@@thevictorfryeadventure" target="_blank" class="btn-link btn-social px-2"> | ||
<img src="/images/threads.svg" alt="Threads" class="img-social" /> | ||
</a> | ||
<a href="https://linkedin.com/in/victorfrye" target="_blank" class="btn-link btn-social px-2"> | ||
<img src="/images/linkedin.svg" alt="LinkedIn" class="img-social" /> | ||
</a> | ||
<a href="https://github.com/victorfrye" target="_blank" class="btn-link btn-social px-2"> | ||
<img src="/images/github.svg" alt="GitHub" class="img-social" /> | ||
</a> | ||
<a href="mailto:victorfrye@outlook.com" target="_blank" class="btn-link btn-social px-2"> | ||
<img src="/images/envelope.svg" alt="Email Me" class="img-social" /> | ||
</a> | ||
</div> | ||
<SocialButtons Socials=@_socials /> | ||
</div> | ||
</section> | ||
|
||
@code { | ||
private List<Social> _socials = | ||
[ | ||
new( | ||
name: "Threads", | ||
userUrl: "https://threads.net/@thevictorfryeadventure", | ||
iconUrl: "/images/threads.svg" | ||
), | ||
new( | ||
name: "LinkedIn", | ||
userUrl: "https://linkedin.com/in/victorfrye", | ||
iconUrl: "/images/linkedin.svg" | ||
), | ||
new( | ||
name: "GitHub", | ||
userUrl: "https://github.com/victorfrye", | ||
iconUrl: "/images/github.svg" | ||
), | ||
new( | ||
name: "Email", | ||
userUrl: "mailto:victorfrye@outlook.com", | ||
iconUrl: "/images/envelope.svg" | ||
) | ||
]; | ||
} |
Oops, something went wrong.