Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 7da0941

Browse files
authored
feat: project cards onClick direct to repo #34 (#39)
* feat: project cards onClick direct to repo #34 * fix(cards) change card div to a tag * fix(card): change href to for consistency
1 parent 3617464 commit 7da0941

1 file changed

Lines changed: 32 additions & 16 deletions

File tree

index.html

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ <h2 class="text-center text-3xl font-semibold text-indigo-100">
5252
<div
5353
class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 xl:grid-cols-4 gap-4"
5454
>
55-
<div
55+
<a
5656
class="bg-blue-700 rounded max-w-sm overflow-hidden shadow-lg transition duration-300 ease-in-out transform hover:-translate-y-1 hover:scale-105"
57+
href="https://github.com/EddieJaoudeCommunity/EddieBot"
58+
target="_blank"
5759
>
5860
<img
5961
src="https://user-images.githubusercontent.com/624760/91444835-3797dc80-e86d-11ea-8dfa-d7993a4d382d.png"
@@ -66,10 +68,12 @@ <h3 class="mt-3 ml-3 font-bold text-indigo-100 text-xl mb-2">
6668
<p class="mx-3 text-indigo-100 text-base pb-3">
6769
Discord bot for Eddie Jaoude's Discord server.
6870
</p>
69-
</div>
71+
</a>
7072

71-
<div
73+
<a
7274
class="bg-blue-700 rounded max-w-sm overflow-hidden shadow-lg transition duration-300 ease-in-out transform hover:-translate-y-1 hover:scale-105"
75+
href="https://github.com/EddieJaoudeCommunity/LiveStream-GitOps-Demo"
76+
target="_blank"
7377
>
7478
<img
7579
src="https://user-images.githubusercontent.com/624760/91444606-e687e880-e86c-11ea-9001-522fc212c7c5.png"
@@ -82,10 +86,12 @@ <h3 class="mt-3 ml-3 font-bold text-indigo-100 text-xl mb-2">
8286
<p class="mx-3 text-indigo-100 text-base pb-3">
8387
GitOps live stream repo for EddieBot
8488
</p>
85-
</div>
89+
</a>
8690

87-
<div
91+
<a
8892
class="bg-blue-700 rounded max-w-sm overflow-hidden shadow-lg transition duration-300 ease-in-out transform hover:-translate-y-1 hover:scale-105"
93+
href="https://github.com/EddieJaoudeCommunity/EddieBotMap"
94+
target="_blank"
8995
>
9096
<img
9197
src="https://user-images.githubusercontent.com/624760/91445888-9f9af280-e86e-11ea-8180-9198953bc33d.png"
@@ -98,10 +104,12 @@ <h3 class="mt-3 ml-3 font-bold text-indigo-100 text-xl mb-2">
98104
<p class="mx-3 text-indigo-100 text-base pb-3">
99105
Live steaming background with a map and maybe more ...
100106
</p>
101-
</div>
107+
</a>
102108

103-
<div
109+
<a
104110
class="bg-blue-700 rounded max-w-sm overflow-hidden shadow-lg transition duration-300 ease-in-out transform hover:-translate-y-1 hover:scale-105"
111+
href="https://github.com/EddieJaoudeCommunity/EddieJaoudeCommunity.github.io"
112+
target="_blank"
105113
>
106114
<img
107115
src="https://user-images.githubusercontent.com/624760/91445058-83e31c80-e86d-11ea-8243-3ca11b384d40.png"
@@ -114,10 +122,12 @@ <h3 class="mt-3 ml-3 font-bold text-indigo-100 text-xl mb-2">
114122
<p class="mx-3 text-indigo-100 text-base pb-3">
115123
Information about our community
116124
</p>
117-
</div>
125+
</a>
118126

119-
<div
127+
<a
120128
class="bg-blue-700 rounded max-w-sm overflow-hidden shadow-lg transition duration-300 ease-in-out transform hover:-translate-y-1 hover:scale-105"
129+
href="https://github.com/EddieJaoudeCommunity/support"
130+
target="_blank"
121131
>
122132
<img
123133
src="https://user-images.githubusercontent.com/624760/91445509-1d123300-e86e-11ea-9648-c5c715355f26.png"
@@ -130,10 +140,12 @@ <h3 class="mt-3 ml-3 font-bold text-indigo-100 text-xl mb-2">
130140
<p class="mx-3 text-indigo-100 text-base pb-3">
131141
Community Help & Support and AEA (Ask Everyone Anything)
132142
</p>
133-
</div>
143+
</a>
134144

135-
<div
145+
<a
136146
class="bg-blue-700 rounded max-w-sm overflow-hidden shadow-lg transition duration-300 ease-in-out transform hover:-translate-y-1 hover:scale-105"
147+
href="https://github.com/EddieJaoudeCommunity/EddieBotUI"
148+
target="_blank"
137149
>
138150
<img
139151
src="https://user-images.githubusercontent.com/624760/91444606-e687e880-e86c-11ea-9001-522fc212c7c5.png"
@@ -147,10 +159,12 @@ <h3 class="mt-3 ml-3 font-bold text-indigo-100 text-xl mb-2">
147159
EddieBotUI is the front end application that shows Eddie Jaoude
148160
Discord Community's public stats.
149161
</p>
150-
</div>
162+
</a>
151163

152-
<div
164+
<a
153165
class="bg-blue-700 rounded max-w-sm overflow-hidden shadow-lg transition duration-300 ease-in-out transform hover:-translate-y-1 hover:scale-105"
166+
href="https://github.com/EddieJaoudeCommunity/awesome-github-profiles"
167+
target="_blank"
154168
>
155169
<img
156170
src="https://user-images.githubusercontent.com/624760/91445261-cefd2f80-e86d-11ea-8421-4553b29d2e4a.png"
@@ -164,10 +178,12 @@ <h3 class="mt-3 ml-3 font-bold text-indigo-100 text-xl mb-2">
164178
List of GitHub profiles that have awesome customization, that you
165179
can use for inspiration
166180
</p>
167-
</div>
181+
</a>
168182

169-
<div
183+
<a
170184
class="bg-blue-700 rounded max-w-sm overflow-hidden shadow-lg transition duration-300 ease-in-out transform hover:-translate-y-1 hover:scale-105"
185+
href="https://github.com/EddieJaoudeCommunity/hacktoberfest-practice"
186+
target="_blank"
171187
>
172188
<img
173189
src="https://user-images.githubusercontent.com/624760/91445718-61053800-e86e-11ea-81c7-751328c63e85.png"
@@ -180,7 +196,7 @@ <h3 class="mt-3 ml-3 font-bold text-indigo-100 text-xl mb-2">
180196
<p class="mx-3 text-indigo-100 text-base pb-3">
181197
Repo for you to raise a Pull Request for practice
182198
</p>
183-
</div>
199+
</a>
184200
</div>
185201
</div>
186202

0 commit comments

Comments
 (0)