diff --git a/README.md b/README.md index c05395f..3eb4e78 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,6 @@ $ node build --name username --background https://images.unsplash.com/photo-1557 You could also add in your custom CSS inside `index.css` to give it a more personal feel. -### Let's Publish - ### Let's Publish Head over to GitHub and create a new repository named `username.github.io`, where username is your username. Push the files inside`/dist` folder to repo you just created. diff --git a/assets/index.css b/assets/index.css index 162dd69..e2b12ad 100644 --- a/assets/index.css +++ b/assets/index.css @@ -56,30 +56,7 @@ body{ background-size: cover !important; background-repeat:no-repeat; position:fixed; - color:#fff !important; -} - -#profile #navbar nav { - list-style-type: none; - margin: 0; - padding: 0; - overflow: hidden; - border: 1px solid #e7e7e7; - background-color: rgba(32, 32, 32, 0.2); -} - -#profile #navbar a { - float: left; - text-align: left; - display: block; - color: #fff; - text-align: center; - padding: 14px 16px; - text-decoration: none; -} - -#profile #navbar a:hover:not(.active) { - background-color: rgba(32, 32, 32, 0.3); + color:#fff !important; } #display { @@ -90,54 +67,13 @@ body{ padding-left:33vw; } -#display h1 span { +#display h1 { font-size:50px; color:var(--text-color); font-weight:bold; font-family: 'Questrial', sans-serif; } -#display select { - display: inline-block; - font-size: 16px; - font-family: sans-serif; - font-weight: 700; - color: #444; - line-height: 1.3; - padding: .6em 1.4em .5em .8em; - max-width: 80%; - box-sizing: border-box; - margin: 0; - border: 1px solid #aaa; - box-shadow: 0 1px 0 1px rgba(0,0,0,.04); - border-radius: .5em; - -moz-appearance: none; - -webkit-appearance: none; - appearance: none; - background-color: #fff; - background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), - linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); - background-repeat: no-repeat, repeat; - background-position: right .7em top 50%, 0 0; - background-size: .65em auto, 100%; -} -#display select::-ms-expand { - display: none; -} -#display select:hover { - border-color: #888; -} -#display select:focus { - border-color: #aaa; - box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7); - box-shadow: 0 0 0 3px -moz-mac-focusring; - color: #222; - outline: none; -} -#display select option { - font-weight:normal; -} - .emoji { width:18px; height:18px; @@ -313,45 +249,21 @@ body{ font-size:16px; } -#about span a { - color: #fff; - text-decoration: none; -} - #work { margin:2vh 0px; padding:4vh 0px !important; } -#projects { - columns:2; -} - -#projects section { - width:85%; - padding:2.5vh 5%; - display:inline-block; - border-radius:5px; - color:var(--text-color); - border:1px solid rgb(0, 0, 0, 0.08); - box-shadow:0px 0px 0px rgb(0, 0, 0, 0); - transition:0.4s ease-in-out; - margin:2vh 0px; - transform:scale(1); -} - -#projects section:hover { - cursor: pointer; - border:1px solid rgb(0, 0, 0, 0); - box-shadow:0px 15px 35px rgb(0, 0, 0, 0.06); - transform:scale(1.03); -} - #forks { + margin:2vh 0px; + padding:4vh 0px !important; +} + +.projects { columns:2; } -#forks section { +.projects section { width:85%; padding:2.5vh 5%; display:inline-block; @@ -364,7 +276,7 @@ body{ transform:scale(1); } -#forks section:hover { +.projects section:hover { cursor: pointer; border:1px solid rgb(0, 0, 0, 0); box-shadow:0px 15px 35px rgb(0, 0, 0, 0.06); @@ -457,27 +369,6 @@ body{ text-align:center; position: relative; } - #profile #navbar nav { - padding:4vh 5vw; - text-align:center; - list-style-type: none; - overflow: hidden; - border: 1px solid #e7e7e7; - background-color: rgba(32, 32, 32, 0.5); - position: relative; - } - #profile #navbar a { - float: none !important; - display: block; - color: #fff; - text-align: center; - padding: 14px 16px; - text-decoration: none; - margin:0px auto !important; - } - #profile #navbar a:hover:not(.active) { - background-color: rgba(32, 32, 32, 0.3); - } #display { width:90vw; padding:4vh 5vw; diff --git a/assets/index.html b/assets/index.html index f5086a1..d778287 100644 --- a/assets/index.html +++ b/assets/index.html @@ -7,6 +7,7 @@ + @@ -14,7 +15,6 @@
-
@@ -24,7 +24,12 @@
-

Work

+

Work.

+
+
+

Blog.

@@ -34,7 +39,6 @@ made on earth by a human
-