50 | < 51 | {language === "DE" ? aboutMeData.title : aboutMeData.title_EN} 52 | /> 53 |
54 | 55 |100 | <h3 101 | /> 102 |
103 |109 | <h3 110 | /> 111 |
112 |115 | {paragraph.description} 116 |
117 |{quotesData[0].author}
43 |193 | < 194 | {language === "DE" ? contactData.title.de : contactData.title.en} 195 | /> 196 |
197 | 198 |214 | {tokens.map((line, i) => ( 215 |222 | )} 223 |216 | {line.map((token, key) => ( 217 | 218 | ))} 219 |220 | ))} 221 |
36 | {language === "DE" 37 | ? headerIntroData.description.de 38 | : headerIntroData.description.en} 39 |
40 | 41 |{children}
96 |{children}
97 |{children}
98 |{children}
99 | > 100 | ) : ( 101 | <> 102 |{children}
103 |{children}
104 |{children}
105 |{children}
106 |{children}
107 |{children}
108 |{children}
109 |{children}
110 |{children}
111 |{children}
112 |{children}
113 |{children}
114 |{children}
115 |{children}
116 |{children}
117 |{children}
118 | > 119 | )} 120 |75 | < 76 | {language === "DE" ? "Projekte" : "Projects"} 77 | /> 78 |
79 |107 | {language === "DE" 108 | ? project.description 109 | : project.description_EN} 110 |
111 |188 | {language === "DE" 189 | ? project.description 190 | : project.description_EN} 191 |
192 | 193 |Status: {status}
53 |59 | < 60 | {skillsData[0].skillsTitle} 61 | /> 62 |
63 |47 | <Skills 48 | /> 49 |
50 |