Skip to content

Commit d39feef

Browse files
author
Josh Ramos
committed
initial implementationn of contacts (no icons)
1 parent e4e7be6 commit d39feef

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+
<div className="bg-[#080036] mt-20">
139+
<div className="grid grid-cols-3 flex 1 gap-x-9 gap-y-5 p-5">
140+
<a href="#" 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+
<p className="text-xl font-bold m-2">
142+
DISCORD
143+
</p>
144+
</a>
145+
<a href="#" 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+
<p className="text-xl font-bold m-2">
147+
FACEBOOK
148+
</p>
149+
</a>
150+
<a href="#" 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+
<p className="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)