Skip to content

Commit

Permalink
Reorganise project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Gigabyte5671 committed Mar 29, 2023
1 parent 18384af commit c9899e3
Show file tree
Hide file tree
Showing 33 changed files with 13 additions and 14 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions public/components/Crate.css → components/Crate.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
height: fit-content;
color: black;
background:
url('../../src/textures/weathered_brown_planks_rough_1k.png'),
url('/textures/weathered_brown_planks_rough_1k.png'),
linear-gradient(180deg, hsl(32 23% 28%), hsl(32 23% 28%));
background-position: center;
background-repeat:
Expand All @@ -34,7 +34,7 @@
width: 100%;
height: 100%;
background:
url('../../src/textures/plywood_rough_1k.png'),
url('/textures/plywood_rough_1k.png'),
linear-gradient(180deg, hsl(32 23% 25%), hsl(32 23% 25%));
background-position: center;
background-repeat:
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.
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.
5 changes: 2 additions & 3 deletions public/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
<meta property="og:site_name" content="Zak Web Dev">
<meta property="og:description" content="Bespoke web design and development, by Zak Manley.">
<meta property="og:type" content="website">
<meta property="og:image" content="/src/images/site-banner.webp">
<meta property="og:image" content="/images/site-banner.webp">
<meta property="og:url" content="https://zakweb.dev/">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@gigabyte5671">
<meta name="twitter:title" content="Zak Web Dev">
<meta name="twitter:description" content="Bespoke web design and development, by Zak Manley.">
<meta name="twitter:image" content="/src/images/site-banner.webp">
<meta name="twitter:image" content="/images/site-banner.webp">
<meta name="twitter:image:alt" content="Website preview">
<link rel="shortcut icon" href="/favicon.ico?v=1.0.0">
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png?v=1.0.0">
Expand All @@ -40,7 +40,6 @@
}
</style>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="index.js" defer></script>
</head>
<body>
<header>
Expand Down
18 changes: 9 additions & 9 deletions public/style.css → style.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@import url('./components/CableTrack.css');
@import url('./components/Crate.css');
@import url('./components/DotMatrixDisplay.css');
@import url('./components/Gantry.css');
@import url('./components/HangingBulb.css');
@import url('./components/IBeam.css');
@import url('./components/Lamp.css');
@import url('./components/Router.css');
@import url('/components/CableTrack.css');
@import url('/components/Crate.css');
@import url('/components/DotMatrixDisplay.css');
@import url('/components/Gantry.css');
@import url('/components/HangingBulb.css');
@import url('/components/IBeam.css');
@import url('/components/Lamp.css');
@import url('/components/Router.css');


/** Root **/
Expand Down Expand Up @@ -38,7 +38,7 @@ body {
background:
radial-gradient(circle at 50% 58%, var(--color-bolt) 5px, transparent 5px),
radial-gradient(circle at 50% 42%, var(--color-bolt) 5px, transparent 5px),
url('../src/textures/rust_coarse_01_rough_1k.png'),
url('/textures/rust_coarse_01_rough_1k.png'),
linear-gradient(
180deg,
var(--color-metal-plate) calc(50% - 7px),
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes

0 comments on commit c9899e3

Please sign in to comment.