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

Commit b9c30a3

Browse files
authored
Merge pull request #29 from EddieJaoudeCommunity/develop
Deploy
2 parents d9d69aa + 71d8930 commit b9c30a3

File tree

1 file changed

+140
-0
lines changed

1 file changed

+140
-0
lines changed

index.html

Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,146 @@ <h2 class="text-4xl mb-8 font-semibold">
4444
</p>
4545
</div>
4646

47+
<div>
48+
<h2 class="text-center text-3xl font-semibold text-indigo-100">
49+
Our Projects
50+
</h2>
51+
52+
<div
53+
class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 xl:grid-cols-4 gap-4"
54+
>
55+
<div
56+
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+
>
58+
<img
59+
src="https://user-images.githubusercontent.com/624760/91444835-3797dc80-e86d-11ea-8dfa-d7993a4d382d.png"
60+
alt="Sample Project"
61+
class="w-full h-64 object-cover"
62+
/>
63+
<h3 class="mt-3 ml-3 font-bold text-indigo-100 text-xl mb-2">
64+
EddieBot
65+
</h3>
66+
<p class="mx-3 text-indigo-100 text-base pb-3">
67+
Discord bot for Eddie Jaoude's Discord server.
68+
</p>
69+
</div>
70+
71+
<div
72+
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"
73+
>
74+
<img
75+
src="https://user-images.githubusercontent.com/624760/91444606-e687e880-e86c-11ea-9001-522fc212c7c5.png"
76+
alt="Sample Project"
77+
class="w-full h-64 object-cover"
78+
/>
79+
<h3 class="mt-3 ml-3 font-bold text-indigo-100 text-xl mb-2">
80+
LiveStream GitOps Demo
81+
</h3>
82+
<p class="mx-3 text-indigo-100 text-base pb-3">
83+
GitOps live stream repo for EddieBot
84+
</p>
85+
</div>
86+
87+
<div
88+
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"
89+
>
90+
<img
91+
src="https://user-images.githubusercontent.com/624760/91445888-9f9af280-e86e-11ea-8180-9198953bc33d.png"
92+
alt="Sample Project"
93+
class="w-full h-64 object-cover"
94+
/>
95+
<h3 class="mt-3 ml-3 font-bold text-indigo-100 text-xl mb-2">
96+
EddieBot Map
97+
</h3>
98+
<p class="mx-3 text-indigo-100 text-base pb-3">
99+
Live steaming background with a map and maybe more ...
100+
</p>
101+
</div>
102+
103+
<div
104+
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"
105+
>
106+
<img
107+
src="https://user-images.githubusercontent.com/624760/91445058-83e31c80-e86d-11ea-8243-3ca11b384d40.png"
108+
alt="Sample Project"
109+
class="w-full h-64 object-cover"
110+
/>
111+
<h3 class="mt-3 ml-3 font-bold text-indigo-100 text-xl mb-2">
112+
Eddie Jaoude Community website
113+
</h3>
114+
<p class="mx-3 text-indigo-100 text-base pb-3">
115+
Information about our community
116+
</p>
117+
</div>
118+
119+
<div
120+
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"
121+
>
122+
<img
123+
src="https://user-images.githubusercontent.com/624760/91445509-1d123300-e86e-11ea-9648-c5c715355f26.png"
124+
alt="Sample Project"
125+
class="w-full h-64 object-cover"
126+
/>
127+
<h3 class="mt-3 ml-3 font-bold text-indigo-100 text-xl mb-2">
128+
Support
129+
</h3>
130+
<p class="mx-3 text-indigo-100 text-base pb-3">
131+
Community Help & Support and AEA (Ask Everyone Anything)
132+
</p>
133+
</div>
134+
135+
<div
136+
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"
137+
>
138+
<img
139+
src="https://user-images.githubusercontent.com/624760/91444606-e687e880-e86c-11ea-9001-522fc212c7c5.png"
140+
alt="Sample Project"
141+
class="w-full h-64 object-cover"
142+
/>
143+
<h3 class="mt-3 ml-3 font-bold text-indigo-100 text-xl mb-2">
144+
EddieBot UI
145+
</h3>
146+
<p class="mx-3 text-indigo-100 text-base pb-3">
147+
EddieBotUI is the front end application that shows Eddie Jaoude
148+
Discord Community's public stats.
149+
</p>
150+
</div>
151+
152+
<div
153+
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"
154+
>
155+
<img
156+
src="https://user-images.githubusercontent.com/624760/91445261-cefd2f80-e86d-11ea-8421-4553b29d2e4a.png"
157+
alt="Sample Project"
158+
class="w-full h-64 object-cover"
159+
/>
160+
<h3 class="mt-3 ml-3 font-bold text-indigo-100 text-xl mb-2">
161+
Awesome GitHub Profiles
162+
</h3>
163+
<p class="mx-3 text-indigo-100 text-base pb-3">
164+
List of GitHub profiles that have awesome customization, that you
165+
can use for inspiration
166+
</p>
167+
</div>
168+
169+
<div
170+
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"
171+
>
172+
<img
173+
src="https://user-images.githubusercontent.com/624760/91445718-61053800-e86e-11ea-81c7-751328c63e85.png"
174+
alt="Sample Project"
175+
class="w-full h-64 object-cover"
176+
/>
177+
<h3 class="mt-3 ml-3 font-bold text-indigo-100 text-xl mb-2">
178+
Hacktoberfest practice
179+
</h3>
180+
<p class="mx-3 text-indigo-100 text-base pb-3">
181+
Repo for you to raise a Pull Request for practice
182+
</p>
183+
</div>
184+
</div>
185+
</div>
186+
47187
<div class="mt-6">
48188
<a
49189
href="https://youtube.com/eddiejaoude?sub_confirmation=1"

0 commit comments

Comments
 (0)