-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from VandyHacks/about
Merge About
- Loading branch information
Showing
34 changed files
with
67 additions
and
27 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,15 +1,48 @@ | ||
import React from "react"; | ||
import Navbar from "../components/Navbar"; | ||
import Footer from "../components/Footer"; | ||
import Image from "next/image"; | ||
|
||
const about = () => { | ||
return ( | ||
<div> | ||
<Navbar /> | ||
<h1>About page</h1> | ||
<Footer /> | ||
</div> | ||
); | ||
return ( | ||
<div> | ||
<Navbar /> | ||
|
||
<div className="flex flex-col justify-center md:flex-row-reverse bg-[#b0cee3]"> | ||
<div className="h-full w-[20rem] mx-auto"> | ||
<Image | ||
className="mx-auto" | ||
alt="About Us" | ||
src="/about_egg.svg" | ||
height={400} | ||
width={400} | ||
/> | ||
</div> | ||
<div className="w-[80%] mx-auto"> | ||
<div className="text-center text-5xl py-10 bg-no-repeat bg-bottom bg-[url(/yellow_title.svg)]"> | ||
Our Story | ||
</div> | ||
<div | ||
className="pt-10" | ||
// style={{width: "65%", lineHeight: "170%", padding: "20px"}} | ||
// width: 65%; line-height: 170%; padding: 20px; background-color:rgba(40, 49, 90, 0.1); border-radius: 25px; | ||
> | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. | ||
Sed pharetra nulla ex, nec blandit sapien laoreet a. | ||
Mauris a tellus egestas lacus vulputate venenatis in et | ||
elit. Class aptent taciti sociosqu ad litora torquent | ||
per conubia nostra, per inceptos himenaeos. Cras | ||
pharetra vitae nisl vel varius. Pellentesque dapibus | ||
mollis nisi, vel egestas tortor aliquet id. Nunc a | ||
commodo elit. Etiam semper tellus ligula, eget | ||
sollicitudin neque egestas vitae. | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<Footer /> | ||
</div> | ||
); | ||
}; | ||
|
||
export default about; |
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
File renamed without changes
This file was deleted.
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.