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

Commit 4d542c3

Browse files
feat(projects): cards to showcase our projects #1
* feat(website): sample project cards #1 * changes made in Projects section Co-authored-by: Eddie Jaoude <eddie@jaoudestudios.com>
1 parent 4f44104 commit 4d542c3

File tree

1 file changed

+88
-0
lines changed

1 file changed

+88
-0
lines changed

index.html

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,94 @@ <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 class="lg:flex">
53+
<div class="mt-6 mx-5 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">
54+
<img src="https://user-images.githubusercontent.com/624760/91444835-3797dc80-e86d-11ea-8dfa-d7993a4d382d.png" alt="Sample Project" class="w-full h-64 object-cover">
55+
<h3 class="mt-3 ml-3 font-bold text-indigo-100 text-xl mb-2">
56+
EddieBot
57+
</h3>
58+
<p class="mx-3 text-indigo-100 text-base pb-3">
59+
Discord bot for Eddie Jaoude's Discord server.
60+
</p>
61+
</div>
62+
<div class="mt-6 mx-5 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">
63+
<img src="https://user-images.githubusercontent.com/624760/91444606-e687e880-e86c-11ea-9001-522fc212c7c5.png" alt="Sample Project" class="w-full h-64 object-cover">
64+
<h3 class="mt-3 ml-3 font-bold text-indigo-100 text-xl mb-2">
65+
LiveStream GitOps Demo
66+
</h3>
67+
<p class="mx-3 text-indigo-100 text-base pb-3">
68+
GitOps live stream repo for EddieBot
69+
</p>
70+
</div>
71+
<div class="mt-6 mx-5 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">
72+
<img src="https://user-images.githubusercontent.com/624760/91445888-9f9af280-e86e-11ea-8180-9198953bc33d.png" alt="Sample Project" class="w-full h-64 object-cover">
73+
<h3 class="mt-3 ml-3 font-bold text-indigo-100 text-xl mb-2">
74+
EddieBot Map
75+
</h3>
76+
<p class="mx-3 text-indigo-100 text-base pb-3">
77+
Live steaming background with a map and maybe more ...
78+
</p>
79+
</div>
80+
</div>
81+
82+
<div class="lg:flex">
83+
<div class="mt-6 mx-5 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">
84+
<img src="https://user-images.githubusercontent.com/624760/91445058-83e31c80-e86d-11ea-8243-3ca11b384d40.png" alt="Sample Project" class="w-full h-64 object-cover">
85+
<h3 class="mt-3 ml-3 font-bold text-indigo-100 text-xl mb-2">
86+
Eddie Jaoude Community website
87+
</h3>
88+
<p class="mx-3 text-indigo-100 text-base pb-3">
89+
Information about our community
90+
</p>
91+
</div>
92+
<div class="mt-6 mx-5 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+
<img src="https://user-images.githubusercontent.com/624760/91445509-1d123300-e86e-11ea-9648-c5c715355f26.png" alt="Sample Project" class="w-full h-64 object-cover">
94+
<h3 class="mt-3 ml-3 font-bold text-indigo-100 text-xl mb-2">
95+
Support
96+
</h3>
97+
<p class="mx-3 text-indigo-100 text-base pb-3">
98+
Community Help & Support and AEA (Ask Everyone Anything)
99+
</p>
100+
</div>
101+
<div class="mt-6 mx-5 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">
102+
<img src="https://user-images.githubusercontent.com/624760/91444606-e687e880-e86c-11ea-9001-522fc212c7c5.png" alt="Sample Project" class="w-full h-64 object-cover">
103+
<h3 class="mt-3 ml-3 font-bold text-indigo-100 text-xl mb-2">
104+
EddieBot UI
105+
</h3>
106+
<p class="mx-3 text-indigo-100 text-base pb-3">
107+
EddieBotUI is the front end application that shows Eddie Jaoude Discord Community's public stats.
108+
</p>
109+
</div>
110+
</div>
111+
</div>
112+
113+
<div class="lg:flex">
114+
<div class="mt-6 mx-5 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">
115+
<img src="https://user-images.githubusercontent.com/624760/91445261-cefd2f80-e86d-11ea-8421-4553b29d2e4a.png" alt="Sample Project" class="w-full h-64 object-cover">
116+
<h3 class="mt-3 ml-3 font-bold text-indigo-100 text-xl mb-2">
117+
Awesome GitHub Profiles
118+
</h3>
119+
<p class="mx-3 text-indigo-100 text-base pb-3">
120+
List of GitHub profiles that have awesome customization, that you can use for inspiration
121+
</p>
122+
</div>
123+
<div class="mt-6 mx-5 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">
124+
<img src="https://user-images.githubusercontent.com/624760/91445718-61053800-e86e-11ea-81c7-751328c63e85.png" alt="Sample Project" class="w-full h-64 object-cover">
125+
<h3 class="mt-3 ml-3 font-bold text-indigo-100 text-xl mb-2">
126+
Hacktoberfest practice
127+
</h3>
128+
<p class="mx-3 text-indigo-100 text-base pb-3">
129+
Repo for you to raise a Pull Request for practice
130+
</p>
131+
</div>
132+
</div>
133+
134+
47135
<div class="mt-6">
48136
<a
49137
href="https://youtube.com/eddiejaoude?sub_confirmation=1"

0 commit comments

Comments
 (0)