diff --git a/Mainpage.css b/Pages/Mainpage.css similarity index 82% rename from Mainpage.css rename to Pages/Mainpage.css index 12de4a9..6e873bc 100644 --- a/Mainpage.css +++ b/Pages/Mainpage.css @@ -3,14 +3,14 @@ @font-face{ font-family:"roboto"; font-weight: 100; - src: url("Fonts/Roboto/RobotoMono-VariableFont_wght.ttf") + src: url("../Fonts/Roboto/RobotoMono-VariableFont_wght.ttf") } body{ color: #ffd256; font-family: "roboto"; background-color: #221A0F; - background-image: url("Images/BackGroundTestNoGlow.png"); + background-image: url("../Images/BackGroundTestNoGlow.png"); background-position: bottom; } @@ -71,6 +71,16 @@ h2, h3{ #galleryHeader{ margin-left: 35vw; margin-right: 35vw; + border-radius: 5px; + font-size: 1.4vw; +} + +#programGallery{ + display: grid; + grid-template-rows: repeat(10, 1fr); + grid-template-columns: repeat(10, 1fr); + height: 70vh; + } @@ -101,14 +111,14 @@ h2, h3{ border-radius: 0; - font-size: 1vw; + font-size: 2.3vw; } #galleryHeader{ margin-left: 0; margin-right: 0; border-radius: 0; - font-size: 4vw; + font-size: 3vw; } } diff --git a/index.html b/Pages/index.html similarity index 92% rename from index.html rename to Pages/index.html index d137214..619494e 100644 --- a/index.html +++ b/Pages/index.html @@ -3,7 +3,7 @@ - +

Nye Evans @@ -17,7 +17,7 @@

- +

@@ -28,6 +28,9 @@
check out my work here:
click a project to find out more
+
+
+
programming projects
other projects
diff --git a/reset.css b/Pages/reset.css similarity index 100% rename from reset.css rename to Pages/reset.css diff --git a/static/RobotoMono-Bold.ttf b/static/RobotoMono-Bold.ttf deleted file mode 100644 index 900fce6..0000000 Binary files a/static/RobotoMono-Bold.ttf and /dev/null differ diff --git a/static/RobotoMono-BoldItalic.ttf b/static/RobotoMono-BoldItalic.ttf deleted file mode 100644 index 4bfe29a..0000000 Binary files a/static/RobotoMono-BoldItalic.ttf and /dev/null differ diff --git a/static/RobotoMono-ExtraLight.ttf b/static/RobotoMono-ExtraLight.ttf deleted file mode 100644 index d535884..0000000 Binary files a/static/RobotoMono-ExtraLight.ttf and /dev/null differ diff --git a/static/RobotoMono-ExtraLightItalic.ttf b/static/RobotoMono-ExtraLightItalic.ttf deleted file mode 100644 index b28960a..0000000 Binary files a/static/RobotoMono-ExtraLightItalic.ttf and /dev/null differ diff --git a/static/RobotoMono-Italic.ttf b/static/RobotoMono-Italic.ttf deleted file mode 100644 index 4ee4dc4..0000000 Binary files a/static/RobotoMono-Italic.ttf and /dev/null differ diff --git a/static/RobotoMono-Light.ttf b/static/RobotoMono-Light.ttf deleted file mode 100644 index 276af4c..0000000 Binary files a/static/RobotoMono-Light.ttf and /dev/null differ diff --git a/static/RobotoMono-LightItalic.ttf b/static/RobotoMono-LightItalic.ttf deleted file mode 100644 index a2801c2..0000000 Binary files a/static/RobotoMono-LightItalic.ttf and /dev/null differ diff --git a/static/RobotoMono-Medium.ttf b/static/RobotoMono-Medium.ttf deleted file mode 100644 index 8461be7..0000000 Binary files a/static/RobotoMono-Medium.ttf and /dev/null differ diff --git a/static/RobotoMono-MediumItalic.ttf b/static/RobotoMono-MediumItalic.ttf deleted file mode 100644 index a3bfaa1..0000000 Binary files a/static/RobotoMono-MediumItalic.ttf and /dev/null differ diff --git a/static/RobotoMono-Regular.ttf b/static/RobotoMono-Regular.ttf deleted file mode 100644 index 7c4ce36..0000000 Binary files a/static/RobotoMono-Regular.ttf and /dev/null differ diff --git a/static/RobotoMono-SemiBold.ttf b/static/RobotoMono-SemiBold.ttf deleted file mode 100644 index 15ee6c6..0000000 Binary files a/static/RobotoMono-SemiBold.ttf and /dev/null differ diff --git a/static/RobotoMono-SemiBoldItalic.ttf b/static/RobotoMono-SemiBoldItalic.ttf deleted file mode 100644 index 8e21497..0000000 Binary files a/static/RobotoMono-SemiBoldItalic.ttf and /dev/null differ diff --git a/static/RobotoMono-Thin.ttf b/static/RobotoMono-Thin.ttf deleted file mode 100644 index ee8a3fd..0000000 Binary files a/static/RobotoMono-Thin.ttf and /dev/null differ diff --git a/static/RobotoMono-ThinItalic.ttf b/static/RobotoMono-ThinItalic.ttf deleted file mode 100644 index 40b01e4..0000000 Binary files a/static/RobotoMono-ThinItalic.ttf and /dev/null differ