From 6bd6fafabec28c813350df21ebab8b932ca4551b Mon Sep 17 00:00:00 2001
From: Mitalee Parikh <mitalee.parikh@students.iaac.net>
Date: Wed, 24 Feb 2021 13:19:06 +0530
Subject: [PATCH] update yml

---
 main.css            | 58 +++++++++++++++++++++++++++++++++++++++++++++
 mkdocs.yml          | 39 ------------------------------
 studentagreement.md | 34 ++++++++++++++++++++++++++
 3 files changed, 92 insertions(+), 39 deletions(-)
 create mode 100644 main.css
 delete mode 100755 mkdocs.yml
 create mode 100644 studentagreement.md

diff --git a/main.css b/main.css
new file mode 100644
index 0000000..4c0fc41
--- /dev/null
+++ b/main.css
@@ -0,0 +1,58 @@
+body,html {
+  font-family: "Helvetica Neue", Helvetica, sans-serif;
+  font-size: 12;
+  font-weight: 300;
+  margin: 1%;
+}
+
+header {
+  padding: 0px 10px 0px 10px;
+  color: black;
+}
+
+h2 {
+  margin: 0;
+}
+
+h5 {
+  margin: 0;
+}
+
+img{
+max-width:100%;
+max-height:100%
+}
+
+a {
+  color: #05566D;
+  font-weight: normal;
+}
+
+a:hover {
+  color: #000000;
+  text-decoration: none;
+  text-transform: uppercase;
+}
+
+ul {
+  margin: 20px 0px 20px 0px;
+}
+
+li {
+  list-style: none;
+  margin-left: -30px;
+}
+
+div.row{
+  width: 100%;
+  margin: 0 0 0 0;
+  padding: 0 0 0 0;
+}
+
+footer {
+  position: fixed;
+  bottom: 0;
+  width: 100%;
+  background-color: white ;
+  padding-top: 10px;
+}
diff --git a/mkdocs.yml b/mkdocs.yml
deleted file mode 100755
index 96bf21c..0000000
--- a/mkdocs.yml
+++ /dev/null
@@ -1,39 +0,0 @@
-# Replace the text below to customize your site
-site_name: Mitalee Parikh's Fab Documentation
-site_description: My Fabacademy documentation
-
-site_author: Mitalee Parikh
-docs_dir: docs
-site_dir: _site
-copyright: Creative Commons Attribution Non Commercial
-theme:
-  name: mkdocs
-  # see https://squidfunk.github.io/mkdocs-material/getting-started/#color-palette
-  palette:
-    primary: "black"
-    accent: "black"
-  font:
-    false
-    # text: "Ubuntu"
-    # code: "Ubuntu Mono"
-  feature:
-    tabs: true
-extra:
-  social:
-    - type: "github"
-      link: "https://github.com/academany"
-    - type: "twitter"
-      link: "https://twitter.com/MitaleeParikh"
-    - type: "linkedin"
-      link: "https://in.linkedin.com/in/mitalee-parikh-a8447417a"
-    - type: "instagram"
-      link: "https://www.instagram.com/emaitee/"
-
-markdown_extensions:
-  - extra
-  - smarty
-  - admonition
-  - codehilite:
-      guess_lang: false
-  - toc:
-      permalink: true
diff --git a/studentagreement.md b/studentagreement.md
new file mode 100644
index 0000000..513315e
--- /dev/null
+++ b/studentagreement.md
@@ -0,0 +1,34 @@
+---
+layout: page
+title: Student Agreement
+permalink: /about/studentagreement/
+---
+
+*The Fab Academy is responsible for:*
+
+- Teaching principles and practices of digital fabrication
+- Arranging lectures, recitations, meetings, and events for the class
+- Evaluating and providing feedback on student work
+- Offering clear standards for completing assignments
+- Certifying and archiving student progress
+- Supervising class preparation
+- Reviewing prospective students, instructors, and labs
+- Providing central staff and infrastructure for students, instructors, and labs
+- Fund-raising for costs not covered by student tuition
+- Managing and reporting on the program's finances, results, and impacts
+- Publicizing the program
+- Promoting a respectful environment free of harassment and discrimination
+
+*I am a Fab Academy student, responsible for:*
+
+- Attending class lectures and participating in reviews
+- Developing and documenting projects assigned to introduce and demonstrate skills
+- Honestly reporting on my work, and appropriately attributing the work of others
+- Working safely
+- Leaving workspaces in the same (or better) condition than I found them
+- Participating in the upkeep of my lab
+- Ensuring that my tuition to cover local and central class costs is covered
+- Promoting a respectful environment free of harassment and discrimination
+
+Signed,
+Mitalee Parikh
-- 
GitLab