Skip to content

Commit e3aad9c

Browse files
committed
UI minor updates
1 parent 9bd9e98 commit e3aad9c

3 files changed

Lines changed: 1 addition & 6 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# CREATOR Website
22

3-
> **didaCtic and geneRic assEmbly progrAmming simulaTOR**
4-
53
Official website for CREATOR, an educational integrated development environment for assembly programming developed by the ARCOS group at Universidad Carlos III de Madrid (UC3M).
64

75
**Live Site**: [https://creatorsim.github.io](https://creatorsim.github.io)

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1616
<meta
1717
name="description"
18-
content="CREATOR - didaCtic and geneRic assEmbly progrAmming simulaTOR. An educational tool for teaching assembly programming."
18+
content="CREATOR. An educational tool for teaching assembly programming."
1919
/>
2020
<title>CREATOR - Assembly Programming Simulator</title>
2121
<link rel="icon" type="image/x-icon" href="images/icons/favicon.ico" />

src/components/AppHeader.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
<div class="hidden sm:block"> <h1 class="text-lg sm:text-xl font-bold text-blue-600 dark:text-blue-400 leading-tight">
1818
CREATOR
1919
</h1>
20-
<p class="text-[10px] sm:text-xs text-gray-600 dark:text-gray-400 leading-tight">
21-
didactic and generic assembly programming simulator
22-
</p>
2320
</div>
2421
</div>
2522

0 commit comments

Comments
 (0)