diff --git a/Web/index.html b/Web/index.html deleted file mode 100644 index 93041bb..0000000 --- a/Web/index.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Home - - -
-
~ λ tree
-
-
-

.

- -
-
-
-
-

.

- -
-
-
~ λ ddg
-
-

search ddg:

- -
-
- - diff --git a/WebExample/index.html b/WebExample/index.html new file mode 100644 index 0000000..3e8e4c6 --- /dev/null +++ b/WebExample/index.html @@ -0,0 +1,70 @@ + + + + + + Home + + +
+
~ λ tree
+
+
+
+

.

+ +
+
+
+
+

.

+ +
+
+
+
~ λ ddg
+
+

search:

+ +
+
+ + diff --git a/Web/styles/Hack.ttf b/WebExample/styles/Hack.ttf similarity index 100% rename from Web/styles/Hack.ttf rename to WebExample/styles/Hack.ttf diff --git a/Web/styles/style.css b/WebExample/styles/style.css similarity index 97% rename from Web/styles/style.css rename to WebExample/styles/style.css index 062c1d7..1a624d2 100644 --- a/Web/styles/style.css +++ b/WebExample/styles/style.css @@ -116,8 +116,12 @@ input { } .column { - float: left; - width: 50%; + flex: 50%; + padding: 5px; +} + +.row { + display: flex; } .row:after { diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..9645a31 --- /dev/null +++ b/config.yaml @@ -0,0 +1,26 @@ +Tree_1: + general: + nextcloud: "https://cloud.paulhouser.xyz/" + github: "https://www.github.com/Paul-Houser/" + wwu-gitlab: "https://gitlab.cs.wwu.edu/" + gmail: "https://mail.google.com/" + reddit: + frontpage: + - "https://www.reddit.com/" + - "front page" + profile: "https://www.reddit.com/u/P_swizzles/" + unixporn: "https://www.reddit.com/r/unixporn/" + archlinux: "https://www.reddit.com/r/archlinux/" +Tree_2: + school: + canvas: "https://wwu.instructure.com/" + degreeworks: "https://dw.wwu.edu/Dashboard/dashboard" + outlook: "https://outlook.office.com" + web4u: "https://admin.wwu.edu/pls/wwis/twbkwbis.P_GenMenu?name=bmenu.P_MainMnu" + other: + archwiki: + - "https://archlinux.org/" + - "arch wiki" + hulu: "https://www.hulu.com/" + netflix: "https://www.netflix.com/" + youtube: "https://www.youtube.com/" diff --git a/install.py b/install.py new file mode 100755 index 0000000..9172412 --- /dev/null +++ b/install.py @@ -0,0 +1,13 @@ +#!/bin/python3 + +import yaml + +file_dict = {} +num_columns = 0 + +with open(r'./config.yaml') as file: + file_dict = yaml.full_load(file) + file.close() + +num_columns = len(file_dict) + diff --git a/skeletons/index.html b/skeletons/index.html new file mode 100644 index 0000000..9561f27 --- /dev/null +++ b/skeletons/index.html @@ -0,0 +1,24 @@ + + + + + + Home + + +
+
~ λ tree
+
+ + +
+
~ λ ddg
+ + +
+

search:

+ + + + +