aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/CNAME1
-rw-r--r--static/css/custom.css34
-rw-r--r--static/css/resume.css80
-rw-r--r--static/profile.jpgbin895450 -> 0 bytes
4 files changed, 0 insertions, 115 deletions
diff --git a/static/CNAME b/static/CNAME
deleted file mode 100644
index 9d43514..0000000
--- a/static/CNAME
+++ /dev/null
@@ -1 +0,0 @@
-fcuny.net
diff --git a/static/css/custom.css b/static/css/custom.css
deleted file mode 100644
index 26c0436..0000000
--- a/static/css/custom.css
+++ /dev/null
@@ -1,34 +0,0 @@
-body {
- margin: 0;
- font-size: 1rem;
- line-height: 2;
- background-color: #f4f4f4;
- font-weight: normal;
- font-style: normal;
- font-family: monospace;
- color: #333333;
- padding: 20px;
-}
-
-main {
- max-width: 50rem;
- margin: 0 auto;
- padding: 0 1em;
- padding-top: 6em;
- padding-bottom: 2em;
-}
-
-p {
- margin: 0 0 1em;
-}
-
-a {
- color: inherit;
- text-decoration: none;
- border-bottom: 1px solid #b1b1b1
-}
-
-ul {
- display: block;
- padding-left: 1em;
-}
diff --git a/static/css/resume.css b/static/css/resume.css
deleted file mode 100644
index daf322d..0000000
--- a/static/css/resume.css
+++ /dev/null
@@ -1,80 +0,0 @@
-body {
- font-family: sans-serif;
- font-size: 1em;
- line-height: 1.8em;
- color: #0e0e0b;
- margin: 1em auto;
- padding: 0 0.55em;
- max-width: 50rem;
-}
-
-h1 {
- color: #0e0e0b;
- font-size: 1.3rem;
-}
-
-h2,
-h3 {
- border-bottom: 1px solid #eee;
- font-style: italic;
-}
-
-h2 {
- margin-top: 1.25em;
- margin-bottom: 0.41em;
- font-size: 1.2rem;
-}
-
-h3 {
- margin-top: 1.5em;
- margin-bottom: 0.5em;
- font-size: 1rem;
-}
-
-hr {
- color: #000111;
- background-color: #000111;
- border: none;
- height: 1px;
-}
-
-a {
- color: #047bc2;
- transition: color 0.1s ease-in-out;
-}
-
-table {
- width: 100%;
- border-spacing: 0px;
- outline: none;
-}
-
-td {
- padding-right: 0.7em;
-}
-
-td:last-child {
- text-align: right;
-}
-
-table,
-th,
-td {
- font-family: monospace;
- color: #000;
-}
-
-#title-block-header {
- padding-right: 10px;
- font-size: 1.4em;
- display: flex;
- font-family: monospace;
- justify-content: space-between;
- align-items: center;
- padding-top: 0.5rem;
- border-bottom: 1px;
-}
-
-#experience {
- padding-top: 20px;
-}
diff --git a/static/profile.jpg b/static/profile.jpg
deleted file mode 100644
index 5417f13..0000000
--- a/static/profile.jpg
+++ /dev/null
Binary files differ