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

Commitd39feef

Browse files
author
Josh Ramos
committed
initial implementationn of contacts (no icons)
1 parente4e7be6 commitd39feef

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

‎components/ResourcesAndContacts/index.tsx‎

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,27 @@ const ResourcesAndContacts = () => {
134134
</a>
135135
</div>
136136
</div>
137+
138+
<divclassName="bg-[#080036] mt-20">
139+
<divclassName="grid grid-cols-3 flex 1 gap-x-9 gap-y-5 p-5">
140+
<ahref="#"target="_blank"className="col-span-1 flex justify-center pt-2 pb-2 border border-[#595F6D] rounded-sm hover:bg-gray-100 hover:bg-opacity-10">
141+
<pclassName="text-xl font-bold m-2">
142+
DISCORD
143+
</p>
144+
</a>
145+
<ahref="#"target="_blank"className="col-span-1 flex justify-center pt-2 pb-2 border border-[#595F6D] rounded-sm hover:bg-gray-100 hover:bg-opacity-10">
146+
<pclassName="text-xl font-bold m-2">
147+
FACEBOOK
148+
</p>
149+
</a>
150+
<ahref="#"target="_blank"className="col-span-1 flex justify-center pt-2 pb-2 border border-[#595F6D] rounded-sm hover:bg-gray-100 hover:bg-opacity-10">
151+
<pclassName="text-xl font-bold m-2">
152+
FACEBOOK GROUP
153+
</p>
154+
</a>
155+
</div>
156+
157+
</div>
137158
</section>
138159
)
139160
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp