Compare commits
No commits in common. "4d5945242171cd5190142ed08341c01e371b08c0" and "3b9440b046d65f25b2f9ab8032ef8d33df81c211" have entirely different histories.
4d59452421
...
3b9440b046
@ -35,14 +35,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ts", "ts", "{BB9F76AC-292A-
|
||||
src\ts\BlogUrl.ts = src\ts\BlogUrl.ts
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "img", "img", "{8996BEBA-0D9C-4D76-9117-8E4E89148A1A}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
src\img\favicon.png = src\img\favicon.png
|
||||
src\img\headshot_512x512_2023.jpg = src\img\headshot_512x512_2023.jpg
|
||||
src\img\ob-256x256.png = src\img\ob-256x256.png
|
||||
src\img\oliverbooth-704x330.png = src\img\oliverbooth-704x330.png
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
@ -57,6 +49,5 @@ Global
|
||||
GlobalSection(NestedProjects) = preSolution
|
||||
{822F528E-3CA7-4B7D-9250-BD248ADA7BAE} = {8A323E64-E41E-4780-99FD-17BF58961FB5}
|
||||
{BB9F76AC-292A-4F47-809D-8BBBA6E0A048} = {8A323E64-E41E-4780-99FD-17BF58961FB5}
|
||||
{8996BEBA-0D9C-4D76-9117-8E4E89148A1A} = {8A323E64-E41E-4780-99FD-17BF58961FB5}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
@ -16,7 +16,7 @@
|
||||
<div class="col-xs-1 col-md-6 col-lg-6 d-flex align-items-stretch">
|
||||
<div class="card border-success project-card">
|
||||
<div class="card-header text-bg-success">In Active Development</div>
|
||||
<img src="https://cdn.olivr.me/projects/hero/@project.HeroUrl" class="card-img-top" alt="@project.Name">
|
||||
<img src="~/img/projects/hero/@project.HeroUrl" class="card-img-top" alt="@project.Name">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">@project.Name</h5>
|
||||
<p class="card-text">@Html.Raw(ProjectService.GetDescription(project))</p>
|
||||
@ -48,7 +48,7 @@
|
||||
<div class="col-xs-1 col-md-6 col-lg-6 d-flex align-items-stretch">
|
||||
<div class="card border-info project-card">
|
||||
<div class="card-header text-bg-info">Past Work</div>
|
||||
<img src="https://cdn.olivr.me/projects/hero/@project.HeroUrl" class="card-img-top" alt="@project.Name">
|
||||
<img src="~/img/projects/hero/@project.HeroUrl" class="card-img-top" alt="@project.Name">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">@project.Name</h5>
|
||||
<p class="card-text">@Html.Raw(ProjectService.GetDescription(project))</p>
|
||||
@ -80,7 +80,7 @@
|
||||
<div class="col-xs-1 col-md-6 col-lg-6 d-flex align-items-stretch">
|
||||
<div class="card border-dark project-card">
|
||||
<div class="card-header text-bg-dark">On Hiatus</div>
|
||||
<img src="https://cdn.olivr.me/projects/hero/@project.HeroUrl" class="card-img-top" alt="@project.Name">
|
||||
<img src="~/img/projects/hero/@project.HeroUrl" class="card-img-top" alt="@project.Name">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">@project.Name</h5>
|
||||
<p class="card-text">@Html.Raw(ProjectService.GetDescription(project))</p>
|
||||
|
BIN
src/img/projects/hero/birthday-1280x640.png
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
src/img/projects/hero/brackeysbot-1280x640.png
Normal file
After Width: | Height: | Size: 97 KiB |
BIN
src/img/projects/hero/candyjam-1280x640.png
Normal file
After Width: | Height: | Size: 267 KiB |
BIN
src/img/projects/hero/fiveoclock-1280x640.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
src/img/projects/hero/mutation-1280x640.png
Normal file
After Width: | Height: | Size: 410 KiB |
BIN
src/img/projects/hero/none-1280x640.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
src/img/projects/hero/olive-1280x640.png
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
src/img/projects/hero/sampdotnet-1280x640.png
Normal file
After Width: | Height: | Size: 316 KiB |
BIN
src/img/projects/hero/syntaxgen-1280x640.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
src/img/projects/hero/unitydocs-1280x640.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
src/img/projects/hero/x10d-1280x640.png
Normal file
After Width: | Height: | Size: 20 KiB |