Projects
diff --git a/src/content/articles.json b/src/content/articles.json
deleted file mode 100644
index 5edd384..0000000
--- a/src/content/articles.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "articles": [
- {
- "id": "the-brain-as-computer",
- "title": "The Brain as Computer"
- },
- {
- "id": "dream-machines",
- "title": "Dream Machines"
- }
- ]
-}
\ No newline at end of file
diff --git a/src/content/articles/placeholder.md b/src/content/articles/placeholder.md
deleted file mode 100644
index c6fd71f..0000000
--- a/src/content/articles/placeholder.md
+++ /dev/null
@@ -1,2 +0,0 @@
-## There's nothing here ...
-### It's seems like you've stumbled upon a broken link!
\ No newline at end of file
diff --git a/src/content/projectblurbs.json b/src/content/projectblurbs.json
index 9f8ed02..f1cdb14 100644
--- a/src/content/projectblurbs.json
+++ b/src/content/projectblurbs.json
@@ -8,5 +8,15 @@
"id": "fire",
"text": "## Fluid Fire\nNavier Stokes Fire Simulation",
"thumbnailUrl": "images/fire.png"
+ },
+ "the-brain-as-computer": {
+ "id": "the-brain-as-computer",
+ "text": "## The Brain as Computer\nHow useful is the computation understanding of mind?",
+ "thumbnailUrl": "images/thesis.png"
+ },
+ "dream-machines": {
+ "id": "dream-machines",
+ "text": "## Dream Machines\nCan we model dreams with algorithms?",
+ "thumbnailUrl": "images/thesis.png"
}
}
\ No newline at end of file
diff --git a/src/content/projects.json b/src/content/projects.json
index a0eef0c..6146f0d 100644
--- a/src/content/projects.json
+++ b/src/content/projects.json
@@ -7,6 +7,14 @@
{
"id": "fire",
"title": "Fluid Fire Simulation"
+ },
+ {
+ "id": "the-brain-as-computer",
+ "title": "The Brain as Computer"
+ },
+ {
+ "id": "dream-machines",
+ "title": "Dream Machines"
}
]
}
\ No newline at end of file
diff --git a/src/content/projects/dream-machines.json b/src/content/projects/dream-machines.json
new file mode 100644
index 0000000..1a1a7c6
--- /dev/null
+++ b/src/content/projects/dream-machines.json
@@ -0,0 +1,8 @@
+{
+ "content": [
+ {
+ "type": "text",
+ "src": "projects/dream-machines.md"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/content/articles/dream-machines.md b/src/content/projects/dream-machines.md
similarity index 100%
rename from src/content/articles/dream-machines.md
rename to src/content/projects/dream-machines.md
diff --git a/src/content/projects/the-brain-as-computer.json b/src/content/projects/the-brain-as-computer.json
new file mode 100644
index 0000000..cc3784a
--- /dev/null
+++ b/src/content/projects/the-brain-as-computer.json
@@ -0,0 +1,8 @@
+{
+ "content": [
+ {
+ "type": "text",
+ "src": "projects/the-brain-as-computer.md"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/content/articles/the-brain-as-computer.md b/src/content/projects/the-brain-as-computer.md
similarity index 100%
rename from src/content/articles/the-brain-as-computer.md
rename to src/content/projects/the-brain-as-computer.md
diff --git a/src/index.css b/src/index.css
index 3a7428c..dac3d07 100644
--- a/src/index.css
+++ b/src/index.css
@@ -1,6 +1,5 @@
html,
body {
- margin: 0px;
height: 100%;
background-color: rgba(239, 239, 239, 1);
}
@@ -8,11 +7,9 @@ body {
.container {
display: flex;
flex-direction: column;
- max-width: 1930px;
justify-content: flex-start;
align-items: center;
height: 100%;
- margin: 0px;
padding-top: 5%;
padding-right: 5%;
padding-bottom: 5%;
@@ -23,8 +20,8 @@ body {
.title {
display: flex;
flex-direction: column;
- max-width: 574px;
- color: rgba(111, 111, 111, 1);
+ max-width: 10em;
+ color: rgb(94, 161, 255);
font-size: 5em;
letter-spacing: 0%;
text-align: left;
@@ -34,16 +31,15 @@ body {
.navigator {
display: flex;
flex-direction: column;
- max-width: 1310px;
margin-top: 5%;
- /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.20000000298023224); */
}
.columns {
display: flex;
+ gap: 1em;
}
-@media (max-width: 999px) {
+@media (max-width: 50em) {
.columns {
flex-direction: column;
align-items: stretch;
@@ -53,21 +49,20 @@ body {
.button {
display: flex;
flex-direction: row;
- max-width: 80px;
justify-content: center;
align-items: center;
border-radius: 25px;
box-shadow: 1px 4px 6px 0px rgba(0, 0, 0, 0.20000000298023224);
- padding-top: 139px;
- padding-right: 121px;
- padding-bottom: 139px;
- padding-left: 121px;
+ padding-top: 4em;
+ padding-right: 3em;
+ padding-bottom: 4em;
+ padding-left: 3em;
border-color: rgba(255, 255, 255, 1);
border-width: 1px;
border-style: solid;
background-color: rgba(255, 255, 255, 1);
color: rgba(111, 111, 111, 1);
- font-size: 40px;
+ font-size: 2.5em;
letter-spacing: 0%;
text-align: left;
font-family: "Roboto", sans-serif;
@@ -76,21 +71,20 @@ body {
.button-compact {
display: flex;
flex-direction: row;
- max-width: 80px;
justify-content: center;
align-items: center;
border-radius: 25px;
box-shadow: 1px 4px 6px 0px rgba(0, 0, 0, 0.20000000298023224);
- padding-top: 20px;
- padding-right: 121px;
- padding-bottom: 20px;
- padding-left: 121px;
+ padding-top: 1em;
+ padding-right: 5em;
+ padding-bottom: 1em;
+ padding-left: 5em;
border-color: rgba(255, 255, 255, 1);
border-width: 1px;
border-style: solid;
background-color: rgba(255, 255, 255, 1);
color: rgba(111, 111, 111, 1);
- font-size: 40px;
+ font-size: 1.5em;
letter-spacing: 0%;
text-align: left;
font-family: "Roboto", sans-serif;
@@ -109,19 +103,4 @@ input[type="text"] {
.button:hover {
background-color: rgb(183, 213, 255);
border-color: rgb(183, 213, 255);
-}
-
-.button-column {
- display: flex;
- flex-direction: column;
- line-height: normal;
- width: calc(35.43% - 13.333333333333334px);
- margin-left: 20px;
- margin-bottom: 20px;
-}
-
-@media (max-width: 999px) {
- .button-column {
- width: 100%;
- }
}
\ No newline at end of file
diff --git a/src/index.tsx b/src/index.tsx
index 2e17ea8..2be0ecf 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -7,9 +7,7 @@ import {
RouterProvider,
} from "react-router-dom";
import Home from './Home';
-import BlogContainer from './Blog/BlogContainer';
import TopBarContainer from './TopBarContainer';
-import ArticleContainer from './Blog/ArticleContainer';
import ProjectsContainer from './Projects/ProjectsContainer'
import ProjectListContainer from './Projects/ProjectListContainer';
import ProjectPageContainer from './Projects/ProjectPageContainer';
@@ -25,20 +23,6 @@ const router = createHashRouter([
path: "/pages",
element:
,
children: [
- {
- path: "/pages/blog",
- element:
,
- children: [
- {
- index: true,
- element:
- },
- {
- path: "/pages/blog/:id",
- element:
- }
- ]
- },
{
path: "/pages/projects",
element:
,