Skip to content

Commit aaba906

Browse files
committed
add react project
1 parent 6c955ae commit aaba906

10 files changed

Lines changed: 38 additions & 24 deletions

data/languageData.json

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
"Info2": "Wenn du Interesse an einer Zusammenarbeit hast, kontaktiere mich gerne!",
1010
"6": "Seit",
1111
"7": "Bald",
12-
"8": "Hausaufgaben-Manager",
13-
"9": "Verschlüsselungs-Programm",
14-
"10": "Öffnen",
15-
"11": "Neuer Rekord!",
16-
"12": "Fehlgeschlagene Versuche: ",
17-
"13": "Schließen"
12+
"OpenProject": "Öffnen",
13+
"Project1": "Hausaufgaben-Manager",
14+
"Project2": "Verschlüsselungs-Programm",
15+
"Project3": "Neverseen_TV Linktree",
16+
"Game1": "Neuer Rekord!",
17+
"Game2": "Fehlgeschlagene Versuche: ",
18+
"Game3": "Schließen"
1819
},
1920
"english": {
2021
"Header1": "About me",
@@ -26,11 +27,12 @@
2627
"Info2": "If you’re interested in working together, feel free to get in touch!",
2728
"6": "since",
2829
"7": "soon",
29-
"8": "homework manager",
30-
"9": "encrypting tool",
31-
"10": "Open",
32-
"11": "New highscore!",
33-
"12": "failed trys: ",
34-
"13": "close"
30+
"OpenProject": "Open",
31+
"Project1": "homework manager",
32+
"Project2": "encrypting tool",
33+
"Project3": "Neverseen_TV linktree",
34+
"Game1": "New highscore!",
35+
"Game2": "failed trys: ",
36+
"Game3": "close"
3537
}
3638
}

img/hausaufgaben-manager.png

-184 KB
Binary file not shown.

img/hausaufgaben-manager.webp

71 KB
Loading

img/headerBackground.png

-732 KB
Binary file not shown.

img/nvs.webp

61.2 KB
Loading

index.html

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,9 @@ <h2 class="translateHeader2"></h2>
119119
<div class="technology">
120120
<img class="logo react" src="./img/logos/react.png" />
121121
<div class="line"></div>
122-
<p>React<br /><span class="translate7"></span></p>
122+
<p>
123+
React<br /><span><span class="translate6"></span> 2025</span>
124+
</p>
123125
</div>
124126
<div class="technology">
125127
<img class="logo" src="./img/logos/nextjs.png" />
@@ -132,13 +134,13 @@ <h2 class="translateHeader2"></h2>
132134
<h2 class="sectionHeading translateHeader3"></h2>
133135
<div class="projektContainer">
134136
<div class="projekt">
135-
<h3 class="translate8"></h3>
136-
<img width="100%" src="./img/hausaufgaben-manager.png" />
137+
<h3 class="translateProject1"></h3>
138+
<img width="100%" src="./img/hausaufgaben-manager.webp" />
137139
<p><span>HTML</span><span>CSS</span><span>JavaScript</span></p>
138140
<div class="links">
139141
<a
140142
href="https://erpicoding.github.io/Hausaufgaben-Manager"
141-
class="translate10"
143+
class="translateOpenProject"
142144
></a>
143145
<a
144146
class="github"
@@ -149,13 +151,13 @@ <h3 class="translate8"></h3>
149151
</div>
150152

151153
<div class="projekt">
152-
<h3 class="translate9"></h3>
154+
<h3 class="translateProject2"></h3>
153155
<img width="100%" src="./img/smg.png" />
154156
<p><span>HTML</span><span>CSS</span><span>JavaScript</span></p>
155157
<div class="links">
156158
<a
157159
href="https://erpicoding.github.io/secret-message-generator/"
158-
class="translate10"
160+
class="translateOpenProject"
159161
></a>
160162
<a
161163
class="github"
@@ -164,15 +166,24 @@ <h3 class="translate9"></h3>
164166
>
165167
</div>
166168
</div>
169+
170+
<div class="projekt">
171+
<h3 class="translateProject3"></h3>
172+
<img width="100%" src="./img/nvs.webp" />
173+
<p><span>React</span><span>TailwindCSS</span></p>
174+
<div class="links">
175+
<a href="https://neverseentv.de" class="translateOpenProject"></a>
176+
</div>
177+
</div>
167178
</div>
168179
</section>
169180
</main>
170181

171182
<dialog id="newRecord" class="newRecord">
172-
<h1 class="translate11"></h1>
183+
<h1 class="translateGame1"></h1>
173184
<div><h1 id="recordField"></h1></div>
174-
<p><span class="translate12"></span><span id="trysField"></span></p>
175-
<button class="translate13" onclick="newRecord.close()">Fertig</button>
185+
<p><span class="translateGame2"></span><span id="trysField"></span></p>
186+
<button class="translateGame3" onclick="newRecord.close()">Fertig</button>
176187
</dialog>
177188
<script src="./script.js" defer></script>
178189
</body>

script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ async function setLanguage(language) {
2626
let languageData = {};
2727

2828
fetch("https://erpicoding.github.io/data/languageData.json")
29+
// fetch("/erpicoding.github.io/data/languageData.json") //local
2930
.then((res) => res.json())
3031
.then((data) => {
3132
languageData = data;

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dialog#ha a {
5757
/*header bild*/
5858
header {
5959
min-height: 100vh;
60-
background: linear-gradient(hsla(180, 80%, 50%, 0.5), rgba(0, 0, 0, 0.7)), url(./img/headerBackground.png) center/cover no-repeat;
60+
background: linear-gradient(hsla(180, 80%, 50%, 0.5), rgba(0, 0, 0, 0.7)), url(./img/headerBackground.webp) center/cover no-repeat;
6161
}
6262

6363
/*header link liste*/

style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ dialog#ha {
8787
header {
8888
min-height: 100vh;
8989
background: linear-gradient($petrol-transparent, rgba(0, 0, 0, 0.7)),
90-
url(./img/headerBackground.png) center/cover no-repeat;
90+
url(./img/headerBackground.webp) center/cover no-repeat;
9191
}
9292

9393
/*header link liste*/

0 commit comments

Comments
 (0)