Skip to content

Commit

Permalink
Merge pull request #9 from justingolden21/feat/project-cleanup
Browse files Browse the repository at this point in the history
Feat/project cleanup
  • Loading branch information
justingolden21 authored Mar 30, 2024
2 parents 776c44f + 9f34e2e commit 84da998
Show file tree
Hide file tree
Showing 28 changed files with 371 additions and 58 deletions.
9 changes: 9 additions & 0 deletions css/project-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,20 @@
.project-desc {
padding: 0.5rem;
text-align: left;
max-height: 5.5rem;
text-overflow: ellipsis;
overflow: hidden;

}
.project-screenshot {
width: 90%;
border: 2px solid #eee;
box-shadow: 0.5rem 0.5rem 0px var(--lightblue);
margin: 1rem auto;
max-width: 48rem;
max-height: 32rem;
object-fit: contain;
display: block;
}
.project-div:hover .project-details {
display: inline;
Expand Down Expand Up @@ -72,6 +80,7 @@
text-align: center;
color: #666;
margin-top: 1rem;
margin-bottom: 1rem;
}
.view-project-in-card {
padding: 0.25rem;
Expand Down
1 change: 1 addition & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ h6 {
overflow: hidden;
outline: 0;
background-color: rgba(0, 0, 0, 0.5);
overflow: auto;
}

.modal-dialog {
Expand Down
Binary file added img/projects/big-fish-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions img/projects/blackjack-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/projects/cellular-automata-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions img/projects/chmod-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/projects/color-finder-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions img/projects/color-histogram-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/projects/factorio-balancers-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions img/projects/game-of-life-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/projects/hearthsearch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/projects/image-steganography-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/projects/map-generator-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/projects/mario-kart-time-trial-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/projects/mass-hysteria-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions img/projects/password-generator-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions img/projects/play-liars-dice.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions img/projects/pokemon-types-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/projects/screen-info-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions img/projects/sports-top-25-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions img/projects/storm-tracker-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions img/projects/sudoku-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions img/projects/svg-circle-to-path-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions img/projects/three-n-plus-one-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/projects/word-a-day-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion js/home-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ document.addEventListener('DOMContentLoaded', function () {
// ==== Make and Rotate Tags ====

const TAGS =
'WebDesign UI UX GraphicDesign LogoDesign Branding Typography HTML CSS JS jQuery Bootstrap Sass Jekyll Svelte AlpineJS TailwindCSS NoSQL Android MobileApps Firebase PWA SEO Writing VideoEditing'.split(
'WebDesign UI UX GraphicDesign LogoDesign Branding Typography HTML CSS JS jQuery Bootstrap Sass Jekyll Svelte SvelteKit AlpineJS React Vue TailwindCSS MySQL NoSQL Android MobileApps Firebase Supabase PWA SEO Writing VideoEditing WordPress GoogleCharts'.split(
' '
);

Expand Down
Loading

0 comments on commit 84da998

Please sign in to comment.