Update website to light theme.
This commit is contained in:
parent
88bba44c17
commit
c1a4526aea
Binary file not shown.
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 109 KiB |
13
index.css
13
index.css
|
@ -6,11 +6,11 @@
|
|||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #FFF;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
a, a:active, a:hover, a:visited {
|
||||
color: #FFF;
|
||||
color: #325090;
|
||||
}
|
||||
|
||||
.top-body {
|
||||
|
@ -19,7 +19,7 @@ a, a:active, a:hover, a:visited {
|
|||
|
||||
.left-pane {
|
||||
width: 60%;
|
||||
background-color: #202020;
|
||||
background-color: #FFF;
|
||||
}
|
||||
|
||||
.right-pane {
|
||||
|
@ -96,6 +96,8 @@ a.icon {
|
|||
a.icon:hover {
|
||||
color: #325090;
|
||||
background-color: #FFF;
|
||||
border-color: #325090;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.large {
|
||||
|
@ -140,6 +142,7 @@ a.icon:hover {
|
|||
}
|
||||
|
||||
.selector i {
|
||||
color: #FFF;
|
||||
margin-left: 1em;
|
||||
height: 4em;
|
||||
line-height: 4em;
|
||||
|
@ -186,7 +189,8 @@ a.icon:hover {
|
|||
}
|
||||
|
||||
.project {
|
||||
background-color: #9C2234;
|
||||
background-color: #B13E62;
|
||||
color: #FFF;
|
||||
width: 31%;
|
||||
padding: 1em;
|
||||
box-sizing: border-box;
|
||||
|
@ -272,6 +276,7 @@ h3 {
|
|||
|
||||
@media (max-width: 900px) {
|
||||
.right-pane {
|
||||
color: #FFF;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100vw;
|
||||
|
|
|
@ -198,7 +198,7 @@
|
|||
<h2>Contact</h2>
|
||||
<img alt="Ceda EI" src="images/ceda.jpg" class="image-about"/>
|
||||
<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">
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue