What is this website?
This is website my own personal website.
Who am I?
diff --git a/project.md b/project.md
deleted file mode 100644
index a4ea4a7..0000000
--- a/project.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-layout: default
-title: Projects
----
-
-
Andrew's Projects
-
These are the projects i'm currently working on:
-
Silicon Linux
-
AleeBot
-
Project: Silicon
diff --git a/projects.md b/projects.md
new file mode 100644
index 0000000..5f4b595
--- /dev/null
+++ b/projects.md
@@ -0,0 +1,37 @@
+---
+layout: default
+title: Projects
+description: These are the projects i'm currently working on
+---
+
+
+
+

+
+
AleeBot
+
A Discord bot made in JavaScript
+
+
GitHub
+
+
+
+
+

+
+
Silicon Linux
+
An Arch based distribution
+
+
Website GitHub
+
+
+
+
+

+
+
Project: Silicon
+
A hacking game by Alee and Trey
+
+
GitHub
+
+
+
diff --git a/style.css b/style.css
index 30aa3e0..cfd8528 100644
--- a/style.css
+++ b/style.css
@@ -110,10 +110,6 @@ li a:hover {
color: white;
}
-.center {
- text-align: center;
-}
-
.nav .icon {
display: none;
}
@@ -124,7 +120,45 @@ li a:hover {
font-size: 14px;
color: white;
padding: 14px 30px;
+ text-decoration: none;
}
.default {background-color: #348d43; color: white;}
.default:hover {background: #ddd;}
+
+
+.jumbotron {
+ padding: 2rem 1rem;
+ margin-bottom: 2rem;
+ background-color: #1f8e42;
+ }
+
+ @media (min-width: 576px) {
+ .jumbotron {
+ padding: 4rem 2rem;
+ }
+ }
+
+ .jumbotron-fluid {
+ padding-right: 0;
+ padding-left: 0;
+ border-radius: 0;
+ }
+
+ .card {
+ background: white;
+ color: black;
+ padding: 20px;
+ width: 300px;
+ margin: 10px;
+}
+
+
+.row {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ margin-right: -15px;
+ margin-left: -15px;
+}
\ No newline at end of file
--
cgit v1.2.3