diff --git a/assets/css/site.css b/assets/css/site.css index ef9fa16..e3f45e0 100644 --- a/assets/css/site.css +++ b/assets/css/site.css @@ -1,9 +1,5 @@ -.page-footer { - padding-right: 0px; - padding-left: 0px; -} - .icon-footer { + padding: 2%; padding: 2vh; } @@ -32,4 +28,33 @@ .navbar-transparent { background-color: transparent; border-color: rgba(255,255,255,0.4); +} + +.cenMain { + padding-top: 20%; + padding-bottom: 20%; + padding-top: 20vh; + padding-bottom: 20vh; + width: 60%; + margin: auto; + +} + +.container-cenMain { + height: 100%; + background-position: center; + background-repeat: no-repeat; + background-size: cover; +} + +.code { + background-color: #161038; +} + +.text-yellow { + text-emphasis-color: yellow; +} + +.card { + background-color: rgba(0, 0, 0, 0.1) !important; } \ No newline at end of file diff --git a/views/pages/contact.ejs b/views/pages/contact.ejs index 5d4e607..c9968b1 100644 --- a/views/pages/contact.ejs +++ b/views/pages/contact.ejs @@ -2,25 +2,24 @@ - <% include ../partials/include %> + <% include ../partials/include %> + +
+ <% include ../partials/nav %> +
- <% include ../partials/nav %> +
+
+

Contact me

+

As a lonly explorer of the interwebs, I welcome the warm embrace of human contact. Please email me with the below address:

+

contact@lenord.me

+
+
-
-
-
-
-

Contact me

-

As a lonly explorer of the interwebs, I welcome the warm embrace of human contact. Please email me with the below address:

-

contact@lenord.me

-
-
-
-
- - <% include ../partials/footer %> - <% include ../partials/post_html_include %> + <% include ../partials/footer %> + <% include ../partials/post_html_include %> + \ No newline at end of file diff --git a/views/pages/index.ejs b/views/pages/index.ejs index aff1020..77b235c 100644 --- a/views/pages/index.ejs +++ b/views/pages/index.ejs @@ -12,54 +12,72 @@
-
+
-

welcome to lenordsNet

-

I dont know what I'm doing

+

welcome to lenordsNet

+

fake it til you make it

-
-
-
-
-
Yama Crawler
-
Selenium-Based Web Crawler
-

Yama is a powerful developer-friendly web crawler/scraper built with Selenium and Java. Built from the ground up by yours truly.

-
-
<% include ../partials/footer %> diff --git a/views/partials/footer.ejs b/views/partials/footer.ejs index 11b5e09..b87ecbf 100644 --- a/views/partials/footer.ejs +++ b/views/partials/footer.ejs @@ -1,6 +1,6 @@ -