Skip to content

Commit 2ec831f

Browse files
committed
Add new project sp4m
1 parent b5a1691 commit 2ec831f

File tree

1 file changed

+18
-28
lines changed

1 file changed

+18
-28
lines changed

index.html

Lines changed: 18 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -78,65 +78,55 @@
7878
class="bg-white dark:bg-gray-900 dark:text-gray-100 text-gray-800 transition-colors duration-300 min-h-screen flex flex-col dark">
7979
<!-- New Project! -->
8080
<div class="flex-1 flex flex-col items-center w-full">
81-
<h2 class="text-center font-bold mb-10 text-2xl">Init Venv</h2>
81+
<h2 class="text-center font-bold mb-10 text-2xl">eval | Code Playground</h2>
8282
<div id="new-project" class="lg:w-[90vh] w-[90vw] rounded-xl shadow-xl shadow-black px-10">
8383
<div class="pswp-gallery" id="my-gallery">
8484
<div id="logo-initvenv" class="flex justify-center mb-4">
85-
<a href="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@077acb9334621eb79958453e562ff6042a06cb86/dev2forge/InitVenv/InitVenv-logo.svg"
86-
data-pswp-width="1200" data-pswp-height="1200" target="_blank">
85+
<a href="https://dev2forge.is-a.software/eval/src/assets/images/svg/favicon.svg"
86+
data-pswp-width="1000" data-pswp-height="1000" target="_blank">
8787
<img class="max-w-[300px] h-auto object-contain drop-shadow-2xl drop-shadow-black"
88-
src="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@077acb9334621eb79958453e562ff6042a06cb86/dev2forge/InitVenv/InitVenv-logo.svg"
89-
alt="Icon representing the Init Venv CLI project by Dev2Forge" />
88+
src="https://dev2forge.is-a.software/eval/src/assets/images/svg/favicon.svg"
89+
alt="Logo Representation of 'eval'" />
9090
</a>
9191
</div>
9292
<div id="new-project-description">
93-
<div class="flex justify-center">
94-
<div class="grid gap-2 grid-cols-1 sm:grid-cols-2 m-2 text-center">
95-
<code class="select-all text-center">pip install initvenv</code>
96-
<a href="https://pepy.tech/projects/initvenv"><img
97-
src="https://static.pepy.tech/personalized-badge/initvenv?period=total&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=BLUE&left_text=downloads"
98-
alt="PyPI Downloads"></a>
99-
</div>
100-
</div>
101-
<p class="text-center">Watch this source link for more information: <a href="/initvenv">Init Venv -
102-
Home</a></p>
103-
<p>Is a Cross-language CLI tool written in C# to initialize Python virtual environments instantly
104-
with one command: 'initvenv'. Open Source - GPL-3.0</p>
93+
<p class="text-center">Watch this source link for more information: <a href="/eval">eval - Home</a></p>
94+
<p>Is a lightweight playground for <code>Python</code>, <code>Ruby</code>, <code>Lua</code>, <code>JavaScript</code>, <code>PHP</code>.</p>
10595
</div>
10696
<div
10797
class="carrusel-img h-full grid grid-rows-1 auto-cols-max grid-flow-col gap-4 overflow-x-auto overflow-y-hidden snap-x snap-mandatory w-full py-4">
108-
<a href="https://github.com/user-attachments/assets/8b4243a0-4c83-4956-b5e6-7a02d92135bb"
98+
<a href="https://dev2forge.is-a.software/eval/src/assets/images/png/python.png"
10999
data-pswp-width="680" data-pswp-height="412" target="_blank">
110100
<img title="Startup Error" class="w-[200px] h-auto object-contain"
111-
src="https://github.com/user-attachments/assets/8b4243a0-4c83-4956-b5e6-7a02d92135bb"
112-
alt="Program startup error showing missing working directory configuration." />
101+
src="https://dev2forge.is-a.software/eval/src/assets/images/png/python.png"
102+
alt="Playground on python mode." />
113103
</a>
114104

115-
<a href="https://github.com/user-attachments/assets/7e5edffb-4ddc-41df-abe8-b77e88162f61"
105+
<a href="https://dev2forge.is-a.software/eval/src/assets/images/png/ruby.png"
116106
data-pswp-width="976" data-pswp-height="513" target="_blank">
117107
<img title="Successful Initialization" class="w-[200px] h-auto object-contain"
118-
src="https://github.com/user-attachments/assets/7e5edffb-4ddc-41df-abe8-b77e88162f61"
108+
src="https://dev2forge.is-a.software/eval/src/assets/images/png/ruby.png"
119109
alt="Program successfully started without requirements file installation." />
120110
</a>
121111

122-
<a href="https://github.com/user-attachments/assets/c2acd251-88cb-4285-bd31-10c7c463051a"
112+
<a href="https://dev2forge.is-a.software/eval/src/assets/images/png/js.png"
123113
data-pswp-width="598" data-pswp-height="309" target="_blank">
124114
<img title="Virtual Environment Activated" class="w-[200px] h-auto object-contain"
125-
src="https://github.com/user-attachments/assets/c2acd251-88cb-4285-bd31-10c7c463051a"
115+
src="https://dev2forge.is-a.software/eval/src/assets/images/png/js.png"
126116
alt="Terminal console showing activated virtual environment for user interaction." />
127117
</a>
128118

129-
<a href="https://github.com/user-attachments/assets/f7e995e2-ff1c-4daf-bc73-9ee5a5430597"
119+
<a href="https://dev2forge.is-a.software/eval/src/assets/images/png/lua.png"
130120
data-pswp-width="1397" data-pswp-height="596" target="_blank">
131121
<img title="Execution with Requirements Installation" class="w-[200px] h-auto object-contain"
132-
src="https://github.com/user-attachments/assets/f7e995e2-ff1c-4daf-bc73-9ee5a5430597"
122+
src="https://dev2forge.is-a.software/eval/src/assets/images/png/lua.png"
133123
alt="Program running with automatic requirements file installation process." />
134124
</a>
135125

136-
<a href="https://github.com/user-attachments/assets/bc28f7fa-3024-4461-ad58-6462c871fdd6"
126+
<a href="https://dev2forge.is-a.software/eval/src/assets/images/png/php.png"
137127
data-pswp-width="566" data-pswp-height="257" target="_blank">
138128
<img title="User Session Maintained" class="w-[200px] h-auto object-contain"
139-
src="https://github.com/user-attachments/assets/bc28f7fa-3024-4461-ad58-6462c871fdd6"
129+
src="https://dev2forge.is-a.software/eval/src/assets/images/png/php.png"
140130
alt="User terminal session preserved and ready for continued interaction." />
141131
</a>
142132
</div>

0 commit comments

Comments
 (0)