diff --git a/css/overlay.css b/css/overlay.css
new file mode 100644
index 0000000..e88e924
--- /dev/null
+++ b/css/overlay.css
@@ -0,0 +1,42 @@
+.overlay-container {
+ position: relative;
+ max-width: 1080px;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+.overlay-container .image {
+ display: block;
+ width: 100%;
+ height: auto;
+}
+
+.overlay-container .overlay-mask {
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ height: 100%;
+ width: 100%;
+ background-color: rgba(0, 0, 0, 0);
+ color: rgba(0, 0, 0, 0);
+ transition-property: color, background-color;
+ transition-duration: 0.25s, 0.25s;
+ transition-timing-function: ease-in-out;
+}
+
+.overlay-container:hover .overlay-mask {
+ background-color: rgba(0, 0, 0, 0.7);
+ color: rgba(255, 255, 255, 1);
+}
+
+.overlay-container .overlay-content {
+ padding-left: 15%;
+ padding-right: 15%;
+ height: 100%;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ text-decoration: none;
+}
\ No newline at end of file
diff --git a/css/style.css b/css/style.css
new file mode 100644
index 0000000..ffae2a3
--- /dev/null
+++ b/css/style.css
@@ -0,0 +1,39 @@
+html {
+ box-sizing: border-box;
+}
+
+h1, h2, h3, h4, h5, h6, p, a, label, button, input, select, td {
+ font-family: monospace;
+}
+
+body {
+ margin-left: 16px;
+ margin-right: 16px;
+ width: calc(100% - 16px - 16px);
+}
+
+header {
+ margin-top: 50px;
+ text-align: center;
+}
+
+h1 a {
+ text-decoration: none;
+}
+
+nav {
+ display: flex;
+ flex-direction: row;
+ flex-wrap: nowrap;
+ column-gap: 4ch;
+ justify-content: center;
+}
+
+nav a {
+ text-decoration: none;
+ font-size: larger;
+}
+
+main {
+ text-align: center;
+}
\ No newline at end of file
diff --git a/images/photo.webp b/images/photo.webp
deleted file mode 100644
index f56b019..0000000
Binary files a/images/photo.webp and /dev/null differ
diff --git a/images/photo_100px.webp b/images/photo_100px.webp
deleted file mode 100644
index d21e0a2..0000000
Binary files a/images/photo_100px.webp and /dev/null differ
diff --git a/images/photo_200px.webp b/images/photo_200px.webp
deleted file mode 100644
index 9854769..0000000
Binary files a/images/photo_200px.webp and /dev/null differ
diff --git a/index.html b/index.html
index 4c8c9ff..35e0f45 100644
--- a/index.html
+++ b/index.html
@@ -3,134 +3,32 @@
-
-
-
- About Me - Arthur Lu
-
+ Projects - Arthur Lu
+
+
+
+
-
-
-
-
-
-
-
-
Arthur Lu
-
- Developer
- Engineer
- Problem Solver
-
-
-
-
-
My Mission
-
I am a 3rd year Computer Engineering major at the University of California San Diego looking for opportunites in software development and system design.
-
-
-
My Education
-
3rd year Computer Engineering Major at UCSD
-
GPA: 3.9
-
-
-
-
My Languages and Skills
-
-
-
-
-
-
-
-
-
- Language
- Experience
- Frameworks
-
-
-
-
- C/C++
- 2 Years
- gcc, make, Visual Studio
-
-
- Java
- 4 Years
- Android Studio
-
-
- Python
- 5 Years
- PyTorch, scipy, numpy, scikit-learn
-
-
- Javascript
- 1 Year
- ES6, NodeJS, express.js
-
-
-
-
I also have experience with common technologies like Docker, lxc, nginx, and VMWare ESXi.
-
-
-
-
-
My Interests
-
I am interested in Machine Learning, cloud technologies, and distributed computing.
-
-
+
+
+
+
+ Pico BMC
+ Add remote management features to any motherboard.
+
+
+
-
+