-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add responsive chocomision component * CHORE: code formatting * Add title * Change chocomision, title and hero to be responsive * format code
- Loading branch information
Showing
5 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<script> | ||
import Title from "$lib/components/Title.svelte"; | ||
</script> | ||
|
||
<section | ||
class="mt-10 flex flex-col items-center sm:flex-row md:flex-row lg:mt-16 lg:flex-row lg:items-center" | ||
> | ||
<div class="flex w-full flex-col justify-between sm:flex-col md:flex-col lg:flex-col"> | ||
<Title title="Chocomisión" /> | ||
<p | ||
id="mision" | ||
class="mt-4 max-w-[20rem] text-center text-sm sm:max-w-[20rem] sm:text-left md:max-w-[23rem] md:text-left md:text-base lg:ml-3 lg:mt-5 lg:max-w-[25rem] lg:text-left lg:text-[1rem]" | ||
> | ||
Compartir, difundir e implementar, conocimiento y herramientas, para el desarrollo académico y | ||
tecnológico de la sociedad Ecuatoriana. | ||
</p> | ||
</div> | ||
<img | ||
id="logo_kokoa" | ||
src="/src/lib/assets/logos/logo-semib.png" | ||
alt="Logo de KOKOA" | ||
class="md:mr-15 mt-4 w-44 sm:mt-0 sm:w-44 md:mr-[7rem] md:w-48 lg:w-72" | ||
/> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters