Skip to content

Commit e04da77

Browse files
committed
Add new project information
1 parent aef30e6 commit e04da77

File tree

1 file changed

+29
-14
lines changed

1 file changed

+29
-14
lines changed

index.html

Lines changed: 29 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<body 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">
6969
<!-- New Project! -->
7070
<div class="flex-1 flex flex-col items-center w-full">
71-
<h2 class="text-center font-bold mb-10 text-2xl">Stay tuned for updates</h2>
71+
<h2 class="text-center font-bold mb-10 text-2xl">Bridgex</h2>
7272
<div id="new-project" class="lg:w-[90vh] w-[90vw] rounded-xl shadow-xl shadow-black px-10">
7373
<div class="pswp-gallery" id="my-gallery">
7474
<div class="flex justify-center mb-4">
@@ -81,37 +81,52 @@ <h2 class="text-center font-bold mb-10 text-2xl">Stay tuned for updates</h2>
8181
</a>
8282
</div>
8383
<div id="new-project-description">
84+
<code class="flex justify-center select-all">pip install bridgex</code>
8485
<p>
85-
Feed your files to a snake in a tie &#x1F601;: A <a href="https://doc.qt.io/qtforpython/" target="_blank">PySide6</a> GUI wrapped around <a href="https://github.com/microsoft/markitdown" target="_blank">Markitdown</a>: choose in
86-
<a href="https://www.adobe.com/acrobat/resources/document-files/docx.html" target="_blank">DOCX</a>, <a href="https://www.dhiwise.com/post/understanding-html-file-types-a-comprehensive-guide" target="_blank">HTML</a>,
87-
<a href="https://www.dropbox.com/resources/what-is-a-zip-file" target="_blank">ZIP</a>, <a href="https://www.adobe.com/uk/acrobat/resources/document-files/ebook-files/epub.html" target="_blank">EPUB</a> and more, and out pops clean, future-proof
88-
<a href="https://www.adobe.com/uk/acrobat/resources/document-files/text-files/md.html" target="_blank">.md</a> — no terminal required &#x1F680;.
86+
Bridgex is an open-source graphical interface for converting files to Markdown, built in Python and based on <a href="https://doc.qt.io/qtforpython-6/" target="_blank">Pyside6 (Qt for Python)</a>. Its objective is to simplify access to the
87+
<a href="https://github.com/microsoft/markitdown" target="_blank">Markitdown</a> library through a straightforward, modular visual experience.
8988
</p>
9089
</div>
9190
<div 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">
92-
<a href="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/previews-beta/1.png" data-pswp-width="927" data-pswp-height="662" target="_blank">
91+
<a href="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-1-main.png" data-pswp-width="1366" data-pswp-height="768" target="_blank">
9392
<img
9493
title="Preview 1"
9594
class="w-[200px] h-auto object-contain"
96-
src="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/previews-beta/1.png"
97-
alt="Screenshot of the 'Select Language' modal: a dark, centred dialog listing 'English - GB' with a UK flag and 'Español - CO' with a Colombian flag, overlaid on a faint circular snake-and-tie logo background."
95+
src="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-1-main.png"
96+
alt="Screenshot of Bridgex's welcome screen, showing a centred circular snake-and-tie logo behind the heading 'Welcome to Bridgex' and a list of keyboard shortcuts in white text on a dark background."
9897
/>
9998
</a>
100-
<a href="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/previews-beta/2.png" data-pswp-width="934" data-pswp-height="665" target="_blank">
99+
<a href="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-2-openfile.png" data-pswp-width="1366" data-pswp-height="768" target="_blank">
101100
<img
102101
title="Preview 2"
103102
class="w-[200px] h-auto object-contain"
104-
src="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/previews-beta/2.png"
105-
alt="Screenshot of the main interface: left panel showing Markdown script ('# PYBET - Video Presentation Narration Script…'), right panel blurred preview, and a circular 'Convert' button at the bottom, all on a dark background with the snake-and-tie logo subtly visible behind."
103+
src="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-2-openfile.png"
104+
alt="Screenshot of Bridgex with a dark-themed 'Open File' dialog open over the main window, displaying the local C: drive folders and a file name input field with 'Select a file' prompt."
106105
/>
107106
</a>
108107

109-
<a href="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/previews-beta/3.png" data-pswp-width="926" data-pswp-height="661" target="_blank">
108+
<a href="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-3-minieditor.png" data-pswp-width="1366" data-pswp-height="768" target="_blank">
110109
<img
111110
title="Preview 3"
112111
class="w-[200px] h-auto object-contain"
113-
src="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/previews-beta/3.png"
114-
alt="Screenshot of the welcome screen: a centred circular logo of a green snake wearing a red tie; above it the heading 'Welcome to [Name]'; below it a list of keyboard shortcuts ('Ctrl + O', 'Ctrl + L', 'Ctrl + T', 'Ctrl + W'), all in white text on a dark backdrop."
112+
src="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-3-minieditor.png"
113+
alt="Screenshot of Bridgex's dual-pane editor showing the raw Markdown input on the left (an email status update) and the formatted preview on the right, all in dark mode."
114+
/>
115+
</a>
116+
<a href="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-4-convert.png" data-pswp-width="1366" data-pswp-height="768" target="_blank">
117+
<img
118+
title="Preview 4"
119+
class="w-[200px] h-auto object-contain"
120+
src="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-4-convert.png"
121+
alt="Screenshot of Bridgex with a 'Select a directory' dialog in dark mode, prompting the user to choose an output folder named 'converted', overlaid on the markdown and preview panes."
122+
/>
123+
</a>
124+
<a href="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-5-languagechange.png" data-pswp-width="1366" data-pswp-height="768" target="_blank">
125+
<img
126+
title="Preview 5"
127+
class="w-[200px] h-auto object-contain"
128+
src="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-5-languagechange.png"
129+
alt="Screenshot of a 'Select Language' dialog showing two options—'English-GB' with a UK flag and 'Spanish-CO' with a Colombian flag—over a faint snake-and-tie logo background."
115130
/>
116131
</a>
117132
</div>

0 commit comments

Comments
 (0)