Update contact section and change image
This commit is contained in:
parent
e58d1c9020
commit
91b505894d
BIN
images/ceda.webp
BIN
images/ceda.webp
Binary file not shown.
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 69 KiB |
|
@ -230,7 +230,12 @@ h3 {
|
||||||
}
|
}
|
||||||
|
|
||||||
#contact h3 {
|
#contact h3 {
|
||||||
font-size: 3em;
|
font-size: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#contact h4 {
|
||||||
|
font-size: 1.5em;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1300px) and (min-width: 600px) {
|
@media (max-width: 1300px) and (min-width: 600px) {
|
||||||
|
|
|
@ -197,7 +197,10 @@
|
||||||
<div class="page" id="contact">
|
<div class="page" id="contact">
|
||||||
<h2>Contact</h2>
|
<h2>Contact</h2>
|
||||||
<img alt="Ceda EI" src="images/ceda.webp" class="image-about"/>
|
<img alt="Ceda EI" src="images/ceda.webp" class="image-about"/>
|
||||||
<h3>@ceda_ei</h3>
|
<div>
|
||||||
|
<h3>Irene (she/her)</h3>
|
||||||
|
<h4>@ceda_ei</h4>
|
||||||
|
</div>
|
||||||
<p>I am a 22-year old student from India who has an interest in system administration and programming. Checkout my <a href="https://cedaei.com" target="_blank">blog</a>.</p>
|
<p>I am a 22-year old student from India who has an interest in system administration and programming. 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>
|
||||||
|
|
Loading…
Reference in New Issue