-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3458050
commit fe4618a
Showing
7 changed files
with
175 additions
and
80 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,8 +1,4 @@ | ||
import dynamic from "next/dynamic"; | ||
|
||
const Map = dynamic(() => import("./Map"), { | ||
ssr: false, | ||
}); | ||
import { motion as Motion } from "framer-motion"; | ||
|
||
const email = "[email protected]"; | ||
|
||
|
@@ -15,10 +11,13 @@ export default function FindUs() { | |
</h2> | ||
|
||
<p className="mb-8 font-iregular"> | ||
The SEI is free for participants and is organized by volunteers from | ||
SEI is free for participants and is organized by volunteers from | ||
CeSIUM and from the university community. | ||
</p> | ||
|
||
<p className="mb-8 font-iregular"> | ||
This years event will take place at Pedagogic Complex 2, Gualtar | ||
Campus. | ||
</p> | ||
<p className="mb-2 font-ibold"> | ||
Centro de Estudantes de Engenharia Informática | ||
</p> | ||
|
@@ -30,7 +29,7 @@ export default function FindUs() { | |
</ul> | ||
</div> | ||
<div className="w-full lg:w-3/5"> | ||
<Map /> | ||
<img src="/images/map/location.svg" alt="" /> | ||
</div> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
import Question from "./Question"; | ||
import FindUs from "./FindUs"; | ||
|
||
export { Question }; | ||
export { FindUs, Question }; |
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
import Hero from "./Hero"; | ||
import FindUs from "./FindUs"; | ||
import Organization from "./Organization"; | ||
|
||
export { Hero, FindUs, Organization }; | ||
export { Hero, Organization }; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.