Update website to light theme.

This commit is contained in:
Ceda EI 2020-09-21 12:21:16 +05:30
parent 88bba44c17
commit c1a4526aea
3 changed files with 10 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 109 KiB

View File

@ -6,11 +6,11 @@
body { body {
margin: 0; margin: 0;
padding: 0; padding: 0;
color: #FFF; color: #000;
} }
a, a:active, a:hover, a:visited { a, a:active, a:hover, a:visited {
color: #FFF; color: #325090;
} }
.top-body { .top-body {
@ -19,7 +19,7 @@ a, a:active, a:hover, a:visited {
.left-pane { .left-pane {
width: 60%; width: 60%;
background-color: #202020; background-color: #FFF;
} }
.right-pane { .right-pane {
@ -96,6 +96,8 @@ a.icon {
a.icon:hover { a.icon:hover {
color: #325090; color: #325090;
background-color: #FFF; background-color: #FFF;
border-color: #325090;
border-style: solid;
} }
.large { .large {
@ -140,6 +142,7 @@ a.icon:hover {
} }
.selector i { .selector i {
color: #FFF;
margin-left: 1em; margin-left: 1em;
height: 4em; height: 4em;
line-height: 4em; line-height: 4em;
@ -186,7 +189,8 @@ a.icon:hover {
} }
.project { .project {
background-color: #9C2234; background-color: #B13E62;
color: #FFF;
width: 31%; width: 31%;
padding: 1em; padding: 1em;
box-sizing: border-box; box-sizing: border-box;
@ -272,6 +276,7 @@ h3 {
@media (max-width: 900px) { @media (max-width: 900px) {
.right-pane { .right-pane {
color: #FFF;
position: fixed; position: fixed;
bottom: 0; bottom: 0;
width: 100vw; width: 100vw;

View File

@ -198,7 +198,7 @@
<h2>Contact</h2> <h2>Contact</h2>
<img alt="Ceda EI" src="images/ceda.jpg" class="image-about"/> <img alt="Ceda EI" src="images/ceda.jpg" class="image-about"/>
<h3>@ceda_ei</h3> <h3>@ceda_ei</h3>
<p>I am a 20-year old student from India who has an interest in system administration and programming. I am a Linux user who likes to rice his desktop and have some experience managing servers.</p> <p>I am a 20-year old student from India who has an interest in system administration and programming. I am a Linux user who likes to rice his desktop and have some experience managing servers. Checkout my <a href="https://cedaei.com" target="_blank">blog</a>.</p>
<div class="icons large"> <div class="icons large">
<a class="icon" href="https://matrix.to/#/@ceda_ei:matrix.org"><i class="fa fa-matrix-org"></i></a> <a class="icon" href="https://matrix.to/#/@ceda_ei:matrix.org"><i class="fa fa-matrix-org"></i></a>
<a class="icon" href="https://t.me/ceda_ei"><i class="fa fa-paper-plane"></i></a> <a class="icon" href="https://t.me/ceda_ei"><i class="fa fa-paper-plane"></i></a>