Skip to content

Commit 4ab5e41

Browse files
authored
style: change image size (#707)
1 parent 07c335e commit 4ab5e41

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

uli-website/src/pages/blog/workshop-tech-dev.mdx

+8-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ import ContentPageShell from "../../components/molecules/ContentPageShell.jsx"
1313
This year, the team has been implementing changes to Uli on the development side, and there have been many notable updates. In the process of conducting workshops with university students to explore Uli's use as a pedagogical tool for sensitization, we also created functionalities that show great potential for different use cases. This made us rethink the experience of using Uli and prioritize features differently. In this post we will go over changes we made to the browser extension and new features we built to support these workshops.
1414
We were earlier able to build out our hover feature with help of a contributor through the DMP program we participated in. This feature allows you to hover on a slur word and view the contextual information (what we call “metadata”) behind it; you can enable it on the latest version of Uli by selecting the “Enable Slur Metadata” feature:
1515

16-
![](/Uli-new-features-2025.png)
16+
<div style={{ display: "flex", justifyContent: "center", alignItems: "center" }}>
17+
<img src="/Uli-new-features-2025.png" alt="Uli-new-features-2025" width="350" height="400" style={{ border: "1px solid black" }} />
18+
</div>
1719

1820
In the process of updating Uli, we also created the following options on the plugin:
1921

@@ -31,7 +33,7 @@ Ahead of workshops we were conducting with college faculty and students, we work
3133

3234
We created a page that would allow users to look at words they added to the crowdsourced list, as well as the contextual information added about it, as below. It was developed using the Phoenix web framework in the Elixir programming language and we use PostgreSQL for our database.
3335

34-
![](/Uli-community-page.png)
36+
<img src="/Uli-community-page.png" alt="Uli input 1" width="800" height="400" style={{ border: "1px solid black" }} />
3537

3638
2. Interactive Input Page
3739
For our second workshop, we wanted to have an interactive exercise where we set forth examples of daily life with uncomfortable interactions and problematic words mixed in during conversations.
@@ -40,9 +42,10 @@ Ahead of workshops we were conducting with college faculty and students, we work
4042
This feature processes the input text, checking it against predefined metadata. Matched words are wrapped with styled HTML elements for highlighting and hover effects, and the result is dynamically rendered.
4143
React components manage state and lifecycle events for interactions.
4244

43-
![](/Uli-input-1.png)
44-
45-
![](/Uli-input-2.png)
45+
<div style={{ display: "flex", justifyContent: "center", gap: "20px" }}>
46+
<img src="/Uli-input-1.png" alt="Uli input 1" width="400" height="300" style={{ border: "1px solid black" }} />
47+
<img src="/Uli-input-2.png" alt="Uli input 2" width="400" height="300" style={{ border: "1px solid black" }} />
48+
</div>
4649

4750
These functionalities proved extremely useful for us during our workshops: our participants were able to quickly grasp and take part in the task owing to the ease with which they could access them.
4851
As we explore further possibilities, we welcome any feedback and suggestions. Our repositories are open on Github, and we invite contributors interested in exploring these projects to check out our open issues and reach out [here](https://github.com/tattle-made/Uli/issues).

0 commit comments

Comments
 (0)