|
78 | 78 | 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"> |
79 | 79 | <!-- New Project! --> |
80 | 80 | <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> |
82 | 82 | <div id="new-project" class="lg:w-[90vh] w-[90vw] rounded-xl shadow-xl shadow-black px-10"> |
83 | 83 | <div class="pswp-gallery" id="my-gallery"> |
84 | 84 | <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"> |
87 | 87 | <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'" /> |
90 | 90 | </a> |
91 | 91 | </div> |
92 | 92 | <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> |
105 | 95 | </div> |
106 | 96 | <div |
107 | 97 | 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" |
109 | 99 | data-pswp-width="680" data-pswp-height="412" target="_blank"> |
110 | 100 | <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." /> |
113 | 103 | </a> |
114 | 104 |
|
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" |
116 | 106 | data-pswp-width="976" data-pswp-height="513" target="_blank"> |
117 | 107 | <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" |
119 | 109 | alt="Program successfully started without requirements file installation." /> |
120 | 110 | </a> |
121 | 111 |
|
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" |
123 | 113 | data-pswp-width="598" data-pswp-height="309" target="_blank"> |
124 | 114 | <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" |
126 | 116 | alt="Terminal console showing activated virtual environment for user interaction." /> |
127 | 117 | </a> |
128 | 118 |
|
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" |
130 | 120 | data-pswp-width="1397" data-pswp-height="596" target="_blank"> |
131 | 121 | <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" |
133 | 123 | alt="Program running with automatic requirements file installation process." /> |
134 | 124 | </a> |
135 | 125 |
|
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" |
137 | 127 | data-pswp-width="566" data-pswp-height="257" target="_blank"> |
138 | 128 | <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" |
140 | 130 | alt="User terminal session preserved and ready for continued interaction." /> |
141 | 131 | </a> |
142 | 132 | </div> |
|
0 commit comments