diff --git a/images/ceda.jpg b/images/ceda.jpg new file mode 100644 index 0000000..90bf614 Binary files /dev/null and b/images/ceda.jpg differ diff --git a/index.css b/index.css index 98d2677..69ff180 100644 --- a/index.css +++ b/index.css @@ -51,7 +51,7 @@ body { flex-direction: column; align-items: center; justify-content: center; - padding: 10em; + padding: 0 10em; } .title-image { @@ -92,6 +92,19 @@ a.icon:hover { background-color: #FFF; } +.large { + display: flex; + width: 100%; + justify-content: space-evenly; +} + +.large > .icon { + font-size: 2em; + width: 2.8em; + height: 2.8em; + line-height: 2.8em; +} + .selectors { position: fixed; right: 0; @@ -203,6 +216,15 @@ h3 { text-decoration: underline; } +.image-about { + width: 300px; + border-radius: 50%; +} + +#contact h3 { + font-size: 3em; +} + @media (max-width: 1300px) and (min-width: 600px) { .project { width: 46%; @@ -218,6 +240,13 @@ h3 { .projects { justify-content: center; } + + .large > .icon { + font-size: 1.8em; + width: 2em; + height: 2em; + line-height: 2em; + } } @media (max-width: 1100px) and (min-width: 900px) { @@ -275,4 +304,8 @@ h3 { .selectors { display: none; } + + .image-about { + width: 200px; + } } diff --git a/index.html b/index.html index b1f6bde..676b15b 100644 --- a/index.html +++ b/index.html @@ -136,7 +136,15 @@
-

Contact Us

+

Contact

+ +

@ceda_ei

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin nec augue risus. Praesent at lectus ante. Maecenas volutpat purus et eros vehicula, vitae scelerisque turpis iaculis.

+
+ + + +
@@ -155,7 +163,7 @@ - Contact Us + Contact

Part of libreho.st network