Skip to content

Commit

Permalink
feat: update email (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
trigaten authored Nov 1, 2023
1 parent 82567b3 commit 8ce2afe
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function Footer() {
},
{
name: "Contact",
link: "mailto:[email protected]",
link: "mailto:[email protected]",
},
];

Expand Down
7 changes: 0 additions & 7 deletions src/pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ function Home() {
<div className="text-center">
<LazyLoadImage src={require("@site/static/team/sander.webp").default} alt="CTO" className="mx-auto rounded-full border-4 border-gray-200 shadow-lg" style={{ width: "200px", height: "200px" }}/>
<h2 className="text-lg md:text-xl font-semibold mt-4"><a href="https://trigaten.github.io">Sander Schulhoff</a></h2>
<p className="text-gray-500 mt-2">CTO</p>
</div>
<div className="text-center">
<LazyLoadImage src={require("@site/static/team/anaum.webp").default} alt="CEO" className="mx-auto rounded-full shadow-lg" style={{ width: "200px", height: "200px" }}/>
<h2 className="text-lg md:text-xl font-semibold mt-4"><a href="https://www.linkedin.com/in/anaumkhan/">Anaum Khan</a></h2>
<p className="text-gray-500 mt-2">CEO</p>
</div>
<div className="text-center">
Expand All @@ -36,8 +31,6 @@ function Home() {
<p className="text-gray-500 mt-2">COO</p>
</div>
</div>
As a trio of researchers, engineers, and entrepreneurs, we are
building the first generation of generative AI learning materials.
</div>
<div className="bg-white shadow-lg rounded-lg p-8 my-10">
<h2 className="text-2xl md:text-4xl font-semibold mb-6">Our Research</h2>
Expand Down
2 changes: 1 addition & 1 deletion src/subsections/landingpage/FAQ.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function FAQ() {
Can't find what you are looking for?{" "}
<span className={"underline"}>
<a
href={"mailto:[email protected]"}
href={"mailto:[email protected]"}
className="underline"
style={{ color: "grey" }}
>
Expand Down
2 changes: 1 addition & 1 deletion src/subsections/landingpage/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function Hero() {
</div>
</div>

<div className="relative md:hidden flex mobile_lazy">
<div className="relative md:hidden flex mobile_lazy">
<div
className={
"left-0 top-0 h-full flex flex-row transition-all " +
Expand Down
2 changes: 1 addition & 1 deletion src/subsections/landingpage/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function Navbar(props) {
},
{
name: "Contact",
link: "mailto:[email protected]",
link: "mailto:[email protected]",
},
];

Expand Down
Binary file removed static/team/anaum.webp
Binary file not shown.

1 comment on commit 8ce2afe

@vercel
Copy link

@vercel vercel bot commented on 8ce2afe Nov 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

learn-prompting – ./

learn-prompting-git-main-trigaten.vercel.app
learn-prompting-trigaten.vercel.app
learn-prompting.vercel.app

Please sign in to comment.