Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9a65314

Browse files
author
Josh Ramos
committed
Initial Resources and COntacts page commit
1 parentcb9f1b5 commit9a65314

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

‎components/About/index.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Image from "next/image"
22

33
constAbout=()=>{
44
return(
5-
<sectionclassName="py-8 px-24">
5+
<sectionclassName="py-8 px-24 min-h-screen">
66
<divclassName="text-center my-10">
77
<pclassName="text-[#3977F8] font-game text-xl">01</p>
88
<h1className="font-bold text-6xl">ABOUT</h1>
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
constResourcesAndContacts=()=>{
3+
return(
4+
<sectionclassName="py-8 px-24 min-h-screen">
5+
<divclassName="text-center my-10">
6+
<pclassName="text-[#3977F8] font-game text-xl">03</p>
7+
<h1className="font-bold text-4xl">RESOURCES&CONTACTS</h1>
8+
</div>
9+
10+
<divclassName="py-8 px-24">
11+
<divclassName="grid grid-cols-4 flex 1">
12+
<divclassName="col-span-4 p-5 border border-[#595F6D] flex-1 rounded-lg mr-5">
13+
<h2className="mt-5 text-3xl font-extrabold">Circles</h2>
14+
15+
<pclassName="mt-7 text-lg mb-5">A UNSW degree planner where you can explore and validate your degree structure.</p>
16+
</div>
17+
</div>
18+
19+
</div>
20+
</section>
21+
)
22+
}
23+
24+
exportdefaultResourcesAndContacts

‎pages/index.tsx‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ import Image from "next/image";
22
importLandingfrom"@/components/Landing";
33
importAboutfrom"@/components/About";
44
importEventfrom"@/components/Event";
5-
5+
importResourcesAndContactsfrom"@/components/ResourcesAndContacts"
66
exportdefaultfunctionHome(){
77
return(
88
<section>
99
<Landing/>
1010
<About/>
1111
<Event/>
12+
<ResourcesAndContacts/>
1213
</section>
1314
);
1415
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp