Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Oct 20, 2024
1 parent f109409 commit badaec1
Show file tree
Hide file tree
Showing 49 changed files with 502 additions and 502 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Watch demo

![itt.xName:ytv [https://www.youtube.com/watch?v=QmO82OTsU5c]](https://raw.githubusercontent.com/emadadel4/ITT/refs/heads/main/Statics/Images/thumbnail.jpg)
![itt.xName:ytv [https://www.youtube.com/watch?v=QmO82OTsU5c]](https://raw.githubusercontent.com/emadadel4/ITT/refs/heads/main/static/Images/thumbnail.jpg)

##### Keyboard Shortcuts:

Expand All @@ -22,7 +22,7 @@

### Create your own theme

![itt.xName:contribute [https://github.com/emadadel4/itt?tab=readme-ov-file#-how-to-contribute]](https://raw.githubusercontent.com/emadadel4/ITT/refs/heads/main/Statics/Images/customtheme.jpg)
![itt.xName:contribute [https://github.com/emadadel4/itt?tab=readme-ov-file#-how-to-contribute]](https://raw.githubusercontent.com/emadadel4/ITT/refs/heads/main/static/Images/customtheme.jpg)

#### Contribute and create your own theme, add your favorite apps, music. Click on the image above to see how to contribute.

Expand Down
2 changes: 1 addition & 1 deletion Initialize/start.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $itt = [Hashtable]::Synchronized(@{
buymeacoffee = "https://buymeacoffee.com/emadadel"
registryPath = "HKCU:\Software\ITT@emadadel"
firebaseUrl = "https://ittools-7d9fe-default-rtdb.firebaseio.com/Users"
icon = "https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Icons/icon.ico"
icon = "https://raw.githubusercontent.com/emadadel4/ITT/main/static/Icons/icon.ico"
Theme = "default"
CurretTheme = "default"
Date = (Get-Date -Format "MM/dd/yyy")
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@


<p align="center" dir="auto">
<a target="_blank" rel="noopener noreferrer nofollow" href="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Images/demo.PNG"><img src="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Images/demo.PNG" alt="ITT Demo" style="max-width: 100%;"></a>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Images/demo.PNG"><img src="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Images/demo.PNG" alt="ITT Demo" style="max-width: 100%;"></a>
</p>

<p>
<div align="center">
<img src="https://raw.githubusercontent.com/emadadel4/ITT/refs/heads/main/Statics/Images/gitt.gif" alt="My GIF">
<img src="https://raw.githubusercontent.com/emadadel4/ITT/refs/heads/main/static/Images/gitt.gif" alt="My GIF">
</div>
</p>

Expand Down Expand Up @@ -110,7 +110,7 @@ or

## Watch Demo

[![Watch the video](https://raw.githubusercontent.com/emadadel4/itt/main/Statics/Images/thumbnail.jpg)](https://www.youtube.com/watch?v=QmO82OTsU5c)
[![Watch the video](https://raw.githubusercontent.com/emadadel4/itt/main/static/Images/thumbnail.jpg)](https://www.youtube.com/watch?v=QmO82OTsU5c)
</div>

# 💡 How to Contribute
Expand Down
8 changes: 4 additions & 4 deletions Scripts/Core/Set-Taskbar.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ function Set-Taskbar {
switch ($icon) {

"done" {
$itt["window"].taskbarItemInfo.Overlay = "https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Icons/done.png"
$itt["window"].taskbarItemInfo.Overlay = "https://raw.githubusercontent.com/emadadel4/ITT/main/static/Icons/done.png"
}
"logo" {
$itt["window"].taskbarItemInfo.Overlay = "https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Icons/icon.ico"
$itt["window"].taskbarItemInfo.Overlay = "https://raw.githubusercontent.com/emadadel4/ITT/main/static/Icons/icon.ico"
}
"error" {
$itt["window"].taskbarItemInfo.Overlay = "https://raw.githubusercontent.com/emadadel4/IT/main/Statics/Icons/error.png"
$itt["window"].taskbarItemInfo.Overlay = "https://raw.githubusercontent.com/emadadel4/IT/main/static/Icons/error.png"
}
default{
$itt["window"].taskbarItemInfo.Overlay = "https://raw.githubusercontent.com/emadadel4/main//Statics/Icons/icon.ico"
$itt["window"].taskbarItemInfo.Overlay = "https://raw.githubusercontent.com/emadadel4/main//static/Icons/icon.ico"
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions Templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@


<p align="center" dir="auto">
<a target="_blank" rel="noopener noreferrer nofollow" href="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Images/demo.PNG"><img src="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Images/demo.PNG" alt="ITT Demo" style="max-width: 100%;"></a>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Images/demo.PNG"><img src="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Images/demo.PNG" alt="ITT Demo" style="max-width: 100%;"></a>
</p>

<p>
<div align="center">
<img src="https://raw.githubusercontent.com/emadadel4/ITT/refs/heads/main/Statics/Images/gitt.gif" alt="My GIF">
<img src="https://raw.githubusercontent.com/emadadel4/ITT/refs/heads/main/static/Images/gitt.gif" alt="My GIF">
</div>
</p>

Expand Down Expand Up @@ -110,7 +110,7 @@ or

## Watch Demo

[![Watch the video](https://raw.githubusercontent.com/emadadel4/itt/main/Statics/Images/thumbnail.jpg)](https://www.youtube.com/watch?v=QmO82OTsU5c)
[![Watch the video](https://raw.githubusercontent.com/emadadel4/itt/main/static/Images/thumbnail.jpg)](https://www.youtube.com/watch?v=QmO82OTsU5c)
</div>

# 💡 How to Contribute
Expand Down
12 changes: 6 additions & 6 deletions Templates/about.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!--Header -->
<Grid Grid.Row="0" HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
<StackPanel Orientation="Vertical">
<Image Source="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Images/logo.png" Height="130" Width="Auto"/>
<Image Source="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Images/logo.png" Height="130" Width="Auto"/>

<TextBlock Text="Made with ♥ by Emad Adel"
Foreground="{DynamicResource TextColorSecondaryColor2}"
Expand Down Expand Up @@ -72,7 +72,7 @@
<Grid Grid.Row="2" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Margin="0,0,0,10">

<StackPanel Orientation="Horizontal" VerticalAlignment="Bottom" HorizontalAlignment="Center">
<Image Source="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Icons/telegram.png"
<Image Source="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Icons/telegram.png"
Name="telegram"
VerticalAlignment="Bottom"
HorizontalAlignment="Center"
Expand All @@ -81,7 +81,7 @@
Cursor="Hand"
Width="Auto"/>

<Image Source="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Icons/youtube.png"
<Image Source="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Icons/youtube.png"
Name="yt"
Margin="10"
Height="30"
Expand All @@ -90,7 +90,7 @@
Cursor="Hand"
Width="Auto"/>

<Image Source="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Icons/github.png"
<Image Source="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Icons/github.png"
Name="github"
Margin="10"
Height="30"
Expand All @@ -99,7 +99,7 @@
Cursor="Hand"
Width="Auto"/>

<Image Source="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Icons/blog.png"
<Image Source="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Icons/blog.png"
Name="blog"
Margin="10"
Height="30"
Expand All @@ -114,7 +114,7 @@
<!--End Footer -->

<Grid Grid.Row="3">
<Image Source="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Images/coffee.png" Cursor="Hand" Name="coffee" Height="50" Width="Auto"/>
<Image Source="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Images/coffee.png" Cursor="Hand" Name="coffee" Height="50" Width="Auto"/>
</Grid>

</StackPanel>
Expand Down
2 changes: 1 addition & 1 deletion UI/Controls/Menu.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<MenuItem Background="Transparent" BorderBrush="Transparent" BorderThickness="0" IsEnabled="False" ToolTip="Emad Adel">
<MenuItem.Icon>
<Image Source="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Images/ps.png" Width="90" Height="Auto" Margin="5,5,0,0">
<Image Source="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Images/ps.png" Width="90" Height="Auto" Margin="5,5,0,0">
<Image.Effect>
<DropShadowEffect Color="#027a3d" BlurRadius="5" ShadowDepth="0" Opacity="0.5"/>
</Image.Effect>
Expand Down
12 changes: 6 additions & 6 deletions UI/Views/AboutWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!--Header -->
<Grid Grid.Row="0" HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
<StackPanel Orientation="Vertical">
<Image Source="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Images/logo.png" Height="130" Width="Auto"/>
<Image Source="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Images/logo.png" Height="130" Width="Auto"/>

<TextBlock Text="Made with ♥ by Emad Adel"
Foreground="{DynamicResource TextColorSecondaryColor2}"
Expand Down Expand Up @@ -74,7 +74,7 @@
<Grid Grid.Row="2" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Margin="0,0,0,10">

<StackPanel Orientation="Horizontal" VerticalAlignment="Bottom" HorizontalAlignment="Center">
<Image Source="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Icons/telegram.png"
<Image Source="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Icons/telegram.png"
Name="telegram"
VerticalAlignment="Bottom"
HorizontalAlignment="Center"
Expand All @@ -83,7 +83,7 @@
Cursor="Hand"
Width="Auto"/>

<Image Source="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Icons/youtube.png"
<Image Source="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Icons/youtube.png"
Name="yt"
Margin="10"
Height="30"
Expand All @@ -92,7 +92,7 @@
Cursor="Hand"
Width="Auto"/>

<Image Source="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Icons/github.png"
<Image Source="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Icons/github.png"
Name="github"
Margin="10"
Height="30"
Expand All @@ -101,7 +101,7 @@
Cursor="Hand"
Width="Auto"/>

<Image Source="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Icons/blog.png"
<Image Source="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Icons/blog.png"
Name="blog"
Margin="10"
Height="30"
Expand All @@ -116,7 +116,7 @@
<!--End Footer -->

<Grid Grid.Row="3">
<Image Source="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Images/coffee.png" Cursor="Hand" Name="coffee" Height="50" Width="Auto"/>
<Image Source="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Images/coffee.png" Cursor="Hand" Name="coffee" Height="50" Width="Auto"/>
</Grid>

</StackPanel>
Expand Down
2 changes: 1 addition & 1 deletion UI/Views/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ MinHeight="600"
MinWidth="800"
Topmost="False"
ShowInTaskbar = "True"
Icon="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Icons/icon.ico">
Icon="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Icons/icon.ico">

<Window.Resources>
{{Style}}
Expand Down
6 changes: 3 additions & 3 deletions build.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
param (
[string]$OutputScript = "itt.ps1",
[string]$readme = "README.md",
[string]$Assets = ".\Statics",
[string]$Assets = ".\static",
[string]$Controls = ".\UI\Controls",
[string]$DatabaseDirectory = ".\Statics\Database",
[string]$DatabaseDirectory = ".\static\Database",
[string]$StartScript = ".\Initialize\start.ps1",
[string]$MainScript = ".\Initialize\main.ps1",
[string]$ScritsDirectory = ".\Scripts",
Expand Down Expand Up @@ -495,7 +495,7 @@ function GenerateInvokeButtons {
function Convert-Locales {
param (
[string]$csvFolderPath = "locales",
[string]$jsonOutputPath = "Statics/Database/locales.json"
[string]$jsonOutputPath = "static/Database/locales.json"
)

# Initialize a hashtable to store the "Controls" object
Expand Down
6 changes: 3 additions & 3 deletions docs/README.ar.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ ITT (أداة التثبيت وتحسين النظام) 🛠️ 🚀


<p align="center">
<a target="_blank" rel="noopener noreferrer" href="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Images/demo.PNG">
<img src="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Images/demo.PNG" alt="ITT Demo" style="max-width: 100%;">
<a target="_blank" rel="noopener noreferrer" href="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Images/demo.PNG">
<img src="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Images/demo.PNG" alt="ITT Demo" style="max-width: 100%;">
</a>
</p>

Expand Down Expand Up @@ -52,7 +52,7 @@ ITT (أداة التثبيت وتحسين النظام) 🛠️ 🚀

## شاهد العرض التوضيحي

[![شاهد الفيديو](https://raw.githubusercontent.com/emadadel4/IT/main/Statics/Images/thumbnail.jpg)](https://www.youtube.com/watch?v=QmO82OTsU5c)
[![شاهد الفيديو](https://raw.githubusercontent.com/emadadel4/IT/main/static/Images/thumbnail.jpg)](https://www.youtube.com/watch?v=QmO82OTsU5c)
</div>

<h2> 📦 كيفية إضافة تطبيق/تخصيص/موسيقى/اقتباس جديد</h2>
Expand Down
6 changes: 3 additions & 3 deletions docs/README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ ITT(安装和调整工具)🛠️ 🚀
</h1>

<p align="center">
<a target="_blank" rel="noopener noreferrer" href="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Images/demo.PNG">
<img src="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Images/demo.PNG" alt="ITT Demo" style="max-width: 100%;">
<a target="_blank" rel="noopener noreferrer" href="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Images/demo.PNG">
<img src="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Images/demo.PNG" alt="ITT Demo" style="max-width: 100%;">
</a>
</p>

Expand Down Expand Up @@ -51,7 +51,7 @@ ITT(安装和调整工具)🛠️ 🚀

## 观看演示

[![观看视频](https://raw.githubusercontent.com/emadadel4/IT/main/Statics/Images/thumbnail.jpg)](https://www.youtube.com/watch?v=QmO82OTsU5c)
[![观看视频](https://raw.githubusercontent.com/emadadel4/IT/main/static/Images/thumbnail.jpg)](https://www.youtube.com/watch?v=QmO82OTsU5c)
</div>

<h2> 📦 如何添加新应用程序/调整/OST/引用</h2>
Expand Down
6 changes: 3 additions & 3 deletions docs/README.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ ITT (Installations- und Anpassungswerkzeug) 🛠️ 🚀
</h1>

<p align="center">
<a target="_blank" rel="noopener noreferrer" href="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Images/demo.PNG">
<img src="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Images/demo.PNG" alt="ITT Demo" style="max-width: 100%;">
<a target="_blank" rel="noopener noreferrer" href="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Images/demo.PNG">
<img src="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Images/demo.PNG" alt="ITT Demo" style="max-width: 100%;">
</a>
</p>

Expand Down Expand Up @@ -50,7 +50,7 @@ Oder

## Demo ansehen

[![Video ansehen](https://raw.githubusercontent.com/emadadel4/IT/main/Statics/Images/thumbnail.jpg)](https://www.youtube.com/watch?v=QmO82OTsU5c)
[![Video ansehen](https://raw.githubusercontent.com/emadadel4/IT/main/static/Images/thumbnail.jpg)](https://www.youtube.com/watch?v=QmO82OTsU5c)
</div>

<h2> 📦 So fügen Sie eine neue Anwendung/Anpassung/OST/Zitat hinzu</h2>
Expand Down
6 changes: 3 additions & 3 deletions docs/README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ ITT (Herramienta de Instalación y Personalización) 🛠️ 🚀
</h1>

<p align="center">
<a target="_blank" rel="noopener noreferrer" href="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Images/demo.PNG">
<img src="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Images/demo.PNG" alt="ITT Demo" style="max-width: 100%;">
<a target="_blank" rel="noopener noreferrer" href="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Images/demo.PNG">
<img src="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Images/demo.PNG" alt="ITT Demo" style="max-width: 100%;">
</a>
</p>

Expand Down Expand Up @@ -51,7 +51,7 @@ O

## Ver Demo

[![Ver Video](https://raw.githubusercontent.com/emadadel4/IT/main/Statics/Images/thumbnail.jpg)](https://www.youtube.com/watch?v=QmO82OTsU5c)
[![Ver Video](https://raw.githubusercontent.com/emadadel4/IT/main/static/Images/thumbnail.jpg)](https://www.youtube.com/watch?v=QmO82OTsU5c)
</div>

<h2> 📦 Cómo Agregar una Nueva Aplicación/Personalización/OST/Cita</h2>
Expand Down
6 changes: 3 additions & 3 deletions docs/README.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ ITT (Outil d'Installation et de Réglage) 🛠️ 🚀
</h1>

<p align="center">
<a target="_blank" rel="noopener noreferrer" href="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Images/demo.PNG">
<img src="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Images/demo.PNG" alt="ITT Demo" style="max-width: 100%;">
<a target="_blank" rel="noopener noreferrer" href="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Images/demo.PNG">
<img src="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Images/demo.PNG" alt="ITT Demo" style="max-width: 100%;">
</a>
</p>

Expand Down Expand Up @@ -51,7 +51,7 @@ ou

## Regardez la Démo

[![Regardez la vidéo](https://raw.githubusercontent.com/emadadel4/IT/main/Statics/Images/thumbnail.jpg)](https://www.youtube.com/watch?v=QmO82OTsU5c)
[![Regardez la vidéo](https://raw.githubusercontent.com/emadadel4/IT/main/static/Images/thumbnail.jpg)](https://www.youtube.com/watch?v=QmO82OTsU5c)
</div>

<h2> 📦 Comment Ajouter une Nouvelle Application/Réglage/OST/Quote</h2>
Expand Down
6 changes: 3 additions & 3 deletions docs/README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ ITT (설치 및 조정 도구) 🛠️ 🚀
</h1>

<p align="center">
<a target="_blank" rel="noopener noreferrer" href="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Images/demo.PNG">
<img src="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Images/demo.PNG" alt="ITT Demo" style="max-width: 100%;">
<a target="_blank" rel="noopener noreferrer" href="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Images/demo.PNG">
<img src="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Images/demo.PNG" alt="ITT Demo" style="max-width: 100%;">
</a>
</p>

Expand Down Expand Up @@ -51,7 +51,7 @@ ITT (설치 및 조정 도구) 🛠️ 🚀

## 데모 보기

[![비디오 보기](https://raw.githubusercontent.com/emadadel4/IT/main/Statics/Images/thumbnail.jpg)](https://www.youtube.com/watch?v=QmO82OTsU5c)
[![비디오 보기](https://raw.githubusercontent.com/emadadel4/IT/main/static/Images/thumbnail.jpg)](https://www.youtube.com/watch?v=QmO82OTsU5c)
</div>

<h2> 📦 새 애플리케이션/조정/OST/인용 추가 방법</h2>
Expand Down
Loading

0 comments on commit badaec1

Please sign in to comment.